/*Page title Stylings*/
.wdn-page-title {
	margin: 20px 0;
}
.wdn-page-title h5 {
	color: #000;
}


/*Plan Page Stylings*/
.wdn-plan-page {
	padding: 40px 0;
}

.wdn-plan-page .wdn-block {
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin-bottom: 30px;
}

.wdn-plan-page .wdn-block .img-block {
	text-align: center;
	padding: 20px;
}
.wdn-plan-page .wdn-block .img-block img {
	width: 180px;
}

.wdn-plan-page .wdn-block .info-block {
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #d7d7d7
}
.wdn-plan-page .wdn-block .info-block a {
	font-size: 18px;
	line-height: 26px;
	color: #000;
}
.wdn-plan-page .wdn-block .info-block a:hover {
	color: #603510;
}

/*Testimonial Page Stylings*/
.wdn-testimonial-page {
	max-width: 780px;
	margin: 0 auto;
}
.testimonial-block-three .inner-box .lower-box .designation {
	font-size: 12px;
}

/*Projects Page Stylings*/
.wdn-projects-page {}
.wdn-projects-page .gallery-block {}
.wdn-projects-page .gallery-block .content {
	border: 1px solid #ebebeb;
	padding: 10px 15px 20px 20px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.wdn-projects-page .gallery-block .content h4 {
	color: #000;
}
.wdn-projects-page .gallery-block .content a {
	display: inline-block;
	font-size: 13px;
	color: #19191a;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	position: relative;
}
.wdn-projects-page .gallery-block .content a:after {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #dfa974;
	content: "";
}
