.inner_head {
	background-image: url(../images/banner-inner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
	min-height: 295px;
	background-size:cover;
	padding-top: 190px;
	padding-bottom: 50px;
}
 @media(max-width:896px) {
 .inner_head {
 min-height: auto;
 background-size: cover;
 padding-top: 40px;
 padding-bottom: 10px;
}
}
.inner_head:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -1;
}
.breadcrumb {
	background-color:transparent;
	text-align:center;
	margin: 0;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	font-size: 14px;
	color: #fff;
	content: "\f105";
	font-family:FontAwesome;
}
.breadcrumb > li {
	color:#fff;
	font-weight:500;
}
.breadcrumb > li a {
	font-weight:500;
	text-decoration:none;
	color:#4886ff;
}
.inner_head h2 {
	color: #fff;
	margin:0;
	position: relative;
	padding: 0;
	font-size: 50px;
	text-transform: capitalize;
	font-weight: 600;
	text-align: center;
}
@media(max-width:767px) {
 .inner_head h2 {
 font-size: 35px;
}
}
.blue_h2 {
	color: #4886ff;
	text-transform: capitalize;
}
.custom_ul {
	list-style: none;
	margin: 20px 0 10px;
	padding: 0;
}
.custom_ul li {
	position: relative;
	padding: 5px 0 12px 40px;
}
.custom_ul li span {
	position: absolute;
	left: 0;
	top: 2px;
	border: 1px solid #4886ff;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #4886ff;
	padding: 4px 0 0;
	font-size: 14px;
}
.inner_content h2 {
	text-transform: capitalize;
	margin-top: 4px;
}
 @media(max-width:767px) {
 .inner_content h2 {
 font-size: 24px;
}
}
.education_about h2 {
	font-size: 35px;
	position: relative;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.education_about h2:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 50px;
	height: 2px;
	content: "";
	background-color: #4886ff;
}
.education_about a {
	font-weight: 500;
	text-align: center;
	color: #252525;
	display: inline-block;
	padding: 13px 32px;
	border-radius: 3px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	background-color: #4886ff;
	border: none;
	box-shadow: none;
	transition: 0.3s;
	color: #fff;
	margin:20px 0 0;
}
.education_about a:hover {
	background-color: #2762d5;
	transition: 0.3s;
}
.teachers_section {
	text-align: center;
}
.dual-tone_h2 {
	font-size: 38px;
	text-transform: capitalize;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 18px;
	margin-top: 0;
}
.dual-tone_h2:before {
	position: absolute;
	left: 50%;
	content: "";
	width: 100px;
	height: 2px;
	background: #666;
	bottom: -1px;
	margin-left: -50px;
}
.dual-tone_h2:after {
	position: absolute;
	left: 50%;
	content: "";
	width: 100px;
	height: 2px;
	background: #666;
	bottom: -6px;
	margin-left: -63px;
}
.dual-tone_h2 span {
	color: #4886FF;
}
.teacher_card {
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}
.teacher_card img {
	height: 100%;
	width: 100%;
	text-align: center;
}
.teacher_card .team_hover {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 75px 20px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	bottom: 10px;
	right: 10px;
	background: rgba(39, 98, 213, 0.9);
}
.teacher_card:hover .team_hover, .teacher_card.active .team_hover {
	transform: scale(1.0);
	opacity: 1;
	visibility: visible;
}
.teacher_card .team_hover h4 {
	color: #fff;
	font-size: 20px;
}
.teacher_card .team_hover h4 span {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
}
.teacher_card .team_hover p {
	color: #fff;
	margin: 20px 0;
	font-size: 15px;
}
.teacher_card .team_hover .social {
	padding-left: 0;
	padding-bottom: 42px;
	margin:0;
}
.teacher_card .team_hover .social li {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
}
.teacher_card .team_hover .social li a {
	color: #fff;
	font-size: 14px;
}
.social li a:hover {
	opacity: 0.8;
}
 @media(max-width:767px) {
 .education_about {
margin: 20px 0 0;
}
 .dual-tone_h2 {
margin-top:0;
font-size: 25px;
}
 .education_about h2 {
font-size: 25px;
}
}
.history_section {
	text-align: center;
	padding-bottom: 30px;
}
.history_section p {
	padding: 10px 80px 0;
}
.points_body {
	position: relative;
	z-index: 1;
	display: flex;
	margin: 45px 0 20px;
}
.points_body:before {
	content: "";
	background-color: #ccc;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -1px;
	z-index: -1;
}
.points_body article {
	width: 30%;
	text-align: left;
	position: relative;
}
.points_body article:last-child {
	text-align: right;
	width: 8%;
}
.points_body article:before {
	content: "";
	border-radius: 50%;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 40%;
	left: 0px;
	background: rgba(39, 98, 213, 0.9);
	transform: scale(1);
	animation: pulse 1s infinite;
}
.points_body article:after {
	content: "";
	position: absolute;
	top: 49%;
	left: 0px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: rgba(39, 98, 213, 0.9);
	transform: translateY(-50%);
	pointer-events: none;
	background:#4886FF;
}
.points_body article:last-child:before {
	right: 0;
	left: auto;
}
.points_body article:last-child:after {
	right: 0;
	left: auto;
}
 @keyframes pulse {
 0% {
 transform: scale(0.95);
 box-shadow: 0 0 6px 0 rgba(39, 98, 213, 0.8);
}
 70% {
 transform: scale(1);
 box-shadow: 0 0 6px 10px rgba(39, 98, 213, 0);
}
 100% {
 transform: scale(0.95);
 box-shadow: 0 0 6px 0 rgba(39, 98, 213, 0);
}
}
.points_body article strong {
	display: block;
	margin: 0 0 15px;
	color: #777;
}
.points_body article strong:last-child {
	margin: 30px 0 0;
}
 @media(max-width:896px) {
 .points_body article {
 width: 100%;
 margin: 0 0 30px;
}
 .points_body {
 display:block;
}
 .points_body:before {
display: none;
}
 .points_body:after {
content: "";
position: absolute;
left: 7px;
top: 0;
bottom: 0;
width: 2px;
height: 100%;
background-color: #ccc;
z-index: -1;
}
 .points_body article strong {
margin: 0 0 0px 35px !important;
}
 .points_body article:before {
top: 0;
left: 0 !important;
right: auto !important;
}
 .points_body article:after {
top: 7px;
left: 0 !important;
right: auto !important;
}
 .points_body article:last-child {
margin: 0;
text-align: left;
width: 100%;
}
 .points_body article:nth-last-child(2) {
margin: 0 0 20px;
}
 .points_body article:last-child:before {
 bottom: 0;
 top: auto !important;
}
 .points_body article:last-child:after {
 bottom: -7px;
 top: auto !important;
}
 .history_section p {
 padding: 10px 0 0;
}
}
.tooltip_content {
	position: absolute;
	left: 0;
	top: -200px;
	right: 0;
	width: 270px;
	background-color: #fff;
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
	color: #000;
	z-index: 11;
	padding: 18px 20px;
	opacity: 0;
}
.points_body article:hover .tooltip_content {
	top: -165px;
	opacity: 1;
}
.tooltip_content:before {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -20px;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 25px solid #fff;
}
.tooltip_content h3 {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 22px;
}
.tooltip_content p {
	padding: 0;
	margin: 0;
	color: #757575;
	line-height: 1.6;
	font-size: 15px;
}
.points_body article:last-child .tooltip_content {
	left: -200px;
	text-align: left;
}
.points_body article:last-child .tooltip_content:before {
	left: auto;
	right: 20px;
}
 @media(max-width:896px) {
 .points_body article:last-child .tooltip_content:before {
left: 20px;
right: auto;
}
 .points_body article:last-child .tooltip_content {
 left: 20px;
 right: auto;
}
}
/*******event-page-css*****/

