.HomePage #content {
    margin-top: 0 !important;
}

.HomePage .navbar-ontop {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.topshadow {
    box-shadow: 0 -12px 8px rgba(0, 0, 0, 0.4);
}

.bannerslider {
    min-height: calc(100vh - 100px);
    overflow: hidden;
    position: relative;
}

.navbar {
    padding: 0 1rem;
}

.navbar-brand {
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    padding: 0 10px;
    background: #fff;
}

.navbar-ontop {
    height: auto !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /* text-transform: uppercase; */
    /* font-size: .8rem; */
    font-weight: 600;
}

.logo {
    width: 200px;
    height: auto;
    position: absolute;
    top: 0;
    box-shadow: 0 3px 5px rgb(0 0 0 / 40%);
    /* border-radius: 0 0 10px 10px; */
}

.extra a {
    border: 1px #28a745 solid;
    color: #28a745;
    box-shadow: 0 0 3px rgb(0 0 0 / 50%);
    border-radius: 50%;
    background-color: #fff;
    transition: all .2s ease-in;
}

a.email {
    font-size: 12px;
    line-height: 25px;
}

.extra a:hover,
.extra a:focus {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
    transition: all .2s ease-in;
    transform: translateY(-5px);
}

.bantitle {
    position: absolute;
    top: 180px;
    right: 80px;
}

.bantitle h3,
.bantitle h2 {
    font-weight: bold;
    background: rgb(28 58 16 / 70%);
    float: right;
    padding: 5px 10px;
    color: #fff;
}

.imgrounded {
    border: 1.5px #ccc dashed;
    padding: 4px;
    border-radius: 15px
}

.imgrounded img {
    border-radius: 10px
}

.bg-white {
    background: #fff;
}

.cbtn {
    border-radius: 1.6rem;
    background: #fff;
    color: #f00;
    border-color: #f00;
    padding: .5rem 3rem
}

.btmbanner {
    background: url('images/footerbanner.png');
    background-position: fixed;
    padding: 100px 0;
}

footer {
    padding-top: 0 !important;
    background: #375940;
}

.fwhite {
    color: #fff;
    text-shadow: 0 2px 2px rgb(0 0 0 / 40%);
}

.footer-secondary {
    padding: .5rem 0;
}

.footer-links .navigation-item a {
    margin: .0rem 1.875rem;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after {
    color: #036240 !important;
    background-color: #036240 !important;
}

.animate__animated {
    /* webkit-animation-fill-mode: initial !important;  */
    animation-fill-mode: initial !important;
}

.colBox {
    padding: 0 15px;
}

.colBox h6 {
    padding: 10px 0;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}

.colBox a {
    margin-bottom: 20px;
}

.stitle {
    position: relative;
    margin-bottom: 60px;
}

.stitle::before {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 5px;
    background: #000;
    width: 50px;
    left: 50%;
    margin-left: -25px;
}

.flight {
    font-weight: 300 !important;
}

.font-4 {
    font-size: 1rem;
}

.inbanner {
    height: 300px;
    overflow: hidden;
    position: relative;
    background: #eee;
    background-position: center center;
}

.pagetitle {
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 5px 80px 5px 10px;
    background: rgba(255, 255, 255, .8);
}
.subtitle{
    background: #f6f2e9;
    padding: 8px 10px;
    font-size: 1.1rem;
    color: #015c3b;
}

.btn-one{
    background: #987b53;
    border-radius: 30px;
    color: #fff;
}
.btn-one:hover{
    background: #005834;
    color: #fff;
}

@media (max-width: 991.98px) {
    .logo {
        width: 140px;
        height: auto;
        left: 0;
    }
    header .nav-link.current .nav-link {
        color: rgba(3, 94, 68, .5);
    }
    #navbar {
        background: #f6f2e9;
    }
    header .navbar-nav .nav-link {
        color: #036240;
    }
    .colBox {
        padding: 10px;
    }
    .navbar-brand {
        margin-left: -1rem;
    }
    .bannerslider {
        min-height: calc(100vh - 200px);
    }
    a.email{
        font-size: 20px;
        line-height: 46px;
    }
}