/*
  Theme Name: Name - Multipurpose HTML Template
  Author:
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */

@font-face {
font-family: 'Helvetica';
font-style: normal;
font-weight: normal;
src: local('Helvetica'), url('../fonts/Helvetica.woff') format('woff');
}

@font-face {
font-family: 'Helvetica Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica Oblique'), url('../fonts/Helvetica-Oblique.woff') format('woff');
}

@font-face {
font-family: 'Helvetica Bold';
font-style: normal;
font-weight: normal;
src: local('Helvetica Bold'), url('../fonts/Helvetica-Bold.woff') format('woff');
}

@font-face {
font-family: 'Helvetica Bold Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica Bold Oblique'), url('../fonts/Helvetica-BoldOblique.woff') format('woff');
}

 body {
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
	color: #0f0e4d;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn:focus,
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Helvetica Bold';
	color: #0f0e4d;
	margin-top: 0px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #0f0e4d;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #ffb607;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 22px 30px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.btn:hover {
	color: #fff;
	background: #0f0e4d;
}
.breadcrumb > .active {
	color: #888;
}
/* scrollUp */
#scrollUp {
	background: #FFB607;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 77px;
	color: #0f0e4d;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 43px;
}
#scrollUp:hover {
	background: #0f0e4d;
	color: #fff;
}