.event_card_n {
	margin: 0 0 20px;
}
.inner_content .event_card_n:last-child {
	margin:0;
}
.date_body {
	display: table;
	height: 240px;
	width: 100%;
}
.events {
	background-color: #f2f2f2;
	padding: 15px;
	overflow: auto;
	margin-bottom:30px;
	display: table;
	width: 100%;
}
@media(max-width:1000px){
	.events {
		margin-bottom:15px;
		display:block;
	}
}
.event_detail {
	/*width:70%;*/
	/*float: left;*/
	padding-right: 10px;
	/* max-width: 292px;*/
	display: table-cell;
}
.event_date_time {
	padding: 0 0 0 15px;
	/* display: table-cell; */
	vertical-align: middle;
	width: 100%;
	text-align: center;
	border-left: #ccc solid 1px;
	width: 159px;
	display: table-cell;
}
@media(max-width:1000px){
	.event_detail {
		width:100%;
		display:block;
		padding-right: 0;
	}
	.event_date_time {
		display:block;
		text-align: center;
		border-left: 0;
		border-top: #ccc solid 1px;
		width: 100%;
		margin-top:10px;
		padding:0;
	}
}
.event_time {
	color: #4886ff;
	font-weight: bold;
	margin-bottom: 8px;
}

.event_time span:first-child {
	margin-right: 10px;
}
.event_date {
	font-size: 61px;
	line-height: 1;
	font-weight: 600;
	padding: 10px 0 0px;
	font-family: Montserrat;
}
.event_month {
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1px;
	font-family: Montserrat;
}
.event_detail dl {
	display: table;
	width: 100%;
	height: 240px;
	margin: 0;
}
.event_detail dl dt {
	width: 61%;
	display: table-cell;
	vertical-align: middle;
	background: #f2f2f2;
	overflow: hidden;
	color: #000;
	padding: 15px;
}
.event_detail h3 {
	margin-bottom: 15px;
	position: relative;
	font-weight: 600;
	font-size: 22px;
	margin-top: 8px;
}
.event_detail h3:before {
	bottom: -13px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 38px;
}
.event_detail p {
	color: #444444;
	line-height: 1.6;
	font-weight: 500;
}
.event_detail a {
	font-weight: bold;
	display: inline-block;
	margin-top: 0;
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
	color:#4886ff;
	text-transform: capitalize;
}
.contact_head span {
	color: #939393;
}
.event_detail dl dd {
	position: relative;
	width: 39%;
	display: table-cell;
	overflow:hidden;
}
.event_detail dl dd img {
	min-height: 100%;
	min-width: 110%;
	max-width: 0;
 transition: .3s;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin: auto;
}
.event_time span i {
	margin-right:5px;
}
.book_ticket {
	display: block;
	background-color: #4886ff;
	color: #fff;
	padding: 8px;
	text-transform: uppercase;
	margin: 22px 0 16px;
	transition: 0.3s;
	font-family: Montserrat;
	letter-spacing: 0.5px;
}
.book_ticket:hover {
	color: #fff;
	background-color: #2463df;
	transition: 0.3s;
}
@media(max-width:1000px){
	.book_ticket {
		margin: 22px 0 0;
	}
}
.event_fig {
	position: relative;
	height: 420px;
	overflow: hidden;
	margin: 0 0 40px;
}
.event_fig img {
	min-height: 100%;
	min-width: 106%;
	max-width: 0;
transition: .3s;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-48%);
	-webkit-transform: translate(-50%, -48%);
	transform: translate(-50%, -48%);
	margin: auto;
}
.event_detail_2 dl dt {
	width: 100%;
}
 @media(max-width:1080px) {
 .date_body, .event_detail dl {
height: 320px;
}
}
 @media(max-width:896px) {
.event_detail dl dd {
display: none;
}
 .event_detail dl dt {
 width: 100%;
}
 .event_fig {
height: auto;
margin: 0 0 25px;
}
 .event_fig img {
max-width: none;
max-height: 115%;
width: 100% !important;
min-height: auto;
min-width: 100%;
position: static;
left: 0;
right: 0;
-ms-transform: translateX(0) translateY(0);
-webkit-transform: translate(0 0);
transform: translate(0, 0);
}
}

