/* CSS Document */

body {
    color: #212529;
    margin: 0;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}

img {
    width: 100%;
}

a {
    color: #333;
    transition: 400ms;
    text-decoration: none;
}

a:hover {
    color: #111;
    text-decoration: none;
}

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 35px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    border-radius: 12px;
    background-color: #8da779;
    transition: 400ms;
}

.scrollup:hover {
    color: #FFF;
    background-color: #7a9466;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Krona One', sans-serif;
}

.btn {
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0px !important;
    width: max-content;
}

.btn-close {
    box-shadow: none !important;
}

.overflow {
    overflow: hidden;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.wrapper-2 {
    position: relative;
}

.padding-1 {
    padding: 90px 0px;
}

.padding-2 {
    padding: 120px 0px;
}

.padding-3 {
    padding: 50px 0px 0px 0px;
}

.sliderpadding-1 {
    padding: 150px 0px 0px 0px;
}

.bg-lighten {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, #f4f8f0 100%);
}

@media screen and (max-width: 992px) {
    .btn {
        padding: 7px 10px;
        font-size: 14px;
    }
    .padding-1 {
        padding: 40px 0px;
    }
    .padding-2 {
        padding: 50px 0px;
    }
    .flex-reverse {
        flex-direction: column-reverse;
    }
}


/* End Default CSS*/


/* Start Header CSS */

.header-wrapper {
    z-index: 999;
    padding: 5px 0px;
    transition: 400ms;
    background: #FFF url(../images/header-bg.jpg) no-repeat top right;
    background-size: 1200px;
}

.navbar-brand img {
    width: 140px;
    padding-right: 30px;
}

.nav-item {
    margin: 0px 7px;
}

.nav-link {
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 500;
    color: #525252 !important;
    text-transform: uppercase;
}

.nav-link.active {
    color: #111 !important;
}

.nav-link:hover {
    color: #111 !important;
}

.social-media-top {
    display: block;
}

.social-media-top ul {
    display: flex;
}

.social-media-top ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.social-media-top ul li a {
    background-color: #FFF;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-top ul li a:hover {
    background-color: #f7f7f7FF;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border-radius: 0px !important;
}

.dropdown-item {
    color: #FFF !important;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.dropdown-item:hover {
    color: #FFF !important;
    background-color: #7a9466 !important;
}

.hover-sub {
    position: relative;
}

.hover-sub-2 {
    position: relative;
}

.show-sub {
    position: absolute;
    left: 100%;
    background-color: #f4f8f0;
    top: 0;
    width: max-content;
    display: none;
}

.hover-sub:hover .show-sub {
    display: block;
}

.show-sub li {
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.show-sub li:hover {
    background-color: #FFF;
}

.show-sub-2 {
    position: absolute;
    left: 100%;
    background-color: #FFF;
    top: 0;
    width: max-content;
    display: none;
}

.hover-sub-2:hover .show-sub-2 {
    display: block;
}

.show-sub-2 li {
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.show-sub-2 li:hover {
    background-color: #f4f8f0;
}

@media screen and (max-width: 992px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-toggler {
        box-shadow: none !important;
        background-color: #FFF;
        padding: 10px;
    }
    .show-sub {
        position: relative;
        left: 0;
        background-color: #f4f8f0;
        top: 0;
        width: 100%;
        display: none;
    }
    .show-sub-2 {
        position: relative;
        left: 0;
        background-color: #FFF;
        top: 0;
        width: 100%;
        display: none;
    }
}


/* End Header CSS */


/* Start Slider */

.slider-wrapper {
    padding: 350px 0px 0px;
}

.slider-content {
    display: flex;
    background: #212529 url(../images/slider-image-bg-2.png) no-repeat right top;
    background-size: 250px;
    padding: 40px;
    color: #FFF;
    align-items: center;
    justify-content: space-between;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
}

.slider-content h1 {
    display: block;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
}

.slider-content p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.slider-content a {
    margin-left: 50px;
}

@media screen and (max-width: 992px) {
    .slider-content {
        flex-direction: column;
    }
    .slider-content a {
        margin-left: 0px;
    }
}


/* End Slider */


/* Start Content */

.web-title {
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 992px) {
    .web-title h2 {
        font-size: 18px;
    }
}

.subtitle {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    position: relative;
    color: #8da779;
    margin-bottom: 5px;
}

.default-content {
    display: block;
}

.default-content h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
}

.default-content h5 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 34px;
}

.default-content p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 30px;
}