/* header */
.header-top {
	background: #0f0e4d;
	padding: 11px 0;
}
.header-contact ul li {
	display: inline-block;
	font-size: 16px;
	font-family: 'Helvetica';
	margin-right: 40px;
	color: #fff;
}
.header-contact ul li:last-child {
	margin-right: 0;
}
.header-contact ul li i {
	margin-right: 5px;
}
.header-social a {
	font-size: 14px;
	color: #fff;
	margin-left: 20px;
}
.header-social a:hover {
	color: #ffb607;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
	margin-left: 35px;
}
.main-menu ul li:first-child {
	margin-left: 0;
}
.main-menu ul li a {
	display: block;
	color: #0f0e4d;
	opacity: .8;
	padding: 36px 0;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.main-menu ul li:hover > a {
	color: #ffb607;
	opacity: 1;
}
.main-menu ul li.active > a {
	color: #ffb607;
	opacity: 1;
}
.main-menu ul > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #ffb607;
	transition: .3s;
}
.main-menu ul > li:hover > a::before {
	width: 100%;
}
.main-menu ul li.active a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ffb607;
	transition: .3s;
}
.menu-icon a {
	font-size: 20px;
	color: #666666;
}
.menu-icon a:hover {
	color: #ffb607;
}
.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
	z-index: 9999;
	background: #fff;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.s-header-contact {
	text-align: right;
}
.s-header-contact ul li {
	display: inline-block;
	margin-left: 45px;
	text-align: left;
}
.s-header-contact ul li:first-child {
	margin-left: 0;
}
.s-header-contact ul li p {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}
.s-header-contact ul li span {
	color: #fff;
	font-size: 16px;
	line-height: 1;
}
.s-header-top {
	padding: 18px 0;
}
.s-header-bg {
	background: #0f0e4d;
}
.white-menu ul li {
	margin-left: 40px;
}
.white-menu ul li:first-child {
	margin-left: 40px;
}
.white-menu ul li a {
	color: #fefefd;
	opacity: 1;
	padding: 28px 0;
}
.h-user-info a {
	display: inline-block;
	background: #ffb607;
	height: 100%;
	color: #fff;
	font-size: 16px;
	padding: 28px 35px;
}
.h-user-info a:first-child {
	background: transparent;
}
.h-user-info a:first-child:hover {
	color: #ffb607;
}
.transparent-header .sticky-menu {
	background: #0f0e4d;
}
.menu-btn .btn {
	font-size: 14px;
	padding: 18px 40px;
	border-radius: 50px;
}
.breadcrumb-top-wrap {
	min-height: 370px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.breadcrumb-title h2 {
	font-size: 48px;
	color: #fff;
	font-family: 'Helvetica';
	margin-bottom: 0;
}
.breadcrumb-link .breadcrumb {
	display: unset;
	display: unset;
	display: block;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: unset;
	border-radius: unset;
}
.breadcrumb-link .breadcrumb li {
	display: inline-block;
	color: #5e5d7c;
	font-size: 18px;
	font-family: 'Helvetica';
}
.breadcrumb-link .breadcrumb li a {
	color: #5e5d7c;
}
.breadcrumb-link .breadcrumb li.active {
	color: #ffb607;
}
.breadcrumb-bottom {
	box-shadow: 0px 10px 50px 0px rgba(38, 66, 99, 0.1);
	padding: 22px 0;
}


/* slider */
.slider-bg {
	position: relative;
	min-height: 848px;
	background-position: center;
	background-size: cover;
	z-index: 1;
}
.slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #0f0e4d;
	opacity: .7;
	z-index: -1;
}
.slider-content h2 {
	font-size: 70px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 25px;
}
.slider-content p {
	color: #fff;
}
.slider-content p {
	color: #fff;
	margin-bottom: 45px;
}
.s-slider-bg {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 795px;
	z-index: 1;
}
.s-slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #0f0e4d;
	opacity: .4;
	z-index: -1;
}
.s-slider-content p {
	margin-bottom: 35px;
	font-size: 16px;
}
.ss-box {
	position: relative;
	width: 510px;
	margin: 0 auto;
}
.ss-box input {
	width: 100%;
	padding: 22px 25px;
	padding-right: 190px;
	background: rgba(255,255,255,.1);
	color: #fff;
	font-family: 'Helvetica';
	border: 2px solid #fff;
}
.ss-box input::placeholder {
	font-weight: 400;
	color: #fff;
	font-family: 'Helvetica';
}
.ss-box button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: none;
	padding: 22px 45px;
	font-size: 14px;
	color: #c3c3cd;
	background: #0f0e4d;
	cursor: pointer;
	transition: .3s linear;
}
.ss-box button:hover {
	background: #ffb607;
	color: #fff;
}
.t-slider-bg {
	min-height: 966px;
}
.t-slider-bg::before {
	opacity: .8;
}
/* features */
.single-features {
	background: #3877f2;
	padding: 50px 35px;
	overflow: hidden;
	transition: .3s linear;
	transform: translateY(0);
	padding-bottom: 45px;
	box-shadow: 0px 20px 60px 0px rgba(15, 14, 77, 0.2);
}
.features-content h4 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
}
.features-content p {
	color: #fff;
	margin-bottom: 15px;
}
.features-more {
	overflow: hidden;
}
.features-content a {
	color: #fff;
	font-family: 'Helvetica';
	margin-left: -97px;
}
.features-content a i {
	position: relative;
	top: 3px;
	font-size: 20px;
	margin-left: 5px;
}
.single-features:hover .features-content a {
	margin-left: 0;
}
.single-features.green {
	background: #a8c95a;
}
.single-features.red {
	background: #f15b5b;
}
.single-features:hover {
	transform: translateY(-10px);
}
.features-mt {
	position: relative;
	z-index: 1;
	margin-top: -190px;
}
.s-features-content h4 {
	font-size: 30px;
	font-family: 'Helvetica';
	margin-bottom: 15px;
}
.s-features-content p {
	font-size: 16px;
	margin-bottom: 0;
	opacity: .7;
	line-height: 1.6;
}
.s-features-icon img {
	transition: .5s linear;
	transform: rotateY(0deg);
}
.s-single-features:hover .s-features-icon img {
	transform: rotateY(360deg);
}
.t-features-content {
	background: #3877f2;
	padding: 30px;
	padding-left: 70px;
	padding-right: 25px;
	border-radius: 5px;
}
.t-features-content h5 {
	font-size: 24px;
	color: #fff;
	font-family: 'Helvetica';
	margin-bottom: 5px;
}
.t-features-content p {
	color: #fff;
	margin-bottom: 0;
	font-size: 16px;
}
.t-single-features {
	position: relative;
}
.t-features-icon {
	position: absolute;
	box-shadow: 0px 15px 20px 0px rgba(73, 45, 45, 0.25);
	border-radius: 50%;
	left: -20px;
	top: -20px;
}
.t-slider-bg .row:last-child .col-md-6:nth-child(2) .t-features-content {
	background: #a8c95a;
}
.t-slider-bg .row:last-child .col-md-6:last-child .t-features-content {
	background: #f15b5b;
}