.contact_head h3 {
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
	margin: 0 0 25px;
	font-size: 30px;
}
.contact_head h3 a {
	color: #4886ff;
}
.contact_body dl {
	display: table;
	width: 100%;
	margin:0;
}
.contact_body dl dt {
	display: table-cell;
	width:40%;
	overflow:hidden;
	position: relative;
}
.contact_body dl dt img {
	min-height: 100%;
	min-width: 112%;
	max-width: 0;
transition: .3s;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
}
.contact_body dl dd {
	display: table-cell;
	width: 60%;
	box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
	padding: 74px 30px;
	vertical-align: middle;
}
.contact_body {
	margin: 30px 0 0;
	position: relative;
}
.locate_address {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background-color: #fdfdfd;
	z-index: 11;
	max-width: 290px;
	padding: 12px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.locate_address h4 {
	margin-top: 0;
	text-transform: capitalize;
	position: relative;
	padding: 0 0 8px;
	margin-bottom: 12px;
}
.locate_address h4:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background-color: #4886ff;
}
.locate_address p {
	margin:0;
	position: relative;
	padding-left: 20px;
}
.locate_address p:before {
	content: "\f041";
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-family: "FontAwesome";
	font-size: 18px;
	color: #4891ff;
}
.contact_body form input[type="text"], .contact_body form input[type="email"], .contact_body form input[type="tel"], .contact_body form input[type="password"], .contact_body form input[type="file"], .contact_body form textarea, .contact_body form select {
	border:1px solid #e6e6e6;
	color: #000;
	padding: 10px 15px;
}
.contact_body form input[type="submit"] {
	padding: 12px 40px;
}
 @media(max-width:1024px) {
.contact_head h3 {
font-size: 26px;
}
}
 @media(max-width:896px) {
.contact_body dl {
 display: block;
}
 .contact_body dl dt, .contact_body dl dd {
 display: block;
 width: 100%;
}
 .contact_body dl dt {
 height: 350px;
}
 .contact_body dl dd {
padding: 20px 0;
}
 .locate_address {
left: 15px;
margin-right: 15px;
}
 .contact_head h3 {
 font-size: 19px;
 margin:0 0 15px;
}
 .contact_body {
margin: 15px 0 0;
}
}
/****10/10/2019***/

