p{
    text-align:justify;
}
.sub-links a {
	text-decoration: none;
	color: #74b51d;
}
.aboutus-section {
    padding: 90px 0;
}
.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.aboutus-title::after {
    background: #9d0303 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 54px;
}
.aboutus-text {
    color: #606060;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 35px;
}

a:hover, a:active {
    color: #9d0303;
    text-decoration: none;
    outline: 0;
}
.aboutus-more {
    border: 1px solid #9d0303;
    border-radius: 25px;
    color: #9d0303;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}
.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 16%;
}
.feature .feature-box .iconset::after {
    background: #9d0303 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}

.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}
.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
    color: #606060;
    font-size: 20px;
    line-height: 22px;
}
.icon {
    color : #9d0303;
    padding:0px;
    font-size:40px;
    border: 1px solid #9d0303;
    border-radius: 100px;
    color: #9d0303;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

        .text {
    	overflow: hidden;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	line-height: 20px;
    	-webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
    	font-size: 16px;
         }
        .card.product-card img {
        	width: 100%;
        	height: 250px;
        }
        
        /* Show mega menu on hover for larger screens */
        @media (min-width: 992px) {
            .nav-item.dropdown:hover .dropdown-menu {
                display: block;
            }
        }
        .category-slider img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
        }
        .about-section, .contact-section {
            padding: 40px 0;
            background: beige;
        }
        .navbar-brand {
            color: #9d0303;
            font-weight: 700;
            font-size: x-large;
        }
        .nav-link {
            font-size: 19px;
            color: #000;
        }
        .p-color{
            background-color: #8ec547;
            color:#fff;
            font-size: 20px;
            font-weight: 700;
        }
        @media only screen and (max-width: 1068px) {
            .main-slider img {
                height: auto;
            }
            }
    