@font-face {
	font-family: maya;
	src: url( '../fonts/Maiya Regular.ttf' ) format("truetype");
}


.carousel-item{
    text-align: center;
}
.carousel-item h5{
    margin-top: 10px;
    font-weight: bold;
}

.home-applicaiton{
    text-align: center;
    padding: 20px;
    font-weight: bold;
}

.tp-caption.main_title.lfr.start {
    padding-left: 80px !important;
}

.top-description{
    background: #7f7f7f;
    margin-top: 85px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;

}

#about{
	  padding: 0px 0 0 0;
    background: url(/static/img/home-about.jpg) no-repeat center center fixed;
    background-size: auto;
    display: table;
    height: 100px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.about-line h3 {
    font-family: initial;
    font-size: 40px;
    padding: 15px 0px 0px 0px;
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
		margin-bottom: 25px;
}
.hinditext {
    font-family: maya;
    font-size: 40px;
    text-align: center;
		margin-top: 9px;
		margin-bottom: 10px;
		color:#fff;
}





.product-section {
    background: #f6cc00;
    padding: 10px 0 50px;
}


.product {
    background: #ffffcd;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
        margin: 6px auto;
    /* max-width: 24.2%; */

		padding-bottom:5px;
}
.product-title h2{
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	padding: 1% 0;
	// text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
	font-size: 30px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 10px;
	font-family: initial;
}
.product a{
	display:inline-block;
	width: 100%;
	height: 100%;
	}

.product img{
	display: block;
    margin: 0px auto;
    height: 150px;
    width: 100%;
    object-fit: cover;
    /* width: 50%; */
    margin-bottom: 5px;
}

.productinfo h4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
		color:#000;
	//	font-family: initial;
}



.img-product{
    width: 325px !important;
    height: auto !important;
    object-fit: contain;
}

.tp-caption.main_title{
    color : #616161 !important;
    text-shadow: none !important;
}

.tp-caption.ul{
    color : #616161 !important;
}