@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
.p-30{
	padding:30px 0;
}
.p-40{
	padding:40px 0;
}
.p-50{
	padding:50px 0;
}
.p-60{
	padding:60px 0;
}
.p-70{
	padding:70px 0;
}
.p-80{
	padding:80px 0;
}

.badge-dark{
	background:#111;
}

.banner{
    color: #000000;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-image: url("../img/slide3.jpg");
}
.banner .caption{
	background: #1111118a;
	width: 100%;
	overflow: hidden;
	padding:10% 8%;
	height: 100%;
}
.banner .caption .word{
	display:contents;
}
.banner .caption p{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	font-family:
}
.banner .caption .button .btn{
	margin-right: 12px;
	border-radius: 4px;
}
.banner .caption .button .btn-dark{
	background: #f2c719;
	border:0;
}
.banner .caption .button .btn-outline-primary{
	border-color:#fff;
	color: #f1c40f;
}
.slider .caption h1 span{
	display:flex;
	margin-left: 14px;
}
.slider .caption h1 ,
.banner .caption h1 {
	font-family: 'Abril Fatface', cursive;
	letter-spacing:2px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	font-family: 'Abril Fatface', cursive;
	letter-spacing:2px;
	display: flex;
}
.btn-dark{
	background:#111;
	color:#fff;
	padding:10px 30px;
}
.callout .item{
	background: #f2c719;
}
.callout .inner-item{
	padding: 30px;
	display: flex;
	height:150px;
}
.callout .item2{
	background: #ffd735;
}
.callout .inner-item .icon-box{
	width: 25%;
	text-align: center;
	padding: 12px;
}
.callout .inner-item .icon-box i {
	color: #191818;
	font-size: 55px;
	text-align: center;
	justify-content: center;
	text-shadow: 1px 2px 6px #10101073;
}
.callout .inner-item .icon-text{
	width: 75%;
	padding: 0 8px;
}
.callout .inner-item .icon-text h5{
	font-size: 22px;
	margin-bottom: 10px;
}
.callout .inner-item .icon-text .text{
	color: #111;
}
.call-to-action-sec{
}
.call-to-action-sec input.custom-input,
.call-to-action-sec select.custom-input{
	height: 40px;
	width: 214px;
	margin: 0 4px;
	padding: 10px 10px;
	border-radius: 4px;
	color: #585656;
}
.new-testimonial .testimonial {
	text-align: center;
	padding: 75px 30px 30px 60px;
	margin: 60px 15px 30px;
	background: #f9f9f9;
	box-shadow: 5px 4px 0 0 #77a9dd;
	position: relative;
}
.new-testimonial .testimonial .pic {
	width: 120px;
	height: 120px;
	border: 5px solid #77a9dd;
	margin: 0 auto;
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
}
.new-testimonial .testimonial .pic img {
	width: 100%;
	height: auto;
}
.new-testimonial .testimonial .description {
	font-size: 15px;
	color: #757575;
	line-height: 27px;
	margin-bottom: 20px;
	position: relative;
}
.new-testimonial .testimonial .description:before {
	content: "\f10d";
	font-family: "FontAwesome";
	font-size: 32px;
	color: #77a9dd;
	position: absolute;
	top: -15px;
	left: -35px;
}
.new-testimonial .testimonial .testimonial-profile {
	position: relative;
	margin: 20px 0 10px 0;
}
.new-testimonial .testimonial .testimonial-profile:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #77a9dd;
	margin: 0 auto;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
}
.new-testimonial .testimonial .title {
	display: inline-block;
	font-size: 18px;
	color: #4a5184;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.new-testimonial .testimonial .post {
	display: inline-block;
	font-size: 15px;
	color: #757575;
	text-transform: capitalize;
}
.new-testimonial .owl-theme .owl-controls {
	margin-top: 10px;
}
.new-testimonial .owl-theme .owl-controls .owl-page span {
	background: #5e5f5f;
	opacity: 1;
	transition: all 0.4s ease 0s;
}
.new-testimonial .owl-theme .owl-controls .owl-page.active span, .new-testimonial .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #77a9dd;
}
.new-testimonial .owl-theme .owl-controls .owl-page.active span {
	width: 22px;
	height: 12px;
}
.new-testimonial h1{
	margin-top: 20px;
	color:#fff;
}
.new-testimonial .overlay{
	background: #1111116b;
	width: 100%;
	padding:20px;
}
.new-testimonial #testimonial-slider{
	padding: 20px 50px;
}
.new-testimonial{
	background-image:url(../img/slide1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/* guide column styles */
.guide-column {
	position: relative;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 30px;
}
.guide-column:hover .icn {
	color: #fff;
}
.guide-column:hover .icn:after {
	background-color: #2368b3;
	border-color: rgb(238 238 238);
}
.guide-column h3, .guide-column .h3 {
	margin: 0 0 13px;
}
.guide-column h3:before, .guide-column .h3:before {
	counter-increment: item;
	content: counters(item, ".", decimal) ".";
	display: inline-block;
}
.guide-column .icn-wrap {
	position: relative;
	border-radius: 100%;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #222222;
	z-index: 1;
	margin: 0 auto 15px;
	width: 100px;
	height: 100px;
}
.guide-column .icn {
	font-size: 20px;
}
.guide-column .icn:after {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
}
.guide-column .icn:after {
	border-radius: 100%;
	background-color: #eee;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 8px solid transparent;
	z-index: -1;
	background-clip: content-box;
	width: 74px;
	height: 74px;
}
.guide-column p {
	margin: 0;
}
.side-bar h2.faq-style1-title {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: bold;
	color: #011e40;
	margin-bottom: 45px;
	position: relative;
}
.side-bar h2.faq-style1-title::before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 80px;
	height: 2px;
	background: #f1c40f;
}
.enqury .form-container {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
.enqury .form-container .form-icon {
	color: #fff;
	background: linear-gradient(to right, #fdc006, #feb101);
	font-size: 50px;
	line-height: 110px;
	width: 110px;
	height: 110px;
	margin: 0 auto -55px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}
.enqury .form-container .form-horizontal {
	background: linear-gradient(45deg, #fff 50%, #f9f9f9 50%);
	background-size: 20px 20px;
	padding: 75px 40px 15px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.enqury .form-horizontal .title {
	color: #4f4f4f;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 25px;
	margin: 0 0 20px;
	display: inline-block;
	position: relative;
}
.enqury .form-horizontal .title:before, .enqury .form-horizontal .title:after {
	content: "";
	background: #4f4f4f;
	width: 15px;
	height: 2px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}
.enqury .form-horizontal .title:after {
	left: auto;
	right: 0;
}
.enqury .form-horizontal .form-group {
	margin: 0 0 15px;
}
.enqury .form-horizontal .form-group:last-of-type {
	border-top: 2px solid #e5e5e5;
	padding: 20px 22px 0;
	margin: 0 -40px 0;
}
.enqury .form-horizontal .form-control {
	background: #e6e6e6;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	height: 45px;
	padding: 9px 30px;
	border-radius: 8px;
	border: none;
	box-shadow: none;
	border-top: 4px solid #cecece;
	border-left: 4px solid #cecece;
}
.enqury .form-horizontal .form-control:focus {
	box-shadow: none;
}
.enqury .form-horizontal .form-control::placeholder {
	color: #6c6c6c;
}
.enqury .form-horizontal .signup {
	color: #ffffff;
	background-color: #f6c405;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	padding: 12px 10px;
	border: none;
	border-radius: 8px;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
	display: block;
	transition: all 0.3s ease 0s;
}
.enqury .form-horizontal .signup:hover, .enqury .form-horizontal .signup:focus {
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1) inset, 0 0 10px rgba(0, 0, 0, 0.1);
}
.side-bar .faq h4:last-child{
	border:0;
}
.side-bar .faq h4{
	color: #333;
	font-size: 16px;
	padding: 14px 0px;
	border-bottom: 1px solid#d4cccc;
}
.support{
	background-color: #011e40;
	background-image: url(../img/call_to_action_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 160px;
}
.support .support-btn h3{
	color:#fff;
	font-size: 22px;
	text-shadow: 1px 2px 5px #111;
}
.support .support-btn{
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	margin: auto;
	text-align: center;
	background: #1111117d;
	height: 100%;
	padding-top: 40px;
}
.support .support-btn .btn{
	z-index: 99;
	background: #f2c719;
	color: #fff;
	margin: auto;
	padding: 8px 20px;
	font-weight: 800;
}
.why-choose-us-sec .overlay h1{
	color:#fff;
	text-align:center;
}
.why-choose-us-sec .overlay{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background: rgb(0 0 0 / 80%);
	padding: 40px 0 70px 0;
}
.why-choose-us-sec{
	margin: auto;
	background-image: url(../img/count_up_bg.jpg);
}
.side-bar{
	margin:30px auto;
}
.certification ul li{
	list-style-type: square;
	margin-left: 30px;
	color:#333;
}
.certification ul{
	margin-bottom: 20px;
}
.certification{
	background: #f5e4d0!important;
}
.side-bar{
	background: #fdfdfd;
	padding: 25px;
	border-radius:4px;
	box-shadow: 1px 0px 6px 0px #1111116b;
}
.event-overlay a i {
	font-size: 14px;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.event-sec .event-thumb img{width: 60px;}
.event-thumb{
	width:auto;
}
.event-desc {
	padding-left: 75px;
}
.steps-guide-holder:before {
	z-index: -1;
	background: url(../img/bg02.png) no-repeat;
	background-size: 100% auto;
	background-position: center;
	display: block;
}
.steps-guide-holder:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 100px;
	left: 0;
	right: 0;
}	
.adimg-block{
}
.adimg-block img{
	width:32%;
	border-radius:4px;
}
/* new search */
.form-group input[type="file"]{
	display: block !important;
	right: 1px;
	height: 45px;
	opacity: 0;
	width: 100%;
	background: none;
	position: absolute;
	overflow: hidden;
	z-index: auto;
	top: 0;
}
.control-fileupload label{
	font-size: 14px;
	font-weight: 400;
	display: block;
	width: 100%;
}
.control-fileupload {
	display: block;
	border: 1px solid #d6d7d6;
	background: #FFF;
	border-radius: 4px;
	width: 100%;
	height: 45px;
	line-height: 36px;
	padding: 5px 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.control-fileupload:before, input, label {
	cursor: pointer !important;
}
.control-fileupload:before {
	padding: 9px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	transition: color 0.2s ease;
	content: 'Browse';
	display: block;
	position: absolute;
	z-index: 1;
	top: 2px;
	right: 2px;
	line-height: 20px;
	text-align: center;
}
.form-group input[type="date"]{
	text-transform:lowercase!important;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="date"],
.form-group input[type="password"],
.form-group input[type="number"],
.form-group select,
.form-group textarea {
	display: block;
	width: 100%;
	line-height: 26px;
	height: 46px;
	font-size: 15px;
	box-shadow: none;
	color: #888888;
	text-transform: capitalize;
	background: #ffffff;
	padding: 10px 15px;
	font-weight: 400;
	border-radius: 0px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="number"]:focus,
.form-group select:focus,
.form-group textarea:focus {
	box-shadow: none;
	color: #888888;
	outline: none;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
/*===Course Search Section===*/
.course-search-bg {
	position: relative;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.course-search-bg:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background: rgb(0 0 0 / 34%);
}
.course-search-title h5{
	font-size: 23px;
	line-height: 0;
	padding: 11px 0;
	margin: 0;
}
.course-search-title {
	position: relative;
	background: #f1c40f;
	margin-right: 30px;
	z-index: 1;
	padding: 30px 0px 30px 25px;
	margin-left:-16px;
}
.course-search-title:before {
	position: absolute;
	top: 0px;
	right: -28px;
	width: 60px;
	height: 65px;
	content: '';
	z-index: -1;
	background: #f1c40f;
	transform: skewX(30deg);
}
.course-search-title:after {
	position: absolute;
	bottom: 0px;
	right: -28px;
	width: 60px;
	height: 65px;
	content: '';
	z-index: -1;
	background: #f1c40f;
	transform: skewX(-30deg);
}
.form-area-one {
	margin: 45px 30px 20px 30px;
}
.form-style-one .form-group select,
.form-style-one .form-group input {
	padding-left: 40px;
}
.form-style-one .form-group i,
.form-style-one .form-group i {
	position: absolute;
	top: 17px;
	left: 30px;
	font-size: 14px;
	color: #f1c40f;
}
.form-style-one button {
	display: block;
	padding: 10px;
	background: #f1c40f;
	color: #fff;
	text-transform: capitalize;
	width: 100%;
}
.form-style-one button:hover {
	color: #fff;
}
.form-style-one button span {
	color: #333333;
	margin-right: 10px;
}
.form-style-one button:hover span {
	color: #fff;
}
/* --------- Dashboard ---------- */
#page-profile .user-card-full {
	overflow: hidden;
}
#page-profile .card {
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
	box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
	border: none;
	margin-bottom: 30px;
}
#page-profile .m-r-0 {
	margin-right: 0px;
}
#page-profile .m-l-0 {
	margin-left: 0px;
}
#page-profile .user-card-full .user-profile {
	border-radius: 5px;
}
#page-profile .bg-c-lite-green {
	background: -webkit-gradient(linear, left top, right top, from(#1067c8), to(#144172));
	background: linear-gradient(to right, #1067c8, #144172);
}
#page-profile .user-profile {
	padding: 20px 0;
}
#page-profile .card-block {
	padding: 1.25rem;
}
#page-profile .m-b-25 {
	margin-bottom: 25px;
}
#page-profile .img-radius {
	border-radius: 5px;
	height: 100px;
}
#page-profile h6 {
	font-size: 14px;
}
#page-profile .card .card-block p {
	line-height: 25px;
}
@media only screen and (min-width: 1400px) {
	#page-profile .card p {
		font-size: 14px;
	}
}
#page-profile .card-block {
	padding: 1.25rem;
}
#page-profile .b-b-default {
	border-bottom: 1px solid #e0e0e0;
}
#page-profile .m-b-20 {
	margin-bottom: 20px;
}
#page-profile .p-b-5 {
	padding-bottom: 5px !important;
}
#page-profile .card .card-block p {
	line-height: 20px;
	color: #111;
}
#page-profile .m-b-10 {
	margin-bottom: 10px;
}
#page-profile .text-muted {
	color: #424242 !important;
	margin-bottom: 20px;
}
#page-profile .b-b-default {
	border-bottom: 1px solid #e0e0e0;
}
#page-profile .user-profile h3{
	font-size:24px;
	color:#fff;
}
#page-profile .f-w-600 {
	font-weight: 600;
}
#page-profile .m-b-20 {
	margin-bottom: 20px;
}
#page-profile .m-t-40 {
	margin-top: 20px;
}
#page-profile .p-b-5 {
	padding-bottom: 5px !important;
}
#page-profile .m-b-10 {
	margin-bottom: 10px;
}
#page-profile .m-t-40 {
	margin-top: 20px;
}
#page-profile .user-card-full .social-link li {
	display: inline-block;
}
#page-profile .user-card-full .social-link li a {
	font-size: 20px;
	margin: 0 10px 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* ------------Chat------------ */