.default-content ul li {
    margin-bottom: 5px;
    padding: 5px 10px;
    border: 1px dotted #8da779;
    border-radius: 5px;
}

.product-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.product-card h4 {
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 10px 0px;
    background-color: #FFF;
    font-family: 'Poppins', sans-serif;
}

.product-card img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.gallery img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}

@media screen and (max-width: 992px) {
    .gallery img {
        height: 200px;
        object-fit: cover;
        object-position: top;
    }
}

.testimonials {
    text-align: center;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    border: 1px dashed #8da779;
}

.testimonials h5 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 13px;
    font-weight: 400;
}

.quote {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8da779;
    border-radius: 10px;
    color: #FFF;
}

.testimonials h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #a2a2a2;
}

.d-flex-hardware {
    display: flex;
}

.d-flex-hardware ul {
    display: flex;
    flex-wrap: wrap;
}

.d-flex-hardware ul li {
    display: flex;
    width: 180px;
    margin: 0px 15px 15px 0px;
}

@media screen and (max-width: 992px) {
    .default-content {
        margin-bottom: 30px;
    }
    .testimonials {
        padding: 20px;
    }
    .testimonials-wrapper {
        background: #f5f5f5 !important;
    }
    .default-content .ms-3 {
        margin: 0px !important;
    }
    .d-flex-hardware ul li {
        display: flex;
        width: 100px;
        margin: 0px 10px 10px 0px;
    }
}


/* End Content */


/* Start Footer */

.footer-wrapper {
    position: relative;
    padding: 70px 0px 50px;
    background-color: #212529;
}

.footer {
    display: block;
    color: #FFF;
}

.footer h5 {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer p {
    display: block;
    color: #FFF;
    font-size: 15px;
    line-height: 24px;
}

.footer ul {
    display: inline-block;
}

.footer ul li {
    display: block;
    color: #FFF;
    font-size: 15px;
    margin: 0px 0px 10px 0px;
}

.footer ul li a {
    display: inline-block;
    color: #FFF;
    transition: 400ms;
}

.footer ul li a:hover {
    color: #b0b2b4;
}

.footer a img {
    width: 120px;
}

.blog-feed-container {
    display: block;
}

.blog-feed {
    display: flex;
    margin-bottom: 15px;
}

.blog-feed img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}

.blog-feed a {
    color: #ffb2a0;
}

.blog-feed a:hover {
    color: #8da779;
}

.date {
    display: block;
}

.date ul {
    display: flex;
    color: #FFF;
}

.date ul li {
    font-size: 12px;
}

.copyright-wrapper {
    position: relative;
    padding: 20px 0px 20px;
    background-color: #15181b;
}

.copyrights p {
    font-size: 15px;
    color: #b0b2b4;
}

.social-icons {
    display: block;
}

.social-icons ul {
    display: flex;
}

.social-icons ul li {
    margin: 0px 10px;
}

.social-icons ul li a {
    color: #b0b2b4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 400ms;
}

.social-icons ul li a:hover {
    color: #797979;
}

@media screen and (max-width: 992px) {
    .footer {
        margin-bottom: 30px;
    }
}


/* End Footer */

.gallery-grid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.gallery-grid div {
    display: block;
    width: 250px;
    height: 250px;
    margin: 0px 0px 30px 0px;
}

.gallery-grid div img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (max-width: 992px) {
    .gallery-grid {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .gallery-grid div {
        display: block;
        width: 120px;
        height: 120px;
        margin: 0px 20px 30px;
    }
    .gallery-grid div img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 10px;
    }
}