.form_style1 {
	background-color: #eee;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 5px;
}
.form_style1 h2 {
	margin: 0 0 25px;
	font-weight: 600;
	color: #000;
}
.form_style1 form input[type="text"], .form_style1 form input[type="password"], .form_style1 form input[type="email"], .form_style1 form input[type="tel"], .form_style1 form input[type="number"], .form_style1 form select {
	border: none;
	background-color: #fff;
	padding: 12px 10px;
	margin-top: 0;
	margin-bottom: 15px;
	height: auto;
	color: #000;
}
.form_style1 .form_footer button, .form_style1 .know_btn {
	padding: 10px 20px;
	margin: 12px 0 0;
	display: inline-block;
	background-color: #4886ff;
	border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
	border:none;
	text-transform: uppercase;
	color: #fff;
}
.form_style1 a:hover {
	color: #4886ff;
}
.page_button {
	background-color: #4886ff;
	color: #fff;
	padding: 8px 10px;
	margin: 6px 0 0;
	display: inline-block;
	transition: 0.3s;
	width:133px;         
}
.page_button:hover {
	color:#fff;
	background-color: #3a76ec;
	transition: 0.3s;
}
.page_button img {
	margin-right:5px;
}
/**testimonial-page-css****/

.testimonial {
	position:relative;
	padding: 50px 15px 25px;
	margin: 20px 20px 90px;
	border: 2px solid #ececec;
	text-align: center;
}
.testimonial span {
	background: #fff;
	position: absolute;
	color: #9C1003;
	top: -45px;
	left: 50%;
	margin-left: -40px;
	border-radius: 100px;
	border: 1px solid #ccc;
	height: 80px;
	width: 80px;
	overflow:hidden;
}
.testimonial span img {
	width: 48px;

	padding: 15px 0;
}
/*.testimonial span i{
font-size: 50px;
padding: 14px 15px 0;
}*/

