/***** Pricing page/programs******/
/** custom accordin icon **/

.et_pb_toggle_title:before {
   content: "\33";
   transition: all .3s ease-in-out;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
   content: "\33";
   transform: rotate(180deg);
}
/***** All programs/ all project *****/
/** Divi custom button **/

.aproject_blurb_with_button a.dg_button {
	display: block;
	bottom: 20%;
	top: 20%;
	width: 85%;
	padding: 6px 15px;
	transition: 0.5;
	cursor:pointer;
	font-size: 12px;
    background-color: #a47355;
	color: whitesmoke;
    border:none;
	border-radius: 6px;
}
/**  custom accordin close icon **/
.et_pb_toggle_open .et_pb_toggle_title:before {
display: block !important;
content: "\33";
}
