<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&amp;display=swap');

body {
    font-family: "Karla", sans-serif;
    color: #6d6767;
}

/* Header styles */
header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
    /* box-shadow: 0px 3px 4px #000; */
}

.navbar-brand {
    font-size: 1.25rem;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, .9) !important;
}

.nav-link {
    color: rgba(0, 0, 0, .55) !important;
    margin: 0 10px;
    font-size: 13px;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #ed8374 !important;
}

.nav-link.active {
    color: #ed8374 !important;
    font-weight: bold !important;
}

/* Dropdown styles */
.dropdown-menu {
    display: none;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    min-width: 100px;
    background: rgb(251, 219, 159);
    left: 25%;
}

.dropdown-menu li .dropdown-item {
    color: #222222 !important;
    font-size: 13px;
}

.dropdown-menu li .dropdown-item:hover {
    color: #222222 !important;
    font-size: 13px;
    background-color: transparent;
}

.dropdown-menu li .dropdown-item.active {
    background-color: transparent;
    color: #ed8374 !important;
    font-weight: bold !important;
}

.dropdown-menu {
    --bs-dropdown-min-width: 7rem;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* Carousel styles */
.carousel-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.carousel-item img {
    width: 100%;
    height: 650px;
    object-fit: contain;
}

/* Footer styles */
footer {
    padding: 30px 0;
    text-align: center;
}

.social-icons {
    margin-bottom: 20px;
}

.social-icons a {
    display: inline-block;
    margin: 0 10px;
    color: #999999;
    font-size: 16px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #999999;
}

.copyright {
    font-size: 13px;
    color: #212529;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .navbar-brand {
        font-size: 18px;
    }

    .carousel-container {
        padding: 20px 15px;
    }
}

.main {
    margin: 4rem auto;
}