.testimonial h2 {
	margin: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #686868;
	font-size: 25px;
}
.testimonial p {
	margin:0;
}
.testimonial i {
	display: block;
	text-align: right;
	color: #4886FF;
	font-size: 18px;
	font-weight: bold;
	padding: 18px 0 0;
	text-transform:capitalize;
}
.testimonial:last-child {
	margin: 20px 20px 10px;
}
 @media only screen and (max-width:1024px) {
.testimonial h2 {
 font-size: 22px;
}
}
 @media only screen and (max-width:991px) {
 .testimonial span {
 height: 70px;
 width: 70px;
}
 .testimonial span img {
 width: 33px;
 padding: 18px 0;
}
 .testimonial h2 {
 font-size: 18px;
}
 .testimonial p {
 font-size: 15px;
}
 .testimonial i {
 font-size: 15px;
}
 .testimonial {
 margin: 30px 20px 68px;
}
 .testimonial span {
 margin-left: -35px;
}
}
/****10/10/2019*****/

.members_body article h3 {
	font-weight:600;
	font-size:21px;
	color: #4886FF;
	margin: 15px 0 4px;
}
.members_body article p {
	font-weight:500;
	font-size:18px;
	color: #000;
	text-transform:capitalize;
}
.members_body {
	padding: 10px 0 0;
	margin: 0 auto;
}
.members_body article {
	text-align:center;
	margin: 0 0 20px;
}
.members_body article figure {
	position: relative;
	margin:0 auto;
	border: 8px solid #fff;
}
.members_body .row {
	margin:0 0 10px;
}
.members_body .row:last-child {
	margin:0;
}
.members_body article figure img {
	width:100%;
}
.members_body article figure:after {
	content: "";
	position: absolute;
	left: -8px;
	top: -8px;
	border-left: 8px solid #4886FF;
	width: 35%;
	height: 100px;
	border-top: 8px solid #4886FF;
	z-index: 11;
}
.members_body article figure:before {
	content: "";
	position: absolute;
	right: -8px;
	bottom: -8px;
	border-right: 8px solid #E1E1E1;
	width: 35%;
	height: 100px;
	border-bottom: 8px solid #E1E1E1;
	z-index: 11;
}
.view_btn {
	text-align:center;
	padding:10px 0 0;
}
.members_body h3 {
	margin: 0 0 20px;
	color: #4886ff;
}
 @media only screen and (min-width:767px) {
.members_body {
 padding: 10px 0 0;
 max-width:none;
 margin: 0;
}
 .members_body .row {
 margin:0 0 20px;
}
 .members_body .row:last-child {
 margin:0;
}
 .members_body article figure {
 width: 100%;
}
 .members_body article h3 {
 font-size: 18px;
}
}
 @media only screen and (min-width:991px) {
 .members_body article figure {
 width: 100%;
 margin: 0;
}
 .members_body article h3, .members_body article p {
 text-align: initial;
}
}
.profile-left-section {
	border: 1px solid #ececec;
	padding: 15px;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	background-color: rgba(72, 134, 255, 0.1);
}
.profile-pic {
	text-align: center;
	margin: 0 0 15px;
}
.profile-left-section .profile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.profile-left-section .profile-menu ul li {
	border-bottom: 1px solid #d6e4ff;
	padding: 12px 0;
}
.profile-left-section .profile-menu ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.profile-left-section .profile-menu ul li i {
	margin-right:8px;
	color: #4886ff;
}
.profile-left-section .profile-menu ul li a:hover {
	color: #4886ff;
}
.info_box {
	background-color: #f0f0f0;
	padding: 16px 18px;
	margin:0 0 10px;
}
.info_box h3 {
	margin: 0 0 10px;
	color: #646464;
	font-size: 20px;
}
.info_box p {
	color: #8a8a8a;
	margin:0;
}
.dash_custom h2 {
	margin: 0 0 20px;
	color: #4886ff;
}
.profile-left-section .card-body {
	text-align: center;

}
.dash_custom h4 {
	font-weight: 600;
	margin: 0 0 18px;
	color: #848484;
}
.dash_custom form input[type="text"], .dash_custom form input[type="password"], .dash_custom form input[type="email"], .dash_custom form input[type="tel"], .dash_custom form input[type="number"], .dash_custom form input[type="file"] {
	border: 1px solid #e8e8e8;
	background-color: #fff;
	padding: 12px 10px;
	margin-top: 0;
	margin-bottom: 15px;
	height: auto;
	color: #000;
	border-radius: 0;
}
.dash_custom form button {
	padding: 10px 20px;
	margin: 12px 0 0;
	display: inline-block;
	background-color: #4886ff;
	border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
	border:none;
	text-transform: uppercase;
	color: #fff;
}
.about_team {
	background-color: #eee;
	padding: 15px 20px;
	margin: 0 0 15px;
	font-weight:500;
	border-left: 5px solid #e6e6e6;
	text-align: center;
}
@media(max-width:896px) {
 .about_team {
 margin: 0 0 15px;
}
}
.about_team p:last-child {
	margin:0;
}
/****16/10/19*****/

