body {
    color: #333;
    font-family: "Quicksand", "Hanuman", Georgia, "Times New Roman", Times, serif;
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #D4AF37;
}

.post-meta {
    margin: 0 0 0.5rem 0;
    padding: 0;
}

.post-meta li {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 0 0;
}

.post-meta li:last-child {
    margin: 0;
}

ul.tag {
    margin: 0 0 0.5rem 0;
    padding: 0;
}

.follow-us {
    list-style: none;
    padding: 0;
    margin: 0;
}

.follow-us li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.follow-us li:last-child {
    margin: 0;
}

.follow-us li a {
    color: #fff;
    font-size: 18px;
}

.another-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.another-contact-info li {
    display: block;
    margin: 0 0 7px 0;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}

.fb_iframe_widget iframe {
    position: absolute;
}

.section-highlight {
    background-color: #f4f9ff;
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.header ul {
    list-style: none;
    margin: 7px 0;
    padding: 0;
    text-align: center;
}

.header ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.header ul li a {
    color: #fff;
}

.header .header-top {
    padding: 10px 0;
}

.header .header-top .contact-information i {
    margin-right: 5px;
}

.header .navbar {
    background-color: rgba(0, 0, 0, 0.7);
}

.header .navbar-brand {
    background-color: transparent !important;
}

.header .navbar-brand img {
    width: 120px;
}

.header .navbar-dark .navbar-brand {
    color: #fff;
}

.header .navbar-nav .nav-item .nav-link {

}

.header .navbar-nav .nav-item .nav-link.active,.header .navbar-nav .current-menu-item a {
    color: #D4AF37;
}

.banner .carousel-item {
    height: 500px;
}

.banner .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.banner .carousel-item img {
    height: 100%;
}

.banner .carousel-caption {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
}

.banner .hero-information {
    color: #fff;
    padding: 0 0 60px 0;
    position: relative;
    text-align: center;
}

.banner .hero-information .post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner .hero-information .post-meta .category {
    display: inline-block;
    padding: 0 0 0 35px;
    position: relative;
    font-size: 14px;
}

.banner .hero-information .post-meta .category:before {
    content: '';
    background-color: #fff;
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    width: 30px;
}

.sub-banner {
    background: url(/static/images/hero-01.png) center center / cover no-repeat;
    height: 40vh;
    position: relative;
}

.sub-banner:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sub-banner .page-title {
    color: #fff;
    font-size: 26px;
    position: relative;
    text-align: center;
    margin: 0 0 25px 0;
}


.footer {
    color: #fff;
    background: url(/static/images/hero-01.png) center center / cover no-repeat;
}

.footer .top-footer, .footer .main-footer {
    background-color: rgba(0, 0, 0, 0.8);
}

.footer .top-footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer .contact-information {
    background-color: #20202F;
    border: 1px solid #707070;
    padding: 20px 25px;
    margin: 0;
}

.footer .contact-information .contact-information-item {
    border-bottom: 1px solid #707070;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.footer .contact-information .contact-information-item:last-child {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.footer .contact-information i {
    font-size: 34px;
    margin: 0 25px 0 0;
}

.footer .main-footer {
    padding: 0 0 20px 0;
}

.footer .main-footer h4 {
    border-bottom: 1px solid #fff;
    font-size: 20px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.footer .bottom-footer {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.9);
}

.footer .bottom-footer p {
    margin: 0;
    text-align: center;
}

.footer .bottom-footer a {
    color: #fff;
}


.section-header {
    margin: 0 0 25px 0;
}

.section-header h2 {
    font-size: 24px;
    text-align: center;
    padding: 0 0 15px;
    position: relative;
}

.section-header h2::before {
    content: '';
    background-color: #D4AF37;
    bottom: 0;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 42px;
}

.section-header .tagline {
    font-size: 14px;
    margin: 10px 0 0 0;
    text-align: center;
}

.section-wrapper, .main-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-repeater {
    background-color: #fff;
    padding: 20px 25px;
    margin: 0 0 30px 0;
    -moz-transition: box-shadow .3s se-out;
    -o-transition: box-shadow .3s se-out;
    -webkit-transition: box-shadow .3s se-out;
    transition: box-shadow .3s se-out;
    -ms-transition: box-shadow .3s se-out;
}

.entry-header h2 {
    font-size: 22px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    position: relative;
}

.entry-header h2:before {
    content: '';
    background-color: #D4AF37;
    bottom: 0;
    position: absolute;
    height: 1px;
    left: 0;
    width: 42px;
}

.editor-styles-wrapper, .entry-content {
    counter-reset: footnotes;
}

.specification {
    list-style: none;
    padding: 0;
}

.btn-primary {
    background-color: #D4AF37;
    border-color: #D4AF37;
}

.btn-primary:hover {
    background-color: #D4AF37;
    border-color: #D4AF37;
}

img {
    vertical-align: middle;
    border-style: none;
}

.modal-dialog {
    margin: 0;
    z-index: 9992;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    outline: none !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
}

.modal-dialog .modal-body {
    height: 50vh;
    overflow: hidden;
    overflow-y: auto;
}

.modal-dialog .modal-body .error {
    font-size: 12px;
    color: #e80000;
    margin-top: 5px;
    margin-right: 10px;
}

.main-content .content-area .entry-content img {
    display: block;
    width: 100%;
    height: auto;
}

.about-us .section-content {
    text-align: center;
}

.about-us .photo {
    margin: 0 0 15px 0;
    height: 300px;
    width: 100%;
    background: url(/static/images/about-us.jpg) center center / cover no-repeat;
}

.featured-thumbnail {
    margin: 0 0 10px 0;
}

.featured-thumbnail img {
    display: block;
    height: auto;
    width: 100%;
}

.widget-area {
    margin: 30px 0 0 0;
}

.widget-area .search-form {
    position: relative;
}

.widget-area .search-form .search-field {
    border: 0 none;
    width: 100%;
}

.widget-area .search-form .search-submit {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.widget-area .widget-title {
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

.widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-area li {
    margin: 0 0 7px 0;
}

.widget-area .widget_categories li, .widget-area .widget_recent_entries li {
    border-bottom: 1px solid #eeeeee;
    display: block;
    padding: 10px 0;
}

.widget-area .widget_categories li:last-child, .widget-area .widget_recent_entries li:last-child {
    border-bottom: 0 none;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 0 none;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card .card-thumbnail img {
    display: block;
    height: auto;
    width: 100%;
}

.card-title {
    margin-bottom: .75rem;
}

.card .card-title a {
    color: #333;
}

.card .card-title a:hover {
    color: #D4AF37;
}

.text-muted {
    color: #868e96 !important;
}

.masonry {
    margin: calc(-1* var(--bs-gutter-y)) -calc(var(--bs-gutter-x)* .5) 0;
}

.thumbnail-item {
    margin-bottom: 4px;
}

.masonry .masonry-sizer, .masonry .masonry-item {
    padding: 2px;
    width: 50%;
}

.products .product-listing {
    margin: 0 0 30px 0;
}

.products .product-listing .product-thumbnail {
    margin: 0 0 15px 0;
}

.products .product-details {
    margin: 0 0 15px 0;
}

.products h2 {
    border-bottom: 2px solid #D4AF37;
    font-size: 22px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

.products h2 a {
    color: #333;
}

.products .read-more {
    color: #D4AF37;
}

.president-photo {
    position: relative;
}

.president-photo:before {
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 5%, rgba(84, 84, 84, 0.1) 40%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.president-photo .details {
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.main-content .content-area .entry-content img {
    display: block;
    width: 100%;
    height: auto;
}


@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: flex;
        flex: 0 0 calc(100% / 2 - 30px);
        flex-direction: column;
        margin-right: 15px;
        margin-left: 15px;
    }

    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    
}

@media (min-width: 768px) {
    .card-deck .card {
        flex: 0 0 calc(100% / 2 - 30px);
    }

    .products .product-listing .product-thumbnail {
        max-width: 320px;
        margin: 0 30px 0 0;
    }

    .products .product-listing .product-details {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .header ul {
        margin: 0 0 0 15px;
    }

    .header .navbar {
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header .navbar-brand {
        background-color: #fff;
        padding: 5px;
        margin-top: -36px;
    }

    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap;
    }

    .banner .hero-information {
        padding: 0;
        text-align: left;
        width: 40%;
    }

    .banner .carousel-item {
        height: 70vh;
    }

    .sub-banner h1 {
        font-size: 58px;
    }

    .section-wrapper, .main-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-header h2 {
        font-size: 30px;
    }

    .footer .top-footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer .contact-information .contact-information-item {
        border-right: 1px solid #707070;
        border-bottom: 0 none;
        padding: 0 15px;
    }

    .footer .contact-information .contact-information-item:last-child {
        border: 0 none;
        margin: 0;
        padding: 0 15px;
    }

    .about-us .section-content {
        margin: 0 auto;
        width: 80%;
    }

    .about-us .photo {
        height: 340px;
    }

    .widget-area {
        margin: 0;
    }

    .card-deck .card {
        flex: 0 0 calc(100% / 3 - 30px);
    }

    .masonry .masonry-sizer, .masonry .masonry-item {
        width: 25%;
    }
}