<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Mukta', sans-serif;
    color: #333333;
    font-size: 14px;
}

.ui-widget {
    font-family: 'Mukta', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif;
}

.home #global-header {
    /*background: #111;*/
    background:url(../imgs/blackmarble.jpg) center no-repeat;
}

.navbar-brand .logo {
    height: 46px;
}

button.navbar-toggler {
    outline: 0 !important;
}

.search-hide {
    display: none !important;
}

.no-m-b{margin-bottom:0px !important;}
.no-p-r{padding-right:0px;}
.no-p-t{padding-top:0px !important;}

/* Button Styles */
.btn-primary {
    background: #c3a52b;
    border-color: #c3a52b;
    color: #fff;
    font-family: Mukta;
    text-transform: uppercase;
    line-height: 1.29;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 15px;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background: #cc9933 !important;
        border-color: #cc9933 !important;
    }

    .btn-primary.disabled {
        background: #cccccc;
        border-color: #cccccc;
        color: #979797;
    }

.btn-secondary {
    background: transparent;
    border-color: #c3a52b;
    color: #c3a52b;
    font-family: Mukta;
    text-transform: uppercase;
    line-height: 1.29;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 15px;
}

    .btn-secondary:hover {
        background: #c3a52b;
        border-color: #c3a52b;
        color: #fff;
    }

    .btn-secondary.disabled {
        background: #fff;
        border-color: #cccccc;
        color: #cccccc;
    }
/* Text Field Styles */
.field-required {
    color: #ff0000;
    margin-right: 2px;
}

.jc-theme .input-group-text {
    background: none;
    border-right: 0;
    border-color: #aaa;
}

    .jc-theme .input-group-text .fa {
        color: #c3a52b;
    }

.jc-theme .form-control {
    border-color: #aaa;
    border-left: none;
    outline: 0;
    padding-left:0;
}

    .jc-theme .form-control::-webkit-input-placeholder { /* Edge */
        color: #a5a5a5;
        font-family: Mukta;
        font-size: 15px;
        font-weight: 400;
        padding-top: 2px;
        line-height: normal;
    }

    .jc-theme .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #a5a5a5;
        font-family: Mukta;
        font-size: 15px;
        font-weight: 400;
        padding-top: 2px;
        line-height: normal;
    }

    .jc-theme .form-control::placeholder {
        color: #a5a5a5;
        font-family: Mukta;
        font-size: 15px;
        font-weight: 400;
        padding-top: 2px;
        line-height: normal;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #333333;
    background-color: #333333;
}

.autocomplete-box {
    border-radius: 3px !important;
    box-shadow: 0 2px 30px 0 rgba(195, 176, 97, 0.3) !important;
    border: solid 1px #c3b061 !important;
    background-color: #ffffff !important;
    border-top: 0 !important;
}

ul.ui-autocomplete.autocomplete-box .ui-menu-item-wrapper:hover,
ul.ui-autocomplete.autocomplete-box .ui-menu-item-wrapper:focus,
ul.ui-autocomplete.autocomplete-box .ui-menu-item-wrapper.ui-state-active {
    background: #f0ede8 !important;
    border-color: #c3b061 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    color: #222;
    padding: 4px 1em 4px .4em;
}

ul.ui-autocomplete.autocomplete-box .ui-menu-item-wrapper {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

div.loading {
    background-image: url(../imgs/loading.gif);
    width: 55px;
    height: 55px;
    display: none;
}

    div.loading.active {
        display: block;
        margin: 0 auto;
    }


/* Nav */
#mainNav {
    height: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 21px;
    padding-right: 21px;
}

.navbar-expand-lg .navbar-nav li.nav-item:last-child a.nav-link {
    padding-right: 0;
}

ul.navbar-nav li.nav-item a {
    font-family: Mukta;
    font-size: 14px;
    font-weight: bold;
    color: #f0ede8;
    position: relative;
}

ul.navbar-nav li.active &gt; a, ul.navbar-nav li &gt; a:hover, button.nav-mobile-btn {
    color: #c3a52b;
}

    #mainNav ul.navbar-nav li.active &gt; a::after,
    ul.navbar-nav li &gt; a:hover::after {
        content: "";
        display: block;
        border-bottom: 1px solid #c3a52b;
        margin-top: 5px;
    }

/* Nav */

.landing-search-container.sticky {
    width: 100%;
    max-width: 100%;
    height: 100px;
    /*background: #111;*/
    background: url(../imgs/blackmarble.jpg) center no-repeat;
    position: fixed;
    top: 0;
    z-index: 1000;
    top: -60px;
    left: 0;
    right: 0;
    transform: translateY(60px);
    transition: transform .5s ease, background .5s ease;
    -webkit-transition: transform .5s ease, background .5s ease
}


/* Footer */
footer.footer {
    /*background: #222222;*/
    padding: 25px 0 30px;
    background: url(../imgs/blackmarble.jpg) center no-repeat;
}

footer h5 {
    font-size: 13px;
    color: #f0ede8;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

ul.ft-usefullink-list, ul.ft-sociallinks-list, ul.ft-supported-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.ft-usefullink-list li {
        margin-bottom: 5px;
    }

        ul.ft-usefullink-list li a {
            color: #fff;
            font-size: 13px;
            text-decoration: none;
            font-weight: 400;
        }

    ul.ft-sociallinks-list li {
        display: inline-block;
        margin-right: 10px;
    }

        ul.ft-sociallinks-list li a {
            width: 40px;
            height: 40px;
            border: 1px solid #fff;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    ul.ft-sociallinks-list i {
        color: #fff;
        font-size: 20px;
    }

footer.footer p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
}

ul.ft-supported-list {
    list-style-type: none;
    margin: -1rem 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

    ul.ft-supported-list li img {
        max-height: 100px;
    }
/* End Footer */

.hide{display:none !important;}
</pre></body></html>