.container{transition:all 0.9s ease os;-moz-transition:all 0.9s ease 0s;-webkit-transition:all 0.9s ease 0s;-o-transition: all 0.9s ease 0s;}


/************IPad**************/

@media only screen and (min-width: 992px) and (max-width: 1200px) {






}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {




}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
.course_area,.latest_news_area,.publications_area,.about_me_area,.footer_area{
	padding: 26px 0px;
}
.title {
	font-size: 18px;
}
.course_left_image {
	margin-top: 10px;
}

.course_right_image {
	margin-top: 15px;
}
.course_right_image h2 {
	font-size: 12px;
	
}
.sub_left h3 {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 14px;
}

.sub_right h3 {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.course_right_image p {
	font-size: 12px;
}

.latest_video h2 {
	font-size: 14px;
	margin-bottom: 8px;
}
.latest_news h2 {
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 18px;
}
.single_latest {
	margin-bottom: 10px;
}
.left_img_single{float:none;margin-right:0px;}
.right_content_single {
	margin-top: 8px;
	margin-bottom: 8px;
}
.right_content_single h3 {
	font-size: 14px;
	margin-top: 8px;
}

.right_content_single h4 {
	font-size: 13px;
	margin-top: 5px;
}
.right_content_single p {
	font-size: 12px;
	margin-top: 5px;
}





}
/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {


}