body {
	margin: 0px;
}


.social_bg {
	background-image: url(images/social_media_bg.png);
	background-position: center top;
	background-repeat: no-repeat
}

.button_bg {
	background-color: #fdce65;
	border: #f19330 2px solid
}

.text_bg {
	background-color: #fbddb0
}

.main_bg_color {
	background-color: #fef0d0
}

.welcome_to {
	font-family: "Comic Sans MS";
	color: #577a0e;
	font-size: 20px;
}

.cubs_den {
	font-family: "Comic Sans MS";
	color: #876625;
	font-size: 20px;
}

.kids_studio {
	font-family: "Comic Sans MS";
	color: #fd8403;
	font-size: 13px;
}

.quick_link {
	font-family: "Comic Sans MS";
	color: #876625;
	font-size: 25px;
}

.advisor {
	font-family: Arial, Helvetica, sans-serif;
	color: #577a0e;
	font-size: 14px;
}


.highlights_bg {
	background-image: url(images/highlights_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.contact_font {
	font-family: "Comic Sans MS";
	color: #876625;
	font-size: 18px;
}

.main_text {
	font-family: Tahoma;
	color: #000;
	font-size: 13px;
}

.read_more a {
	font-family: Tahoma;
	color: #fd8403;
	font-size: 13px;
	text-decoration: none;
}

.read_more a:hover {
	font-family: Tahoma;
	color: #000000;
	font-size: 13px;
	text-decoration: underline;
}

.qiuck_link_bg {
	background-image: url(images/quick_links_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

.footer_bg {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fef0d0
}

.slogen {
	font-family: Arial;
	font-size: 18px;
	color: #876625
}

.box_shadow {
	box-shadow: #f2f0f0 0 0 3px;
}

.margin {
	margin-top: -15px;
}

.footer_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #876625;
	text-decoration: none;
	font-weight: bold;
}

.footer_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #876625;
	text-decoration: underline;
	font-weight: bold;
}


.left_link_cate a {
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.left_link_cate a:hover {
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
}

/*testimonial css*/
.testimonial {
	
	padding: 0 25px;
	
}
.testimonial p{
	font-size: 13px;
	font-family: Tahoma;
	line-height: 22px;
	color: #000000;
}

p.testimonialName {
	text-align: right;
	padding: 0;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	color: #577a0e;
	font-size: 14px;
	/* border-bottom: 2px dashed #577a0e; */
	/* position: relative; */
}
/* .testimonialName:nth-child(7){
	border-bottom: none;
} */

/* .testimonialName::after {
	content: "";
	position: absolute;
	border: 1px dashed #577a0e;
	bottom:-8px;
	left: 0;
	right: 0;
	height: 2px;
	width: 100%;
	background: #577a0e;
} */