.course_info {
	overflow: hidden;
	float: left;
	padding: 20px;
}
.service_feature .single_info {
	float: left;
	margin-right: 20px;
	text-align: center;
	overflow: hidden;
}
.service_feature .single_info figure {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	float: left;
	margin-right: 12px;
	position: relative;
	overflow: hidden;
}
.service_feature .single_info figure img {
	min-height: 100%;
	min-width: 190%;
	max-width: 0;
transition: .3s;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
}
.service_feature .single_info h4 {
	font-size: 14px;
	float: left;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.service_feature .single_info h4 a {
	color: #777;
	font-weight: 400;
}
.service_feature .single_info h4 span {
	display: block;
	color: #777;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 5px;
}
.service_feature .single_info i {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	margin-right: 15px;
	font-size: 29px;
	border: 1px solid #e7e7e7;
	font-size: 15px;
	color: #4886FF;
}
.service_feature .course_feature {
	background: #252525;
	width: 100%;
	min-height: 437px;
}
.service_feature .feature_main {
	padding: 20px;
	color: #fff;
}
.service_feature .course_feature h4 {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	position: relative;
}
 .service_feature .course_feature h4::before {
 position: absolute;
 left: 0;
 width: 50px;
 height: 2px;
 content: "";
 background: #4886FF;
 bottom: -1px;
}
.service_feature .single_feature {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(238, 238, 238, 0.22);
}
.service_feature .single_feature .label {
	font-size: 15px;
}
.service_feature .single_feature i {
	width: 10px;
	margin-right: 15px;
}
.service_feature .single_feature .value {
	float: right;
	font-weight: 600;
}
.service_feature .course_price {
	float: right;
	text-align: center;
	padding: 20px 0;
}
.service_feature .course_price p {
	font-size: 28px;
	float: left;
	margin-top: 4px;
	margin-right: 20px;
}
.service_feature .course_price .btn {
	color: #fff;
	background: #00B16A;
	padding: 10px 20px;
	float: left;
	border-radius: 50px;
}
.service_feature .course_price .btn i {
	margin-right: 10px;
}
.course_price a {
	background:#4886FF;
	color: #fff;
	padding: 10px 20px;
	float: left;
	border-radius: 50px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
}
.course_fig img {
	width: 100%;
}
 @media(min-width:1199px) {
 .course_fig {
 overflow: hidden;
 height: 437px;
 position: relative;
}
 .course_fig img {
 min-height: 100%;
 min-width: 125%;
 max-width: 0;
 transition: .3s;
 width: auto;
 height: auto;
 position: absolute;
 top: 0;
 left: 50%;
 -ms-transform: translateX(-50%) translateY(0);
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
 margin: auto;
}
}
 @media(max-width:1200px) {
 .service_feature .course_feature {
 margin: 20px 0 0;
}
 .service_feature .course_feature {
 min-height: initial;
}
 .service_feature .course_price {
 float: left;
}
}
 @media(max-width:896px) {
 .service_feature .single_info {
 float: none;
 margin-bottom: 30px;
}
 .course_info {
 padding: 20px 0 0;
}
 .service_feature .course_price {
 padding: 10px 0;
 margin: 0 0 10px;
}
}
.info_team {
    margin: 0 auto 20px;
    float: none;
    padding: 20px;
    overflow: auto;
    /* border: #e1e1e1 solid 1px; */
    -webkit-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.21);
    box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.21);
    text-align: justify;
}
.info_team figure {
	float:left;
	margin: 0px 20px 7px 0px;
}
@media(max-width:767px) {
 .info_team {
 padding: 10px;
 margin: 0 auto 15px;
}
 .info_team figure {
 float: none;
 margin: 0px 0 15px 0px;
}
}
.info_team > div {
	overflow:hidden;
}
.info_team h3 {
	text-align: left;
	margin: 10px 0 15px;
	font-size: 28px;
	color: #222;
}
@media(max-width:767px) {
 .info_team h3 {
 margin: 0 0 15px;
}
}
.fc-event {
	line-height: 1.5 !important;
	border-radius: 0 !important;
	border: 1px solid #4886ff !important;
	background-color: #4886ff !important;
	padding: 4px !important;
}
.fc-unthemed .fc-today {
	background: #f8f8f8 !important;
}
.fc-row.fc-rigid {
	overflow: unset !important;
}
.fc-event-container .popover {
	display:block !important;
	z-index:999;
	border-radius:0;
	position:relative !important;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
	border-color: #ddd !important;
}
.tabbable-panel {/* border: 1px solid #d2d2d2; *//* padding: 10px; */
	overflow:auto;
}
.tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
}
.tabbable-line > .nav-tabs > li {
	margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	color: #8e8e8e;
	font-size: 17px;
	text-transform: uppercase;
}
@media(max-width:767px) {
 .tabbable-line > .nav-tabs > li > a {
font-size: 14px;
padding-left:10px;
padding-right:10px;
}
}
.tabbable-line > .nav-tabs > li > a > i {
	color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
	border-bottom: 4px solid rgb(80,144,247);
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
	color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
	border-bottom: 4px solid #4886ff;
	position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #000;
	background-color: #f2f2f2;
}
.tabbable-line > .nav-tabs > li.active > a > i {
	color: #404040;
}
.tabbable-line > .tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
	padding-bottom: 0;
}

