/** STYLES BY PETERS CHIKEZIE **/

@font-face {
    font-family: GothamRounded;
    src: url('../font/gothamrnd-book.woff');
}

body {
    font-family: GothamRounded, Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Segoe UI';
}

main {
    overflow: hidden;
}

header {
    position: relative;
    z-index: 1000;
}


.header-top {
    font-size: 14px;
    min-height: 50px;
    background: #7aa354;
    line-height: 49px;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ul-right>li,
.ul-left>li {
    display: inline-block;
}

.ul-right>li>a {
    font-size: 17px;
    color: #fff;
    margin: 0 5px;
}

.p {
    color: #212529b0 !important;
}

.ul-left>li {
    font-size: 14px;
    color: #fff;
    /* margin-right: 7px; */
    font-weight: 300;
    line-height: 20px;
}

nav {
    width: 100%;
    background-color: rgb(255, 255, 255);
    height: 100px;
}

a.nav-link:hover {
    color: #7aa354 !important;
}

.active {
    border-bottom: 2px solid #7aa354;
    text-transform: uppercase;
    border-radius: 10px;
    color: #7aa354 !important;
    font-weight: 400;
}

/* .active  {
    color: #7aa354 !important;
    font-weight: 400;
} */

.navbar-toggler {
    border: none;
}

button,
button:focus {
    box-shadow: none !important;
    outline: 0;
}

.text-primary-color {
    color: #7aa354 !important;
}

.bg-primary-color {
    color: #7aa354 !important;
}

.pointer {
    cursor: pointer;
}


/* main style */
/* slider */
.slider-container {
    width: 100%;
    height: auto;
    /* background: #7aa354; */
    overflow: hidden;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 400px;
}

.slider img {
    height: 598px;
}

.slider .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .234);
}

.slider .caption {
    position: absolute;
    bottom: 50px;
    left: 50%;
    color: white;
    z-index: 2000;
    background: #7aa354c7;
    padding: 20px;
    transform: translate(-50%, -50%)
}

.text-bold {
    font-weight: 700;
}

.text-darker {
    color: #000;
}

/* products */

.products {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding: 80px 0;
}

.products-card-top {
    height: 200px;
    background: white;
    position: relative;
}

.products-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #7aa354be;
    display: flex;
    align-items: center;
    justify-content: center;
}


.products-card-bottom {
    min-height: 200px;
    background: #ffffff;
}

/* about us and why choose us */

.about,
.why-us {
    background: #fff;
}

.about .about-text,
.why-us .why-us-text {
    color: #212529b0;
    line-height: 2rem;
}

.why-us-text li {
    list-style-type: square !important;
}

.why-us .why-us-image {
    display: flex;
    align-items: center;
    justify-content: center;
    /* filter: grayscale(100%);
    filter: contrast(-50%); */
    height: 200px;
}

/* team */
.team {
    background-image: url('../img/team.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

.team-mask {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #0e1b02c7;
    z-index: 100;
}

.team .container {
    position: relative;
    z-index: 2000;
}

.team .team-text {
    color: #fff;
    line-height: 2rem;
}

.team-header {
    height: auto;
    overflow: hidden;
    background: #fff;
}

.team-content {
    height: auto;
    border-left: 5px solid #7aa354
}

.team .card {
    position: relative;
    overflow: hidden;
    height: 333px;
}

.card .card-body {
    overflow: hidden;
}

.team .card:hover .card-details {
    height: 500px;
}

.team .card-details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7aa354f1;
    height: 0;
    overflow: hidden;
    transition: ease-out .3s;
}

.team .card-details .details {
    font-size: 16px;
    padding: 10px;
    color: white;
    text-align: center;
}

.team .card-footer {
    min-height: 80px !important;
    font-size: 14px;
}

/* partners */

.partners {
    background: #f5f5f5;
    height: auto;
    overflow: hidden;
}

.partners-box {
    height: 100px;
    margin: 0 5px;
    overflow: hidden;
}

.social li {
    margin: 0 10px;
}

.social li a {
    color: #7aa354;
}

.social li a:hover {
    color: #2b4612;
}

/* footer */
footer {
    width: 100%;
    height: auto;
    position: relative;
}

footer .img-holder {
    height: 152px;
    width: 100%;
    background-image: url('../img/footer.png');
}

.footer-top {
    width: 100%;
    height: inherit;
    background: #7aa354;
    color: #fff;
}

.footer-social li {
    margin: 0 10px;
}

.footer-social li a {
    color: #fff;
    font-size: 16px;
}

.site-map div li a {
    color: #fff;
    font-size: 16px;
}

/* hero */
.hero {
    width: 100%;
    height: 350px;
    background: url('../img/team.jpg');
    background-size: 100% auto;
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
}

.hero .hero-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #2b4612cb;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
}

/* products full */
.products-full p {
    color: #212529b0;
}

.product-card .products-card-bottom p {
    font-size: 15px;
    line-height: 26px;
    color: #212529b0;
}

.product-card .products-card-bottom {
    min-height: 360px;
}

.write-us ul li {
    list-style-type: square !important;
    /* color: #212529b0; */
}

/* contact page */
/* map */
.map {
    width: 100%;
    height: 400px;
}

/* contact */
.contact {
    width: 100%;
    height: auto;
}