/*item-slider*/

.spec {
	position: relative;
}

#products .item-feature,#products > div > div > div{
	width: 100% !important;
}

#news-post-slider custome-carousel{
	max-width: 1200px !important;
	margin:0 auto;
}

.newspost-inner{
max-width: 1200px !important;
margin: 0 auto!important;
}

.carousel-control{
	opacity: 1 !important;
	background: #e62626 !important;

border-radius: 10px;
width: 75px;
height: 65%;
margin-top: 60px;
    display: grid;
    align-items: center;
    font-size: 12px
    left:20px !important;
}

#news-post-slider > div.carousel-controls > a.right.carousel-control{
	/*box-shadow: inset 2px 0px -5px rgba(0, 0, 0, 0.72)!important;*/
	width: 75px;
	font-size: 14px;
	right: -20px!important;

}
a#leftcontrol{
	box-shadow: inset -1px 0px 5px rgba(0, 0, 0, 0.72);
	transition:.3s; 
}
a#rightcontrol {
    box-shadow: inset 1px 0px 5px rgba(0, 0, 0, 0.72);
    transition:.3s; 
}

a#leftcontrol:hover{
	box-shadow: inset -3px 0px 5px rgba(0, 0, 0, 0.9);
}
a#rightcontrol:hover {
    box-shadow: inset 3px 0px 5px rgba(0, 0, 0, 0.9);
}





#news-post-slider > div.carousel-controls > a.left.carousel-control{
	margin-left: 15px @important;
	font-size: 14px;
	/*box-shadow: inset 2px 0px -5px rgba(0, 0, 0, 0.72)!important;*/

}

#news-post-slider > div.carousel-controls > a.left.carousel-control > i::before{
	margin-left: 15px;
}


.products{
	background: #fffff7;
	padding-top:20px; 
	padding-bottom:20px; 
}

/*.subscription ::after{
	width: 50px;
	height: 50px;
	position: absolute;
	content:''; 
	background: red;
	bottom: -10px;
	z-index: 99999;
	transform:rotate(45deg);
}
.subscription:nth-child(n)::after{
	display: none;
}*/


.carousel-item .news-post{
	margin:50px !important;
}
/*item-slider end*/

.carousel-item .news-post a{
	
    color: #fffff7;
    background: #E62E2E;
    display: block;
    width: 80px;
    line-height: 30px;
    margin: 0 auto;

}

.outer{
	float: left!important;
}


.product-range {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 100px;
    padding-bottom: 100px;
}

.product-card {
    /* margin: 106px; */
    margin-top: 75px;
    margin-bottom: 159px;
}

.request-qoute-title-block{
	text-align: center;
	text-transform: uppercase;
	padding: 30px;
	font-size: 36px;
	font-family: raleway;
	color:#e62626;
	font-weight: 600 !important;

}

.detail p{
	font-size: 22px;
	color:#e62626;
	text-align: justify;
}

.about-us .container{
	display: grid;
	align-items: center;
	left: 7em;
}


.request-qoute-title-block h1{
	font-size: 36px;
	text-align: center;
	font-weight: 600;
}


.widget-content ul li{
	font-size: 18px	!important;

}

::placeholder{
	font-size: 14px;
}


.msg-content input{
	
}