.blog_detail h3{
 font-weight: 600; 
 margin: 5px 0 5px;
}

.blog_detail h3 i{
font-size: 13px;
font-style: normal;
}

.blog_detail h3 u{
color: #4886ff;
font-size: 18px;
margin-right: 6px;
}

.blog_detail h3 > div{
margin: 8px 0;
    }

   .social_icon{
    list-style-type: none;
    padding:0;
	text-align:right;
    margin: 0;
   } 

.social_icon li{
display: inline-block;
margin-right:10px; 
}

.social_icon li a{
margin: 0;
border: none;
color: #4886ff;
padding: 0;
font-size: 30px;
transition: 0.3s;
  }

 .social_icon li a:hover{
 background-color: transparent;
 opacity: 0.8;
 transition: 0.3s;
 } 

 .blog_data{
 margin: 15px 0 0; 
 }

 .blog_data img{
 width: 100% !important; 
 height: 100% !important;  
}

 .blog_data p{
  margin: 0 0 10px;
 }

 .blog_data figure{
 height: auto !important;
 margin: 0 0 10px;
 max-width: 400px; 
 }

.blog_detail{
background-color: #f3f7ff;
padding: 12px 20px;
border: 1px solid #dfeaff;
}

 .blog_data ul{
list-style-type: none;
margin: 15px 0;
padding: 0;
}

 .blog_data ul li{
display:block;
padding: 0 0 8px 18px;
position: relative;
  }

  .blog_data ul li:before{
 content: "";
position: absolute;
left: 0;
top: 8px;
width: 6px;
height: 6px;
background-color: #f5b732;
 } 

.blog_data h3{
 font-weight: 600;
 font-size: 24px;
 margin: 8px 0 15px; 
 position: relative;
 padding: 0 0 10px;
} 

.blog_data h3:before{
 content: "";
position: absolute;
left: 0;
bottom: 0;
width: 60px;
height: 2px;
background-color: #f5b732;
}

.share_t{
 vertical-align: top;
 margin-top: 6px;
 font-weight: 500;
 font-size: 16px; 
}

.blog_detail{
position:relative;
}

.social_icon {
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 45px;
}

@media(max-width:767px){

.social_icon {
    text-align: left;
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 45px;
}

@media(max-width:767px){

.social_icon {
    text-align: left;
    position: absolute;
}

}