html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Lato", sans-serif;
}

h2 {
    font-family: "Josefin Sans", sans-serif;
}

h1 {
    font-family: "Teko", sans-serif;
}

h3 {
    font-family: "Kaushan Script", cursive;
}


/*Header Start*/

.top-menu {
    padding: 10px 0;
    background-color: #025d0016;
}

.discount-offer {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.logo {
    width: 250px;
}

.page {
    font-weight: 600;
    font-size: 14px;
    color: black;
    text-transform: capitalize;
}

.page:hover {
    color: #198754 !important;
}

.page.active {
    color: #198754 !important;
}

.main-menu {
    padding: 5px 0;
}

.main-menu ul li {
    margin-left: 15px !important;
}

.main-menu ul li:last-child {
    margin: 0px 0 !important;
}

.navbar-nav {
    text-align: end;
}

.primary-btn {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    background-color: #198754;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    transition: 0.3s;
}

.primary-btn:hover {
    background-color: #000;
}

.navbar-toggler {
    padding: 2px 5px;
}

/*Header End*/

/* banner start  */

.banner {
    padding: 120px 0;
    background-image: url(../images/banner.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-title {
    font-family: "Kaushan Script", cursive;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 20px;
}

.sec-title {
    margin-top: 20px;
    font-weight: 700;
    font-size: 70px;
    color: #198754;
    line-height: 70px;
}

.sec-title span {
    color: #000;
}

.banner p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 25px;
}


/* banner end  */

/* category start  */

.category {
    padding: 100px 0;
    background-color: #E9F1E9;
}

.title-wrapper .sec-title {
    margin-top: 15px;
    line-height: 50px;
    font-size: 50px;
    margin-bottom: 0;
}

.title-wrapper .sec-title span {
    font-size: 40px !important;
}

/* category end  */

/*explore-category start*/

.explore-category {
    padding: 100px 0;
}

.sub-title {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
}

.title {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    color: #333333;
    text-transform: uppercase;
}

.title span {
    color: #198754;
}

.sec-desc {
    margin: 25px 0 50px 0;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.box {
    cursor: pointer !important;
}

.inner-box {
    background-color: #1987547d !important;
    width: 0;
    min-height: 100%;
    bottom: 10px;
    left: 10px;
    z-index: -1;
    transition: 0.3s;
}

.box:hover .inner-box {
    width: 100%;
    min-height: 100%;
}

.wrapper {
    cursor: pointer;
}

.overlay-2 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-image: linear-gradient(#04351f68, #198754);
    transition: 0.3s;

}

.wrapper:hover .overlay-2 {
    opacity: 1;
}

.overlay-about-text {
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff
}

.overlay-about-text h2 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px !important;
}

.overlay-about-text i {
    font-size: 24px !important;
}

.banner-underline {
    background-color: #198754 !important;
    height: 4px;
    width: 70px;
    margin: 0 auto;
    position: relative;
    animation: samnepiche 1.1s linear 0s infinite alternate;
}

@keyframes samnepiche {
    0% {
        left: 20px;
    }

    100% {
        left: -20px;
    }
}

.explore-category h4 {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.explore-category-desc {
    padding: 20px 15px;
    background-color: #E9F1E9;
}

/*explore-category start*/



/*Support Start*/

.support {
    padding: 0 0 50px 0;
}

.single-support {
    padding: 25px 0;
    border: 1px solid #ebeef0;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0px 0px 10px -2px #dad7d7;
}

.support-icon i {
    font-size: 30px;
    color: #198754;
}

.single-support:hover {
    box-shadow: 0px 0px 15px 5px #dad7d7;
    transform: scale(1.02);
}

.single-support h2 {
    font-weight: 500;
    font-size: 17px;
    color: black;
}

.single-support p {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    color: #888888;
}

/*Support End*/

/* product start  */

.product {
    background-color: #e9f1e995;
    padding: 100px 0;
}

.single-product {
    margin: 10px 0;
}

.product-desc {
    background-color: #fff;
    padding: 20px;
}

.product-desc h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #198754;
    font-size: 16px;
}

.product-price {
    font-family: "Teko", sans-serif;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 30px;
}

/* product end  */

/* offer start  */

.offer {
    padding: 100px 0 0 0;
    background-image: url(../images/banner-offer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.offer h3 {
    font-weight: 900;
    font-size: 60px;
}

.offer h3 span {
    color: #198754;
}

.offer h1 {
    margin-top: 20px;
    font-size: 30px;
}

.offer p {
    font-size: 16px;
    font-weight: 600;
}

/* offer end  */


/*gallery section start*/

.gallery {
    padding: 100px 0;
}

.gallery i {
    font-size: 26px !important;
}

.gallery .gallery-title {
    margin-top: 7px;
    font-weight: 700;
    font-size: 16px;
}

.gallery .gallery-subtitle {
    font-weight: 400;
    font-size: 16px;
}

/*gallery section end*/

/* cta start  */

.cta {
    padding: 50px 0;
    background-color: #E3FFF2;
}

/* cta end  */

/* footer start  */

footer {
    padding: 50px 0 10px 0;
    background-color: #198754;
}

.disclaimer-short-wrapper {
    text-align: center;
    padding: 35px;
    background-color: #E3FFF2;
}

.disclaimer-short-wrapper p {
    font-weight: 600;
    font-size: 13px;
    color: #333;
}

footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.copyright-text {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}


/* Footer end  */

/* BreadCrumb start  */

.breadcrumb-cc {
    background-image: linear-gradient(to right, #054f2fc7, #054f2f89),
        url(../images/breadcrumb.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 100px 0;
}

.breadcrumb-cc h1 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.breadcrumb-cc p {
    color: #fff;
    font-weight: 500;
}

.breadcrumb-cc a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}


/* BreadCrumb end  */

.content h2{
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: #198754;
}
.content p{
    font-weight: 500;
    font-size: 14px;
    color: #333;
}