/* about */
.about-content h2 {
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 22px;
	font-family: 'Helvetica';
}
.about-content h2 span {
	color: #ffb607;
}
.about-content p {
	margin-bottom: 30px;
	padding-right: 20px;
}
.about-content p:last-child {
	margin-bottom: 0;
	padding-right: 0;
}

/* courses */
.section-title h2 {
	font-size: 40px;
	margin-bottom: 0;
}
.section-title p {
	margin-top: 10px;
	font-size: 20px;
	margin-bottom: 0;
}
.single-course {
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.03);
	transition: .3s linear;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.course-thumb img {
	width: 100%;
}
.course-content {
	padding: 20px;
	position: relative;
}
.c-review i {
	font-size: 14px;
	color: #ffb607;
}
.c-review span {
	font-size: 14px;
	color: #0f0e4d;
	opacity: .8;
	margin-left: 10px;
	transition: .3s;
}
.course-content h3 {
	font-size: 24px;
	font-family: 'Helvetica';
	line-height: 1.3;
	margin-bottom: 25px;
	transition: .3s;
}
.course-content h3:hover a {
	color: #ffb607;
}
.course-meta {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	border-top: 1px solid #ebebf0;
	padding-top: 15px;
	transition: .3s;
}
.course-meta ul {
	line-height: 1;
}
.course-meta ul li {
	display: inline-block;
	margin-left: 15px;
	font-size: 16px;
	color: #5e5d7c;
	transition: .3s;
}
.course-meta ul li:first-child {
	margin-left: 0;
}
.course-meta ul li i {
	margin-right: 5px;
}
.course-meta ul li:first-child i {
	color: #d75a4a;
}
.course-meta ul li:last-child i {
	color: #ffb607;
}
.c-author p {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1;
	transition: .3s;
}
.c-author p a {
	color: #ffb607;
}
.course-fee {
	position: absolute;
	height: 65px;
	width: 65px;
	text-align: center;
	line-height: 65px;
	background: #ffb607;
	color: #fff;
	border-radius: 50%;
	top: -35px;
	right: 20px;
}
.single-course:hover {
	background: #0f0e4d;
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.3);
}
.single-course:hover .c-review span,
.single-course:hover .course-content h3,
.single-course:hover .course-meta ul li,
.single-course:hover .c-author p {
	color: #fff;
	opacity: 1;
}
.single-course:hover .course-meta {
	border-color: #38386c;
}
.course-tab .tabs_item {
    display: none;
}
.course-tab .tabs_item:first-child {
    display: block;
}
.course-tab .tabs {
	margin-bottom: 50px;
}
.course-tab .tabs li {
	display: inline-block;
	margin: 0 7px;
}
.course-tab .tabs li a {
	font-size: 16px;
	background: #f3f3f6;
	display: block;
	padding: 11px 25px;
	border-radius: 50px;
	color: #0f0e4d;
}
.course-tab .tabs li.current a,.course-tab .tabs li:hover a {
	background: #ffb607;
	color: #fff;
}
.course-appearence {
	background: #0f0e4d;
	border-radius: 5px;
}
.gv-icon i {
	color: #fff;
	font-size: 18px;
	margin-right: 15px;
}
.grid-view-wrap p {
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
	font-family: 'Helvetica';
}
.grid-view-wrap {
	display: flex;
	align-items: center;
}
.course-appearence {
	background: #0f0e4d;
	border-radius: 5px;
	padding: 17px 40px;
}
.course-cat .course-cat-selected {
	color: #fff;
	border: 1px solid #575783;
	padding: 15px 22px;
	font-family: 'Helvetica';
	border-radius: 5px;
	padding-right: 40px;
	min-width: 175px;
}
.course-cat .course-cat-selected::after {
	border-color: #fff;
}
.course-search {
	position: relative;
}
.course-search input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #3f3e71;
	background: transparent;
	color: #fff;
	font-family: 'Helvetica';
	padding: 10px 0;
	font-size: 16px;
	padding-right: 50px;
}
.course-search input::placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'Helvetica';
}
.course-search button {
	position: absolute;
	right: 0;
	bottom: 0;
	border: none;
	padding: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #ffb607;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	line-height: 40px;
}
.course-pagination ul li {
	display: inline-block;
	line-height: 1;
	margin: 0 5px;
}
.course-pagination ul li a {
	font-family: 'Helvetica';
	font-size: 16px;
	color: #0f0e4d;
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	line-height: 30px;
	background: #0f0e4d2b;
	border-radius: 30px;
}
.course-pagination ul li a:hover {
	color: #fff;
	background: #0f0e4d;
}
.course-pagination ul li.active a {
	color: #fff;
	background: #0f0e4d;
}