#chat {
	width: 95%;
	min-width: 360px;
	max-width: 1000px;
	height: 92vh;
	min-height: 300px;
	max-height: 720px;
	background: #e6eaea;
	padding: 5px;
}
@media screen and (max-width: 360px) {
	#chat {
		width: 100%;
		height: 100vh;
	}
}
#chat #sidepanel {
	float: left;
	min-width: 280px;
	max-width: 340px;
	width: 40%;
	height: 100%;
	background: #2c3e50;
	color: #f5f5f5;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel {
		width: 58px;
		min-width: 58px;
	}
}
#chat #sidepanel #profile {
	width: 80%;
	margin: 25px auto;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #profile {
		width: 100%;
		margin: 0 auto;
		padding: 5px 0 0 0;
		background: #32465a;
	}
}
#chat #sidepanel #profile.expanded .wrap {
	height: 210px;
	line-height: initial;
}
#chat #sidepanel #profile.expanded .wrap p {
	margin-top: 20px;
}
#chat #sidepanel #profile.expanded .wrap i.expand-button {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
#chat #sidepanel #profile .wrap {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	-moz-transition: 0.3s height ease;
	-o-transition: 0.3s height ease;
	-webkit-transition: 0.3s height ease;
	transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #profile .wrap {
		height: 55px;
	}
}
#chat #sidepanel #profile .wrap img {
	width: 50px;
	border-radius: 50%;
	padding: 3px;
	border: 2px solid #e74c3c;
	height: auto;
	float: left;
	cursor: pointer;
	-moz-transition: 0.3s border ease;
	-o-transition: 0.3s border ease;
	-webkit-transition: 0.3s border ease;
	transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #profile .wrap img {
		width: 40px;
		margin-left: 4px;
	}
}
#chat #sidepanel #profile .wrap img.online {
	border: 2px solid #2ecc71;
}
#chat #sidepanel #profile .wrap img.away {
	border: 2px solid #f1c40f;
}
#chat #sidepanel #profile .wrap img.busy {
	border: 2px solid #e74c3c;
}
#chat #sidepanel #profile .wrap img.offline {
	border: 2px solid #95a5a6;
}
#chat #sidepanel #profile .wrap p {
	float: left;
	margin-left: 15px;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #profile .wrap p {
		display: none;
	}
}
#chat #sidepanel #profile .wrap i.expand-button {
	float: right;
	margin-top: 23px;
	font-size: 0.8em;
	cursor: pointer;
	color: #435f7a;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #profile .wrap i.expand-button {
		display: none;
	}
}
#chat #sidepanel #profile .wrap #status-options {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 150px;
	margin: 70px 0 0 0;
	border-radius: 6px;
	z-index: 99;
	line-height: initial;
	background: #435f7a;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #profile .wrap #status-options {
		width: 58px;
		margin-top: 57px;
	}
}
#chat #sidepanel #profile .wrap #status-options.active {
	opacity: 1;
	visibility: visible;
	margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #profile .wrap #status-options.active {
		margin-top: 62px;
	}
}
#chat #sidepanel #profile .wrap #status-options:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #435f7a;
	margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #profile .wrap #status-options:before {
		margin-left: 23px;
	}
}
#chat #sidepanel #profile .wrap #status-options ul {
	overflow: hidden;
	border-radius: 6px;
}
#chat #sidepanel #profile .wrap #status-options ul li {
	padding: 15px 0 30px 18px;
	display: block;
	cursor: pointer;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #profile .wrap #status-options ul li {
		padding: 15px 0 35px 22px;
	}
}
#chat #sidepanel #profile .wrap #status-options ul li:hover {
	background: #496886;
}
#chat #sidepanel #profile .wrap #status-options ul li span.status-circle {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #profile .wrap #status-options ul li span.status-circle {
		width: 14px;
		height: 14px;
	}
}
#chat #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	margin: -3px 0 0 -3px;
	background: transparent;
	border-radius: 50%;
	z-index: 0;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
		height: 18px;
		width: 18px;
	}
}
#chat #sidepanel #profile .wrap #status-options ul li p {
	padding-left: 12px;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #profile .wrap #status-options ul li p {
		display: none;
	}
}
#chat #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
	background: #2ecc71;
}
#chat #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
	border: 1px solid #2ecc71;
}
#chat #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
	background: #f1c40f;
}
#chat #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
	border: 1px solid #f1c40f;
}
#chat #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
	background: #e74c3c;
}
#chat #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
	border: 1px solid #e74c3c;
}
#chat #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
	background: #95a5a6;
}
#chat #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
	border: 1px solid #95a5a6;
}
#chat #sidepanel #profile .wrap #expanded {
	padding: 100px 0 0 0;
	display: block;
	line-height: initial !important;
}
#chat #sidepanel #profile .wrap #expanded label {
	float: left;
	clear: both;
	margin: 0 8px 5px 0;
	padding: 5px 0;
}
#chat #sidepanel #profile .wrap #expanded input {
	border: none;
	margin-bottom: 6px;
	background: #32465a;
	border-radius: 3px;
	color: #f5f5f5;
	padding: 7px;
	width: calc(100% - 43px);
}
#chat #sidepanel #profile .wrap #expanded input:focus {
	outline: none;
	background: #435f7a;
}
#chat #sidepanel #search {
	border-top: 1px solid #32465a;
	border-bottom: 1px solid #32465a;
	font-weight: 300;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #search {
		display: none;
	}
}
#chat #sidepanel #search label {
	position: absolute;
	margin: 10px 0 0 20px;
}
#chat #sidepanel #search input {
	font-family: "proxima-nova", "Source Sans Pro", sans-serif;
	padding: 10px 0 10px 46px;
	width: calc(100% - 25px);
	border: none;
	background: #32465a;
	color: #f5f5f5;
}
#chat #sidepanel #search input:focus {
	outline: none;
	background: #435f7a;
}
#chat #sidepanel #search input::-webkit-input-placeholder {
	color: #f5f5f5;
}
#chat #sidepanel #search input::-moz-placeholder {
	color: #f5f5f5;
}
#chat #sidepanel #search input:-ms-input-placeholder {
	color: #f5f5f5;
}
#chat #sidepanel #search input:-moz-placeholder {
	color: #f5f5f5;
}
#chat #sidepanel #contacts {
	height: calc(100% - 60px);
	overflow-y: scroll;
	overflow-x: hidden;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #contacts {
		height: calc(100% - 149px);
		overflow-y: scroll;
		overflow-x: hidden;
	}
	#chat #sidepanel #contacts::-webkit-scrollbar {
		display: none;
	}
}
#chat #sidepanel #contacts.expanded {
	height: calc(100% - 334px);
}
#chat #sidepanel #contacts::-webkit-scrollbar {
	width: 8px;
	background: #2c3e50;
}
#chat #sidepanel #contacts::-webkit-scrollbar-thumb {
	background-color: #243140;
}
#chat #sidepanel #contacts ul li.contact {
	position: relative;
	padding: 10px 0 15px 0;
	font-size: 0.9em;
	cursor: pointer;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #contacts ul li.contact {
		padding: 6px 0 46px 8px;
	}
}
#chat #sidepanel #contacts ul li.contact:hover {
	background: #32465a;
}
#chat #sidepanel #contacts ul li.contact.active {
	background: #32465a;
	border-right: 5px solid #435f7a;
}
#chat #sidepanel #contacts ul li.contact.active span.contact-status {
	border: 2px solid #32465a !important;
}
#chat #sidepanel #contacts ul li.contact .wrap {
	width: 88%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #contacts ul li.contact .wrap {
		width: 100%;
	}
}
#chat #sidepanel #contacts ul li.contact .wrap span {
	position: absolute;
	left: 0;
	margin: -2px 0 0 -2px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #2c3e50;
	background: #95a5a6;
}
#chat #sidepanel #contacts ul li.contact .wrap span.online {
	background: #2ecc71;
}
#chat #sidepanel #contacts ul li.contact .wrap span.away {
	background: #f1c40f;
}
#chat #sidepanel #contacts ul li.contact .wrap span.busy {
	background: #e74c3c;
}
#chat #sidepanel #contacts ul li.contact .wrap img {
	width: 40px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #contacts ul li.contact .wrap img {
		margin-right: 0px;
	}
}
#chat #sidepanel #contacts ul li.contact .wrap .meta {
	padding: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #contacts ul li.contact .wrap .meta {
		display: none;
	}
}
#chat #sidepanel #contacts ul li.contact .wrap .meta .name {
	font-weight: 600;
}
#chat #sidepanel #contacts ul li.contact .wrap .meta .preview {
	margin: 5px 0 0 0;
	padding: 0 0 1px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-transition: 1s all ease;
	-o-transition: 1s all ease;
	-webkit-transition: 1s all ease;
	transition: 1s all ease;
}
#chat #sidepanel #contacts ul li.contact .wrap .meta .preview span {
	position: initial;
	border-radius: initial;
	background: none;
	border: none;
	padding: 0 2px 0 0;
	margin: 0 0 0 1px;
	opacity: 0.5;
}
#chat #sidepanel #bottom-bar {
	position: absolute;
	width: 100%;
	bottom: 0;
}
#chat #sidepanel #bottom-bar button {
	float: left;
	border: none;
	width: 50%;
	padding: 10px 0;
	background: #32465a;
	color: #f5f5f5;
	cursor: pointer;
	font-size: 0.85em;
	font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #bottom-bar button {
		float: none;
		width: 100%;
		padding: 15px 0;
	}
}
#chat #sidepanel #bottom-bar button:focus {
	outline: none;
}
#chat #sidepanel #bottom-bar button:nth-child(1) {
	border-right: 1px solid #2c3e50;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #bottom-bar button:nth-child(1) {
		border-right: none;
		border-bottom: 1px solid #2c3e50;
	}
}
#chat #sidepanel #bottom-bar button:hover {
	background: #435f7a;
}
#chat #sidepanel #bottom-bar button i {
	margin-right: 3px;
	font-size: 1em;
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #bottom-bar button i {
		font-size: 1.3em;
	}
}
@media screen and (max-width: 735px) {
	#chat #sidepanel #bottom-bar button span {
		display: none;
	}
}
#chat .content {
	float: right;
	width: 60%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 735px) {
	#chat .content {
		width: calc(100% - 58px);
		min-width: 280px !important;
	}
}
@media screen and (min-width: 900px) {
	#chat .content {
		/* width: calc(100% - 340px); */
	}
}
#chat .content .contact-profile {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f5f5f5;
}
#chat .content .contact-profile img {
	width: 40px;
	border-radius: 50%;
	float: left;
	margin: 9px 12px 0 9px;
}
#chat .content .contact-profile p {
	float: left;
}
#chat .content .contact-profile .social-media {
	float: right;
}
#chat .content .contact-profile .social-media i {
	margin-left: 14px;
	cursor: pointer;
}
#chat .content .contact-profile .social-media i:nth-last-child(1) {
	margin-right: 20px;
}
#chat .content .contact-profile .social-media i:hover {
	color: #435f7a;
}
#chat .content .messages {
	height: auto;
	min-height: calc(100% - 93px);
	max-height: calc(100% - 94px);
	overflow-y: scroll;
	overflow-x: hidden;
}
@media screen and (max-width: 735px) {
	#chat .content .messages {
		max-height: calc(100% - 105px);
		width: fit-content;
	}
}
#chat .content .messages::-webkit-scrollbar {
	width: 8px;
	background: rgba(0, 0, 0, .0);
}
#chat .content .messages::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
}
#chat .content .messages ul li {
	display: inline-block;
	clear: both;
	float: left;
	margin: 15px 15px 5px 15px;
	width: calc(100% - 25px);
	font-size: 0.9em;
}
#chat .content .messages ul li:nth-last-child(1) {
	margin-bottom: 20px;
}
#chat .content .messages ul li.sent img {
	margin: 6px 8px 0 0;
}
#chat .content .messages ul li.sent p {
	background: #435f7a;
	color: #f5f5f5;
}
#chat .content .messages ul li.replies img {
	float: right;
	margin: 6px 0 0 8px;
}
#chat .content .messages ul li.replies p {
	background: #f5f5f5;
	float: right;
}
#chat .content .messages ul li img {
	width: 22px;
	border-radius: 50%;
	float: left;
}
#chat .content .messages ul li p {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 20px;
	max-width: 205px;
	line-height: 130%;
}
@media screen and (min-width: 735px) {
	#chat .content .messages ul li p {
		max-width: 300px;
	}
}
#chat .content .message-input {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 99;
}
#chat .content .message-input .wrap {
	position: relative;
}
#chat .content .message-input .wrap input {
	font-family: "proxima-nova", "Source Sans Pro", sans-serif;
	float: left;
	border: none;
	width: calc(100% - 50px);
	padding: 12px 20px 10px 10px;
	font-size: 14px;
	color: #32465a;
}
@media screen and (max-width: 735px) {
	#chat .content .message-input .wrap input {
		padding: 15px 32px 16px 8px;
	}
}
#chat .content .message-input .wrap input:focus {
	outline: none;
}
#chat .content .message-input .wrap .attachment {
	position: absolute;
	right: 60px;
	z-index: 4;
	margin-top: 10px;
	font-size: 1.1em;
	color: #435f7a;
	opacity: 0.5;
	cursor: pointer;
}
@media screen and (max-width: 735px) {
	#chat .content .message-input .wrap .attachment {
		margin-top: 17px;
		right: 65px;
	}
}
#chat .content .message-input .wrap .attachment:hover {
	opacity: 1;
}
#chat .content .message-input .wrap button {
	float: right;
	border: none;
	width: 50px;
	padding: 11px 0;
	cursor: pointer;
	background: #32465a;
	color: #f5f5f5;
}
@media screen and (max-width: 735px) {
	#chat .content .message-input .wrap button {
		padding: 16px 0;
	}
}
#chat .content .message-input .wrap button:hover {
	background: #435f7a;
}
#chat .content .message-input .wrap button:focus {
	outline: none;
}