.main {
    .container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 0rem;
        justify-content: center;
        align-items: center;
    }

    .card {
        background: #ffffff;
        box-shadow: none;
        color: #333333;
        border-radius: 0px;
        border: 0px solid #fff;

        &amp;-image {
            background: #fff;
            display: block;
            padding-top: 70%;
            position: relative;
            width: 100%;

            img {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
}

@media only screen and (max-width: 600px) {
    .main {
        .container {
            display: grid;
            grid-template-columns: 1fr;
            grid-gap: 1rem;
        }
    }
}

.main .card img {
    width: 100%;
    height: auto;
    aspect-ratio: 10 / 13;
    object-fit: cover
}

.main .card a {
    text-decoration: none;
}

.main .card h4 {
    color: #343434;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 50px;
    font-size: 13px;
    text-decoration: none !important;
}


.form-label {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 13px;
    color: #343434;
}

.form-control {
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 13px;
    border: 1px solid #ced4da;
}

.form-select {
    padding: 6px 12px;
    font-size: 13px;
    border: 1px solid #ced4da;
}

.btn-submit,
.btn-submit:hover {
    text-align: center;
    background-color: #212529;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 500;
    width: max-content;
    font-size: 13px;
}

.section-title {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #212529;
}

textarea.form-control {
    min-height: 120px;
}

.contact_sec h6 {
    color: #343434;
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: 0;
}

.contact_sec {
    padding: 210px 0;
    text-align: center;
}

.contact_sec a {
    color: #343434;
    text-decoration: none;
    font-size: 13px;
}

.editorialsecbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.editorialsecbox img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.details_img {
    max-width: 460px;
    width: 100%;
    margin-bottom: 80px;
}

.details_action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.details_action .action_btn {
    border: 0;
    padding: 0;
    background: transparent;
    color: #525252;
    font-size: 16px;
}

.details_action a {
    text-decoration: none;
    background: transparent;
    color: #525252;
    font-size: 16px;
}

.details_action&gt;div {
    color: #4d4d4d;
}

.card-image {
    overflow: hidden;
}

.newcardsec .card .card-image {
    width: 100%;
    height: 285px;
    aspect-ratio: 10 / 13;
    object-fit: cover;

}

.newcardsec .card a:hover .card-image:after {
    opacity: 1;
    visibility: visible;
}

.newcardsec .card a .card-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 72px;
    width: 100%;
    background: rgba(243, 207, 152, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.fancybox-bg {
    background: #ffffff !important;
}

.fancybox-button,
.fancybox-progress,
.fancybox-caption__body {
    display: none !important;
}

button.fancybox-button.fancybox-button--fsenter,
button.fancybox-button.fancybox-button--thumbs,
button.fancybox-button.fancybox-button--share,
button.fancybox-button.fancybox-button--zoom {
    display: block !important;
}


button.fancybox-button.fancybox-button--arrow_right,
button.fancybox-button.fancybox-button--close,
button.fancybox-button.fancybox-button--arrow_left,
button.fancybox-button.fancybox-button--zoom,
button.fancybox-button.fancybox-button--play,
button.fancybox-button.fancybox-button--thumbs {
    background-color: transparent;
    color: #000;
}

button.fancybox-button.fancybox-button--zoom {
    cursor: pointer !important;

}

.fancybox-caption.fancybox-caption--separate {
    display: none;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: zoom-in !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.home_img {
    margin-top: 100px;
    margin-bottom: 100px;
}

.home_img .img-fluid {
    max-height: 85vh;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.fancybox-bg {
    background: #ffffff;
}

.fancybox-button,
.fancybox-button:hover {
    background: #fff;
    color: #000;
}


@media(max-width: 540px) {
    .home_img {
        margin-top: 40px;
        margin-bottom: 50px;
    }
}

.details_title {
    display: inline-block;
    margin: 120px auto;
    font-size: 13px;
    color: #343434;
    line-height: 24px;
}

.details_img:last-child {
    margin-bottom: 0;
}

.main.workcard .container {
    grid-gap: 0.1rem;
}


.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    margin-right: auto;
    justify-content: center;
    margin-right: auto;
    flex: 0 0 calc(100% - 234px);
}

@media(max-width: 991px) {
    div#navbarNav {
        display: none !important;
    }

    button.navbar-toggler {
        border: 0px solid #000;
    }

    .offcanvas-header {
        justify-content: end;
    }

    .offcanvas-body .nav-link {
        padding: 0px;
    }

    .droplist {
        padding: 5px 0px;
    }

    .droplist .nav-link {
        color: rgb(34, 34, 34) !important;
        margin-bottom: 0.2rem;
    }
}

@media(max-width: 768px) {
    .newcardsec .card .card-image {
        width: 100%;
        height: 223px;
    }


    .main.newcardsec {
        .container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 5rem;
        }
    }

    .newcardsec .card a .card-image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: auto;
        height: 100%;
    }

    .newcardsec .card .card-image {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .main.workcard {
        .container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }
    }

    button.fancybox-button.fancybox-button--arrow_right div,
    button.fancybox-button.fancybox-button--arrow_left div {
        background-color: #fff;
    }
}

@media(max-width: 580px) {

    .offcanvas-body .nav-link {
        padding: 0px;
        font-size: 16px !important;
    }

    .offcanvas-body .droplist .nav-link {
        font-size: 13px !important;
    }

    div#offcanvasMenu {
        width: 60%;
    }

    .main.newcardsec {
        .container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 0rem 2rem;
        }
    }


    .main .card h4 {
        margin-bottom: 25px;
    }

    .newcardsec .card {
        padding: 0 0px;
    }

    .newcardsec .card .card-image {
        width: 100%;
        height: auto;
    }

    .details_title {
        margin: 35px auto;
    }

    .main.workcard {
        .container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
        }
    }

}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

.droplist a.nav-link.active {
    color: #ed8374 !important;
}

.wpcf7-spinner {
    position: absolute !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-submit {
    border: 1px solid #00000000;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-submit:hover {
    border: 1px solid #000;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
    font-size: 13px !important;
}

@media(max-width: 1366px) {
    .navbar-expand-lg .navbar-collapse {
        margin-left: -34px !important;
    }
}
@media(max-width: 991px) {
    .navbar&gt;.container{
        justify-content: center !important;
    }
    .navbar&gt;.container .row{
        justify-content: space-between !important;
        align-items: center !important;
    }
    .navbar-toggler{
        float: right;
        padding: 0;
    }
}</pre></body></html>