/* counter */
.counter-bg {
	background-position: center;
	background-repeat: no-repeat;
}
.counter-content h2 {
	color: #fff;
	font-size: 48px;
	margin-bottom: 10px;
}
.counter-content span {
	color: #fff;
	font-size: 20px;
	display: block;
	font-family: 'Helvetica';
	line-height: 1;
}
/* registration */
.reg-area {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.blue-overlay {
	position: relative;
	z-index: 1;
}
.blue-overlay::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #0f0e4d;
	opacity: .9;
	z-index: -1;
}
.white-title h2,.white-title p {color: #fff;}
.reg-form input {
	border: none;
	background: #403e6c;
	width: 370px;
	margin-right: 10px;
	padding: 17px 25px;
	border-radius: 3px;
	font-size: 16px;
	color: #ffdcdc;
}
.reg-form input::placeholder {
	font-size: 16px;
	color: #ffdcdc;
}
.coming-time .time-count {
	color: #fff;
	display: inline-block;
	height: 150px;
	width: 150px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 110px;
	font-size: 48px;
	font-family: 'Helvetica Bold';
	line-height: 110px;
	transition: .3s;
	margin-bottom: 30px;
}
.coming-time .time-count span {
	font-size: 20px;
	font-family: 'Helvetica';
	display: block;
	line-height: 1;
	margin-top: -23px;
	text-transform: capitalize;
}
.coming-time .time-count:last-child {
	margin-right: 0;
}
.coming-time .time-count:hover {
	color: #ffb607;
	border-color: #ffb607;
}
.s-reg-form {
	background: #fff;
	padding: 30px 50px;
	padding-bottom: 40px;
	position: relative;
}
.s-reg-form::before {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -15px;
	height: 30px;
	background: #fff;
	opacity: .2;
}
.s-reg-form::after {
	content: "";
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -30px;
	height: 60px;
	background: #fff;
	opacity: .2;
}
.s-reg-form input {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #cfcfdb;
	padding: 10px;
	margin-bottom: 20px;
}
.s-reg-form > form > .selected {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #cfcfdb;
	padding: 10px;
	margin-bottom: 60px;
	padding-bottom: 15px;
}
.s-reg-form button {
	display: block;
	width: 100%;
}
.reg-video a {
	z-index: 9;
	font-size: 14px;
	color: #0f0e4d;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}
.reg-video a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    background: rgba(255, 255, 255, 0.479);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: pulse-border 1500ms ease-out infinite;
}
.reg-video span {
	color: #fff;
	font-size: 18px;
	font-family: 'Helvetica';
	display: inline-block;
	margin-left: 40px;
}
/* founder-speech */
.founder-speech {
	background: #0f0e4d;
}
.speech-content p {
	color: #fff;
	font-size: 24px;
	font-family: 'Helvetica Oblique';
	padding: 0 50px;
	margin-bottom: 0;
}
.speech-info h5 {
	font-size: 24px;
	color: #ffb607;
	margin-bottom: 0;
}
.speech-info span {
	color: #fff;
	font-family: 'Helvetica';
	font-size: 16px;
}

/* teach */
.section-title span {
	color: #ffb607;
}
.teach-list ul li {
	display: flex;
	align-items: start;
	overflow: hidden;
	margin-bottom: 30px;
}
.teach-list ul li:last-child {
	margin-bottom: 0;
}
.teach-icon i {
	font-size: 40px;
	margin-right: 25px;
	transition: .3s;
}
.teach-list-content h4 {
	font-size: 26px;
	font-family: 'Helvetica';
	margin-bottom: 10px;
}
.teach-list-content p {
	margin-bottom: 0;
}
.teach-list ul li:hover .teach-icon i {
	color: #ffb607;
}
.teach-video {
	position: relative;
}
.teach-video img {
	width: 100%;
	box-shadow: 0px 25px 80px 0px rgba(15, 14, 77, 0.3);
}
.teach-video a {
	z-index: 9;
	font-size: 14px;
	color: #0f0e4d;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.teach-video a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    background: rgba(255, 255, 255, 0.479);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.teach-content p {
	font-size: 16px;
	opacity: .8;
	padding-right: 20px;
	margin-bottom: 0;
}
.s-teach-list ul li {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
.s-teach-list ul li i {
	font-size: 16px;
	color: #ffb607;
	margin-right: 10px;
}
.teach-btn .btn {
	background: #0f0e4d;
}
.teach-btn .btn:hover {
	background: #ffb607;
}

/* instructor */
.single-instructor {
    margin-bottom: 50px;
}
.instructor-thumb {
    position: relative;
    text-align: center;
}
.instructor-thumb img {
    width: 100%;
}
.instructor-overlay {
	margin: 0 20px;
	padding: 35px;
	background: #fff;
	border: 2px solid #0f0e4d;
	position: relative;
	z-index: 9;
	margin-top: -30px;
	box-shadow: 0px 20px 20px 0px rgba(15, 14, 77, 0.09);
	transition: .3s linear;
	transform: translateY(0);
}
.single-instructor:hover .instructor-overlay {
	transform: translateY(-10px);
	box-shadow: 0px 20px 20px 0px rgba(15, 14, 77, 0.15);
}
.instructor-overlay h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.instructor-overlay h3 a {
    color: #28275f;
    transition: .3s;
}
.instructor-overlay span {
    font-size: 16px;
    display: block;
    color: #ffb607;
}
.instructor-overlay h3:hover a {
    color: #151452;
}
.instructor-details-img img {
	width: 100%;
}
.instructor-details-content {
	padding-left: 50px;
}
.instructor-info {
	margin-bottom: 50px;
}
.instructor-info h2 {
	font-size: 50px;
	margin-bottom: 15px;
}
.instructor-info span {
	font-size: 16px;
	color: #ffb607;
}
.instructor-details-content p {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.9;
}
.instructor-contact {
	margin-top: 30px;
}
.instructor-contact ul li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
}
.instructor-contact ul li span {
	color: #ffb607;
	margin-right: 10px;
}
.instructor-social {
	margin-top: 40px;
}
.instructor-social ul li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}
.instructor-social ul li a {
	font-size: 18px;
	color: #546071;
	transition: .3s;
}
.instructor-social ul li a:hover {
	color: #ffb607;
}
/* events */
.single-events {
	overflow: hidden;
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.03);
	margin-bottom: 40px;
	transition: .3s;
	display: flex;
	align-items: center;
}
.event-content {
	padding: 45px;
	padding-left: 50px;
	width: 694px;
}
.event-content h3 {
	font-size: 28px;
	margin-bottom: 20px;
	font-family: 'Helvetica';
}
.event-content h3:hover a {
	color: #151452;
}
.event-date {
	background: #ffb607;
	padding: 49px 50px;
	text-align: center;
	height: 100%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.event-meta ul li {
	display: inline-block;
	font-size: 16px;
	font-family: 'Helvetica';
	opacity: .8;
	margin-right: 30px;
}
.event-meta ul li i {
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.event-date h2 {
	font-size: 50px;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
}
.event-date span {
	font-size: 16px;
	color: #fff;
	font-family: 'Helvetica';
}
.single-events:hover {
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.1)
}
/* testimonail */
.testimonial-bg {
	background-position: top center;
	background-size: cover;
}
.single-testimonial {
	margin: 0 50px;
	margin-bottom: 35px;
}
.testimonial-content {
	background: #fff;
	padding: 40px 50px;
	border-radius: 5px;
	position: relative;
}
.testimonial-content p {
	margin-bottom: 0;
	font-family: 'Helvetica Oblique';
	position: relative;
	z-index: 1;
}
.testimonial-content p::before {
	content: "\7b";
	position: absolute;
	font-family: "eleganticons";
	font-size: 132px;
	color: #0f0e4d;
	opacity: .1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)rotate(180deg);
	z-index: -1;
}
.testimonial-avatar h5 {
	font-size: 18px;
	font-family: 'Helvetica';
	text-transform: capitalize;
	margin-bottom: 3px;
}
.testimonial-avatar span {
	font-family: 'Helvetica';
	font-size: 16px;
}
.testimonial-content::before,.testimonial-content::after {
	content: "";
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -15px;
	background: #fff;
	height: 30px;
	z-index: -1;
	opacity: .2;
	border-radius: 5px;
}
.testimonial-content::after {
	left: 50px;
	right: 50px;
	height: 60px;
	bottom: -30px;
}
.testimonial-active .slick-arrow {
	position: absolute;
	top: 50%;
	left: -195px;
	transform: translateY(-50%);
	border: none;
	padding: 0;
	z-index: 1;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	background: rgba(255,255,255,.1);
	transition: .3s;
}
.testimonial-active .slick-arrow.slick-next {
	right: -195px;
	left: auto;
}
.testimonial-active .slick-arrow:hover {
	background: #ffb607;
	color: #fff;
}
/* blog */
.single-side-post {
	display: flex;
	align-items: center;
	overflow: hidden;
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.03);
	transition: .5s;
	margin-bottom: 36px;
}
.side-post-thumb {
	margin-right: 25px;
	position: relative;
}
.side-post-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #0f0e4d;
	transition: .5s;
	opacity: 0;
}
.side-post-content {
	padding: 18px;
	padding-left: 0;
}
.side-post-content .post-date span {
	font-size: 14px;
	color: #0f0e4d;
	opacity: .8;
	display: block;
	margin-bottom: 10px;
}
.side-post-content h5 {
	font-size: 20px;
	font-family: 'Helvetica';
	margin-bottom: 10px;
}
.side-post-content h5:hover a {
	color: #0f0e4d;
}
.side-post-content > a {
	font-size: 16px;
	color: #ffb607;
}
.side-post-content > a:hover {
	color: #0f0e4d;
}
.side-post-content > a i {
	position: relative;
	top: 2px;
}
.single-side-post:hover {
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.2);
}
.single-side-post:hover .side-post-thumb::before {
	opacity: .8;
}
.single-side-post:last-child {
	margin-bottom: 0;
}
.single-slide-blog img {
	width: 100%;
}
.single-slide-event {
	position: relative;
}
.overlay-event {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: #0f0e4d;
	display: flex;
	align-items: center;
	border-radius: 3px;
}
.slide-event-date {
	background: #ffb607;
	float: left;
	width: 120px;
	text-align: center;
	padding: 54px 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.slide-event-content {
	overflow: hidden;
	padding: 20px;
}
.slide-event-content h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
.slide-event-content h3:hover a {
	color: #ffb607;
}
.slide-event-content ul li {
	color: #fff;
	font-size: 16px;
	font-family: 'Helvetica';
	margin-bottom: 7px;
}
.slide-event-content ul li:last-child {
	margin-bottom: 0;
}
.slide-event-content ul li i {
	margin-right: 5px;
}
.slide-event-date h4 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 5px;
	line-height: 1;
}
.slide-event-date span {
	color: #fff;
	font-family: 'Helvetica';
	display: block;
}
.journal-thumb img {
	width: 100%;
}
.journal-content {
	padding: 35px 30px;
	padding-top: 0;
}
.journal-meta {
	background: #ffb607;
	text-align: center;
	padding: 7px 0;
	margin-top: -20px;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.journal-meta ul li {
	display: inline-block;
	font-size: 14px;
	font-family: 'Helvetica';
	color: #fff;
}
.journal-meta ul li:nth-child(2) {
	margin: 0 15px;
}
.journal-meta ul li a {
	color: #fff;
}
.journal-meta ul li a:hover {
	color: #0f0e4d;
}
.journal-content h3 {
	font-size: 20px;
	font-family: 'Helvetica';
	margin-bottom: 10px;
	transition: .3s linear;
}
.journal-content h3:hover a {
	color: #ffb607;
}
.journal-content p {
	margin-bottom: 0;
	font-size: 16px;
	opacity: .7;
	transition: .3s linear;
}
.single-journal {
	background: #fff;
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.03);
	transition: .3s linear;
	border-radius: 3px;
}
.single-journal:hover {
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.3);
	background: #0f0e4d;
}
.single-journal:hover .journal-content h3,
.single-journal:hover .journal-content p {
	color: #fff;
}