/* ------------------------------ */
.blog-page .card {
	margin: 10px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.blog-page .card-header img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.blog-page .card-body h2{
	margin:4px 0;
	font-size:22px;
}
.blog-page .card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;
	min-height: 250px;
}
.blog-page .card-body p {
	font-size: 15px;
	margin: 8px auto;
}
.blog-page .user {
	display: flex;
	padding-top: 15px;
	border-top: 1px solid #d4d4d4;
	width: 100%;
	margin-top: 6px;
}
.blog-page .user img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.blog-page .user-info h5 {
	margin: 0;
}
.blog-page .user-info small {
	color: #545d7a;
}
/* ------------------------------ */
.contact-page-sec .contact-info{
	padding: 20px;
	background: linear-gradient(45deg, #fff 50%, #f9f9f9 50%);
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	margin-bottom: 25px;
	border-radius: 4px;
}
.contact-page-sec .contact-info .contact-info-text h2{}
.contact-page-sec .contact-info .contact-info-text span{}
/* ------------------------------ */
@media (min-width: 768px) {
	.steps-guide-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.guide-column .icn-wrap {
		margin-bottom: 37px;
		width: 155px;
		height: 155px;
	}
	.guide-column .icn {
		font-size: 35px;
	}
	.guide-column .icn:after {
		width: 94px;
		height: 94px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1025px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
}
.submit-teacher .btn {
	background: #f6c405 none repeat scroll 0 0;
	border-radius: 0;
	color: #011e40;
	font-weight: bold;
	padding: 14px 36px;
	text-transform: uppercase;
	margin-top: 10px;
	position:relative;
}
.submit-teacher .btn::before {
	content: "\f178";
	font-family: fontawesome;
	float: right;
	top: 0px;
	position: relative;
	color: #011e40;
	padding-left: 10px;
	transition: all 0.4s ease 0s;
	margin-left: 10px;
}
.submit-teacher .btn:hover{
	background: #fff;
	transition: all 0.4s ease-in-out 0s;
	color:#011e40;
}
.form_wrapper {
	background: #fff;
	max-width: 100%;
	box-sizing: border-box;
	padding: 25px;
	margin: 8% auto 0;
	position: relative;
	z-index: 1;
	border-top: 5px solid #f5ba1a;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: none;
	transition: none;
	-webkit-animation: expand 0.8s 0.6s ease-out forwards;
	animation: expand 0.8s 0.6s ease-out forwards;
	opacity: 0;
}
.form_wrapper h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0;
}
.form_wrapper .title_container {
	text-align: center;
	padding-bottom: 15px;
}
.form_wrapper h3 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
}
.form_wrapper label {
	font-size: 12px;
}
.form_wrapper .row {
	margin: 10px -15px;
}
.form_wrapper .row > div {
	padding: 0 15px;
	box-sizing: border-box;
}
.form_wrapper .col_half {
	width: 50%;
	float: left;
}
.form_wrapper .input_field {
	position: relative;
	margin-bottom: 20px;
	-webkit-animation: bounce 0.6s ease-out;
	animation: bounce 0.6s ease-out;
}
.form_wrapper .input_field > span {
	position: absolute;
	left: 0;
	top: 0;
	color: #333;
	height: 100%;
	border-right: 1px solid #ccc;
	text-align: center;
	width: 30px;
}
.form_wrapper .input_field > span > i {
	padding-top: 10px;
}
.form_wrapper .textarea_field > span > i {
	padding-top: 10px;
}
.form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper input[type="password"] {
	width: 100%;
	padding: 8px 10px 9px 35px;
	height: 35px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form_wrapper input[type="text"]:hover, .form_wrapper input[type="email"]:hover, .form_wrapper input[type="password"]:hover {
	background: #fafafa;
}
.form_wrapper input[type="text"]:focus, .form_wrapper input[type="email"]:focus, .form_wrapper input[type="password"]:focus {
	-webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
	-moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
	box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
	border: 1px solid #f5ba1a;
	background: #fafafa;
}
.form_wrapper input[type="submit"] {
	background: #f5ba1a;
	height: 35px;
	line-height: 35px;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form_wrapper input[type="submit"]:hover {
	background: #e1a70a;
}
.form_wrapper input[type="submit"]:focus {
	background: #e1a70a;
}
.form_wrapper input[type="checkbox"], .form_wrapper input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.form_container .row .col_half.last {
	border-left: 1px solid #ccc;
}
.checkbox_option label {
	margin-right: 1em;
	position: relative;
}
.checkbox_option label:before {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-right: 0.5em;
	vertical-align: -2px;
	border: 2px solid #ccc;
	padding: 0.12em;
	background-color: transparent;
	background-clip: content-box;
	transition: all 0.2s ease;
}
.checkbox_option label:after {
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	top: 7px;
	transform: scaleX(-1) rotate(135deg);
	transform-origin: left top;
	width: 7px;
	display: none;
}
.checkbox_option input:hover + label:before {
	border-color: #000;
}
.checkbox_option input:checked + label:before {
	border-color: #000;
}
.checkbox_option input:checked + label:after {
	-moz-animation: check 0.8s ease 0s running;
	-webkit-animation: check 0.8s ease 0s running;
	animation: check 0.8s ease 0s running;
	display: block;
	width: 7px;
	height: 20px;
	border-color: #000;
}
.radio_option label {
	margin-right: 1em;
}
.radio_option label:before {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-right: 0.5em;
	border-radius: 100%;
	vertical-align: -3px;
	border: 2px solid #ccc;
	padding: 0.15em;
	background-color: transparent;
	background-clip: content-box;
	transition: all 0.2s ease;
}
.radio_option input:hover + label:before {
	border-color: #000;
}
.radio_option input:checked + label:before {
	background-color: #000;
	border-color: #000;
}
.select_option {
	position: relative;
	width: 100%;
}
.select_option select {
	display: inline-block;
	width: 100%;
	height: 35px;
	padding: 0px 15px;
	cursor: pointer;
	color: #7b7b7b;
	border: 1px solid #ccc;
	border-radius: 0;
	background: #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: all 0.2s ease;
}
.select_option select::-ms-expand {
	display: none;
}
.select_option select:hover, .select_option select:focus {
	color: #000;
	background: #fafafa;
	border-color: #000;
	outline: none;
}
.select_arrow {
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #7b7b7b transparent transparent transparent;
}
.select_option select:hover + .select_arrow, .select_option select:focus + .select_arrow {
	border-top-color: #000;
}
.credit {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 15px;
	color: #f5ba1a;
}
.credit a {
	color: #e1a70a;
}
@-webkit-keyframes check {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 7px;
	}
	50% {
		height: 20px;
		width: 7px;
	}
}
@keyframes check {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 7px;
	}
	50% {
		height: 20px;
		width: 7px;
	}
}
@-webkit-keyframes expand {
	0% {
		-webkit-transform: scale3d(1, 0, 1);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale3d(1, 1.2, 1);
	}
	50% {
		-webkit-transform: scale3d(1, 0.85, 1);
	}
	75% {
		-webkit-transform: scale3d(1, 1.05, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		opacity: 1;
	}
}
@keyframes expand {
	0% {
		-webkit-transform: scale3d(1, 0, 1);
		transform: scale3d(1, 0, 1);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale3d(1, 1.2, 1);
		transform: scale3d(1, 1.2, 1);
	}
	50% {
		-webkit-transform: scale3d(1, 0.85, 1);
		transform: scale3d(1, 0.85, 1);
	}
	75% {
		-webkit-transform: scale3d(1, 1.05, 1);
		transform: scale3d(1, 1.05, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 1;
	}
}
@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translate3d(0, -25px, 0);
		opacity: 0;
	}
	25% {
		-webkit-transform: translate3d(0, 10px, 0);
	}
	50% {
		-webkit-transform: translate3d(0, -6px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 2px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translate3d(0, -25px, 0);
		transform: translate3d(0, -25px, 0);
		opacity: 0;
	}
	25% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	50% {
		-webkit-transform: translate3d(0, -6px, 0);
		transform: translate3d(0, -6px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.teacher_register{
	padding: 50px 0;
}
.teacher_register .contact-info{
}
.teacher_register .contact-info select,
.teacher_register .contact-info input{
	margin-bottom: 20px;
}
.teacher_register .contact-info textarea{
	height: 120px;
	resize: none;
	margin-bottom: 30px;
}
/* ------------- Notice ------------- */
.notice a:hover, .notice a:focus {
	outline: none;
	text-decoration: none;
}
.notice .tab {
	background: #ffffff;
	border: 1px solid #144172;
}
.notice .tab .nav-tabs {
	background: #144172;
	border-bottom: none;
	padding: 8px 8px 0;
}
.notice .tab .nav-tabs li {
	margin: 0;
}
.notice .tab .nav-tabs li a {
	display: block;
	padding: 20px;
	font-size: 15px;
	font-weight: 700;
	color: #0e103d;
	background: #f1c40f;
	margin: 0;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	margin-right: 2px;
}
.notice .tab .nav-tabs li a:hover, .notice .tab .nav-tabs li.active a {
	background: #ebebeb;
	color: #0f0f0f;
	border: none;
}
.notice .tab .tab-content {
	font-size: 15px;
	color: #69306d;
	line-height: 25px;
	padding: 20px;
}
.notice .tab .tab-content h3 {
	font-size: 20px;
	font-weight: bold;
}

.notice .alert-title {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
}

.notice td .btn{
	
border: 0;
	
border-radius: 0px;
}
.notice td{
	
border-bottom: 10px solid #fff;
}
.notice tr{
	background: #5cb85c21;
	margin-bottom: 5px;
}
.notice .alert{
	padding: 15px;
	border: 1px solid transparent;
	border-left: 4px solid #144172;
	margin: 10px;
}

.notice .alert-content {
	margin: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #555555;
}
.raise .btn{}

.dashboard-u .modal form input{
    height: 40px;
    border-radius: 0;
    margin-bottom: 10px;
	}
.dashboard-u .modal form label{
    font-size: 16px;
    color: #111;
    margin-left: 1px;
}
.dashboard-u .modal form textarea{
    height: 100px;
    border-radius: 0;
}
.dashboard-u .modal form{
    padding: 15px;
}

.dashboard-u .modal .btn{
	padding: 8px 35px;
	border: 0;
	border-radius: 0px;
	text-align: center;
}

@media only screen and (max-width: 480px) {
	.notice .tab .nav-tabs li {
		width: 100%;
	}
}

/* ------------- DOC ------------- */
.share-link .btn {
	padding: 10px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
	font-size: 1.3rem;
	width: 50px;
	box-sizing: border-box;
	height: 50px;
	margin: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
.share-link .btn:hover {
	transform: translateY(-10px);
}
.share-link .btn-red {
	background-color: red;
	color: white;
}
.share-link .btn-red:hover {
	background-color: darkred;
}
.share-link .btn-yellow {
	background-color: #fae43e;
}
.share-link .btn-yellow:hover {
	background-color: #faaf3e;
}
.share-link .btn-dodgerblue {
	background-color: dodgerblue;
	color: white;
}
.share-link .btn-dodgerblue:hover {
	background-color: blue;
}
.share-link .btn-blue {
	background-color: blue;
	color: white;
}
.share-link .btn-blue:hover {
	background-color: darkblue;
}
.share-link .btn-darkblue {
	background-color: darkblue;
	color: white;
}
.share-link .btn-darkblue:hover {
	background-color: #001d4f;
}
.share-link .btn-gray {
	background-color: #636262;
	color: white;
}
.share-link .btn-gray:hover {
	background-color: #333;
}
.share-link .btn-midblue {
	background-color: #124394;
	color: white;
}
.share-link .btn-midblue:hover {
	background-color: #0c2f69;
}

.reffral img{}
.reffral h2{font-size: 28px;}
.reffral p{
    max-width: 70%;
    margin: auto;
}
.reffral .wrapper{}
.reffral input{
    background: #efefef;
    padding: 10px 20px;
    margin: 15px -4px;
    width: 60%;
    border-radius: 20pc 0 0 20pc;
}
.reffral button{
    color: #fff;
    background: #144172;
    padding: 10px;
    margin: 0;
    border-radius: 0 20pc 20pc 0;
}
.responsive-table a {
	margin: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.responsive-table a:focus {
	outline: none !important;
}
.responsive-table a:hover {
	text-decoration: none;
}
.responsive-table h1, .responsive-table h2, .responsive-table h3, .responsive-table h4, .responsive-table h5, .responsive-table h6 {
	margin: 0;
}
.responsive-table p {
	margin: 0;
}
.responsive-table ul, .responsive-table li {
	margin: 0;
	list-style-type: none;
}
.responsive-table input {
	display: block;
	outline: none;
	border: none !important;
}
.responsive-table textarea {
	display: block;
	outline: none;
}
.responsive-table textarea:focus, .responsive-table input:focus {
	border-color: transparent !important;
}
.responsive-table button {
	outline: none !important;
	border: none;
	background: 0 0;
}
.responsive-table button:hover {
	cursor: pointer;
}
.responsive-table iframe {
	border: none !important;
}
.responsive-table .limiter {
	width: 100%;
	margin: 0 auto;
}
.responsive-table table {
	border-collapse: collapse;
	background: #fff;
	border-radius: 10px;
	/* overflow: hidden; */
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ededed;
}
.responsive-table table * {
	/* position: relative; */
}
.responsive-table table td, .responsive-table table th {
	padding: 15px 10px;
	border: 1px solid #eee;
}

.responsive-table table tr button{
	background: #144172;
}
.responsive-table table thead tr {
	background: #144172;
}
.responsive-table table tbody tr {
	/* height: 50px; */
}
.responsive-table .table100-head th {
	font-family: OpenSans-Regular;
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	font-weight: unset;
	padding: 15px;
	text-align: center;
}
.responsive-table tbody tr:nth-child(even) {
	background-color: #f5f5f5;
}
.responsive-table tbody tr {
	font-family: OpenSans-Regular;
	font-size: 15px;
	color: gray;
	line-height: 1.2;
	font-weight: unset;
}
.responsive-table tbody tr:hover {
	color: #555;
	background-color: #f5f5f5;
	cursor: pointer;
}


@media screen and (max-width: 992px) {
	.responsive-table table {
		display: block;
	}
	.responsive-table table > *, .responsive-table table tr, .responsive-table table td, .responsive-table table th {
		display: block;
	}
	.responsive-table table thead {
		display: none;
	}
	.responsive-table table tbody tr {
		height: auto;
		padding: 37px 0;
	}
	.responsive-table table tbody tr td {
		padding-left: 40% !important;
		margin-bottom: 24px;
	}
	.responsive-table table tbody tr td:last-child {
		margin-bottom: 0;
	}
	.responsive-table table tbody tr td:before {
		font-family: OpenSans-Regular;
		font-size: 14px;
		color: #999;
		line-height: 1.2;
		font-weight: unset;
		position: absolute;
		width: 40%;
		left: 30px;
		top: 0;
	}
	
	.responsive-table .column4, .responsive-table .column5, .responsive-table .column6 {
		text-align: left;
	}
	.responsive-table .column4, .responsive-table .column5, .responsive-table .column6, .responsive-table .column1, .responsive-table .column2, .responsive-table .column3 {
		width: 100%;
	}
	.responsive-table tbody tr {
		font-size: 14px;
	}
}
@media (max-width: 576px) {
	.responsive-table .container-table100 {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/* -------------------------------- */
@media (max-width: 600px) {
	.form_wrapper .col_half {
		width: 100%;
		float: none;
	}
	.bottom_row .col_half {
		width: 50%;
		float: left;
	}
	.form_container .row .col_half.last {
		border-left: none;
	}
	.remember_me {
		padding-bottom: 20px;
	}
}