/* DXPR Page Control position*/
.az-container>.controls {
	top: 20% !important;
}

.text-shadow,
.text-shadow .az-text,
.text-shadow p,
.text-shadow span,
.text-shadow h2,
.text-shadow h3,
.text-shadow h4,
.text-shadow h5 {
	text-shadow: 1px 2px 6px rgba(0,0,0,0.25);
}

.testimonial .blockquote-footer {
	text-align: center;
}

.testimonial blockquote:before {
    display: block;
    margin: -1rem auto auto;
    text-align: center;
    height: 48px;
}



.az-card.p-0 > .card-body {
	padding: 0 !important;
}

@media screen and (max-width: 767px) {
	.az-section {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.testimonial .az-card .az-blockquote .az-blockquote-inner p {
		text-align: center;
		display: block;
		font-size: 1.125rem;
	}
	.testimonial .az-card .az-blockquote .blockquote-footer cite {
		font-size: 0.875rem;
		line-height: 1rem;
	}
	
	.tab-content .accordion-item {
		padding: 0 !important;
	}
}