/* theme colours */
:root {
    --primary-color: #9f4004;
    --secondary-color: #089b54;
    --accent-color: #ffcc99;
}

body {
    font-family: "Mozilla Headline", sans-serif;
    font-optical-sizing: auto;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.fs-7 {
    font-size: 0.915rem;
}

/* theme styles */
.text-theme {
    color: var(--primary-color);
}

.theme-title {
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
}

.theme-title>div {
    position: relative;
    display: inline-block;
    color: var(--primary-color);
}

.theme-title>div>span {
    color: var(--secondary-color);
}

.theme-title>div::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 30%;
    height: 2px;
    background-color: var(--accent-color);
}

.theme-title.text-center>div::after {
    left: 20%;
    width: 60%;
}

.top-bar {
    padding-top: 0.225rem;
    padding-bottom: 0.225rem;
    background: #F7F7F7;
    background: linear-gradient(180deg, rgba(247, 247, 247, 1) 0%, rgba(238, 238, 238, 1) 100%);
    font-size: 0.945rem;
}

.top-bar i {
    color: var(--secondary-color);
}

.top-bar .form-control {
    border-color: var(--accent-color);
}

.top-bar .btn,
.top-bar .btn i {
    color: var(--primary-color);
    background-color: var(--accent-color);
}

/* navigation */
.navbar {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    background: #06743F;
    background: linear-gradient(180deg, rgba(6, 116, 63, 1) 0%, rgba(5, 97, 53, 1) 100%);
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.65rem;
        padding-right: 0.65rem;
    }
}

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

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    position: relative;
}

.navbar-nav .nav-link.active::before {
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: -0.35rem;
    height: 3px;
    width: auto;
    background-color: var(--accent-color);
    border: none;
    content: '';
    z-index: 999;
}

.nav-link {
    text-transform: uppercase;
}

.dropdown-menu {
    background-color: var(--accent-color);
    border-radius: 0%;
}

.dropdown-menu .dropdown-item {
    color: var(--primary-color);
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--primary-color);
    color: var(--accent-color);
}

/* page-title */
.page-title {
    margin-bottom: 2.15rem;
    padding: 1.45rem 0 1.25rem;
    background: #F7F7F7;
    background: linear-gradient(180deg, rgba(247, 247, 247, 1) 0%, rgba(238, 238, 238, 1) 100%);
}

.page-title .breadcrumb {
    color: var(--primary-color);
}

.page-title,
.breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.page-title h1 {
    color: #056135;
    font-size: 2.25rem;
}

/*slider*/
.flexslider-custom-slide {
    position: relative;
}

.flex-caption {
    position: absolute;
    right: 0;
    top: 100px;
    width: 40%;
    padding: 2%;
    right: 0;
    color: #FFF5EB;
    background: rgba(60, 24, 4, 0.75);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    z-index: 999;
}

.flex-control-paging li a {
    color: var(--accent-color);
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--accent-color);
}

/* news */
.theme-box {
    margin-bottom: 2.75rem;
    padding: 2rem;
    background-color: #FFF5EB;
    border-radius: 50px 0px 50px 0;
    border: solid 1px var #ccc;
}

/* sections */
.features {
    position: relative;
    background: url('../images/about_banner.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}

.features::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(60, 24, 4, 0.75);
    content: '';
    z-index: -1;
}

.features .icon {
    position: relative;
    margin: 0.5rem auto;
    margin-bottom: 1.75rem;
    padding: 10px;
    text-align: center;
    font-size: 60px;
    width: 120px;
    height: 120px;
    line-height: 88px;
    color: white;
    background: var(--secondary-color);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.features .icon:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 3px solid white;
    transition: all .5s ease-in-out;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
}

.features .icon-box:hover .icon::before {
    left: 0;
    top: 0;
}

/* footer */
footer {
    color: #FFF5EB;
    background-color: rgba(60, 24, 4, 1);
}

footer a {
    text-decoration: none;
    color: inherit;
}

footer i {
    color: var(--accent-color);
}

footer .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-logo div {
    position: relative;
    padding: 20px;
    width: 200px;
    height: 200px;
    background-color: white;
    border-radius: 50%;
    z-index: 1;
}

footer .footer-logo div::before {
    position: absolute;
    left: -15px;
    top: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: dashed 2px var(--accent-color);
    border-radius: 50%;
    content: '';
    z-index: -1;
}

footer .footer-logo img {
    width: 160px;
    height: 160px;
}