/* contact */
.contact-wrap {
	box-shadow: 0px 0px 56px 14px rgba(186, 179, 226, 0.1);
	padding: 80px 60px;
}
.c-form-group {
	margin-bottom: 50px;
}
.c-form-group label {
    color: #0f0e4d;
	opacity: 0.5;
	cursor: unset;
    font-size: 18px;
}
.c-form-group input {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid #cfcfdb;
	padding-bottom: 5px;
	font-size: 20px;
}
.c-checkbox input {
	margin-right: 10px;
}
.c-checkbox label {
	color: #0f0e4d;
	margin-bottom: 0;
	font-size: 18px;
	cursor: unset;
}
/* brand */
.single-brand img {
	display: inline-block;
}

/* cta */
.cta-content p {
	margin-bottom: 35px;
}
.cta-content .btn {
	background: #0f0e4d;
}
.cta-content .btn:hover {
	background: #ffb607;
}

/* footer */
.fw-title h3 {
	color: #fff;
	font-size: 24px;
}
.footer-trext p {
	color: #a68f9f;
	margin-bottom: 0;
}
.footer-contact ul li {
	color: #a68f9f;
	font-family: 'Helvetica';
	margin-bottom: 10px;
}
.footer-contact ul li i {
	margin-right: 10px;
	color: #a6a6b5;
}
.footer-contact ul li:last-child {
	margin-bottom: 0;
}
.fw-link ul li {
	margin-bottom: 10px;
}
.fw-link ul li:last-child {
	margin-bottom: 0;
}
.fw-link ul li a {
	color: #a68f9f;
}
.fw-link ul li a:hover {
	color: #ffb607;
}
.copyright-area {
	background: #0c0b43;
	padding: 15px 0;
}
.copyright-text p {
	font-size: 16px;
	color: #b9a0aa;
	margin-bottom: 0;
}
.copyright-link ul li {
	display: inline-block;
	margin-left: 20px;
}
.copyright-link ul li a {
	font-size: 16px;
	color: #b9a0aa;
}
.copyright-link ul li a:hover {
	color: #ffb607;
}







