@charset "utf-8";

.hero-slide-content .title-1 {
    font-size: 60px!important;
    font-weight: 700;
    font-family: Raleway,sans-serif;
    color: #212121;
    margin-bottom: 20px!important;
}
.blog-detail-text{
	overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}

.product-anotherinfo-wrapper222 li {
    color: rgba(83,83,83,1.00);font-size: 14px;
}
.product-anotherinfo-wrapper222 li span {
	font-size: 14px;
    color: #212121;
    display: inline-block;
    font-weight: 500;
    margin: 0 26px 0 0;
    min-width: 85px;
}

.product-anotherinfo-wrapper222 h5 {
    font-weight: 700;
    color: #474747;
    font-size: 14px;
}

.blog-post-content-inner p.text-blog-list{
		overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}

.recent-post-widget .blog-left-list-tit{
		overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}

.single-post-content p.quate-speech {
    margin-left: 40px!important;
    margin-right: 100px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    border-left: 3px solid #ff7004;
}

.single-post-content p.blog-img img{
	width: 100%;
}

/*
.contant-banner-area{
	background-image: url("../picture/banner1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.about-banner-area{
	background-image: url("../picture/banner3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
*/
.contant-bg{
	background-image: url("../picture/contant-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.contact-form {
    background-color: rgba(245, 245, 245,0.9);
    padding: 50px 40px;
}
.contact-info-wrap {
    background-color: rgba(245, 245, 245,0.9);
    padding: 50px 40px;
    height: 100%;
}
.contact-info-wrap .single-contact-info {
    flex-direction: column;
}

.minicart-product-list li .content .title {
    color: #212121;
    font-weight: 400;
	padding-right: 15px;
}
.product .thumb .actions .action.active {
    color: #fff;
	background: #ff7004;
}

.index-email{
	background: 0 0;
    border: 1px solid #c1c1c1;
    margin-bottom: 30px;
    color: #474747;
}
.product .content h3.title a {
    text-decoration: none;
    color: #1d1d1d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 18px;
	font-weight: 800;
}




@media screen and (max-width:1500px){
	
.main-menu ul li.dropdown ul.sub-menu.sub-menu-2 {
    left: -100%!important;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
}
	
}



@media screen and (max-width:900px){
	.hero-slide-content .title-1 {
		font-size: 40px!important;
		font-weight: 700;
		font-family: Raleway,sans-serif;
		color: #212121;
		margin-bottom: 20px!important;
	}
.single-post-content p.quate-speech {
    margin-left: 20px!important;
    margin-right: 20px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    border-left: 3px solid #ff7004;
}
	
}











