.discussionForum {
	padding: 30px 0;
}
.discussionForum .df_nav {
	text-align: center;
}
.discussionForum .df_nav li {
	display: inline-block;
}
.discussionForum .df_nav li a {
	float: left;
	line-height: 40px;
	width: 200px;
	border-radius: 3px;
	background: #6996e4;
	color: #fff;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.discussionForum .df_nav li a:hover,
.discussionForum .df_nav li a.active {
	background: #6fc34a;
}
.discussionForum .df_list {
	margin-top: 20px;
}
.discussionForum .df_list li {
	margin-top: 5px;
	width: 100%;
	float: left;
}
.discussionForum .df_list li a {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	color: #333;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.discussionForum .df_list li a:hover {
	color: #233f95;
}
.discussionForum .df_list li a:hover {
	background: #f7f7f7;
	box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.2)
}
.discussionForum .df_list .dfl_qus {
	width: calc(100% - 300px);
	float: left;
	padding: 15px;
	padding-right: 50px;
}
.discussionForum .df_list .dfl_qus .q {
	margin-bottom: 8px;
	font-weight: 600;
	height: 40px;
	overflow: hidden;
	line-height: 1.4;
}
.discussionForum .df_list .dfl_qus .by {
	font-size: 12px;
	line-height: 1;
	color: #333;
}
.discussionForum .df_list .dfl_qus .by span {
	margin-right: 15px;
}
.discussionForum .df_list .dfl_views {
	width: 300px;
	float: right;
}
.discussionForum .df_list .dfl_views span {
	width: 33.33%;
	float: left;
	padding: 10px;
	border-left: 1px solid #ddd;
	font-size: 12px;
	min-height: 90px;
	line-height: 1;
	color: #333;
	text-align: center;
}
.discussionForum .df_list .dfl_views .df_fa {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 5px;
}
.discussionForum .df_list .dfl_views .df_fa:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	content: '';
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
.discussionForum .df_list .dfl_views .df_ans:before {
	background-image: url(../images/dfi1.png);
}
.discussionForum .df_list .dfl_views .df_vote:before {
	background-image: url(../images/dfi2.png);
}
.discussionForum .df_list .dfl_views .df_care:before {
	background-image: url(../images/dfi3.png);
}
.discussionForum .dfd_question {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
	color: #111;
	margin-bottom: 15px;
}
.discussionForum .dfd_by span {
	margin-right: 15px;
}
.discussionForum .dfd_by span b {
	color: #333;
}
.discussionForum .dfd_answer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.dfd_answer .dfd_pic {
	width: 80px;
	float: left;
}
.dfd_answer .dfd_pic img {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 100%;
}
.dfd_answer .dfd_pic .dfd_votes {
	text-align: center;
	margin-top: 20px;
}
.dfd_answer .dfd_pic .dfd_vote {
	font-size: 24px;
}
.dfd_answer .dfd_pic .dfd_vote div {
	color: #333;
	width: 20px;
	cursor: pointer;
}
.dfd_answer .dfd_pic .dfd_vote div,
.dfd_answer .dfd_pic .dfd_vote input {
	float: left;
}
.dfd_answer .dfd_pic .dfd_vote input {
	border: 0px;
	font-size: 16px;
	width: 40px;
	line-height: 24px;
	text-align: center;
}
.dfd_answer .dfd_pic .dfd_vote div:hover,
.dfd_answer .dfd_pic .dfd_vote div:focus {
	color: #233f95;
}
.dfd_answer .dfd_txt {
	width: calc(100% - 110px);
	float: right;
}
.dfd_answer .dfd_txt .dfd_name {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.dfd_answer .dfd_txt .dfd_on {
	font-size: 13px;
	margin: 10px 0
}
.dfd_comment {
	margin-top: 30px;
	padding: 20px;
	background: #f5f5f5;
}
.dfd_comment h2 {
	font-size: 18px;
	color: #111;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.dfd_comment .span2 {
	width: 49%;
	float: left;
}
.dfd_comment .span2.last {
	float: right;
}
.dfd_comment .span3 {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.dfd_comment .span3.last {
	margin-right: 0
}
.dfd_comment .dfd_label {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	color: #333;
	font-weight: 500;
}
.dfd_comment .dfd_input {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding: 0 10px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #ddd;
}
.dfd_comment .dfd_input:hover,
.dfd_comment .dfd_input:focus {
	border: 1px solid #223f94;
}
.dfd_comment .dfd_input[type="file"] {
	background: #fff;
}
.dfd_comment textarea.dfd_input {
	height: 100px;
	padding: 10px;
	line-height: 22px;
}
.dfd_comment .dfd_submit {
	line-height: 40px;
	border: 0px;
	padding: 0 30px;
	background: #ee4861;
	color: #fff;
	cursor: pointer;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.dfd_comment .dfd_submit:hover {
	background: #da2e48;
}
/*students_processed*/
.students_processed {
	padding: 50px 0;
}
.students_processed h1 {
	text-align: center;
}
.spList li {
	width: 32%;
	margin-right: 2%;
	float: left;
	padding: 25px;
	margin-top: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.spList li:nth-child(3n+3) {
	margin-right: 0
}
.spList li:hover {
	box-shadow: 0px 0px 70px 35px rgba(0,0,0,0.1)
}
.spList .spl_name {
	margin-bottom: 15px;
}
.spList .spl_name .pic {
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #ddd;
}
.spList .spl_name .pic img {
	width: 100%;
}
.spList .spl_name .txt {
	width: calc(100% - 80px);
	float: right;
	color: #333;
	line-height: 1.4;
}
.spList .spl_name .txt span {
	color: #666;
}
.spList .spl_name .txt h2 {
	font-size: 16px;
	color: #111;
	line-height: 1;
	margin-bottom: 5px;
	font-weight: 600;
}
.spList .spl_coll {
	margin: 15px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.spList .spl_coll .pic {
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #ddd;
}
.spList .spl_coll .pic img {
	width: 100%;
}
.spList .spl_coll .txt {
	width: calc(100% - 80px);
	float: right;
	color: #333;
	line-height: 1.4;
}
.spList .spl_socail {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.spList .spl_socail a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #eee;
	color: #333;
	font-size: 20px;
	display: inline-block;
	margin: 0 10px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.spList .spl_socail a:hover {
	background: #233f95;
	color: #fff;
}
.spl_process .splp {
	margin-top: 2px;
}
.spl_process .splp span {
	width: 80px;
	float: left;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #333;
	font-size: 12px;
}
.spl_process .splp.high span {
	background: #4ac34a;
}
.spl_process .splp.moderate span {
	background: #dcb736;
}
.spl_process .splp.low span {
	background: #ff0000;
}
.spl_process .splp .bar {
	width: calc(100% - 82px);
	height: 30px;
	background: #d7f5b8;
	position: relative;
	float: right;
}
.spl_process .splp .blink:before {
	display: block;
	content: attr(data-num);
	line-height: 30px;
	color: #111;
	text-align: center;
	z-index: 2;
}
.spl_process .splp .blink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
}
.spl_process .splp.high .blink {
	background: #4ac34a;
}
.spl_process .splp.moderate .blink {
	background: #dcb736;
}
.spl_process .splp.low .blink {
	background: #f00;
}
.testimonials ul {
    margin-top:0;
}
.testimonials .spList li {
    background:#fff;
}
.testimonials .spList .spl_text {
    text-align: left;
    height:300px;
    overflow-y:auto;
    margin-top:10px;
}
.testimonials .spList .spl_socail {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 15px 0;
    padding: 15px 0;
    text-align: center;
}
.test_content {
    padding: 0px;
    position: static;
    display: none;
    border: 0px solid #eee;
    border-top: 1px solid #f26340;
    background: none;
}
.test_cat li {
    border: 1px solid #fff;
    border-bottom: 1px solid #f26340;
    color: #333;
    background: #fff;
}
.test_cat li.active {
    border: 1px solid #f26340;
    border-bottom: 0px solid #fff;
    color: #fff;
    background: #f26340;
}
.testimonials .test_cat {
    margin-top:15px;
}


@media screen and (max-width: 979px) {
.spList li {
    width:49%;
    margin-right:0;
}
.spList li:nth-child(even) {
    float:right;
}
}
@media screen and (max-width: 767px) {
.spList li {
    width:100%;
}
}