/**
* Theme Name: Supplero Child
* Description: This is a child theme of Supplero, generated by Merlin WP.
* Author: <a href="https://www.wpopal.com/">Opal Team</a>
* Template: supplero
* Version: 1.4.7
*/

.nad-pus-image{
	position: relative;
	z-index: 2;
}
.nad-pus-image img{
	margin-left: 35px;
}

.nad-pus-image:before{
	content: '';
	position: absolute;
	background-image: url('img/ellips_shape.png');
	width: 578px;
	height: 578px;
	background-repeat: no-repeat;
	left: -90px;
	top: -50px;
	z-index: 1;
}
.nad-pus-image:after{
	content: '';
	position: absolute;
	background-image: url('img/services_shape.png');
	width: 709px;
	height: 585px;
	background-repeat: no-repeat;
	left: -155px;
	top: -60px;
	z-index: 0;
}

.single-delivery-services{
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 70px;
}
.single-delivery-services:last-child{
	margin-bottom: 0;
}
.single-delivery-services.ds-right{
	text-align: right;
	flex-direction: row-reverse;
}
.single-delivery-services .ds-icon{
	flex: none;
}
.single-delivery-services .ds-content h5{
	font-size: 18px;
	text-transform: uppercase;
	color: #39255a;
	line-height: 1;
	margin-bottom: 10px;
}
.single-delivery-services .ds-content p{
	color: #6b578b;
	margin-bottom: 0;
}

.nad-testimonials .supplero-icon-star_1.active{
	color: #940000 !important;
}

.nad-blog-row{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 50px 30px;
}
.nad-single-blog-post{
	box-shadow: 0px 0px 10px 0px rgba(89, 75, 128, 0.09);
}
.nad-single-blog-post .blog-content{
	padding: 40px 30px 35px;
	border: 1px solid #f3f3f3;
	border-top: none;
	background: #fafdfe;
}
.nad-single-blog-post .blog-content .date{
	font-size: 12px;
	font-weight: 500;
	color: #7c7298;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.nad-single-blog-post .blog-content h3{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
}
.nad-single-blog-post .blog-content h3 a{
	color: #564c73;
}
.nad-single-blog-post .blog-content p{
	margin-bottom: 30px;
	font-size: 16px;
	color: #786d99;
	font-weight: 400;
}

.nad-single-blog-post .nad-link a{
	font-size: 14px;
	font-weight: 500;
	color: #58468c;
}
.nad-single-blog-post .nad-link .fa-plus{
	display: inline-block;
	box-shadow: none;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #ed1d24;
	background: #ed1d24;
	border-radius: 3px;
	box-shadow: 0px 4px 12.09px 0.91px rgb(204 58 0 / 23%);
	margin-left: 8px;
	color: #fff;
	transition: .3s;
}


@media (min-width: 992px){
	.nad-blog-row{
		grid-template-columns: repeat(3, 1fr);
	}
}