:root {
	--theme-color: #262760;
	--theme-color2: #074781;
	--second-color:#ffac00;
	--transition: 0.3s linear;
}

body{
	overflow-x: hidden;
}
a:focus{
	outline: none!important;
	text-decoration: none!important;
}
.theme-color{
	color: var(--second-color);
}
@media (max-width: 480px) {
	.edu_head .section_title span:before {
		width: 15%;
	}
}
.pg-services .pagination {
	margin: 30px 0 0;
}
.pagination-div .pagination > li {
	padding-left: 0;
}
.page section.section-inner {
	padding: 70px 0 150px !important;
}
@media (max-width: 767px) {
	.page section.section-inner {
		padding-bottom: 80px !important;
	}
}
.fancybox-next span,
.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}
.fancybox-next span:before,
.fancybox-prev span:before {
	content: "";
	position: absolute;
	font-family: fontawesome;
	left: 0;
	top: 0;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, 0.4) !important;
	color: #fff;
	visibility: visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.fancybox-next span:before {
	content: "\f178";
}
.fancybox-prev span:before {
	content: "\f177";
}
.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #444 !important;
	color: #fff;
}
.fancybox-type-image .fancybox-close {
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background: url(../images/icon-cross.png) center center no-repeat;
	background-color: #444 !important;
}
.fancybox-type-image .fancybox-close:hover {
	background-color: #000 !important;
}
.fancybox-type-image .fancybox-skin {
	padding: 0 !important;
}
p.heading_txt {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.section_heading {
		text-align: center;
	}
	.section_heading .button.pull-right {
		display: none;
	}
}
.breadcrumb-main {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #f1f1f1;
	background: #fbfbfb;
}
.breadcrumb-main .breadcrumb {
	background: 0 0;
	margin-bottom: 0;
	padding: 15px 0;
}
.breadcrumb-main .breadcrumb > li {
	color: var(--theme-color);
	margin-bottom: 0;
	padding-left: 0;
	font-size: 15px;
	line-height: inherit;
}
.breadcrumb-main .breadcrumb > li > a {
	color: #181d31;
}
.topbar-section {
	position: relative;
	background: #fff;
	padding: 0;
}
.top-bar-left ul,
.top-bar-right ul {
	display: flex;
}
.topbar-inner ul li {
	font-size: 14px;
	/*border-left: 1px solid #ccccccb0;*/
	color: var(--theme-color);
	font-weight: 300;
	padding: 6px 6px 6px 25px;
	margin-left: 20px;
	margin-bottom: 0;
}
.topbar-inner ul li a{
	color: #000;
	font-weight: 700;
}
.topbar-inner ul li:first-child {
	border: none;
	padding-left: 0;
	margin-left: 0;
}
.top-bar-right ul li {
	margin: 0;
	padding-left: 10px;
}
.top-bar-right ul li a {
	color: var(--theme-color);
}
.topbar-section .topbar-inner {
	display: inline-block;
	width: 100%;
	padding: 0;
}
header#inner-navigation {
/*	position: absolute;*/
z-index: 9;
width: 100%;
left: 0;
clear: both;
background: #ffffff15;
}
.logo h2 {
	font-size: 48px;
	margin: 5px 0;
}
.logo a {
	color: #fff;
}
.navbar-sticky-in .logo a {
	color: #fff;
}
.navbar.navbar-default.reveal-menu-home.sticky-nav .logo a img,
.sticky-nav-white .logo a img,
#inner-navigation .navbar.navbar-sticky-in .logo img {
	width: auto;
}
#inner-navigation .navbar.navbar-default .logo1-img {
	display: none;
}
#inner-navigation .nav.navbar-nav > li > a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
}
.navbar-right {
	margin-right: 0;
}
#inner-navigation .nav.navbar-nav li ul {
	border-top-color: var(--theme-color);
}
.navbar.navbar-default.reveal-menu-home.sticky-nav,
.sticky-nav-white {
	padding: 10px;
	background: #000;
	transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
	-webkit-transition: background 0.5s ease-in-out 0s,
	padding 0.5s ease-in-out 0s;
	-moz-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
	-o-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
	-ms-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
	-o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
	-ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
}
.sticky-nav-white {
	background-color: #fff !important;
}
.sticky-nav-white ul.nav.navbar-nav li a {
	color: #444 !important;
}
.reveal-menu-home {
	background-color: transparent;
}
.reveal-menu-home ul.nav.navbar-nav li a {
	color: #444;
}
/*.navbar.navbar-default ul.nav.navbar-nav {
  margin-top: 9px;
}*/
.navbar.navbar-default.sticky-nav ul.nav.navbar-nav {
	margin-top: 2px;
}
.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:last-child {
	border-bottom: none;
}
.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a,
#inner-navigation .nav.navbar-nav > li > a {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	padding: 15px 0px;
	text-align: center;
	width: 130px;
	line-height: 43px;
	position: relative;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s;
	background: 0 0;
	border-left: 1px solid rgb(255 255 255 / 31%);
}
.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li.active a,
.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a:hover {
	background: 0 0;
	color: var(--theme-color) !important;
	transition: all ease-in-out 0.5s;
}
.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:before {
	display: none;
}
.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li,
#inner-navigation .nav.navbar-nav li {
	padding: 0;
	margin-bottom: 0;
/*  margin-left: 30px;*/
}
.header-search {
	position: relative;
	float: right;
	margin: 0;
}
.header-search i {
	margin-top: 13px;
	color: #fff;
}
#inner-navigation .navbar-sticky-in .nav.navbar-nav li .header-search i {
	color: var(--theme-color);
}
.header-search .search-box-wrap {
	display: none;
	position: absolute;
	right: 0;
	z-index: 2;
	top: 62px;
	background: #fff;
	border-width: 0 1px 1px;
	border-color: rgba(255, 255, 255, 0.07);
	border-style: solid;
	padding: 6px;
}
#inner-navigation
.navbar-sticky-in
.nav.navbar-nav
.header-search
.search-box-wrap {
	background: #fff;
	top: 62px;
}
#inner-navigation .nav.navbar-nav li .header-search a:hover {
	background: 0 0;
}
.header-search .searchform {
	width: 430px;
	max-width: 100%;
	margin: 0 auto;
}
.header-search form.search-form {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.header-search input.search-field {
	width: 100%;
	margin-bottom: 0;
	color: #666;
	border-width: 5px;
	border-style: solid;
	border-color: #ffc600;
	border-image: initial;
	background: #fbfbfb45;
	height: 48px;
	padding: 10px 25px 10px 10px;
}
.header-search input.search-submit,
.header-search input.search-submit:visited {
	background: #ffc600;
	border-color: #ffc600;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	margin: 0;
	border-radius: 0;
	color: #fff;
}
@media (max-width: 1200px) and (min-width: 1024px) {
	.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a,
	#inner-navigation .nav.navbar-nav > li > a {
		font-size: 14px;
		padding: 0 10px;
	}
}
@media (max-width: 1100px) {
	.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li,
	#inner-navigation .nav.navbar-nav li {
		margin-left: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar.navbar-default .navbar-header {
		margin-bottom: 0;
		margin-top: 0;
		display: inline-block;
	}
	.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a,
	#inner-navigation .nav.navbar-nav > li > a {
		font-size: 13px;
	}
	.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li {
		margin-bottom: 0;
		padding: 0;
	}
	.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:first-child {
		margin-left: 0;
	}
}
@media (max-width: 991px) and (min-width: 812px) {
	#inner-navigation .slicknav_btn,
	#inner-navigation .navbar-sticky-in.navbar-default .slicknav_btn {
		right: 47px;
	}
}
@media (max-width: 991px) {
	#inner-navigation .slicknav_btn,
	#inner-navigation .navbar-sticky-in.navbar-default .slicknav_btn {
		top: 25px;
	}
	.slicknav_btn.slicknav_open:before,
	.slicknav_btn.slicknav_collapsed:before {
		color: var(--theme-color);
	}
	#inner-navigation .slicknav_nav {
/*		height: 300px;*/
overflow-y: scroll;
}
#inner-navigation .navbar-sticky-in.navbar-default .slicknav_nav {
	top: 85px;
}
.get-quote,
.header-search,
#inner-navigation .slicknav_nav i.fa.fa-angle-down {
	display: none;
}
.topbar-inner ul li {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	margin-left: 0;
}
.topbar-inner ul li:first-child{
	padding-right: 0;
	padding-left: 0;
}
}
@media only screen and (max-width: 767px) {
	.navbar.navbar-default .navbar-toggle {
		border-color: var(--theme-color);
		background-color: var(--theme-color);
		margin-top: 10px;
		margin-right: 0;
	}
	.navbar.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar.navbar-default .navbar-toggle:hover {
		border-color: #fff;
		background-color: #fff;
	}
	.navbar.navbar-default .navbar-toggle:hover .icon-bar {
		background-color: var(--theme-color);
	}
	.navbar.navbar-default .navbar-collapse {
		background: #1f1d26;
		border: none;
		margin-top: 15px;
		max-height: 415px;
	}
	.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a,
	#inner-navigation .nav.navbar-nav > li > a {
		color: #b6b3c4 !important;
		font-size: 13px;
		font-weight: 400;
		text-transform: uppercase;
		line-height: 1.5;
	}
	.navbar.navbar-default ul.nav.navbar-nav {
		margin: 0;
	}
	.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li {
		margin: 0;
	}
	.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a {
		padding: 10px 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}
	.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:last-child a {
		border-bottom: 0;
	}
	/*.topbar-section {
		display: none;
	}*/
	.d-sm-none{
		display: none!important;
	}
	.float-right-sm{
		float: right;
	}
	.top-bar-left{
		width: 100%;
	}
}
@media only screen and (max-width: 639px) {
	.navbar.navbar-default .navbar-collapse {
		max-height: 225px;
	}
	.top-bar-left ul,
	.top-bar-right ul {
		align-items: center;
		justify-content: space-around;
	}
}
@media only screen and (max-width: 360px) {
	.navbar.navbar-default.reveal-menu-home.sticky-nav .logo a img,
	.sticky-nav-white .logo a img {
		margin-top: 0;
		width: 150px;
	}
	.reveal-menu-home .logo a img {
		margin-top: 0;
		width: 150px;
	}
}

#inner-navigation .navbar.navbar-default {
	position: relative;
	top: inherit;
	margin: 0;
/*  padding: 10px 0 0;*/
height: auto;
background: var(--theme-color);
/*border-top: 1px solid var(--theme-color);
border-bottom: 1px solid var(--theme-color);*/
}
#inner-navigation .navbar {
	border-bottom: 0;
	transition: all ease-in-out 0.5s;
}
#inner-navigation .navbar-nav {
	display: inline-block;
}
#inner-navigation .logo-wrapper {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#inner-navigation ul.nav-mini {
	padding-top: 3px;
	padding-right: 13px;
}
#inner-navigation ul.nav-mini li {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	background: #00bcd4;
	border-radius: 5px;
	padding: 2px 10px;
}
#inner-navigation ul.nav-mini li:last-child {
	margin-right: 0;
}
#inner-navigation ul.nav-mini li i {
	color: #fff;
	padding-right: 5px;
}
#inner-navigation .nav.navbar-nav {
	float: left;
	transition: all ease-in-out 0.5s;
}
#inner-navigation .nav.navbar-nav li a:hover,
#inner-navigation .nav.navbar-nav li.active > a,
#inner-navigation .navbar-sticky-in .nav.navbar-nav li a:hover,
#inner-navigation .navbar-sticky-in .nav.navbar-nav li.active > a {
	background-color: var(--second-color);
	color: #fff;
	text-decoration: none;
	transition: all ease-in-out 0.5s;
}
#inner-navigation .nav.navbar-nav li a.mt_btn_yellow:hover {
	background: var(--theme-color);
	color: #fff;
}
#inner-navigation .nav.navbar-nav li a.mt_btn_white-bor:hover {
	color: #fff;
}
#inner-navigation
.navbar-sticky-in
.nav.navbar-nav
li
a.mt_btn_white-bor:hover {
	color: var(--theme-color);
}
.navbar-sticky-in .navbar-nav-wrapper .nav .get-quote .mt_btn_white-bor:before {
	background-color: var(--theme-color);
}
.navbar-sticky-in .navbar-nav-wrapper .nav .get-quote .mt_btn_white-bor {
	color: #fff;
}
.navbar-sticky-in .navbar-nav-wrapper .nav .get-quote .mt_btn_white-bor:after {
	border-color: var(--theme-color);
}
#inner-navigation .nav.navbar-nav > li:last-child > a:after {
	display: none;
}
#inner-navigation .nav.navbar-nav li ul {
	z-index: 99999;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 59px;
	left: 0;
	width: 200px;
	display: none;
	background-color: #f7f7f7;
	/*border: 1px solid #eee;*/
	border-bottom: 2px solid var(--theme-color);
	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
}
#inner-navigation .nav.navbar-nav li ul li a {
	position:relative;
	border-bottom: 1px solid #e6e6e6;
	display: block;
	padding: 14px 20px;
	font-size: 13px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #444;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 1.25;
}
#inner-navigation .nav.navbar-nav li ul li a:before{
	content:'\f111';
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 6px;
	font-family: 'fontawesome';
	opacity:0;
	transition:0.3s linear;
}
#inner-navigation .nav.navbar-nav li ul li a i {
	float: right;
}
#inner-navigation .nav.navbar-nav li ul li a:hover {
	background: 0 0;
	border-radius: 0;
	color: var(--theme-color) !important;
}
#inner-navigation .nav.navbar-nav li ul li a:hover:before{
	opacity:1;
}
#inner-navigation .nav.navbar-nav li > ul > li:last-child > a,
#inner-navigation .navbar-nav li > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}
#inner-navigation .nav.navbar-nav li ul li:hover ul li a {
	color: #444;
}
#inner-navigation .nav.navbar-nav li ul li:hover a,
.nav.navbar-nav li ul li ul li:hover a {
	padding-left: 25px;
	padding-right: 15px;
	color: var(--theme-color);
}
#inner-navigation .nav.navbar-nav li ul li ul {
	position: absolute;
	left: 198px;
	top: -2px;
}
#inner-navigation .nav.navbar-nav li ul li:hover ul li a {
	padding-left: 15px;
	padding-right: 15px;
}
#inner-navigation .nav.navbar-nav li ul li ul li:hover a {
	padding-left: 20px;
	padding-right: 10px;
}
#inner-navigation .nav.navbar-nav li ul li {
	display: block;
	text-align: left;
	margin-left: 0;
}
@media only screen and (max-width: 991px) {
	.logo-wrapper {
		width: 50%;
	}
	.logo img {
		float: left;
	}
	#inner-navigation .navbar-nav-wrapper {
		width: 0%;
	}
	#inner-navigation .navbar {
		margin: 0;
		padding: 0;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	#inner-navigation .navbar-brand {
		line-height: 30px;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	#inner-navigation .navbar-arrow > ul > li .arrow-indicator,
	#inner-navigation .navbar-arrow ul ul > li .arrow-indicator {
		display: none;
	}
	#inner-navigation ul.nav-mini {
		padding-right: 0;
	}
	#inner-navigation ul.nav-mini li {
		margin-right: 5px;
		padding: 2px 6px;
	}
}
@media (max-width: 767px) {
	#inner-navigation .navbar-nav .open .dropdown-menu > li > a {
		line-height: 23px;
	}
}
#inner-navigation .navbar-fixed-top.navbar-sticky-in {
	z-index: 9;
	transition: all ease-in-out 0.5s;
	position: fixed;
	width: 100%;
	top: 0;
}
#inner-navigation .navbar-sticky-in.navbar-default {
/*	padding: 5px 0 0;*/
display: inline-block;
width: 100%;
background: var(--theme-color);
box-shadow: 0 0 10px #ccc;
}
#inner-navigation .navbar-sticky-in .nav.navbar-nav > li > a {
	color: #fff;
}
#inner-navigation .navbar-sticky-in .nav.navbar-nav > li > a:hover {
	border-radius: none;
}
#inner-navigation .navbar-sticky-in .navbar-nav > li > ul {
	top: 62px;
}
#inner-navigation .transparent-header .navbar-sticky-in {
	padding: 0;
	background-color: rgba(0, 0, 0, 0.9);
	margin: 0;
	border: none;
}
#inner-navigation .navbar-sticky-in .nav.navbar-nav li ul li a:hover {
	background: 0 0;
	border-radius: 0;
	color: var(--theme-color) !important;
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
	#inner-navigation .transparent-header .navbar-sticky-in {
		padding: 10px 0;
		background: 0 0;
		border: 1px solid rgba(255, 255, 255, 0.2);
	}
	#inner-navigation .slicknav_btn.slicknav_open:before,
	.slicknav_btn.slicknav_collapsed:before {
		font-size: 21px;
		color: #fff;
	}
}
@media (max-width: 991px) {
	#inner-navigation .navbar-fixed-top.navbar-sticky-in {
		position: inherit;
	}
}
#mt_banner {
	position: relative;
	padding: 0;
}
#blog_banner {
	position: relative;
	background: url(../images/started-bg1.jpg) no-repeat;
	background-size: 100%;
	background-position: center top;
	background-attachment: fixed;
	height: 300px;
	width: 100%;
}
#blog_banner .page-title {
	padding-top: 195px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.page-title h2 {
	color: var(--theme-color);
	margin-bottom: 0;
	background: #fff;
	padding: 5px 15px;
	display: inline-block;
}
#mt_banner .s-list {
	position: relative;
}
.yellow-overlay,
.black-overlay,
.blue-overlay {
	background: linear-gradient(
		to left,
		rgba(247, 148, 30, 0.7),
		rgba(0, 0, 0, 0.6)
	);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.black-overlay {
	background: rgba(0, 0, 0, 0.6);
}
.blue-overlay {
	background: linear-gradient(to left, rgba(0, 65, 140, 0.65), rgb(20, 49, 82));
}
#mt_banner .banner_caption_text {
	left: 110px;
	position: absolute;
	top: 30.5%;
	width: 57%;
	z-index: 2;
}
#mt_banner .banner_caption_text h1 {
	color: #fff;
	margin: 0;
	position: relative;
	font-size: 48px;
}
#mt_banner .banner_caption_text p {
	font-size: 16px;
	color: #fff;
	padding: 0;
	margin: 22px 0 25px;
}
#mt_banner .banner_caption_text h3 {
	font-size: 36px;
	font-weight: 300;
}
@media only screen and (min-width: 1200) {
	#mt_banner .banner_caption_text {
		top: 32%;
	}
}
@media only screen and (max-width: 1100px) {
	#mt_banner .banner_caption_text h1 {
		font-size: 34px;
	}
	#mt_banner .banner_caption_text {
		top: 34.5%;
	}
}
@media only screen and (max-width: 991px) {
	#blog_banner {
		background-size: cover;
	}
	#blog_banner .page-title {
		padding-top: 200px;
	}
	#mt_banner {
		height: 600px !important;
		position: relative;
	}
}
@media only screen and (max-width: 767px) {
	.caption_slide1 {
		width: 80%;
	}
	#mt_banner .banner_caption_text {
		width: 72%;
		top: 32%;
		left: 0;
		margin: 0 auto;
		right: 0;
	}
	#mt_banner .banner_caption_text h1 {
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 0;
	}
	#mt_banner .banner_caption_text h3 {
		font-size: 28px;
		margin-bottom: 32px;
		margin-top: 15px;
	}
	#blog_banner .page-title {
		padding-top: 170px;
	}
}
@media only screen and (max-width: 480px) {
	#mt_banner .banner_caption_text {
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		top: 22%;
	}
	#mt_banner .banner_caption_text h1,
	#mt_banner.mt_video .banner_caption_text h1 {
		font-size: 26px;
	}
	#mt_banner .banner_caption_text h1 span {
		font-size: 21px;
	}
	#mt_banner .banner_caption_text h3 {
		font-size: 18px;
	}
}
.edu-courses {
	padding-top: 20px;
}
.panel-grid-banner {
	position: relative;
	z-index: 2;
}
.inner-grid {
	display: inline-block;
	width: 100%;
	padding: 40px 30px;
	box-shadow: 0 0 7px #bebebe;
	background: #fff;
	position: relative;
}
.inner-grid:before {
	content: "";
	background: var(--theme-color);
	height: 50%;
	width: 50%;
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: -1;
}
.inner-grid i {
	display: inline-block;
	color: var(--theme-color);
	font-size: 40px;
}
.home-1 .inner-grid {
	padding: 0 20px 0 0;
}
.page .edu-courses {
	margin-top: 0;
}
@media (max-width: 991px) {
	.edu-courses {
		padding: 80px 0 0;
		margin: 0;
	}
	.edu-courses .col-md-4.col-sm-12 {
		margin-bottom: 35px;
	}
}
@media (max-width: 767px) {
	.edu-courses .col-md-4.col-sm-12 {
		margin-bottom: 0;
	}
}
@media (max-width: 735px) {
	.edu-courses {
		padding-bottom: 0;
	}
}
.about_services {
	position: relative;
}
.about_services p {
	line-height: 1.6;
}
.home-2 .about_services p {
	margin-bottom: 0;
}
.about_services i {
	font-size: 42px;
	background: linear-gradient(-29deg, var(--theme-color) 0, #233b88 100%);
	margin-bottom: 15px;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	display: inline-block;
}
.about-form {
	background: var(--second-color);
	padding: 50px 40px 50px 60px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.about-form:before {
	content: "";
	background: var(--theme-color);
	height: 100%;
	width: 80%;
	position: absolute;
	left: 0;
	top: 0;
}
.about-sch-form {
	position: relative;
}
.about-sch-form .event-title span{
	font-size: 30px;
	color: var(--second-color);
}
.about-form-items {
	position: relative;
	z-index: 1;
}
.event-title h2 {
	color: #fff;
}
.event-title p {
	color: #fff;
	margin-bottom: 0;
}
.smt-items {
	position: relative;
	z-index: 0;
	text-align: center;
	/*margin-right: 15px;*/
}
.about-edu-bg img {
	width: 100%;
	margin-top: 10px;
}
.about-edu-bg.inner-ab {
	position: relative;
	width: 100%;
	bottom: initial;
}
.edu-testimonial.edu-testimonial-ab {
	padding-bottom: 90px;
}
@media only screen and (max-width: 1200px) {
	#mt_about .about_sec_img {
		position: static;
	}
	.about-form:before {
		width: 75%;
	}
	#mt_about .about_sec_img .mt_about_img {
		bottom: 0;
		position: absolute;
		width: 47%;
	}
	.inner-grid {
		padding: 15px;
	}
	.text-courses h3 {
		margin: 5px 0;
		font-size: 20px;
	}
	.courses-content p {
		margin: 10px 0;
	}
}
@media only screen and (max-width: 991px) {
	.smt-items {
		margin-right: 0;
	}
	.about-form {
		padding: 50px 30px 50px 40px;
	}
	.about-form:before {
		width: 72%;
	}
	.text-courses {
		text-align: center;
	}
	.inner-grid i {
		float: inherit;
		padding: 9px 14px;
	}
	.text-courses h3 {
		display: inline-block;
		margin: 10px 0 0;
	}
	.about-items {
		padding-bottom: 0;
	}
	.about-sch-form {
		margin: 0 auto;
	}
	.about-edu-bg {
		width: 100%;
	}
}
@media (max-width: 811px) {
	.about-form:before {
		display: none;
	}
	.smt-items {
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.about-form,
	.smt-items {
		text-align: center;
	}
	.about-form {
		padding: 30px 30px 35px;
	}
	.smt-items {
		margin-top: 30px;
	}
	#mt_about .about_services .col-sm-4 {
		margin-bottom: 30px;
	}
	section#mission_main.mission-area {
		padding: 30px 0 0;
	}
	#mt_about .about_services .col-sm-6.mg-1 {
		margin-bottom: 40px;
	}
	#mt_about .about_services .col-sm-6 {
		padding-left: 15px;
	}
	#mt_about .about_services .col-sm-4:before {
		display: none;
	}
	.panel-grid-banner {
		top: 0;
	}
	.panel-grid-banner .col-xs-12 {
		margin-bottom: 15px;
	}
	.panel-grid-banner .col-xs-12:last-child {
		margin-bottom: 0;
	}
	.inner-grid {
		padding: 20px;
		margin-bottom: 30px;
	}
	.event-title:before {
		bottom: 75%;
	}
	#mt_about {
		padding-top: 50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#mt_about .col-sm-7,
	#mt_about .col-sm-5 {
		width: 100%;
	}
	#mt_about .image-rev {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 640px) {
	.smt-items {
		margin-top: 30px;
	}
	#mt_about {
		padding-bottom: 50px;
	}
	#mt_about .about_services h5 {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.inner-grid i {
		margin-bottom: 5px;
	}
	.text-courses h3 {
		display: block;
		margin: 5px 0;
	}
	.about-sch-form {
		margin: 0 auto;
		width: 100%;
		padding: 50px 20px 20px;
	}
	/*.about-edu-bg {
		display: none;
	}*/
	.about-sch-form {
		padding: 0;
	}
	.about-form {
		padding: 20px;
		margin-top: 20px;
	}
}
section#mt_services {
	padding: 30px 0 0;
}
#mt_services .box {
	padding: 40px 30px;
	background: #fff;
	margin-bottom: 30px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	text-align: center;
	box-shadow: 0 0 25px 0 rgba(122, 122, 122, 0.1);
	border: 1px solid #f1f1f1;
}
#mt_services .box:hover {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transform: translateY(-5px);
}
#mt_services .box.box-mar {
	margin-bottom: 0;
}
#mt_services .box .icon {
	margin: 0 0 20px;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	background: var(--theme-color)db;
	display: inline-block;
}
#mt_services .box .icon i {
	font-size: 42px;
	color: #fff;
	line-height: 2.4;
	font-weight: 600;
}
#mt_services .box h3 {
	margin-top: 0;
}
#mt_services .box p {
	margin-bottom: 0;
}
#mt_services .box h3:hover {
	color: var(--theme-color) !important;
}
@media only screen and (max-width: 991px) {
	#mt_services .box.box-mar {
		margin-bottom: 30px;
	}
	#mt_services.services-section .col-xs-6 {
		margin-bottom: 30px;
	}
	.page section#mt_services {
		padding-bottom: 110px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#mt_services .box {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 735px) {
	#mt_services h2 {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 480px) {
	#mt_services .col-md-4.col-sm-6.col-xs-6 {
		width: 100%;
	}
}
section.selected-course {
	padding: 0;
}
.find-course {
	position: relative;
	background: #f7f7f7;
	border-radius: 5px;
	padding: 27px 25px 28px;
	border: 1px solid #f1f1f1;
}
.find-course h3 {
	position: relative;
	margin-bottom: 20px;
}
.find-course h3:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	height: 2px;
	width: 40px;
	background: var(--theme-color);
}
.find-course .form-group {
	margin-bottom: 20px;
}
.find-course form input {
	padding: 20px;
}
.find-course form select {
	color: #999cb2;
	padding: 10px 15px;
	margin-bottom: 0;
}
.all-courses .courses-item {
	display: inline-block;
	position: relative;
	padding: 20px;
	width: 100%;
	text-align: center;
/*	background: var(--second-color);*/
color: var(--theme-color);
border-radius: 5px;
border: 2px solid #F2F2F2;
height: 100%;
box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
}
.all-courses .col-md-3{
	margin-bottom:20px;
}
.all-courses .courses-item:hover {
	color: var(--second-color) !important;
}

.all-courses .courses-item:hover p {
	color: var(--second-color);
}
.all-courses .courses-item i.fa {
	font-size: 30px;
	transition: all ease-in-out 0.3s;
	width: 60px;
	height: 60px;
	line-height: 60px;
	min-width: 60px;
	background-color: #f3f7fb;
	border-radius: 50%;
	margin-bottom: 5px;
}
.all-courses .courses-item:hover i{
	background-color: var(--theme-color);
	color:#fff;
}
.all-courses .courses-item:hover i.fa {
	top: -4px;
}
.all-courses .courses-item p {
	color: var(--theme-color);
	margin: 10px 0 0;
	transition: all ease-in-out 0.3s;
}
@media (max-width: 1200px) and (min-width: 991px) {
	.find-course {
		padding: 17px 25px 18px;
	}
}
@media (max-width: 991px) {
	.find-course,
	.all-courses .courses-item {
		margin-bottom: 30px;
	}
}
.feat-inn {
	position: relative;
	padding: 10px 15px 0;
}
.row.slider-ft-course.slick-slider {
	margin-left: -15px;
	margin-right: -15px;
}
.featured-item {
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 5px;
	display: inline-block;
	width: 100%;
	margin: 0;
	float: left;
	margin-bottom: 20px;
}
.featured-item .feat-img {
	position: relative;
}
.feat-img .th-name {
	position: relative;
	padding: 15px;
	background: var(--second-color);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
.feat-img .th-name img {
	border-radius: 50px;
	width: initial;
	position: absolute;
	right: 10px;
	top: -30px;
	border: 2px solid var(--theme-color);
}
.feat-img .th-name h5 {
	color: #fff;
	margin-bottom: 0;
}
.featured-item .feat-inn > ul {
	display: inline-block;
	margin-right: 10px;
	float: right;
}
.featured-item .feat-inn ul li,
.post-review li {
	display: inline-block;
	padding: 0;
	margin: 2px 0;
}
.featured-item .feat-inn ul li > i,
.post-review li i {
	font-size: 13px;
	color: var(--theme-color);
}
.featured-item .feat-inn span {
	font-size: 13px;
	padding: 0 5px;
}
.featured-item .feat-inn h3 {
	margin: 0;
	padding: 12px 0 14px;
	line-height: 1.5;
	border-bottom: 1px dashed #eee;
	transition: all ease 0.3s;
	font-size: 19px;
}
.featured-item .feat-inn h3:hover {
	color: var(--theme-color);
}
.course-feat {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 3px;
}
.course-feat .price-ft span {
	font-size: 21px;
	color: #695f88;
	font-weight: 600;
}
.course-feat .admin-ft ul li a {
	color: #b5b5b5;
}
#features .container {
	position: relative;
	z-index: 1;
}
.education-item {
	border: 1px solid #f1f1f1;
	padding: 30px 15px;
	background: #fff;
}
.education-item p {
	margin-bottom: 0;
}
.slider-ft-course .slick-prev,
.slider-ft-course .slick-next {
	top: -55px;
	width: 32px;
	height: 32px;
	border: 2px solid var(--theme-color);
	color: var(--theme-color);
	border-radius: 10px;
	transition: all ease 0.2s;
}
.slider-ft-course .slick-prev:focus,
.slider-ft-course .slick-next:focus {
	color: var(--theme-color);
}
.slider-ft-course .slick-prev:hover,
.slider-ft-course .slick-next:hover {
	background: var(--theme-color);
}
.slider-ft-course .slick-prev:before,
.slider-ft-course .slick-next:before {
	color: var(--theme-color);
	font-size: 20px;
	line-height: 29px;
	font-weight: 600;
	opacity: 1;
}
.slider-ft-course .slick-prev:hover:before,
.slider-ft-course .slick-next:hover:before {
	color: #fff;
}
.slider-ft-course .slick-prev {
	right: 60px;
	left: inherit;
}
.featured-item .feat-img .overlayPort {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.featured-item:hover .overlayPort {
	background: #0000006b;
}
.featured-item .feat-img ul.info {
	background-color: transparent;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	left: 0;
	margin: -7% auto 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-transform: uppercase;
	top: 45%;
	transform: scale(1.5);
	transition: all 0.4s ease-in-out 0s;
}
.featured-item:hover ul.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background-color: transparent;
}
.featured-item .feat-img .overlayPort ul li {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	text-align: center;
	width: 100%;
}
.featured-item .feat-img .overlayPort ul li a {
	background: var(--theme-color);
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: 300;
	text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
	.selected-course .col-sm-4 {
		padding-right: 0;
	}
}
@media (max-width: 991px) {
	section.features-one {
		padding-top: 45px;
	}
	.featured-item .feat-img > img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	section.features-one {
		padding-top: 50px;
	}
	.home-3 section.features-one {
		padding-top: 80px;
	}
	.feature-style-content.pad-top-60 {
		padding-top: 30px;
		text-align: center;
	}
	.features-one .slick-prev,
	.features-one .slick-next {
		top: -70px;
	}
	.selected-course .col-sm-4 {
		padding-right: 15px;
	}
}
@media (max-width: 480px) {
	.education .features-one .section_heading {
		margin-bottom: 8rem;
	}
	.features-one .slick-prev,
	.features-one .slick-next {
		top: -25px;
	}
}
.course-tabs {
	margin-top: 30px;
	border: 1px solid #ecf1f9;
	box-shadow: 0px 9px 14px #fbfbfb;
}
.course-tabs .tab-content .post_body{
	padding: 40px;
}
.course-detail .post_title {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.course-detail .post_title h2 {
	margin-bottom: 0;
}
.course-tabs .nav-tabs li {
	padding-left: 0;
}
.course-tabs .nav > li > a,
.course-tabs .nav > li > a:focus,
.course-tabs .nav > li > a:hover {
	background-color: transparent;
	margin: 0;
	border: none;
	border-bottom: 2px solid transparent;
}
.course-tabs .nav-tabs > li.active > a,
.course-tabs .nav-tabs > li.active > a:focus,
.course-tabs .nav-tabs > li.active > a:hover {
	border: none;
	background-color: transparent;
	border-top: 5px solid var(--theme-color);
	color: var(--theme-color);
	margin: 0;
}
/*.course-tabs .tab-content {
	padding: 25px 0 0;
}*/
.panel-group.course-accd .panel {
	border-color: #f1f1f1;
	border-left: 3px solid var(--theme-color);
	margin-bottom: 10px;
}
.course-accd .panel-heading {
	background-color: #f7f7f7;
	padding: 15px;
}
ul.accd-titles {
	display: -webkit-box;
}
ul.accd-titles li {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
	color: var(--theme-color);
	width: 33.333%;
	float: left;
}
.accd-titles .let-title {
	font-weight: 600;
}
.course-accd > .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
	font-size: 16px;
	padding: 10px 22px 22px;
	background: #f7f7f7;
}
.advisor-author {
	background: var(--theme-color);
	display: inline-block;
	width: 100%;
	padding: 15px 30px;
}
.advisor-author .advisor-img {
	float: left;
	margin-right: 20px;
}
.advisor-author .advisor-img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.advisor-author .advisor-name {
	float: left;
	margin: 30px 0 0;
}
.advisor-name h3 {
	margin-bottom: 0;
	font-size: 25px;
	color: #fff;
}
.advisor-name span {
	font-size: 14px;
	color: #fff;
	padding: 8px 0 10px;
	display: block;
}
.advisor-name .social li {
	display: inline-block;
	padding-left: 0;
}
.advisor-name .social li a {
	margin: 0;
	font-size: 14px;
	color: #fff;
	margin-right: 13px;
	transition: 0.3s;
}
.advisor-name .social li a:hover {
	color: var(--theme-color);
}
.advisor-description {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.advisor-description p {
	margin-bottom: 0;
}
.review-lists .comment .comment-body h4 {
	margin-bottom: 5px;
}
.review-lists .comment .comment-body ul.post-review {
	margin-bottom: 15px;
}
.post_body .button {
	text-align: center;
}
.inner-detail-p .featured-item {
	margin: 0;
}
@media (max-width: 991px) {
	.course-tabs {
		padding-bottom: 30px;
	}
	.inner-detail-p .featured-item {
		margin-bottom: 30px;
	}
}
.facility-area {
	position: relative;
	background: url(../images/education/ed-1.jpg) no-repeat;
	background-size: 100%;
}
.facility-area:before {
	content: "";
	position: absolute;
	left: -360px;
	top: 0;
	width: 60%;
	background: #fff;
	height: 100%;
	transform: skew(-25deg);
}
.facility-list {
	border-width: 1px 1px 1px 5px;
	border-color: #fff #fff #fff var(--theme-color);
	border-style: solid;
	padding: 12px;
	background: #fff;
	margin-bottom: 16px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.facility-list i {
	float: left;
	font-size: 40px;
	padding: 8px 15px 8px 0;
	color: var(--theme-color);
}
.facility-list h3 {
	margin-bottom: 10px;
}
.facility-list p {
	margin: 0;
}
.pulses {
	position: absolute;
	top: 6em;
	left: 6em;
	right: 0;
	text-align: center;
}
.pulses button.play-btn {
	animation: pulse 1.5s cubic-bezier(0.66, 0.66, 0.88, 1.86) infinite;
	background: var(--theme-color);
	border: 2px solid var(--theme-color);
	color: #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	font-size: 32px;
	margin: auto;
}
.pulses button.play-btn:before {
	content: "";
	border: 2px solid #fff;
	height: 90px;
	position: absolute;
	width: 90px;
	left: -7px;
	top: -7px;
	border-radius: 50%;
}
.pulses .play-btn i {
	padding-left: 5px;
}
@media only screen and (max-width: 1200px) {
	.facility-area {
		background-size: cover;
	}
	.facility-area:before {
		left: -220px;
	}
	.pulses {
		left: 2em;
	}
}
@media only screen and (max-width: 991px) {
	.facility-list i {
		padding: 18px 15px 8px 0;
	}
	.pulses {
		left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.facility-area:before {
		left: -185px;
		width: 65%;
	}
}
@media (max-width: 639px) and (min-width: 568px) {
	.facility-area:before {
		left: -210px;
		width: 70%;
	}
}
@media only screen and (max-width: 480px) {
	.facility-area:before {
		left: -240px;
		width: 100%;
	}
	.facility-list i {
		padding: 25px 15px 25px 0;
	}
	.course-tabs .nav-tabs li {
		width: 50%;
		text-align: center;
	}
	.course-accd .panel-heading {
		padding: 15px 5px;
	}
	.course-accd
	> .panel-default
	> .panel-heading
	+ .panel-collapse
	> .panel-body {
		padding: 10px 10px 22px;
	}
	.advisor-author .advisor-name {
		margin: 0 10px;
	}
}
.event-left {
	position: relative;
}
.page .event-left .events-image {
	overflow: hidden;
	height: 250px;
}
.event-donation {
	position: absolute;
	background: #fff;
	padding: 20px;
	left: 10px;
	right: 10px;
	bottom: -15px;
	box-shadow: 0 0 10px #cccccc7a;
}
.page .event-donation {
	bottom: 0;
	position: relative;
	width: 96%;
	z-index: 1;
	top: -10px;
}
.event-main h2 {
	margin-bottom: 4rem;
	position: relative;
}
.event-main h2:after {
	content: "";
	height: 1px;
	width: 36%;
	position: absolute;
	right: 0;
	top: 49.5%;
	background: #f1f1f1;
}
.event-item {
	display: inline-block;
	border-bottom: 1px dashed #eee;
	padding-bottom: 25px;
	margin-bottom: 25px;
	transition: all ease-in-out 0.3s;
	width: 100%;
	position: relative;
}
.event-details {
	padding-left: 75px;
}
.event-date {
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-in-out 0.3s;
	background: var(--theme-color);
	padding: 5px 8px;
	border-radius: 5px;
}
.event-date h4 {
	font-size: 20px;
	color: #fff;
}
.event-date h4 span {
	font-weight: 300;
	width: 100%;
	display: block;
}
ul.event-time li {
	padding: 0 10px 0 0;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
}
ul.event-time li i {
	color: var(--theme-color);
	padding-right: 10px;
}
.event-details p {
	margin: 15px 0 0;
}
.event-details h3 a {
	transition: all ease-in-out 0.3s;
}
.event-item .event-details:hover h3 a {
	color: var(--theme-color);
}
.post_title_eve h3 {
	margin-bottom: 5px;
}
.post_title_eve ul li {
	font-size: 14px;
	color: var(--theme-color);
}
.event-social {
	margin: 0 0 10px;
}
.event-social h4 {
	margin-bottom: 0;
	display: inline-block;
}
.event-social ul.list-inline.social {
	display: inline-block;
	padding-left: 10px;
}
.book-seat-now h4 {
	margin-bottom: 30px;
}
.locate-map iframe {
	width: 100%;
}
.apply-form p:last-child {
	margin-bottom: 0;
}
.apply-form input.submit {
	background: var(--theme-color);
	border-radius: 5px;
}
.event_ii .slick-dots {
	bottom: -25px;
}
@media (max-width: 1200px) and (min-width: 991px) {
	.event-donation {
		bottom: -112px;
	}
}
@media only screen and (max-width: 1200px) {
	.book-btn a {
		padding: 5px 10px;
	}
}
@media only screen and (max-width: 991px) {
	.edu-events .col-sm-12 {
		padding-bottom: 0;
		padding-top: 0;
	}
	.edu-events .col-sm-12:last-child {
		padding-bottom: 0;
	}
	.edu-events .event-item {
		min-height: auto;
	}
	.event-main {
		margin-top: 50px;
	}
	.apply-form p:last-child {
		margin-bottom: 20px;
	}
}
@media (max-width: 639px) {
	.event-donation,
	.page .event-donation {
		position: relative;
		left: inherit;
		right: inherit;
		bottom: inherit;
		width: 100%;
		top: inherit;
	}
}
@media only screen and (max-width: 480px) {
	.event-item .col-xs-4,
	.event-item .col-xs-8 {
		width: 100%;
	}
	.event-item .col-xs-4 {
		min-height: 165px;
	}
	.event-item .col-xs-8 {
		padding-left: 15px;
	}
	.event-left .event-item .col-lg-4 {
		padding-right: 0;
	}
	.course-tabs {
		padding: 15px;
	}
}
#educate-team .row.slick-slider {
	margin-right: -15px;
	margin-left: -15px;
}
.slider-educteam .team_member {
	position: relative;
	transition: all ease-in-out 0.5s;
}
.slider-educteam .member_name {
	text-align: center;
	position: relative;
	z-index: 1;
}
.slider-educteam .team_member img {
	width: 100%;
}
.team_member figure.effect-julia {
	position: relative;
	overflow: hidden;
}
.team_member .team-overlay {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #fbfbfb;
	border-bottom: 4px solid var(--theme-color);
	padding: 0 15px;
	transition: all ease-in-out 0.5s;
}
.page .team_member .team-overlay {
	bottom: 54px;
}
.team_member .effect-julia:hover .team-overlay {
	bottom: 0;
	transition: all ease-in-out 0.5s;
}
.head-office{
	margin-left: 46px;
	font-weight: 600;
	margin-bottom: -15px;
}
ul.socialicons li {
	display: inline-block;
	padding: 0;
	margin: 0 4px;
	transition: all ease-in-out 0.5s;
}
ul.socialicons li a {
	display: block;
	color: #fff;
	background: var(--theme-color);
	width: 35px;
	height: 35px;
	padding: 6px 10px;
	border-radius: 5px;
}
ul.socialicons li a:hover {
	background: var(--theme-color);
	color: #fff;
}
.slider-educteam .member_name h3 {
	margin-bottom: 0;
	padding: 10px 0 0;
}
.slider-educteam .member_name span {
	font-size: 15px;
	display: inline-block;
	width: 100%;
	padding: 0;
	color: var(--theme-color);
}
.slider-educteam .slick-dots {
	bottom: -25px;
}
.slider-educteam .slick-dots li button:before {
	background: var(--theme-color);
}
.slider-educteam .slick-dots li.slick-active button:before {
	background: var(--theme-color);
}
.team-overlay .about-tech {
	position: relative;
	z-index: 1;
	font-size: 14px;
	line-height: 1.71;
	color: #8a8a8a;
	max-height: 0;
	opacity: 0;
	-webkit-transition: all 0.6s, max-height 0.5s;
	-o-transition: all 0.6s, max-height 0.5s;
	-moz-transition: all 0.6s, max-height 0.5s;
	transition: all 0.6s, max-height 0.5s;
	overflow: hidden;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	-moz-transform-origin: bottom;
	-ms-transform-origin: bottom;
	-o-transform-origin: bottom;
	transform-origin: bottom;
}
.slider-educteam .item:hover .team-overlay .about-tech {
	position: relative;
	max-height: 400px;
	opacity: 1;
	text-align: center;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-webkit-transition: all 0.4s, max-height 1.5s;
	-o-transition: all 0.4s, max-height 1.5s;
	-moz-transition: all 0.4s, max-height 1.5s;
	transition: all 0.4s, max-height 1.5s;
	padding: 15px 0;
}
@media only screen and (max-width: 1200px) {
	.team_member .team-overlay {
		width: 98%;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	section#educate-team {
		padding-bottom: 45px;
	}
	.team-slide .slider-educteam .team_member {
		margin-bottom: 0;
	}
	.slider-educteam .team_member {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 640px) {
	#mt_team .team_member .member_name h3 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 480px) {
	#mt_team .item {
		margin: 0 auto;
		width: 100%;
	}
	.slider-educteam .slick-dots {
		bottom: -30px;
	}
}
.mt-statts .inner-heading {
/*	margin-left: 90px;*/
margin-bottom: 0;
}
#mt_fun {
	padding: 0;
	position: relative;
}
.mt-statts {
	position: relative;
	padding: 60px 12px 28px;
	border: 1px solid #f1f1f1;
	min-height: 401px;
	overflow: hidden;
	border-radius: 5px;
}
.mt-statts .section_heading {
	display: inline-block;
	text-align: center;
	width: 69.66%;
	margin-bottom: 0;
}
.mt-statts .mt_heading.edu_head {
	padding: 0;
}
#mt_fun .container {
	padding: 0 15px;
}
.fun-facts-main {
	display: block;
	padding: 70px 0 17px;
}
.fun-facts_wrapper {
	display: inline-block;
/*	text-align: center;*/
line-height: 40px;
width: 32.3333%;
}
.fun-facts_wrapper i {
	font-size: 34px;
}
#mt_fun .fun-facts_figure {
	font-size: 33px;
	margin-bottom: 30px;
	padding: 15px 0;
	margin: 0;
	font-weight: 700;
}
#mt_fun .fun-facts_title {
	font-size: 16px;
	text-transform: capitalize;
	margin-top: 5px;
	margin-bottom: 0;
	display: block;
	width: 100%;
	position: relative;
}
#mt_fun .fun-facts_title:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -3px;
	width: 25%;
	height: 2px;
	background: var(--theme-color);
}
.nets-facts {
	background: url(../images/stats.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 100%;
	position: absolute;
	text-align: center;
	padding: 40px 20px;
	overflow: hidden;
	left: 25px;
	right: 0;
	top: -150px;
	min-height: 440px;
}
.nets-facts:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	background: var(--theme-color);
	opacity: 0.6;
}
.nets-facts h2 {
	color: #fff;
	position: relative;
	margin: 20px 0;
}
.nets-facts .pulses {
	position: static;
	margin-top: 100px;
	text-align: center;
	display: block;
	width: 100%;
}
@media (max-width: 1200px) {
	.mt-statts .inner-heading {
		margin-left: 45px;
	}
}
@media (max-width: 991px) {
	.mt-statts {
		padding: 25px 25px 0;
	}
	.mt-statts .inner-heading {
		margin-left: 0;
		width: 67%;
	}
	.fun-facts-main {
		padding: 70px 0 20px;
	}
	#mt_fun .fun-facts_title {
		font-size: 14px;
		margin-top: 30px;
	}
	#mt_fun .fun-facts_title:before {
		top: -30px;
	}
	.feat-img .th-name {
		width: 100%;
	}
	.nets-facts {
		right: -10px;
		top: -155px;
	}
}
@media (max-width: 767px) {
	.mt-statts {
		padding: 15px;
	}
	.mt-statts .inner-heading {
		width: 100%;
	}
	#mt_fun {
		padding-bottom: 0;
	}
	.fun-facts_wrapper {
		margin-bottom: 10px;
	}
	.fun-facts-main {
		padding: 45px 0 20px;
	}
	.nets-facts {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		min-height: auto;
		padding: 20px;
	}
	.nets-facts .pulses {
		margin-top: 0;
		padding: 30px 0;
	}
}
@media (max-width: 639px) and (min-width: 568px) {
	#mt_fun .fun-facts_title {
		display: block;
	}
}
@media (max-width: 480px) {
	.mt-statts .inner-heading {
		width: 100%;
	}
	.fun-facts-main {
		text-align: center;
	}
	.fun-facts_wrapper {
		width: 100%;
		margin-bottom: 40px;
	}
	#mt_fun .fun-facts_title {
		margin-bottom: 10px;
	}
	#mt_fun .fun-facts_title:before {
		top: -6px;
	}
}
@media (max-width: 359px) {
	#mt_fun .col-md-3.col-sm-3.col-xs-6.facts_col {
		width: 100%;
	}
}
#price-plans .inner-heading {
	margin-bottom: 60px;
}
#price-plans .inner-heading h3:before {
	display: none;
}
#price-plans .price-block .inner {
	position: relative;
	top: 0;
	background-color: #fff;
	box-shadow: 0 0 15px #cccccc71;
	border-radius: 5px;
	overflow: hidden;
	padding: 0;
	margin: 15px 0;
	transition: all ease-in-out 0.3s;
	border: 1px solid #f1f1f1;
}
#price-plans .price-block .inner:hover {
	top: -15px;
}
#price-plans .price_list {
	display: inline-block;
	width: 100%;
	padding: 0 80px;
}
#price-plans .price_list .price-block {
	padding: 0;
}
.price_list .price-block.featured {
	z-index: 1;
}
#price-plans .price-block.featured .inner {
	transform: scale(1.08);
}
#price-plans .price-block .header {
	padding: 10px 0;
	border-bottom: 1px solid #f1f1f1;
}
#price-plans .price-block.featured .header {
	background: var(--theme-color);
}
#price-plans .price-block .price {
	color: #333;
	font-size: 60px;
}
#price-plans .price-block.featured .price {
	color: #fff;
}
#price-plans .price-block .duration {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#price-plans .price-block.featured .duration {
	color: #fff;
}
#price-plans .price-block .title {
	color: #666;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 10px auto 0;
	padding: 0 0 10px;
	position: relative;
	text-transform: capitalize;
	width: 100%;
}
#price-plans .price-block.featured .title {
	color: #fff;
}
#price-plans .price-block .features > ul > li {
	display: block;
	padding: 10px 0;
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	border-bottom: 1px solid #f1f1f1;
}
#price-plans .price-block .features > ul > li:nth-child(even) {
	background: #fbfbfb;
}
#price-plans .price-block .footer {
	position: relative;
	z-index: 0;
	padding: 20px 0;
}
section#mission_main {
	padding-bottom: 70px;
}
.mission-content h3 {
	margin: 0;
	color: var(--theme-color);
}
.mission-content h2 {
	margin: 20px 0;
}
.mission-content p {
	margin-bottom: 0;
}
.mission-progress-bar {
	margin-top: 46px;
}
.progress-wrap {
	position: relative;
	margin-bottom: 25px;
}
.progress-wrap:last-child,
.progress:last-child {
	margin-bottom: 0;
}
.progress {
	position: relative;
	display: block;
	width: 100%;
	background: #f1f1f1;
	height: 15px;
	border-radius: 5px;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-ms-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
}
.progress-wrap h5 {
	margin: 0 0 10px;
}
.progress-bar {
	height: 14px;
	width: 0;
	background: orange;
	border-radius: 5px;
	position: relative;
	box-shadow: none;
}
.bar-width {
	position: absolute;
	right: 10px;
	top: -10px;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	color: #fff;
}
@media only screen and (max-width: 767px) {
}
.edu-testimonial {
	position: relative;
	background: #2d2f38;
}
.edu-testimonial .row.slick-slider {
	margin-left: -15px;
	margin-right: -15px;
}
.edu-testimonial .edu_head .section_title span:before {
	background: #fff;
}
.slider-eductestimo .testimonial_main {
	position: relative;
	text-align: center;
	margin-bottom: 0;
}
.slider-eductestimo .testimonial_main p {
	position: relative;
	color: #fff;
	margin: 40px 0 0;
	padding-left: 45px;
}
.slider-eductestimo .testimonial_main p:before {
	content: "\f10d";
	font-family: fontawesome;
	font-size: 42px;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: -30px;
}
.slider-eductestimo .testimonial_main h4 {
	margin: 20px 0 0;
}
.slider-eductestimo .testimonial_main h4 span {
	font-size: 14px;
	color: #fff;
	display: block;
	margin-top: 10px;
	font-weight: 300;
}
.testimonial_main h4 a {
	color: #fff;
}
.testimonial_main h4 a:hover {
	color: #fff;
}
.client-pic {
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #fff;
	overflow: hidden;
	display: inline-block;
}
.slider-eductestimo .slick-dots {
	bottom: -35px;
}
.slider-eductestimo .slick-dots li button:before {
	background: #f1f1f1;
}
.slider-eductestimo .slick-dots li.slick-active button:before {
	background: #fff;
}
.slider-eductestimo .slick-prev:before,
.slider-eductestimo .slick-next:before {
	font-size: 38px;
	color: #fff;
	opacity: 1;
}
.slider-eductestimo .slick-next {
	right: 42%;
}
.slider-eductestimo .slick-prev {
	left: 42%;
}
.slider-eductestimo .slick-prev,
.slider-eductestimo .slick-next {
	top: inherit;
	bottom: 30px;
	background: var(--theme-color);
	line-height: 7px;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	transition: all ease-in-out 0.3s;
}
.slider-eductestimo .slick-prev:hover,
.slider-eductestimo .slick-prev:focus,
.slider-eductestimo .slick-next:hover,
.slider-eductestimo .slick-next:focus {
	border: 2px solid var(--theme-color);
}
.slider-eductestimo .slick-prev:hover:before,
.slider-eductestimo .slick-prev:focus:before,
.slider-eductestimo .slick-next:hover:before,
.slider-eductestimo .slick-next:focus:before {
	color: var(--theme-color);
}
.edu-testimonial .inner-heading {
	margin: 32px 40px 0 0;
}
.edu-testimonial .inner-heading h2 {
	margin-bottom: 20px;
}
.inner-heading-contact h4{
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.edu-testimonial .inner-heading p {
	margin: 0;
}
.edu-testimonial.abt-testml {
	padding-bottom: 90px;
}
#mt_testimonial {
	background: url(../images/img08.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding-bottom: 72px;
}
#mt_testimonial .owl-dots .owl-dot.active {
	background: var(--theme-color) none repeat scroll 0 0;
	border-radius: 5px;
	height: 5px;
	transition: all 0.5s ease 0s;
	width: 20px;
}
#mt_testimonial .owl-dots .owl-dot {
	border: 1px solid var(--theme-color);
	border-radius: 5px;
	display: inline-block;
	height: 5px;
	margin-right: 12px;
	width: 20px;
}
@media only screen and (max-width: 1200px) {
	.slider-eductestimo .slick-next {
		right: 39%;
	}
}
@media only screen and (max-width: 991px) {
	.edu-testimonial .inner-heading {
		margin: 65px 0 0;
	}
	.slider-eductestimo .testimonial_main {
		padding: 0 15px;
	}
	.slider-eductestimo .slick-prev {
		left: 38%;
	}
}
@media only screen and (max-width: 767px) {
	.edu-testimonial .inner-heading {
		margin: 0 0 4rem;
	}
	.slider-eductestimo .testimonial_main {
		padding-bottom: 0;
	}
	.edu-testimonial:before {
		width: 100%;
		height: 63%;
	}
}
@media (max-width: 480px) {
	.edu-testimonial:before {
		height: 54%;
	}
}
#mt_blog .inner-heading {
	margin: 52px 0;
}
#mt_blog .blog-post_wrapper,
.blog_post_sec .blog-post_wrapper {
	border: 1px solid #f1f1f1;
	overflow: hidden;
	float: left;
	border-radius: 15px;
}
#mt_blog .blog-post-image .img {
	overflow: hidden;
	position: relative;
}
#mt_blog .blog-post-image .img img {
	max-width: 100%;
	min-width: 100%;
	transition: all ease-out 0.6s;
}
#mt_blog .author_img {
	margin-bottom: 0;
	margin-top: -59px;
	position: relative;
	z-index: 99;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 3px 0 rgba(204, 204, 204, 0.61);
	-moz-box-shadow: 1px 1px 3px 0 rgba(204, 204, 204, 0.61);
	-o-box-shadow: 1px 1px 3px 0 rgba(204, 204, 204, 0.61);
	-ms-box-shadow: 1px 1px 3px 0 rgba(204, 204, 204, 0.61);
}
#mt_blog .post-detail_container {
	position: relative;
	float: left;
}
#mt_blog .post-detail_container .sperator {
	position: absolute;
	top: 0;
	width: 100%;
	height: 35px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: skew(0, -5deg);
	-moz-transform: skew(0, -5deg);
	-ms-transform: skew(0, -5deg);
	-o-transform: skew(0, -5deg);
	transform: skew(0, -5deg);
	background: #fff;
	z-index: 10;
}
#mt_blog .post-detail_container .post-content {
	padding: 20px;
	transition: all ease-in-out 0.5s;
}
#mt_blog .post-detail_container .post-content,
#blog_main_sec .post-detail_container .post-content {
	padding: 20px;
	position: relative;
}
#mt_blog .post-detail_container .post-content p.cats a,
#blog_main_sec .post-detail_container .post-content p.cats a {
	position: absolute;
	top: -18px;
	background: #06bbe4;
	padding: 6px 18px;
	color: #fff;
	border-radius: 20px;
	font-size: 16px;
}
#mt_blog .post-detail_container .post-content p.cats a.orange,
#blog_main_sec .post-detail_container .post-content p.cats a.orange {
	background: orange;
}
#mt_blog .post-detail_container .post-content p.cats a.green,
#blog_main_sec .post-detail_container .post-content p.cats a.green {
	background: #09b726;
}
#mt_blog .post-detail_container .post-content .post-title,
#blog_main_sec .post-detail_container .post-content .post-title {
	margin: 0;
}
#mt_blog .post-detail_container .post-content .post-metadata,
,
#blog_main_sec .post-detail_container .post-content .post-metadata {
	padding-left: 0;
	margin: 1px 0 10px;
}
#mt_blog .post-detail_container .post-content .post-metadata li,
#blog_main_sec .post-detail_container .post-content .post-metadata li {
	font-size: 13px;
	line-height: 20px;
	color: var(--theme-color);
	padding-right: 3px;
	padding-left: 3px;
	margin: 0;
}
#mt_blog .post-detail_container .post-content .post-metadata li:before,
#blog_main_sec .post-detail_container .post-content .post-metadata li:before,
#mt_blog .post-detail_container .post-content .post-metadata li:after,
#blog_main_sec .post-detail_container .post-content .post-metadata li:after {
	display: none !important;
}
#mt_blog .post-detail_container .post-content .post-metadata li a,
#blog_main_sec .post-detail_container .post-content .post-metadata li a {
	font-size: 13px;
	line-height: 20px;
	color: var(--theme-color);
	text-decoration: none;
}
#mt_blog .post-detail_container .post-content .post-metadata li:hover a {
	color: var(--theme-color);
}
#mt_blog .post-detail_container .post-content p.post-excerpt {
	color: #444;
	font-size: 14px;
	line-height: 22px;
}
.post-content .view_detail a {
	margin-bottom: 0;
}
.latest-events {
	position: relative;
	box-shadow: 0 0 15px #cccccc80;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.latest-events:last-child {
	margin-bottom: 0;
}
.latest-events .date {
	position: absolute;
	left: 0;
	padding: 15px 20px;
	background: var(--theme-color);
	text-align: center;
	color: #fff;
	line-height: 1.2;
	height: 100%;
	min-width: 83px;
}
.latest-events .date b {
	font-size: 28px;
	display: block;
}
.latest-events .img-holder .date .month {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
}
.latest-events .text-holder {
	padding: 10px 15px 10px 95px;
}
.latest-events .text-holder h4 {
	margin-bottom: 0;
	line-height: 1.5;
}
.latest-events .text-holder .sponser {
	font-size: 14px;
	color: #aaa9a9;
	position: relative;
	padding-left: 20px;
	display: block;
	padding-top: 5px;
}
.latest-events .text-holder .sponser:after {
	position: absolute;
	content: "";
	left: 0;
	top: 60%;
	width: 14px;
	height: 1px;
	background: #aaa9a9;
}
.blog-post-image .detail-im img {
	min-height: 225px;
}
.post-img-only .img:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	background: linear-gradient(
		to bottom,
		rgba(101, 100, 96, 0) 0%,
		rgba(101, 100, 96, 0.71) 100%
	);
	z-index: 1;
}
.img .on-img-info {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 18px;
}
.img .on-img-info h3 {
	color: #fff;
	font-size: 24px;
	margin: 5px 0;
}
.on-img-info h3 a {
	color: #fff;
}
.img .on-img-info ul li {
	color: #fff;
	font-size: 14px;
}
.img .on-img-info ul li a {
	color: #fff;
}
#mt_blog .front-wrapper .post-detail_container .post-content .post-title,
.post-detail_container.detail-single .post-content .post-title {
	font-size: 24px;
}
#mt_blog .front-wrapper .post-detail_container .post-content p.post-excerpt,
.post-detail_container.detail-single .post-content p.post-excerpt {
	line-height: 26px;
	margin: 10px 0;
}
.post-date p {
	margin-bottom: 15px;
}
.front-wrapper .post-content .post_bottom,
.detail-single .post-content .post_bottom {
	display: inline-flex;
	width: 100%;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.post_bottom .bottom_list {
	width: 50%;
	float: left;
}
.user_info_base img {
	border-radius: 50px;
	width: 35px;
}
.user_info_base p {
	display: inline;
	margin: 0 0 0 5px;
	font-weight: 600;
}
.bottom_list.user_post_cmt {
	text-align: right;
}
.user_post_cmt a {
	font-size: 14px;
	font-weight: 600;
	color: #505050;
	display: inline-block;
	padding-top: 6px;
}
.grid-item-b .blog-post_wrapper {
	margin-bottom: 35px;
}
.post-detail_container.detail-single {
	border: 1px solid #eee;
	display: inline-flex;
}
.blog-post_wrapper.bl_small_img {
	margin-bottom: 0;
}
.blog-post_wrapper.blog_full_image {
	display: inline-block;
	margin-top: 35px;
	max-height: 436px;
}
.blog_full_image .img .on-img-info {
	bottom: 102px;
}
@media only screen and (max-width: 991px) {
	.col-xs-12.grid-item-c {
		display: none;
	}
	#mt_blog .inner-heading {
		margin: 38px 0 52px;
	}
	#mt_blog .col-sm-12 {
		margin-bottom: 30px;
	}
	#mt_blog .author_img {
		margin-bottom: 32px;
		margin-top: -47px;
	}
	#mt_blog .post-detail_container .sperator {
		height: 65px;
	}
	.latest-events .text-holder {
		padding: 17px 15px 17px 95px;
	}
	.latest-events .date b {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767px) {
	section#mt_blog {
		padding-bottom: 50px;
	}
	#mt_blog .col-xs-12 {
		margin-bottom: 0;
	}
	#mt_blog .col-xs-12:last-child {
		margin-bottom: 0;
	}
	#mt_blog .blog-post_wrapper {
		margin-bottom: 30px;
	}
	.light-bg .course-detail .inner-heading {
		margin-top: 30px;
	}
	.inner-detail-p .item {
		margin-bottom: 20px;
	}
	.grid-item-b .blog-post_wrapper {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 480px) {
}
#blog_main_sec #comments .mt_btn_blue {
	padding: 4px 16px;
	font-size: 14px;
	margin: 0;
}
#blog_main_sec #comments form .mt_btn_blue {
	padding: 8px 20px;
}
#blog_main_sec .post_img {
	margin-bottom: 30px;
}
#blog_main_sec .post_item.post_video .post_img {
	margin-bottom: 22px;
}
.post_item.post_video .post_img iframe {
	width: 100%;
}
#blog_main_sec .post_img img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
#blog_main_sec .post_title h3 {
	margin-bottom: 5px;
	margin-top: 0;
}
#blog_main_sec .post_title ul li,
#blog_main_sec .post_title ul li a {
	color: var(--theme-color);
	margin-bottom: 10px;
	font-size: 14px;
}
#blog_main_sec .post_title ul li:before {
	display: none;
}
#blog_main_sec .post_item a.mt_btn_blue {
	margin-bottom: 0;
}
#blog_main_sec .author_box {
	overflow: hidden;
	margin-top: 40px;
}
#blog_main_sec .author_box .author_img {
	float: left;
	width: 22%;
}
#blog_main_sec .author_box .author_img img {
	margin-bottom: 10px;
	width: 100%;
	border-radius: 50%;
}
#blog_main_sec .author_box .author_bio {
	float: left;
	margin-left: 3%;
	width: 75%;
}
#blog_main_sec .author_box .author_bio h5 {
	margin-top: 0;
	margin-bottom: 10px;
}
#blog_main_sec .author_box .author_bio p {
	margin-bottom: 10px;
}
#blog_main_sec .author_box .author_bio ul li {
	display: inline-block;
	padding-left: 0;
	padding-right: 15px;
	margin-bottom: 0;
}
#blog_main_sec .author_box .author_bio ul li:before {
	display: none;
}
#blog_main_sec .author_box .author_bio ul li a {
	color: #444;
	font-size: 17px;
}
#blog_main_sec .author_box .author_bio ul li a:hover {
	color: var(--theme-color);
	transition: all 0.4s ease;
}
#blog_main_sec #comments {
	margin-top: 40px;
}
#blog_main_sec #comments .single-post_heading,
#blog_main_sec #comments .leave_comment h3,
.leave_review .blog_heading_border {
	font-size: 20px;
	color: #444;
	text-transform: capitalize;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
#blog_main_sec #comments .single-post_heading:before {
	width: 10%;
}
#blog_main_sec #comments .comments-lists:before {
	display: none;
}
#blog_main_sec #comments .comments-lists .comment,
.review-wrap .review-lists li.comment {
	position: relative;
	list-style: none;
	padding-left: 98px;
	padding-top: 1px;
	min-height: 100px;
	border-bottom: 1px solid #f8f8f8;
	margin-top: 20px;
}
#blog_main_sec #comments .comments-lists .comment:last-child {
	border-bottom: 0;
}
#blog_main_sec #comments .comments-lists .comment .activity_rounded,
.review-wrap .review-lists li.comment .activity_rounded {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
#blog_main_sec #comments .comments-lists .comment .activity_rounded img,
.review-wrap .review-lists li.comment .activity_rounded img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
#blog_main_sec #comments .comments-lists .comment h4 {
	font-size: 15px;
	color: #444;
	margin-top: 0;
	text-transform: capitalize;
}
#blog_main_sec #comments .comments-lists .comment p {
	font-size: 14px;
	color: #777;
	line-height: 24px;
}
#blog_main_sec #comments .comments-lists .comment small.date-posted,
.review-wrap .review-lists li.comment .comment-body small.date-posted {
	color: #666;
	font-size: 12px;
	margin-left: 12px;
	border: 1px solid #f1f1f1;
	padding: 5px 10px;
	background: #fbfbfb;
}
#blog_main_sec #comments .comments-lists .comment .comment-body,
.review-wrap .review-lists li.comment .comment-body {
	padding-bottom: 20px;
}
#blog_main_sec #comments .comments-lists .comment .comment-body .mt_btn_yellow {
	padding: 4px 15px;
	margin-bottom: 10px;
	display: inline-block;
}
#blog_main_sec #comments .comments-lists .comment .children {
	overflow: hidden;
	list-style: none;
	padding-left: 0;
	list-style: none;
}
#blog_main_sec #comments .comments-lists .comment .children .comment {
	position: relative;
	border-top: 1px solid #f8f8f8;
	border-bottom: 0;
	margin-top: 0;
}
#blog_main_sec #comments .comments-lists .comment .children .comment:before {
	display: none;
}
#blog_main_sec
#comments
.comments-lists
.comment
.children
.comment
.activity_rounded {
	margin-top: 20px;
}
#blog_main_sec
#comments
.comments-lists
.comment
.children
.comment
.comment-body {
	border: none;
	margin-top: 20px;
	padding-bottom: 5px;
}
#blog_main_sec #comments .leave_comment h3 {
	font-size: 20px;
	color: #444;
	text-transform: capitalize;
}
#blog_main_sec #comments .leave_comment .form-group .form-control,
.leave_review .form-group .form-control {
	height: 40px;
}
#blog_main_sec #comments .leave_comment .form-group input[type="text"],
#blog_main_sec #comments .leave_comment .form-group input[type="email"],
.leave_review .form-group input[type="text"],
.leave_review .form-group input[type="email"] {
	border: 1px solid #eceaea;
	border-radius: 5px;
	box-shadow: none;
	font-size: 16px;
	color: #1a1a1a;
	padding: 10px 25px;
	margin-bottom: 20px;
}
#blog_main_sec #comments .leave_comment .form-group input[type="text"]:hover,
#blog_main_sec #comments .leave_comment .form-group input[type="text"]:focus,
#blog_main_sec #comments .leave_comment .form-group input[type="email"]:hover,
#blog_main_sec #comments .leave_comment .form-group input[type="email"]:focus {
	border: 1px solid var(--theme-color);
}
#blog_main_sec #comments .leave_comment textarea,
.leave_review textarea {
	resize: vertical;
	min-height: 180px;
	border: none;
	border: 1px solid #eceaea;
	border-radius: 5px;
	box-shadow: none;
	font-size: 16px;
	color: #1a1a1a;
	padding: 10px 25px;
	margin-bottom: 20px;
}
#blog_main_sec #comments .leave_comment textarea:hover,
#blog_main_sec #comments .leave_comment textarea:focus {
	border: 1px solid var(--theme-color);
}
.course-detail .review-wrap a.mt_btn_yellow {
	padding: 3px 15px;
}
aside .widget {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 2rem;
	border: 1px solid #f1f1f1;
	background: #fbfbfb;
	border-radius: 5px;
}
aside .widget:last-child {
	margin-bottom: 0;
}
aside .widget h3 {
	margin-bottom: 4rem;
	margin-top: 0;
	line-height: 0.8;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
}
aside .widget.widget_instagram h3 {
	margin-bottom: 29px;
}
aside .widget.widget_tag_cloud h3 {
	margin-bottom: 25px;
}
aside .widget ul {
	padding: 0;
	overflow: hidden;
	list-style: none;
	margin-bottom: 0;
}
aside .widget ul li {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	padding-left: 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}
aside .widget ul li:last-child {
	padding-bottom: 0;
	border: none;
	margin-bottom: 0;
}
aside .widget ul li:before {
	display: none;
}
aside .widget ul li span.categoryCount {
	float: right;
}
aside .widget ul li a {
	font-size: 15px;
	font-weight: 400;
	color: #444;
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}
aside .widget.widget_categories ul li a:before,
aside .widget.widget_custom_menu ul li a:before {
	content: "\f105";
	font-family: fontawesome;
	padding-right: 5px;
}
aside .widget ul li a:hover {
	color: var(--theme-color);
	transition: all ease-in-out 0.3s;
}
aside .widget .search-form input[type="text"] {
	width: 100%;
	font-size: 20px;
	padding-left: 10px;
	padding-right: 40px;
	font-weight: 300;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: right 17px center;
	background-position-x: 98%;
	background-position-y: 50%;
	margin-bottom: 0;
}
aside .widget_recent_entries ul {
	overflow: hidden;
}
aside .widget_recent_entries ul li {
	position: relative;
	padding-left: 80px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
aside .widget_recent_entries ul li:last-child {
	padding-bottom: 0;
	border: none;
	margin-bottom: 0;
}
aside .widget_recent_entries ul li:before {
	display: none;
}
aside .widget_recent_entries ul li h4 {
	margin-bottom: 3px;
	line-height: 16px;
	margin-top: 0;
}
aside .widget_recent_entries ul li h4 a {
	color: #444;
	line-height: 20px;
}
aside .widget_recent_entries ul li h4 a:hover {
	color: var(--theme-color);
	transition: all ease 0.4s;
}
aside .widget_recent_entries ul li span {
	color: #666;
	font-size: 14px;
}
aside .widget_recent_entries ul li p,
aside .widget_recent_entries ul li p span {
	color: var(--theme-color);
	margin-bottom: 0;
	font-size: 14px;
}
aside .widget_recent_entries ul li img {
	position: absolute;
	top: 2px;
	left: 0;
}
aside .widget_recent_entries ul li a {
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-decoration: none;
}
aside .widget_tag_cloud ul {
	overflow: hidden;
}
aside .widget_tag_cloud ul li {
	display: inline-block;
	margin-right: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
	border: none;
}
aside .widget_tag_cloud ul li a {
	background-color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	color: #444;
	padding: 6px 15px;
	font-weight: 400;
	border-radius: 3px;
	display: inline-block;
}
aside .widget_tag_cloud ul li a:hover,
aside .widget_tag_cloud ul li a:focus {
	color: #fff;
	background: var(--theme-color);
}
aside .widget.widget_instagram a {
	width: 25%;
	margin: 0;
	float: left;
	border: 1px solid #fff;
}
aside .widget.widget_follow .socibox {
	display: inline-block;
	margin: 0 2px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1.4;
	border: 1px solid #f4f4f4;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
aside .widget.widget_follow .socibox:hover {
	background: var(--theme-color);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
aside .widget.widget_follow .socibox:hover span {
	color: #fff;
}
aside .widget.widget_follow .socibox span {
	font-size: 16px;
	color: #444;
	line-height: 2.5;
}
@media only screen and (max-width: 991px) {
	#blog_main_sec .col-md-8.col-sm-12 {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 811px) {
	#blog_main_sec aside.col-md-4.col-sm-4.col-xs-12 {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 767px) {
	#blog_main_sec .post_title h3 {
		line-height: 35px;
	}
}
@media only screen and (max-width: 639px) {
	#blog_main_sec #comments .comments-lists .comment .activity_rounded {
		position: inherit;
		top: inherit;
	}
	#blog_main_sec #comments .comments-lists .comment {
		padding-left: 0;
	}
	#blog_main_sec #comments .comments-lists .comment .comment-body {
		margin-top: 25px;
	}
	#blog_main_sec #comments .comments-lists .comment .activity_rounded {
		text-align: center;
		display: inherit;
	}
	#blog_main_sec #comments .comments-lists .comment .activity_rounded img {
		display: inline-block;
	}
}
@media only screen and (max-width: 480px) {
	#blog_main_sec .post_title {
		margin-bottom: 15px;
	}
	#blog_main_sec .post_title h3 {
		line-height: 24px;
		font-size: 18px;
	}
	#blog_main_sec .post_title ul li {
		font-size: 14px;
		margin-bottom: 0;
	}
}
/*#blog_main_sec {
	padding: 80px 0;
	background-color: #fff;
	position: relative;
}*/
#blog_main_sec .post_item {
	margin-bottom: 32px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 30px;
}
#blog_main_sec .post_item:last-child {
	padding-bottom: 0;
	border: none;
	margin-bottom: 0;
}
.pagination-main {
	line-height: 0.8;
}
#blog_main_sec .pagination {
	margin-top: 0;
	margin-bottom: 0;
}
#blog_main_sec.grid-view .pagination {
	margin-top: 2px;
}
#blog_main_sec .pagination li {
	padding-left: 0;
	padding-bottom: 0;
}
#blog_main_sec .pagination li:before,
#blog_main_sec .pagination li:after {
	display: none !important;
}
#blog_main_sec .pagination i.fa {
	font-size: 18px;
	padding: 10px;
}
#blog_main_sec .pagination li a,
.pg-services .pagination li a {
	border-radius: 50%;
	height: 40px;
	line-height: 38px;
	margin-right: 9px;
	padding: 0;
	text-align: center;
	width: 40px;
	color: #444;
	font-size: 12px;
	border-color: #bfbfbf;
}
#blog_main_sec .pagination li a:hover,
#blog_main_sec .pagination li a:focus {
	background-color: var(--theme-color);
	color: #fff;
	border-color: var(--theme-color);
}
#blog_main_sec .pagination .prev a,
#blog_main_sec .pagination .next a {
	border-radius: 50px;
}
#blog_main_sec .pagination li.active a,
.pg-services .pagination li.active a {
	background: var(--theme-color) !important;
	border-color: var(--theme-color) !important;
	color: #fff;
}
.pagination-div {
	display: inline-block;
	width: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
	#blog_main_sec .pagination li a {
		margin-bottom: 15px;
	}
}
#blog_main_sec h3.post-title.entry-title {
	margin-top: 0;
	margin-bottom: 10px;
}
#blog_main_sec .grid-item {
	margin-bottom: 30px;
}
#blog_main_sec .blog-post-image .img img,
#blog_main_sec.grid-view .pagination {
	margin-bottom: 0;
}
#blog_main_sec ul.list-unstyled.list-inline.post-metadata {
	padding: 10px 0;
}
#blog_main_sec.left-sidebar .col-md-8 {
	float: right;
}
.blg_fullwidth .col-md-12 {
	padding: 0 140px;
}
/*section#the-gallery {
  padding-top: 0;
  padding-bottom: 150px;
}*/
.wide-gallery .row {
	padding-left: 15px;
	padding-right: 15px;
}
.wide-gallery .mix {
	padding: 0;
}
.wide-gallery .item.port-popup {
	position: relative;
	overflow: hidden;
	transition: all ease-out 0.3s;
}
.wide-gallery .item.port-popup:hover {
	transform: scale(1.04);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
.wide-gallery .item.port-popup:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	background: linear-gradient(
		to right,
		rgba(101, 100, 96, 0) 0%,
		rgba(103, 102, 99, 0.52) 100%
	);
	transition: all ease 0.3s;
}
.wide-gallery .item.port-popup:hover:before {
	opacity: 0;
}
.wide-gallery .item.port-popup i.fa {
	position: absolute;
	top: -34px;
	right: -34px;
	background: #ffffff75;
	width: 60px;
	height: 60px;
	text-align: center;
	border-bottom-left-radius: 50px;
	line-height: 50px;
	padding-left: 10px;
	transition: all ease 0.3s;
}
.wide-gallery .item.port-popup:hover i.fa {
	top: 0;
	right: 0;
	background: #fff;
}
.last-item-g {
	position: relative;
}
.last-item-g .item.port-popup {
	margin-right: 33.3%;
}
.last-item-g .gl-more {
	position: absolute;
	right: 8%;
	top: 50%;
}
.wide-gallery .ge_second .mix {
	padding: 4px;
}
@media (max-width: 767px) {
	section#the-gallery {
		padding-bottom: 120px;
	}
}
section#l-instructor {
	padding-top: 0;
}
.widget-cta {
	background: var(--theme-color);
	padding: 70px 40px 80px;
}
.widget-cta.cta-style1 {
	background: #051925;
}
section#l-instructor.l-instructor-style1 {
	padding: 80px 0 0;
}
#mt_contact .contact-info h3 {
	color: #555;
	margin: 0 0 25px;
}
.contact-info ul {
	text-align: center;
	margin-bottom: 30px;
}
.contact-info ul li {
	padding: 0 25px 0 0;
	display: inline-block;
	margin-bottom: 0;
}
.contact-info ul li:last-child {
	padding: 0;
}
.contact-info ul li i {
	color: var(--theme-color);
	padding-right: 5px;
}
.contact-inner {
	text-align: center;
}
#mt_contact .map_info {
	margin-bottom: 24px;
	overflow: hidden;
}
#mt_contact .map {
	overflow: hidden;
	border-radius: 10px;
	margin: 60px 0;
}
#mt_contact .contact_form h3 {
	line-height: 35px;
	margin-bottom: 40px;
}
#mt_contact .contact_form #submit-btn {
	margin-top: 5px;
	margin-bottom: 0;
	position: relative;
}
#mt_contact .contact_form textarea {
	resize: none !important;
}
#mt_contact.contact-main .contact-inner {
	text-align: left;
}
#mt_contact.contact-main .contact-info ul {
	text-align: inherit;
	margin-bottom: 0;
}
#mt_contact.contact-main .contact-info ul li {
	display: block;
	padding: 0 0 20px;
}
#mt_contact.contact-main .contact-info ul li:last-child {
	padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
	.blg_fullwidth .col-md-12 {
		padding: 0 15px;
	}
	.contact-info {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	#mt_contact .map_info {
		margin: 30px 0 0;
	}
	#mt_contact.contact-main .map_info {
		margin: 0 0 30px;
	}
	#mt_contact.contact-main .col-md-6 {
		padding: 0;
	}
	.last-item-g .item.port-popup {
		margin-right: 0;
	}
	.last-item-g .gl-more {
		position: relative;
		right: 0;
		top: 15px;
		text-align: center;
	}
}
@media only screen and (max-width: 640px) {
	#mt_get_started .watch_content {
		width: 100%;
	}
	#mt_contact .contact-inner {
		padding: 0;
	}
	#mt_contact .contact-inner .col-md-6 {
		padding: 0;
	}
	#mt_contact .contact_form {
		margin-bottom: 0;
	}
	#mt_contact h2 {
		margin-bottom: 30px;
	}
	#mt_contact.contact-main .contact-inner {
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	#mt_contact .contact_form {
		padding: 20px;
	}
	#mt_contact .contact_form h3 {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 28px;
	}
	#mt_contact .contact_form textarea,
	#mt_contact .contact_form input[type="text"],
	#mt_contact .contact_form input[type="email"] {
		font-size: 16px;
	}
	#mt_contact .contact_form #submit-btn {
		font-size: 15px;
		margin-top: 5px;
		padding: 10px 30px;
	}
	.contact-info ul {
		text-align: left;
	}
}
#mt_get_started {
	position: relative;
	background: var(--theme-color);
	padding-bottom: 85px;
}
#mt_get_started .start-theme {
	display: inline-block;
	width: 100%;
}
#mt_get_started .container {
	position: relative;
	z-index: 1;
}
.start-theme .started-rg {
	display: block;
	width: 54%;
}
#mt_get_started .watch_content {
	position: relative;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
#mt_get_started.front-get .watch_content {
	width: 100%;
	text-align: left;
}
#mt_get_started .watch_content h2 {
	color: #fff;
}
#mt_get_started .watch_content p {
	color: #fff;
	display: block;
	margin: 0 auto 30px;
	width: 80%;
}
#mt_get_started .watch_content p {
	width: 100%;
}
.watch_content a {
	margin-bottom: 0;
}
.get_stt_img {
	width: 30%;
	position: absolute;
	bottom: -95px;
	right: 25px;
}
.get_stt_img img {
	width: 100%;
	object-position: 0 170px;
}
#mt_get_started.inner-get {
	padding: 80px 0;
}
#mt_get_started.mt_get_inner {
	padding: 0 0 80px;
}
#mt_get_started .space_inner {
	padding: 50px 0 0 50px;
	position: relative;
}
.space_inner img {
	box-shadow: 0 0 10px var(--theme-color);
}
#mt_get_started .space_inner .space_content {
	padding: 40px;
	background: var(--theme-color);
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	z-index: 0;
}
#mt_get_started .space_content p {
	margin: 0;
	color: #fff;
}
#mt_get_started .pulses-in button.play-btn {
	font-size: 16px;
	transition: all ease-in-out 0.5s;
	position: absolute;
	right: 20%;
	top: 48%;
	animation: pulse 1.5s cubic-bezier(0.66, 0.66, 0.88, 1.86) infinite;
}
#mt_get_started .pulses-in button.play-btn:before {
	content: "";
	border: 2px solid #fff;
	height: 90px;
	position: absolute;
	width: 90px;
	left: -5px;
	top: -5px;
	border-radius: 50%;
}
#mt_get_started .pulses-in button.play-btn i {
	font-size: 28px;
	border: 3px solid var(--theme-color);
	height: 80px;
	width: 80px;
	line-height: 2.8;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: var(--theme-color);
	transition: all ease-in-out 0.5s;
	padding-left: 5px;
}
@media (max-width: 1200px) and (min-width: 991px) {
	#mt_get_started {
		padding-bottom: 30px;
	}
	.get_stt_img {
		top: 0;
		width: 35%;
		right: 0;
	}
}
@media only screen and (max-width: 1200px) {
	#mt_get_started .start-theme {
		padding: 23px 0;
	}
}
@media only screen and (max-width: 991px) {
	.get_stt_img {
		top: inherit;
		bottom: 0;
	}
	#mt_get_started {
		padding-bottom: 0;
	}
	#mt_get_started:before {
		display: none;
	}
	.start-theme .started-rg {
		width: 66%;
	}
	#mt_get_started .space_inner .space_content {
		padding: 15px;
		top: -15px;
		width: 55%;
	}
}
@media only screen and (max-width: 767px) {
	#mt_get_started {
		padding-bottom: 85px;
	}
	#mt_get_started .start-theme {
		padding: 0;
	}
	#mt_get_started .watch_content,
	.start-theme .started-rg {
		width: 100%;
	}
	.get_stt_img {
		display: none;
	}
	#mt_get_started .space_inner {
		padding: 0;
	}
	#mt_get_started .space_inner .space_content {
		position: relative;
		width: 100%;
		top: 0;
	}
	#mt_get_started .pulses-in button.play-btn {
		top: 15%;
		right: 45%;
	}
}
@media only screen and (max-width: 640px) {
	#mt_get_started .watch_content h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	#mt_get_started .watch_content h2 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 480px) {
	#mt_get_started .pulses-in button.play-btn {
		top: 6%;
		right: 43%;
	}
	#mt_get_started .pulses-in button.play-btn:before {
		width: 60px;
		height: 60px;
	}
	#mt_get_started .pulses-in button.play-btn i {
		width: 50px;
		height: 50px;
		line-height: 1.7;
	}
}
.accrodion-grp .accrodion + .accrodion {
	margin-top: 10px;
}
.accrodion-grp .accrodion .accrodion-title {
	border: 1px solid #dee0e1;
	background: #fff;
	padding: 14.5px 25px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accrodion-grp .accrodion .accrodion-title h4 {
	margin: 0;
	position: relative;
	color: #222;
}
.accrodion-grp .accrodion .accrodion-title h4:before {
	content: "\f107";
	font-family: fontawesome;
	color: #222;
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.accrodion-grp .accrodion .accrodion-content {
	padding-top: 10px;
}
.accrodion-grp .accrodion .accrodion-content .inner {
	padding: 20px 0;
}
.accrodion-grp .accrodion .accrodion-content p {
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.01em;
	color: #74787d;
}
.accrodion-grp .accrodion.active .accrodion-title {
	background: var(--theme-color);
	border-color: var(--theme-color);
}
.accrodion-grp .accrodion.active .accrodion-title h4:before {
	content: "\f106";
	color: #fff;
}
.accrodion-grp .accrodion.active .accrodion-title h4 {
	color: #fff;
}
.error404 #blog_banner {
	height: 146px;
}
#error .notfound .notfound-404 {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto 20px;
}
#error .notfound .notfound-404 > div:first-child {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: var(--theme-color);
	border: 5px dashed #fff;
	border-radius: 50%;
}
#error .notfound .notfound-404 h1 {
	font-size: 90px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	line-height: 40px;
}
#newsletter {
	padding: 30px !important;
	position: relative;
	overflow: hidden;
	background: var(--theme-color);
	top: -80px;
}
#newsletter h2 {
	background: #fff;
	margin-bottom: 15px;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
#newsletter .mailpoet_form {
	padding-top: 35px;
	position: relative;
}
#newsletter .mailpoet_form form {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
#newsletter .mailpoet_form input.mailpoet_text {
	border: none;
	padding: 12px 142px 12px 25px;
	margin: 0;
	background: #fff;
	border: 1px solid #f1f1f1;
}
#newsletter input[type="submit"] {
	border: none;
	background: var(--theme-color);
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	margin: 0;
	padding: 11px 20px;
}
.news-content p {
	color: #fff;
}
@media (max-width: 991px) {
	.news-content {
		text-align: center;
	}
}
@media (max-width: 767px) {
}
@media (max-width: 640px) {
	#newsletter {
		width: 100%;
	}
	#newsletter input[type="submit"] {
		color: #fff;
	}
}
@media (max-width: 480px) {
	#newsletter input[type="submit"] {
		width: 100%;
		position: inherit;
		margin-top: 10px;
	}
	#newsletter .mailpoet_form input.mailpoet_text {
		padding: 16px 25px;
	}
}
.account-inner.lost-pswrd {
	width: 60%;
	margin: 0 auto;
}
/*#mt_footer {
	position: relative;
	padding-top: 35px;
	background: var(--theme-color);
	border-top: 3px solid var(--second-color);
}*/
/*#mt_footer:before {*/
/*	background: var(--theme-color);*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	width: 50%;*/
/*	height: 92.5%;*/
/*}*/
.footer-right {
	padding-left: 40px;
}
#mt_footer h3 {
	color: #fff;
	margin: 0 0 30px;
	position: relative;
}
#mt_footer h3:before {
	content: "";
	position: absolute;
	bottom: -12px;
	height: 2px;
	width: 40px;
	background: #fff;
	left: 0;
}
#mt_footer .footer-time {
	width: 70%;
	margin-bottom: 25px;
}
#mt_footer .footer-time p {
	margin-bottom: 5px;
}
#mt_footer .footer-time span {
	float: right;
}
#mt_footer .follow_us h2 {
	font-size: 35px;
}
#mt_footer .follow_us a {
	display: inline-block;
	color: #fff;
}
#mt_footer .follow_us p,
#mt_footer .follow_us h4 {
	color: #fff;
}
#mt_footer .follow_us h4 {
	margin-bottom: 5px;
}
#mt_footer .follow_us .social_icons li {
	display: inline-block;
	line-height: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 15px;
}
#mt_footer .follow_us .social_icons li:before {
	display: none;
}
#mt_footer .follow_us .social_icons li a {
	color: var(--theme-color);
	margin-bottom: 0;
	background: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
}
#mt_footer .follow_us .social_icons li a:hover {
	color: var(--theme-color);
}
#mt_footer .mt_contact_ftr {
	float: left;
	width: 100%;
}
#mt_footer .mt_contact_ftr li {
	padding-left: 0;
	width: 100%;
	float: left;
	margin-bottom: 0;
	transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}
#mt_footer .mt_contact_ftr li span {
	display: inline-block;
	float: left;
	margin-right: 0;
	font-size: 28px;
	color: #fff;
}
#mt_footer .mt_contact_ftr li a {
	display: inline-block;
	float: left;
	width: 85%;
	color: #fff;
	font-size: 14px;
	padding: 5px 0;
	border-bottom: 1px dashed rgb(102 102 102 / 72%);
}
#mt_footer .mt_contact_ftr li a i {
	padding-right: 5px;
}
#mt_footer .mt_contact_ftr li a:hover {
	opacity: 0.8;
}
#mt_footer .post_contnt_ftr {
	clear: both;
	width: 70%;
	display: inline-block;
	padding-left: 10px;
	vertical-align: top;
}
#mt_footer .mt_post_ftr li {
	padding: 0;
}
#mt_footer .mt_post_ftr li:last-child {
	margin-bottom: 0;
}
#mt_footer .mt_post_ftr ul.thumbs li {
	padding: 0 5px;
	margin-bottom: 10px;
}
#mt_footer .mt_post_ftr ul.thumbs li img {
	width: 100%;
}
#mt_footer .mt_post_ftr li:before,
#mt_footer .mt_contact_ftr li:before {
	display: none;
}
#mt_footer .mt_post_ftr li h4 {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 3px;
	text-transform: capitalize;
}
#mt_footer .mt_post_ftr li a {
	color: #fff;
}
#mt_footer .mt_post_ftr li a:hover {
	opacity: 0.8;
}
#mt_footer .mt_post_ftr li p {
	color: #eceaea;
	margin-bottom: 0;
	font-size: 12px;
}
.insta-list .col-sm-4 {
	padding: 2px;
}
#mt_footer .mt_footer_copy {
/*	background: #ffffff1f;*/
margin-top: 25px;
padding: 10px 0;
/*	text-align: center;*/
border-top: 2px solid var(--second-color);
}
#mt_footer .mt_footer_copy a:hover {
	text-decoration: underline;
}
#mt_footer .mt_footer_copy .made_txt i {
	color: #e91e63;
	margin-left: 5px;
}
#mt_footer .mt_footer_copy .made_txt ul li {
	display: inline-block;
	margin: 0;
	padding-left: 15px;
	vertical-align: top;
}
#mt_footer .mt_footer_copy .made_txt ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
@media only screen and (max-width: 1200px) {
	#mt_footer .post_contnt_ftr {
		width: 67%;
		padding-left: 5px;
	}
}
@media (max-width: 1100px) and (min-width: 991px) {
	ul.socialicons li a {
		padding: 6px 10px;
		font-size: 12px;
	}
}
@media only screen and (max-width: 991px) {
	#mt_footer:before {
		display: none;
	}
	#mt_footer .col-md-7.col-sm-6.col-xs-12 {
		width: 100%;
	}
	.footer-right {
		padding-left: 0;
	}
	#mt_footer .mt_contact_ftr {
		margin-bottom: 30px;
	}
	#mt_footer .footer-main .follow_us {
		margin-bottom: 30px;
	}
	#mt_footer .mt_contact_ftr li:last-child,
	#mt_footer .mt_post_ftr li:last-child {
		margin-bottom: 0;
	}
	.insta-list .col-sm-4 {
		width: 33.33%;
		float: left;
		padding: 5px;
	}
	.insta-list .col-sm-4 img {
		width: 100%;
	}
	#mt_footer .mt_footer_copy .copy_txt p {
		text-align: center;
	}
	#mt_footer .mt_footer_copy .made_txt p {
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	#mt_footer {
		padding-top: 40px;
	}
	#mt_footer .mt_footer_copy {
		margin-top: 40px;
		text-align: center;
	}
	#mt_footer h3 {
		margin-bottom: 40px;
	}
	#mt_footer .mt_footer_copy .follow_us {
		float: none !important;
		margin-top: 15px;
	}
	#mt_footer .mt_footer_copy .copy_txt p {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.footer-links a{
		font-size: 11px;
	}
	.pl-7{
		padding-left: 7px;
	}
	.text-xs-center{
		text-align: center!important;
	}
	#mt_footer .footer-time {
		width: 100%;
	}
	.made_txt {
		text-align: center;
		margin-top: 10px;
	}
	.made_txt ul {
		float: none !important;
		display: inline-block;
	}
}
@media only screen and (max-width: 639px) {
	#mt_footer .col-md-3.col-sm-3.col-xs-6,
	#mt_footer .col-md-4.col-sm-4.col-xs-6 {
		width: 100%;
	}
	#mt_footer .mt_contact_ftr {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 480px) {
	#mt_footer .mt_post_ftr li img {
		width: 25%;
	}
}
.account-inner input[type="checkbox"],
.account-inner input[type="radio"] {
	margin-left: 10px;
	display: inline-block;
}
.page.coming {
	background: linear-gradient(to left, rgba(0, 65, 140, 0.65), rgb(20, 49, 82));
}
#coming {
	padding: 120px 0;
}
#coming.coming-1 .coming-main {
	position: relative;
	width: 70%;
	margin: 0 auto;
	z-index: 1;
}
#coming.coming-1 .coming-main h1 {
	font-size: 60px;
}
#coming.coming-1 .count-content {
	padding: 0;
}
#coming.coming-1 .count-content #demo {
	position: relative;
	font-size: 58px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	line-height: 2.2;
	background: 0 0;
}
#coming .count-content #demo span {
	font-size: 28px;
	padding-left: 10px;
}
#coming.coming-1 .mailpoet_form {
	position: relative;
	overflow: hidden;
	background: #fff;
	height: 42px;
	width: 80%;
	margin: 0 auto;
}
.mailpoet_form .form-group input.mailpoet_text {
	border: none;
}
#coming.coming-1 input.mailpoet_submit {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
	padding: 8.5px 20px;
	background: var(--theme-color);
	border: 2px solid #fff;
}
#coming .top-bar-right ul li {
	padding: 0 10px 0 0;
	margin: 0;
}
#coming .top-bar-right ul li a {
	color: #ccc;
	font-size: 21px;
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-color: var(--theme-color);
	border: none;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	text-align: center;
	padding: 10px 0 0;
	z-index: 2;
}
#back-to-top:hover {
	opacity: 0.8;
}
#home-banner {
	overflow: hidden;
	height: 400px;
	position: relative;
	background: linear-gradient(-29deg, #000000 0, #000000 100%);
}
#home-banner .carousel-inner {
	overflow: visible;
	z-index: 1;
}
#home-banner > .carousel-inner > .item > img,
#home-banner > .carousel-inner > .item > a > img {
/*	opacity: 0.4;*/
margin: auto;
/*	max-width: inherit;*/
height: 400px;
object-fit: cover;
width: 100%;
}
#home-banner .caption_slide1 .mt_btn_white-bor {
	margin-right: 10px;
}
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
	transition: 1s linear;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	transition: 1s linear;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
	transition: 1s linear;
}


.ps_rotate_scale_c {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
.ps_rotate_scale_c .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0;
	display: block;
	-webkit-transform: scale(2) rotate(45deg);
	transform: scale(2) rotate(45deg);
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1) 0s,
	opacity cubic-bezier(0.23, 1, 0.32, 1) 2s;
	transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1) 0s,
	opacity cubic-bezier(0.23, 1, 0.32, 1) 2s;
}
.ps_rotate_scale_c .item:first-child {
	top: auto;
	position: relative;
}
.ps_rotate_scale_c .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1) 0s,
	opacity cubic-bezier(0.23, 1, 0.32, 1) 2s;
	transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1) 0s,
	opacity cubic-bezier(0.23, 1, 0.32, 1) 2s;
}
.ps_indicators_l > .carousel-indicators {
	left: 0;
	width: 100%;
	bottom: 5%;
	right: 0;
	margin: auto;
	z-index: 1;
}
.ps_indicators_l > .carousel-indicators li {
	width: 30px;
	height: 4px;
	background: #fff;
	border: none;
	padding: inherit;
	transition: all ease-in-out 0.5s;
}
.ps_indicators_l > .carousel-indicators .active {
	background: var(--theme-color);
	height: 10px;
	transition: all ease-in-out 0.5s;
}
.ps_control_rotate_f .carousel-control {
	top: 50%;
/*	opacity: 0;*/
width: 50px;
height: 50px;
z-index: 100;
color: #000;
display: block;
font-size: 34px;
cursor: pointer;
overflow: hidden;
line-height: 48px;
text-shadow: none;
position: absolute;
font-weight: 400;
background: #fff;
z-index: 2;
border-radius: 25px;
transform: translateY(-50%);
}
.ps_control_rotate_f:hover .carousel-control {
	opacity: 1;
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.ps_control_rotate_f .carousel-control.left {
	left: 3%;
}
.ps_control_rotate_f .carousel-control.right {
	right: 3%;
}
.ps_control_rotate_f .carousel-control.left:hover,
.ps_control_rotate_f .carousel-control.right:hover {
	color: #fff;
	background: var(--theme-color);
}
.ps_control_rotate_f .carousel-control.left > span:nth-child(1) {
	left: 45%;
}
.ps_control_rotate_f .carousel-control.right > span:nth-child(1) {
	right: 45%;
}
@media (min-width: 1500px) {
	#home-banner > .carousel-inner > .item > img,
	#home-banner > .carousel-inner > .item > a > img {
		width: 100%;
	}
}
@media only screen and (max-width: 991px) {
	#home-banner {
		height: 550px;
	}
	#coming.coming-1 .coming-main {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	#home-banner {
		height: 170px;
	}
	#home-banner > .carousel-inner > .item > img, #home-banner > .carousel-inner > .item > a > img{
		height: 170px;
	}
	div#home-banner:before {
		border-radius: 40px 40px 0 0;
	}
}
@media (max-width: 735px) {
	.caption_slide1 img {
		display: none;
	}
}
@media (max-width: 639px) {
	#mt_banner .banner_caption_text {
		width: 70%;
		top: 30%;
	}
	#mt_banner .banner_caption_text h1 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 15px;
		position: relative;
	}
	.ps_control_rotate_f .carousel-control {
		/*top: inherit;
		bottom: 24%;*/
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	#coming.coming-1 .mailpoet_form {
		width: 100%;
		overflow: visible;
		display: inline-block;
	}
	#coming.coming-1 .button {
		margin: 0;
	}
	.mailpoet_form .form-group input.mailpoet_text {
		padding: 10px;
		margin-bottom: 0;
	}
	#coming.coming-1 input.mailpoet_submit {
		padding: 8.5px 12px;
		width: 100%;
		position: inherit;
		right: inherit;
		top: inherit;
	}
}
.ps_ease .carousel-inner > .item {
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_ease .carousel-inner > .item {
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-ms-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
	}
}
.ps_easeInOut .carousel-inner > .item {
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeInOut .carousel-inner > .item {
		-webkit-transition-timing-function: ease-in-out;
		-moz-transition-timing-function: ease-in-out;
		-ms-transition-timing-function: ease-in-out;
		-o-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;
	}
}
.ps_speedy .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
	-moz-transition-timing-function: cubic-bezier(0, 1, 0, 1);
	-ms-transition-timing-function: cubic-bezier(0, 1, 0, 1);
	-o-transition-timing-function: cubic-bezier(0, 1, 0, 1);
	transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_speedy .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
		-moz-transition-timing-function: cubic-bezier(0, 1, 0, 1);
		-ms-transition-timing-function: cubic-bezier(0, 1, 0, 1);
		-o-transition-timing-function: cubic-bezier(0, 1, 0, 1);
		transition-timing-function: cubic-bezier(0, 1, 0, 1);
	}
}
.ps_slowSpeedy .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
	-moz-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
	-ms-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
	-o-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
	transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_slowSpeedy .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
		-moz-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
		-ms-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
		-o-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
		transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
	}
}
.ps_easeOutInCubic .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
	-moz-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
	-ms-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
	-o-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeOutInCubic .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
		-moz-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
		-ms-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
		-o-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
		transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
	}
}
.ps_swing .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
	-moz-transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
	-ms-transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
	-o-transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
	transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_swing .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
		-moz-transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
		-ms-transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
		-o-transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
		transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
	}
}
.ps_easeOutCubic .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeOutCubic .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
}
.ps_easeInOutCubic .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeInOutCubic .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		-moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		-ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	}
}
.ps_easeOutCirc .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeOutCirc .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		-o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	}
}
.ps_easeOutExpo .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeOutExpo .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		-moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		-ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	}
}
.ps_easeInQuad .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-ms-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeInQuad .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
		-moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
		-ms-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
		-o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
		transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	}
}
.ps_easeOutQuad .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeOutQuad .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
}
.ps_easeInOutQuad .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeInOutQuad .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
		-moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
		-ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
		-o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
		transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
}
.ps_easeOutQuart .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeOutQuart .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		-ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	}
}
.ps_easeInOutQuart .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeInOutQuart .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
		-moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
		-ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
		-o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
		transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	}
}
.ps_easeOutQuint .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeOutQuint .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
		-moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
		-ms-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
		transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	}
}
.ps_easeInSine .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	-moz-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	-ms-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	-o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeInSine .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
		-moz-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
		-ms-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
		-o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
		transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	}
}
.ps_easeOutSine .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-ms-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeOutSine .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
		-moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
		-ms-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
		-o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
		transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	}
}
.ps_easeInOutSine .carousel-inner > .item {
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.ps_easeInOutSine .carousel-inner > .item {
		-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-ms-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
		transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	}
}
#home-banner > .carousel-inner > .item {
	overflow: hidden;
}
.caption_slide1 {
	top: 23.3%;
	left: 9%;
	width: 50%;
	right: auto;
	text-align: left;
	position: absolute;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.caption_slide1_right {
	right: 9%;
	left: auto;
	text-align: right;
}
.caption_slide1_center {
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.caption_slide1 > h1 {
	color: #fff;
	margin: 20px 0;
	font-size: 45px;
	letter-spacing: 1px;
	text-transform: capitalize;
	text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.caption_slide1 > h2 {
	margin: 20px 0;
	color: #fff;
	font-size: 52px;
	font-weight: 400;
	text-shadow: none;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.caption_slide1 > h3 {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-shadow: none;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.caption_slide1 h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: var(--theme-color);
}
.caption_slide1 p {
	color: #fff;
	font-size: 18px;
}
.home-search .carousel-inner .caption_slide1 {
	width: 70%;
}
.home-search .caption_slide1 > h1 {
	margin: 20px auto;
	width: 65%;
}
.search_area_inner {
	padding: 50px 35px 85px 35px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	position: relative;
	background: #ffffff5c;
	z-index: 0;
	margin-left: auto;
}
/*.search_area_inner .form-group{
	padding: 5px;
}*/
.search_area_inner .col-lg-3 {
	padding: 0 5px;
}
.search_area_inner .form-group {
	margin: 0;
}
.search_area_inner input[type="text"],
.search_area_inner select {
	border: 0;
	border-right: 1px solid #eee;
	line-height: 1;
}
.search_area_inner input[type="text"] {
	border-left: 1px solid #eee;
}
.search_area_inner button.search-button.mt_btn_yellow {
	width: 100%;
	padding: 10px 14px;
	margin: 0;
	float: left;
	border-radius: 5px;
}
@media (min-width: 1367px) {
	.caption_slide1 {
		top: 29%;
	}
}
@media only screen and (max-width: 1200px) {
	.caption_slide1 {
		width: 70%;
	}
	.about-edu-bg img {
		margin-top: 125px;
	}
}
@media (max-width: 991px) {
	/*#inner-navigation .navbar.navbar-default {
		padding-bottom: 12px;
	}*/
	.logo h2 {
		font-size: 35px;
		margin: 10px 0;
	}
	#inner-navigation
	.navbar.navbar-default.navbar-sticky-in
	.slicknav_btn.slicknav_open:before,
	#inner-navigation
	.navbar.navbar-default.navbar-sticky-in
	.slicknav_btn.slicknav_collapsed:before {
		color: var(--theme-color);
	}
	.home-search .carousel-inner .caption_slide1 {
		width: 80%;
	}
	.home-search .search_area_inner {
		padding: 10px;
	}
	.search_area_inner .form-group,
	.search_area_inner input[type="text"],
	.search_area_inner select {
		margin-bottom: 5px;
	}
	.caption_slide1 > h1 {
		font-size: 48px;
	}
	.caption_slide1 > h2 {
		font-size: 32px;
	}
	.ps_control_rotate_f .carousel-control.left {
		left: 0;
	}
	.ps_control_rotate_f .carousel-control.right {
		right: 0;
	}
	.caption_slide1 h1 {
		font-size: 42px;
	}
	.caption_slide1.caption_slide1_center {
		left: 0;
		right: 0;
	}
	.about-edu-bg img {
		margin-top: 0;
	}
}
@media (max-width: 811px) {
	.caption_slide1 h1 {
		font-size: 40px;
	}
}
@media (max-width: 735px) {
	.caption_slide1 {
		top: 27%;
	}
	.wow {
		animation-name: none !important;
		visibility: visible !important;
	}
	.caption_slide1 h1 {
		font-size: 20px;
	}
	.caption_slide1 > h3{
		font-size: 16px;
	}

}
@media (max-width: 639px) and (min-width: 568px) {
	.caption_slide1 {
		padding-top: 0;
	}
}
@media (max-width: 639px) {
	.caption_slide1,
	.caption_slide1_right,
	.caption_slide1_center {
		right: 2%;
		left: 2%;
/*		text-align: center;*/
width: 96%;
top: 10%;
}
.caption_slide1 > a,
.caption_slide1 > a:visited {
	margin-top: 10px;
}
	/*.ps_control_rotate_f .carousel-control.left,
	.ps_control_rotate_f .carousel-control.right {
		display: none;
	}*/
	.search-area-inner {
		padding: 15px 15px 0;
	}
}
@media (max-width: 480px) {
	.home-search .caption_slide1 {
		top: 9%;
	}
	.home-search .carousel-inner .caption_slide1 {
		width: 95%;
	}
	.home-search .caption_slide1 > h1 {
		width: 100%;
	}
	.home-search .caption_slide1 .col-xs-6,
	.search_area_inner button.search-button.mt_btn_yellow {
		width: 100%;
	}
	.home-video #video_096 {
		max-height: 620px;
	}
}
.kbrns_zoomInOut > .carousel-inner > .item > img,
.kbrns_zoomInOut > .carousel-inner > .item > a > img {
	/*-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-o-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	-webkit-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
	-moz-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
	-o-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
	-ms-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
	animation: kbrns_zoomInOut 25s linear 0s infinite alternate;*/
}
@-webkit-keyframes kbrns_zoomInOut {
	0% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.2);
	}
}
@-moz-keyframes kbrns_zoomInOut {
	0% {
		-moz-transform: scale(1);
	}
	100% {
		-moz-transform: scale(1.2);
	}
}
@-ms-keyframes kbrns_zoomInOut {
	0% {
		-ms-transform: scale(1);
	}
	100% {
		-ms-transform: scale(1.2);
	}
}
@-o-keyframes kbrns_zoomInOut {
	0% {
		-o-transform: scale(1);
	}
	100% {
		-o-transform: scale(1.2);
	}
}
@keyframes kbrns_zoomInOut {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
.banner_vid .caption_slide1 p {
	color: #fff;
}
.banner_vid .caption_slide1 {
	top: 32%;
}
.home-2 header#inner-navigation,
.home-3 header#inner-navigation {
	position: relative;
}
.home-2 .topbar-inner ul li {
	color: #333;
}
.home-2 .topbar-section {
	border-bottom: 1px solid #eee;
}
.home-2 .top-bar-right ul li a {
	color: #333;
}
.home-2 .logo a,
.home-3 .logo a {
	color: var(--theme-color);
}
.home-2 .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a,
.home-2 #inner-navigation .nav.navbar-nav > li > a,
.home-3 .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a,
.home-3 #inner-navigation .nav.navbar-nav > li > a {
	color: #333;
}
.home-2 .header-search i,
.home-3 .header-search i {
	color: inherit;
}
.home-2 #inner-navigation .nav.navbar-nav li .get-quote a.mt_btn_yellow:hover,
.home-3 #inner-navigation .nav.navbar-nav li .get-quote a.mt_btn_yellow:hover {
	background: 0 0;
	color: var(--theme-color);
}
.home-2 #home-banner,
.home-3 #home-banner {
	height: 580px;
}
.home-2 #home-banner:before,
.home-3 #home-banner:before {
	display: none;
}
.home-2 #home-banner .caption_slide1,
.home-3 #home-banner .caption_slide1 {
	top: 11%;
}
.home-2 .carousel-inner .item:before,
.home-3 .carousel-inner .item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.home-2 .fw_al_009_slide,
.home-3 .fw_al_009_slide {
	top: 16%;
	width: 650px;
	height: auto;
	padding: 20px;
	background: 0 0;
	outline: none;
	border: none;
}
.home-2 .fw_al_009_slide > h2,
.home-3 .fw_al_009_slide > h2 {
	text-transform: capitalize;
}
.courses-list {
	padding: 27px 15px 26px;
	border: 1px solid #f1f1f1;
	background: #fbfbfb;
	border-radius: 5px;
}
.courses-list h3 {
	margin: 12px 0 10px;
}
.courses-list i.fa {
	position: relative;
	top: 0;
	font-size: 42px;
}
.courses-list p {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.5em;
	max-height: 2.8em;
	margin-bottom: 0;
}
.home-2 .find-course form input {
	padding: 20px;
	border: 1px solid #eceaea;
	box-shadow: none;
}
.about_rt_igs {
	position: relative;
}
.about_rt_igs img.abt_im_1 {
	position: absolute;
	left: 0;
	top: 33%;
	box-shadow: 0 0 10px #bbb;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.4s;
}
.about_rt_igs:hover .abt_im_1 {
	top: 35%;
}
.about_rt_igs img.abt_im_2 {
	position: absolute;
	left: 19%;
	top: 0;
	box-shadow: 0 0 10px #bbb;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.4s;
}
.about_rt_igs:hover .abt_im_2 {
	top: -30px;
}
.about_rt_igs img.abt_im_3 {
	position: relative;
	margin-left: 42%;
	margin-top: 8%;
	box-shadow: 0 0 10px #bbb;
}
.about_rt_igs .pulses {
	right: -5px;
	left: 0;
}
.about_rt_igs .pulses .play-btn i {
	font-size: inherit;
	-webkit-text-fill-color: #fff;
}
.mt-statts.mt_st_wide {
	background: url(../images/started-bg.jpg);
	background-size: cover;
	border-radius: 0;
	border: none;
	padding: 80px 0;
}
.mt_st_wide:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	background: var(--theme-color);
	opacity: 0.91;
}
.mt-statts.mt_st_wide .inner-heading {
	text-align: center;
	margin-left: 0;
}
.mt_st_wide .inner-heading h3 {
	color: #fff;
}
.mt_st_wide .inner-heading h3:before {
	display: none;
}
.mt_st_wide .inner-heading h2 {
	position: relative;
	color: #fff;
}
.mt_st_wide .fun-facts-main {
	color: #fff;
	text-align: center;
	padding: 0;
}
.mt_st_wide .fun-facts_wrapper {
	width: 25%;
}
#mt_fun .mt_st_wide .fun-facts_figure {
	color: #fff;
	display: inline-block;
	padding: 15px;
}
.mt_st_wide .search-box-wrap {
	width: 50%;
	text-align: center;
	margin: 60px auto 45px;
}
.mt_st_wide .searchform {
	padding: 10px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
}
.mt_st_wide form.search-form {
	position: relative;
}
.mt_st_wide .search-form input[type="text"] {
	margin: 0;
}
.mt_st_wide .search-form input.search-submit {
	position: absolute;
	top: 5px;
	right: 4px;
	padding: 7px 19px;
	background: var(--theme-color);
}
.edu-testimonial.edu_wide .inner-heading {
	margin: 80px 40px;
}
.edu-testimonial.edu_wide {
	background: #051925;
	overflow: inherit;
	padding: 0;
}
.edu_wide .inner-heading h3,
.edu_wide .inner-heading h2,
.edu_wide .testimonial-abt p {
	color: #fff;
}
.edu_wide .slider-eductestimo .testimonial_main {
	background: #fff;
	padding: 38px 30px;
}
.edu_wide .testimonial_main .client-pic {
	top: 23px;
}
.edu_wide .slider-eductestimo .testimonial_main p {
	color: #444;
}
.edu_wide .slider-eductestimo .slick-prev,
.edu_wide .slider-eductestimo .slick-next {
	bottom: -10px;
}
.home-2 #mt_blog {
	padding-top: 0;
	padding-bottom: 45px;
}
.wide-gallery.wg_ee2 .item.port-popup {
	margin: 5px;
	margin-bottom: 0;
	margin-right: 0;
	border-radius: 5px;
}
.wide-gallery.wg_ee2 .last-item-g .item.port-popup {
	margin-right: 33.3%;
}
.blog-post_wrapper .img {
	overflow: hidden;
}
.blog-post_wrapper .img img {
	overflow: hidden;
	transition: all ease-in-out 0.5s;
}
.blog-post_wrapper:hover .img img {
	transform: scale(1.1);
	transition: all ease-in-out 0.5s;
}
.home-3 .topbar-section {
	background: var(--theme-color);
}
.home-3 .fw_al_009_slide {
	top: 20%;
}
.home-3 #mt_about {
	padding-bottom: 0;
}
.edu-testimonial.testi-3 {
	background: 0 0;
}
.slider-eductestimo .slick-dots {
	bottom: -14px;
	background: var(--theme-color);
	z-index: 3;
	width: 15%;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	border-radius: 5px;
	padding: 5px 0;
}
.slider-eductestimo .slick-dots li button:before {
	background: #f1f1f1;
}
.slider-eductestimo .slick-dots li.slick-active button:before {
	background: #fff;
}
.edu-events.event_third .event-item {
	width: 100%;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 0 10px #cccccc7a;
	border: none;
	margin-bottom: 25px;
	position: relative;
	top: 0;
	transition: ease-out 0.3s;
	border-radius: 5px;
}
.edu-events.event_third .event-item:hover {
	top: -5px;
}
.event_third .event-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5%;
	height: 100%;
	background: linear-gradient(to top, rgb(38, 53, 146), rgb(51, 58, 101));
	z-index: -1;
}
.event_third .event-date {
	left: 20px;
	top: 30%;
	padding: 15px 20px;
}
.page .event_third .event-date {
	padding: 8px 16px;
	left: 22px;
	border-radius: 5px;
	top: 32%;
}
.page .event_third .events-image .event-date {
	padding: 8px 16px;
	left: 10px;
	border-radius: 0;
	top: 43.5%;
}
.page .event_third .event-date p {
	font-size: 21px;
	margin-bottom: 0;
	text-align: center;
	font-weight: 700;
	color: #fff;
}
.event_third .event-date h4 {
	font-size: 24px;
}
.event_third .event-details {
	position: relative;
	padding-left: 130px;
}
.event-details .event_infn {
	padding: 40px 295px 40px 0;
}
.event_infn ul.event-time li {
	display: inline-block;
	padding-right: 15px;
}
.event_third .cvvs_img {
	position: absolute;
	right: -20px;
	top: 0;
}
.eve_list3 .col-md-12.col-sm-12 {
	padding: 10px 90px;
}
.eve_list3 .event_third .event-date h2 {
	padding: 40px 36px 35px 0;
	margin-bottom: 0;
}
.eve_list3 .event-details .event_infn {
	padding: 25px 295px 25px 0;
}
.home-3 section#educate-team {
	padding: 80px 0;
}
.home-3 .edu-testimonial:before {
	display: none;
}
.home-3 .edu-testimonial .inner-heading {
	margin: 0 0 4rem;
}
.slider-eductestimo3 .testimonial_main {
	background: linear-gradient(to top, rgb(38, 53, 146), rgb(51, 58, 101));
	padding: 30px 25px;
	border-radius: 10px;
	opacity: 0.6;
	transition: all ease-in-out 0.3s;
}
.slider-eductestimo3 .slick-current .testimonial_main {
	opacity: 1;
}
.slider-eductestimo3 .testimonial_main:before {
	content: "\f10d";
	font-family: fontawesome;
	position: absolute;
	font-size: 68px;
	color: #fff;
	opacity: 0.1;
	top: 0;
	left: 55px;
}
.slider-eductestimo3 .testimonial_main p {
	color: #fff;
}
.slider-eductestimo3 .testimonial_main .client-pic {
	left: inherit;
	top: inherit;
	right: 50px;
	bottom: 35px;
	margin: 0 auto;
	width: 60px;
	height: 60px;
}
.slider-eductestimo3 .testimonial_main h4 {
	font-size: 18px;
}
.slider-eductestimo3 .testimonial_main h4 span {
	color: #fff;
	width: 100%;
	display: block;
	margin: 8px 0;
	font-size: 14px;
}
.slider-eductestimo3 ul.slick-dots {
	background: var(--theme-color);
	bottom: -16px;
	width: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 10px;
}
.slider-eductestimo3 .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #fff;
}
.slider-eductestimo3 .slick-dots li button:before {
	background: #000;
	top: 2px;
	height: 5px;
	border-radius: 15px;
}
.home-3 .ed_team_ie {
	background: var(--theme-color);
	overflow: inherit;
	padding: 55px 0 40px;
}
.ed_team_ie:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: var(--theme-color);
	width: 46%;
	height: 100%;
	z-index: 0;
}
.ed_team_ie .inh_eduteam {
	position: relative;
}
.ed_team_ie .inner-heading h3:before {
	background: var(--theme-color);
}
.inner-heading .inh_eduteam h3,
.inner-heading .inh_eduteam h2,
.inh_eduteam .testimonial-abt p {
	color: #fff;
}
.ed_team_ie .team_member .team-overlay {
	width: 95%;
	padding: 0 10px;
	border-bottom: none;
}
.edu_team_slider3 .slick-prev,
.edu_team_slider3 .slick-next {
	top: 40%;
}
.edu_team_slider3 .slick-prev {
	left: -5px;
}
.edu_team_slider3 .slick-next {
	right: -5px;
}
.ed_team_ie .slider-educteam .slick-dots {
	bottom: -35px;
}
.ed_team_ie .slider-educteam .member_name {
	margin-bottom: 0;
}
.ed_team_ie .slider-educteam .team_member img {
	border-color: var(--theme-color);
}
.ed_team_ie .slider-educteam .member_name h3,
.ed_team_ie .slider-educteam .member_name span {
	color: #fff;
}
.home-3 #mt_blog .inner-heading {
	margin: 0 0 4rem;
}
.home-3 #mt_blog .blog-post_wrapper,
.home-3 .blog_post_sec .blog-post_wrapper {
	margin-bottom: 0;
}
.home-3 section#the-gallery {
	padding: 10px 0 0;
}
section#partners_t {
	background: #fbfbfb;
	padding: 60px 0 140px;
}
.partners_list .slick-dots {
	bottom: -30px;
}
.autoplay_list img {
	padding: 0 20px;
}
@media only screen and (max-width: 1200px) {
	.about_rt_igs img.abt_im_3 {
		margin-left: 32%;
	}
	.edu-testimonial.edu_wide {
		overflow: hidden;
	}
	.edu-testimonial.edu_wide:before {
		width: 50%;
		height: 100%;
		right: 0;
		top: 0;
		transform: skewX(0deg);
	}
	.mt_st_wide .inner-heading h3:before {
		left: 42%;
	}
	.edu-events .event-left .event-item {
		margin-bottom: 0;
	}
	.ed_team_ie .inner-heading:before {
		top: -79px;
	}
	.event-details .event_infn {
		padding: 40px 255px 40px 0;
	}
	.edu-events .event-item {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.eve_list3 .col-md-12.col-sm-12 {
		padding: 0 15px;
	}
	.page .event_third .events-image .event-date {
		top: 41%;
	}
}
@media only screen and (max-width: 991px) {
	.home-2 .slicknav_btn.slicknav_open:before,
	.home-2 .slicknav_btn.slicknav_collapsed:before,
	.home-3 .slicknav_btn.slicknav_open:before,
	.home-3 .slicknav_btn.slicknav_collapsed:before {
		color: var(--theme-color);
	}
	.home-2 .mt_st_wide .search-box-wrap,
	.home-3 .mt_st_wide .search-box-wrap {
		width: 65%;
	}
	.slider-eductestimo .slick-dots {
		bottom: 15px;
	}
	.mt-statts.mt_st_wide .inner-heading {
		width: 100%;
	}
	.mt_st_wide .inner-heading h3:before {
		left: 38%;
	}
	.about_rt_igs img.abt_im_3 {
		margin-left: 26%;
		width: 75%;
		margin-top: 40%;
	}
	.edu_wide .slider-eductestimo .testimonial_main {
		padding: 80px 20px;
	}
	.edu_wide .testimonial_main .client-pic {
		top: 62px;
	}
	#price-plans .price_list {
		padding: 0;
	}
	.light-bg .inner-heading {
		margin: 0 0 30px;
	}
	#mt_blog .col-sm-12.grid-item-b {
		margin-bottom: 0;
	}
	.event_third .event-date h2 {
		padding: 55px 0 36px;
	}
	.event_third .event-date:before {
		width: 126px;
	}
	.event-details .event_infn,
	.eve_list3 .event-details .event_infn {
		padding: 40px 20px 40px 0;
	}
	.event_third .cvvs_img {
		display: none;
	}
	.edu-events .event-item {
		min-height: auto;
	}
	.event-left .event-item .col-lg-4 {
		padding-right: 10px;
	}
	.event-left .event-item .event-date {
		width: 100%;
	}
	.page .event_third .events-image .event-date {
		top: 37%;
	}
}
@media (max-width: 811px) {
	.ed_team_ie:before {
		display: none;
	}
	.slider-eductestimo3 .testimonial_main .client-pic {
		position: inherit;
	}
	section#partners_t {
		padding: 40px 0 80px;
	}
}
@media only screen and (max-width: 767px) {
	.home-2 .fw_al_009_slide,
	.home-3 .fw_al_009_slide {
		left: 0;
		right: 0;
		text-align: center;
		width: 96%;
		margin: 0 auto;
	}
	.prlx_074_bg_img .prlx_074_slide > span {
		width: 65%;
	}
	.prlx_074_bg_img .prlx_074_slide > h2,
	.prlx_074_bg_img .prlx_074_slide > p {
		width: 310px;
	}
	.home-2 .all-courses .col-xs-12 {
		margin-bottom: 30px;
	}
	.home-2 #mt_about {
		padding-top: 0;
		padding-bottom: 90px;
	}
	.home-2 #mt_about .about_services .col-sm-6,
	.home-3 #mt_about .about_services .col-sm-6 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.home-2 .all-courses ul li {
		width: 23%;
	}
	.home-2 .all-courses ul li {
		margin: 0 6px 10px;
	}
	.home-2 .find-course {
		margin-bottom: 0;
	}
	.about_rt_igs img.abt_im_2 {
		top: 30px;
	}
	.about_rt_igs:hover .abt_im_2 {
		top: 0;
	}
	.about_rt_igs img.abt_im_3 {
		margin-left: 47%;
		margin-top: 8%;
		width: inherit;
	}
	.edu-testimonial.edu_wide {
		padding: 80px 0;
	}
	.edu-testimonial.edu_wide:before {
		display: none;
	}
	.edu-testimonial.edu_wide .inner-heading {
		margin: 0 0 4rem;
	}
	.edu_wide .slider-eductestimo .testimonial_main {
		padding: 0;
		background: 0 0;
	}
	.edu_wide .slider-eductestimo .testimonial_main p {
		color: #fff;
	}
	.wide-gallery.wg_ee2 .last-item-g .item.port-popup {
		margin-right: 0;
	}
	.mt_st_wide .fun-facts_wrapper {
		width: 30%;
	}
	.event_third .event-details {
		padding-left: 100px;
	}
	.event-details .event_infn,
	.eve_list3 .event-details .event_infn {
		padding: 20px;
	}
	.ed_team_ie .inner-heading h3:before {
		background: #fff;
	}
	.ed_team_ie .inner-heading:before {
		display: none;
	}
	#price-plans .price-block.featured .inner {
		transform: scale(1);
	}
	.page section.edu-events.event_third .col-xs-12 {
		margin-bottom: 30px;
	}
	.page .event_third .events-image .event-date {
		top: 45.5%;
	}
}
@media (max-width: 735px) {
	.page .event_third .events-image .event-date {
		top: 43.5%;
	}
}
@media only screen and (max-width: 480px) {
	.home-2 .fw_al_009_slide,
	.home-3 .fw_al_009_slide {
		top: 10%;
	}
	.home-2 .edu-courses {
		padding: 80px 0 50px;
	}
	.home-2 .edu-courses .inner-grid {
		top: 0;
	}
	.home-2 .all-courses ul li {
		width: 46.2%;
	}
	.home-2 .mt_st_wide .search-box-wrap,
	.home-3 .mt_st_wide .search-box-wrap {
		width: 100%;
	}
	.mt_st_wide .search-form input[type="text"] {
		padding-left: 8px;
	}
	.prlx_074_bg_img .prlx_074_slide > span {
		width: 95%;
	}
	.about_rt_igs img.abt_im_3 {
		margin-left: 30%;
		margin-top: 28%;
		width: 70%;
	}
	.mt_st_wide .fun-facts_wrapper {
		width: 100%;
	}
	.home-2 .mt-statts .inner-heading,
	.home-3 .mt-statts .inner-heading {
		padding-top: 40px;
	}
	.home-2 .mt_st_wide .inner-heading h3:before,
	.home-3 .mt_st_wide .inner-heading h3:before {
		left: 23%;
	}
	.price_list .col-xs-4.price-block {
		width: 100%;
		margin-bottom: 10px;
	}
	.event_third .event-date {
		margin: 20px 0 0 20px;
		position: inherit;
		left: inherit;
		top: inherit;
		display: inline-block;
	}
	.home-3 .event_third .event-date {
		margin-left: 40px;
	}
	.page .event_third .events-image .event-date {
		position: absolute;
		top: 0;
		left: 0;
	}
	.event_third .event-details {
		padding: 20px 20px 20px 40px;
	}
	.event-details .event_infn,
	.eve_list3 .event-details .event_infn {
		padding: 0;
	}
	.home-3 .about_services .inner-heading {
		margin-top: 30px;
	}
	.home-3 .about-items a.mt_btn_yellow {
		margin-bottom: 0;
	}
	.event_third .event-date:before {
		width: 100%;
		height: 100%;
		left: 0;
		top: 15px;
	}
	.event_third .event-date h2 {
		padding: 25px 0 0;
	}
	.slider-eductestimo3 ul.slick-dots {
		width: 30%;
	}
	.gl-more h2 {
		margin-bottom: 10px;
	}
}

/*** 

====================================================================
	Process Section
====================================================================

***/

.process-section{
	position:relative;
	padding:50px 0px;
	background-color:#222222;
	background-position:center center;
	background-repeat:no-repeat;
}

.process-block{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.process-block .inner-box{
	position:relative;
	text-align:center;
	padding:40px 25px;
	background-color:#222222;
	border:1px solid var(--second-color);
}

.process-block .inner-box:before{
	position:absolute;
	content:'';
	left:10px;
	bottom:0px;
	right:10px;
	height:30px;
	z-index:-1;
	opacity:0.10;
	border:1px solid #fff;
	background-color:#222222;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.process-block .inner-box:hover::before{
	bottom:-12px;
	opacity:1;
	border-color:#ffe4aa;
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}

.process-block .inner-box:hover{
	border-color:darkorange;
}

.process-block .inner-box .icon{
	position:relative;
	line-height:1em;
	font-size:54px;
	color:darkorange;
	font-family: "flaticon";
	margin-bottom:20px;
}

.process-block .inner-box:hover .icon{
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.process-block .inner-box .step{
	position:relative;
	font-weight:700;
	padding:3px 24px;
	border-radius:50px;
	display:inline-block;
	font-size:14px;
	text-transform:uppercase;
	color:darkorange;
	margin-bottom:20px;
	font-family:var(--font-family-gilroy);
	background-color:#313131;
}

.process-block .inner-box h4{
	margin-bottom:10px;
}

.process-block .inner-box h4 a{
	position:relative;
	color:#fff;
}

.process-block .inner-box:hover h4 a{
	color:#ffe4aa;
}

.process-block .inner-box .text{
	position:relative;
	opacity:0.60;
	font-size:14px;
	color:#fff;
}

.process-block:nth-child(2) .inner-box:hover::before,
.process-block:nth-child(2) .inner-box:hover{
	border-color:darkorange;
}

.process-block:nth-child(2) .inner-box:hover h4 a,
.process-block:nth-child(2) .inner-box .step,
.process-block:nth-child(2) .inner-box .icon{
	color:darkorange;
}

.process-block:nth-child(3) .inner-box:hover::before,
.process-block:nth-child(3) .inner-box:hover{
	border-color:darkorange;
}

.process-block:nth-child(3) .inner-box:hover h4 a,
.process-block:nth-child(3) .inner-box .step,
.process-block:nth-child(3) .inner-box .icon{
	color:darkorange;
}

.process-block:nth-child(4) .inner-box:hover::before,
.process-block:nth-child(4) .inner-box:hover{
	border-color:darkorange;
}

.process-block:nth-child(4) .inner-box:hover h4 a,
.process-block:nth-child(4) .inner-box .step,
.process-block:nth-child(4) .inner-box .icon{
	color:darkorange;
}
.sec-title {
	position: relative;
	margin-bottom: 40px;
}
.sec-title .title {
	position: relative;
	font-weight: 700;
	padding: 7px 20px 5px;
	font-size: 14px;
	color: #222222;
	display: inline-block;
	background-color: #ffe4aa;
	margin-bottom: 20px;
}
.sec-title.light .text, .sec-title.light h2 {
	color: #fff;
}

.widget_address li {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 10px;
	padding: 8px 0;
	color: #fff;
}
.socialIcon {
	width: 38px;
	height: 38px;
	background: rgb(255 255 255 / 5%);
	border-radius: 50%;
	padding: 10px 13px;
	font-size: 20px;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
}

.marquee{
	background-color: var(--theme-color);
}
.marquee h5{
	color: #fff;
	margin-bottom: 0;
	padding: 5px 0;
}


.mt_contact_ftr ul li:hover {
	transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
}
#inner-navigation .nav.navbar-nav > li > a.active{
	background-color: var(--second-color);
	color: #fff;
	font-weight: 600;
}
/*==========================================*/
.categories-section-current {
	position: relative;
	padding: 120px 0 70px;
	background-color: #f1f7f7;
}
.anim-icons {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.categories-section-current .icon-group-1 {
	left: -300px;
	top: 180px;
}

.anim-icons .icon {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.bounce-y {
	-webkit-animation: bounce-y 10s infinite linear;
	animation: bounce-y 10s infinite linear;
}
.icon-group-1 {
	width: 433px;
	height: 696px;
	background-image: url(../images/icon-group-1.png);
}

.categories-section-current .icon-group-2 {
	right: -320px;
	top: 200px;
}

.anim-icons .icon {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.bounce-y {
	-webkit-animation: bounce-y 10s infinite linear;
	animation: bounce-y 10s infinite linear;
}
.icon-group-2 {
	width: 412px;
	height: 689px;
	background-image: url(../images/icon-group-2.png);
}
.category-block-current {
	position: relative;
	margin-bottom: 50px;
}
.category-block-current .inner-box {
	position: relative;
	text-align: center;
	max-width: 160px;
	margin: 0 auto;
}

.category-block-current:nth-child(6n+2) .inner-box .icon {
	color: #ef5c72;
}
.category-block-current:nth-child(6n+2) .inner-box .icon-box {
	border-color: #ef5c72;
}
.category-block-current:nth-child(6n+3) .inner-box .icon-box {
	border-color: #f8b81f;
}
.category-block-current:nth-child(6n+4) .inner-box .icon-box {
	border-color: #22d17e;
}
.category-block-current:nth-child(6n+4) .inner-box .icon {
	color: #22d17e;
}
.category-block-current:nth-child(6n+5) .inner-box .icon-box {
	border-color: #8e56ff;
}
.category-block-current:nth-child(6n+5) .inner-box .icon {
	color: #8e56ff;
}
.category-block-current:nth-child(6n+6) .inner-box .icon-box {
	border-color: #41c2fa;
}
.category-block-current:nth-child(6n+6) .inner-box .icon {
	color: #41c2fa;
}
.category-block-current:nth-child(6n+2) .inner-box:hover .icon {
	background-color: #ef5c72;
}
.category-block-current:nth-child(6n+3) .inner-box:hover .icon {
	background-color: #f8b81f;
}
.category-block-current:nth-child(6n+4) .inner-box:hover .icon {
	background-color: #22d17e;
}
.category-block-current:nth-child(6n+5) .inner-box:hover .icon {
	background-color: #8e56ff;
}
.category-block-current:nth-child(6n+6) .inner-box:hover .icon {
	background-color: #41c2fa;
}
.category-block-current .icon-box {
	position: relative;
	height: 170px;
	width: 170px;
	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;
	padding: 20px;
	border: 2px dashed #00c7c4;
	border-radius: 50%;
	margin-bottom: 20px;
}
.category-block-current .icon-box .icon {
	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;
	height: 130px;
	width: 130px;
	background-color: #ffffff;
	font-size: 64px;
	line-height: 1em;
	border-radius: 50%;
	color: #00c7c4;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.category-block-current .title {
	margin-bottom: 0;
}
.title a {
	color: inherit;
}

.signup-section {
	position: relative;
}
.signup-section:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	max-height: 190px;
	background-color: #f1f7f7;
	z-index: -1;
	content: "";
}
.category-block-current .inner-box:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
	color: #ffffff !important;
	background-color: #00c7c4;
}
.signup-section .icon-paper-clip {
	top: 5px;
	left: -140px;
	z-index: 1;
}
.bounce-x {
	-webkit-animation: bounce-x 10s infinite linear;
	animation: bounce-x 10s infinite linear;
}
@-webkit-keyframes bounce-y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounce-y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes bounce-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes bounce-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes zoom-one {
	0% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
}
.icon-paper-clip {
	width: 243px;
	height: 201px;
	background-image: url(../images/icon-paper-clip.png);
}
.signup-section .outer-box {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 120px 120px;
	border-radius: 30px;
	overflow: hidden;
}
.signup-section .float-icon {
	position: absolute;
	right: -90px;
	bottom: -210px;
	z-index: 0;
}
.icon-pencil-line {
	width: 970px;
	height: 387px;
	background-image: url(../images/icon-pencil-line.png);
}
.signup-section .title-column {
	position: relative;
}
.sec-title {
	position: relative;
	margin-bottom: 50px;
}
.sec-title.light h2, .sec-title.light h1 {
	color: #fff;
}
.sec-title h2 {
	position: relative;
	font-size: 50px;
	font-weight: 700;
	margin-top: -5px;
	margin-bottom: 0;
}
.signup-section .title-column .sec-title .text {
	margin-top: 20px;
}

.sec-title.light .text {
	color: rgba(255, 255, 255, 0.6);
}
/*.signup-section .form-column .inner-column {
	margin-left: -20px;
}*/
.signup-form {
	position: relative;
}
.signup-form .form-group {
	position: relative;
	margin-bottom: 20px;
}
.signup-form .form-group .select2-container--default .select2-selection--single, .signup-form .form-group input:not([type=submit]), .signup-form .form-group textarea, .signup-form .form-group select {
	position: relative;
	display: block;
	height: 60px;
	width: 100%;
	padding: 15px 40px;
	font-size: 16px;
/*	color: var(--theme-color);*/
line-height: 28px;
font-weight: 400;
background-color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 50px;
margin-bottom: 0;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.signup-form .form-group button {
	margin-top: 5px;
	text-transform: uppercase;
}

element.style {
}
.signup-form .form-group input[type=submit], .signup-form .form-group button {
	margin-top: 5px;
	text-transform: uppercase;
}
.btn-style-one {
	position: relative;
	font-size: 12px;
	line-height: 24px;
	padding: 15px 60px;
	font-weight: 700;
	letter-spacing: 0.1em;
	overflow: hidden;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 50px;
	z-index: 1;
	background: var(--theme-color);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.theme-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-style-one:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background-color: var(--theme-color);
	-webkit-clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
	clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: -1;
}
.btn-style-one:hover {
	color: #ffffff;
}
.btn-style-one:hover:before {
	-webkit-clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
	clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

/*@media only screen and (min-width: 768px) {
	.search_area_inner{
		width: 50%;
	}
}*/
@media only screen and (max-width: 600px) {
	input[type=text], input[type=email], 
	input[type=number], input[type=search], 
	input[type=password], input[type=tel], 
	textarea, select, textarea#comment{
		margin-bottom: 5px!important;
	}
	.w-sm-100{
		width: 100%;
	}
}
/*our courses index*/
.why_choose .content {
	padding: 30px;
	background: var(--theme-color);
	border-radius: 4px;
	color: #fff;
}
.why_choose .content h3 {
	font-weight: 700;
	font-size: 34px;
	margin-bottom: 30px;
	color: #fff;
}
.why_choose .content ul {
	list-style: disc;
	padding-left: 20px;
}
.why_choose .content ul li{
	padding-left: 0;
	color:#fff;
}
.why_choose .icon-boxes .icon-box {
	text-align: center;
	background: #fff;
	padding: 15px;
	width: 100%;
	border: 1px solid #eef0ef;
	margin-bottom: 30px;
}
.why_choose .icon-boxes .icon-box i {
	font-size: 32px;
	padding: 18px;
	color: var(--theme-color);
	margin-bottom: 30px;
	background: #ecf9f0;
	border-radius: 50px;
}
.why_choose .icon-boxes .icon-box h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 30px 0;
	color: var(--theme-color);
}
.why_choose .icon-boxes .icon-box p {
	font-size: 15px;
	color: #848484;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
	position: relative;
	display: block;
}

.team-details__top {
	padding: 0 0 120px;
}

.team-details-shape-1 {
	position: absolute;
	bottom: -270px;
	right: 0;
	opacity: 0.5;
	z-index: 2;
}
.team-details-shape-1 img {
	width: auto;
}

.team-details__top-left {
	position: relative;
	display: block;
	margin-right: 20px;
}

.team-details__top-img {
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 5px 5px 40px -10px rgb(0 0 0 / 20%);
	border-radius: 4px;
	padding: 10px;
	background: #fff;
}
.team-details__top-img img {
	width: 100%;
}

.team-details__big-text {
	font-size: 80px;
	line-height: 80px;
	text-transform: uppercase;
	color: #eef0f6;
	letter-spacing: 0.35em;
	font-weight: 400;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 209px;
	left: -325px;
}

.team-details__top-right {
	position: relative;
	display: block;
	margin-left: 50px;
}
@media only screen and (max-width: 991px) {
	.team-details__top-right {
		margin-top: 70px;
		margin-left: 0;
	}
}

.team-details__top-content {
	position: relative;
	display: block;
	margin-top: -11px;
}

.team-details__top-name {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 3px;
}

.team-details__top-title {
	font-size: 16px;
	color: var(--theme-color);
}

.team-details__social {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 28px;
}
.team-details__social a {
	position: relative;
	height: 40px;
	width: 40px;
	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;
	text-align: center;
	color: #fff;
	background-color: var(--theme-color);
	font-size: 15px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.team-details__social a:hover {
	background-color: var(--theme-color);
}
.team-details__social a + a {
	margin-left: 10px;
}

.team-details__top-text-1 {
	font-size: 30px;
	color: #2a2f52;
	line-height: 45px;
	font-weight: 600;
	margin-bottom: 30px;
}

.team-details__top-text-2 {
	padding-top: 23px;
	padding-bottom: 35px;
}

.team-details__top-right ul[class*=list-] {
	font-size: 15px;
}
.team-details__top-right .list-inline>li {
	padding-left: 2px;
	padding-right: 2px;
	display: inline-block;
}
.team-details__top-right ul li a {
	width: 40px;
	height: 40px;
	color: #fff;
	display: block;
	border-radius: 0 10px 10px 10px;
	font-size: 16px;
	line-height: 40px;
	background: var(--theme-color);
	text-align: center;
}
.team-details__top-right ul li a:hover{
	background: var(--second-color);
}
.py-50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.course-detail .post_img{
	border: 1px solid #ecf1f9;
	box-shadow: 0px 9px 14px #fbfbfb;
	border-radius: 10px;
	padding: 40px;
}
.course-detail .post_img img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: top;
	border-radius: 10px;
}
@media only screen and (max-width: 600px){
	.signup-section .outer-box {
		padding: 50px 30px;
	}
	.video-section .title-box .title, .sec-title h2 {
		font-size: 32px;
	}
/*.slider-eductestimo .slick-slide{
	width: 330px!important;
}*/
}

.mission,.vision{
	background-color: var(--theme-color);
	padding: 30px 40px;
	/*text-align: center;*/
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	margin-bottom: 20px;
	border: 2px solid var(--second-color);
	display: flex;
	align-items: center;
	gap: 20px;
}
.mission img,.vision img{
	background-color: #fff;
	border-radius: 50%;
	padding: 10px;
	width: 30%;
}
.mission h3,.vision h3{
	color: #fff;
}
.mission p,.vision p{
	color: #fff;
	margin-bottom:0;
}

/*float buttons*/
.whatsapp-button{
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99;
	background-color: #25d366;
	border-radius: 50px;
	color: #ffffff;
	text-decoration: none;
	width: 50px;
	height: 50px;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
	box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
	animation: effect 5s infinite ease-in;
}
.call-button{
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 99;
	background-color: #3DB3B7;
	border-radius: 50px;
	color: #ffffff;
	text-decoration: none;
	width: 50px;
	height: 50px;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
	box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
	animation: effect 5s infinite ease-in;
}
.call-button i{
	font-size: 24px;
}

.whatsapp-button:hover,.call-button:hover{
	background-color: #3DB3B7;
}
.whatsapp-button:hover i{
	color: #fff;
}
.call-button:hover i{
	color: #fff;
}

@keyframes effect {
	20%, 100% {
		width: 50px;
		height: 50px;
		font-size: 30px;
	}
	0%, 10%{
		width: 55px;
		height: 55px;
		font-size: 35px;
	}
	5%{
		width: 50px;
		height: 50px;
		font-size: 30px;
	}
}

.top-bar-right .follow_us .social_icons li a i{
	color: #fff;
	margin-bottom: 0;
	background: var(--theme-color);
	height: 30px;
	width: 30px;
	border-radius: 2px;
	line-height: 2;
	text-align: center;
	transition: all ease-in-out 0.5s;
}
.top-bar-right .follow_us .social_icons li a.facebook i{
	background: #1877F2;
}
.top-bar-right .follow_us .social_icons li a.instagram i{
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.top-bar-right .follow_us .social_icons li a.linkedin i{
	background: #0077B5;
}
.top-bar-right .follow_us .social_icons li a.youtube i{
	background: #ff0000;
}
/*.top-bar-right .follow_us .social_icons li a i:hover{*/
/*	background: var(--second-color);*/
/*}*/
.search-contents input,.search-contents select,.search-contents textarea{
	border:1px solid var(--theme-color)!important;
	color: #262769;
	font-weight: 600;
}
::placeholder { 
	color: #262769!important;
	opacity: 1;
	font-weight: 600;
}

/*owl carousel*/
#carousel .owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}
#carousel .owl-nav button.owl-prev {
	left: 0;
}
#carousel .owl-nav button.owl-next {
	right: 0;
}

#carousel .owl-dots {
	text-align: center;
	padding-top: 15px;
}
#carousel .owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
}
#carousel .owl-dots button.owl-dot.active {
	background-color: #000;
}
#carousel .owl-dots button.owl-dot:focus {
	outline: none;
}
#carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.38) !important;
}
#carousel span {
	font-size: 70px;    
	position: relative;
	top: -5px;
}
#carousel .owl-nav button:focus {
	outline: none;
}
#carousel img{
	height: 300px;
	object-fit: cover;
}
.about_heading h2{
	position: relative;
	text-shadow: 1px 1px 1px gray;
	padding-bottom: 5px;
}
.about_heading h2:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 150px;
	height: 2px;
	content: "";
	background-color: var(--second-color);
}
.over-view p b{
	color: #000!important;
}
.over-view p i{
	color: var(--second-color)!important;
}
.mt-5{
	margin-top: 5px;
}
.mt-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mt-25{
	margin-top: 25px;
}
.mt-30{
	margin-top: 30px;
}
.mt-50{
	margin-top: 50px;
}
.mb-5{
	margin-bottom: 5px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-25{
	margin-bottom: 25px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-50{
	margin-bottom: 50px;
}
.home_form .search-contents{
	border: 2px solid var(--second-color);
	padding: 20px;
}
.pt-20{
	padding-top: 30px;
}

/*advantages*/

.advantages .cards {
	border-radius: 10px;
	border: 1px solid lightgrey;
}

.advantages .cards:hover {
	box-shadow: 0 4px 10px rgba(0,0,0,0.16), 0 4px 10px rgba(0,0,0,0.23);
}
.advantages{
	background: #f2f2f2;
}
.advantages .card {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 360px;
	max-height: 200px;
	min-width: 250px;
	margin: 16px;
	padding: 20px;
	background: #fff;
}
.card--loading,
.card__title:empty,
.card__paragraph:empty {
	border-radius: 4px;
	background: linear-gradient(-90deg, #d1d1d1, #f1f1f1, #d1d1d1) no-repeat;
	background-size: 200% 200%;
	-webkit-animation: card--loading 1.5s infinite;
	animation: card--loading 1.5s infinite;
}
.card__title {
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
}
.card__title:empty {
	width: 100%;
	height: 15px;
	margin-bottom: 30px;
}
.card__paragraph {
	text-align: center;
	font-weight: 300;
}
.card__paragraph:empty {
	width: 100%;
	height: 10px;
}
.shadow {
	position: relative;
	transition: transform 0.2s ease-in-out;
	will-change: transform;
}
.shadow:before,
.shadow:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.2s ease-in-out;
	pointer-events: none;
	will-change: opacity;
}
.shadow:before {
	box-shadow: 0 35px 50px -30px rgba(0,0,0,0.2);
}
.shadow:after {
	opacity: 0;
	box-shadow: 0 55px 50px -17px rgba(0,0,0,0.22);
}
.shadow:hover {
	transform: translateY(-5%);
}
.shadow:hover:before {
	opacity: 0;
}
.shadow:hover:after {
	opacity: 1;
}
.shadow:active {
	transform: translateY(5%) scale(0.9);
}
.shadow:active:before {
	opacity: 1;
}
.shadow:active:after {
	opacity: 0;
}
@-webkit-keyframes card--loading {
	0% {
		background-position: 100% 50%;
	}
	50% {
		background-position: 0 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}
@keyframes card--loading {
	0% {
		background-position: 100% 50%;
	}
	50% {
		background-position: 0 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}

.ag-courses-item_link {
	display: block;
	padding: 30px 20px;
	background-color: var(--second-color);
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
	height: 180px;
}
.ag-courses-item_link:hover{
	text-decoration: none;
	color: #FFF;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
	-webkit-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
}
.ag-courses-item_title {
	margin: 0 0 25px;
	overflow: hidden;
	font-weight: bold;
	font-size: 30px;
	color: #FFF;
	z-index: 2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

}

.ag-courses-item_bg {
	height: 128px;
	width: 128px;
	background-color: var(--theme-color);
	z-index: 1;
	position: absolute;
	top: -75px;
	right: -75px;
	border-radius: 50%;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

@media only screen and (max-width: 979px) {  
	.ag-courses-item_title {
		font-size: 24px;
	}
}


@media only screen and (max-width: 639px) {
	.ag-courses-item_title {
		font-size: 24px;
	}
	.ag-courses-item_link {
		padding: 22px 40px;
	}
}
.mt3{
	margin-top: 3px;
}

/*.categories_wrap {
    z-index: 1000;
    margin-top: -70px;
    position: relative;
}*/
.categories-course {
	background: #3ab64c;
	padding: 10px;
	text-align: center;
	border-radius: 12px;
	height: 200px;
	position: relative;
}
.categories-course h4 {
	font-size: 17px;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}
.categories-course:before {
	content: "";
	background: #fff;
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: 10px;
	text-align: center;
	left: 50%;
	margin-left: -20px;
}
.categories-course p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.coure-icon-inner {
	width: 130px;
	height: 130px;
	background: #fff;
	text-align: center;
	line-height: 130px;
	border-radius: 100%;
	display: inline-block;
	box-shadow: 0 0 3px #d6d6d6;
}
.coure-icon-inner img{
	width: 60%;
}
.cours-icon {
	margin-bottom: 30px;
	margin-top: -80px;
}
.categories_wrap ul li:nth-child(1) .categories-course {
	background: #f0aa00;
}
.categories_wrap ul li:nth-child(2) .categories-course {
	background: #ff002a;
}
.categories_wrap ul li:nth-child(3) .categories-course {
	background: #003d69;
}
.categories_wrap ul li:nth-child(4) .categories-course {
	background: #3db2d5;
}.categories_wrap ul li:nth-child(5) .categories-course {
	background: var(--theme-color);
}
.categories_wrap ul li {
	margin-top: 60px;
}
@media only screen and (max-width: 600px) {
	.w-sm-100{
		width: 100%!important;
	}
}

#contact_us{
	padding-bottom:0;
}
#contact_us .box{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 40px;
/*	display: inline-grid;*/
align-content: center;
height: 410px;
}
#contact_us h3{
	color: #fff;
	position: relative;
	padding-bottom: 10px;
	font-size: 25px;
}
#contact_us p{
	color: #fff;
	font-weight: 600;
}
#contact_us h3:before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 142px;
	height: 2px;
	content: "";
	background-color: #fff;
}

/*    why chooses*/
.pos-rel {
	position: relative;
}

.mb-50 {
	margin-bottom: 50px;
}
.coures-member {
	width: 180px;
	background: #ffffff;
	-webkit-box-shadow: 5px 15px 60px rgb(27 33 47 / 10%);
	box-shadow: 5px 15px 60px rgb(27 33 47 / 10%);
	display: inline-block;
	padding: 15px;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: -46px;
	z-index: 2;
}
.coures-member h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}
.coures-member .choses {
	border-radius: 50%;
	border: 1px solid #ffffff;
}
.coures-member .choses.chose_02 {
	-webkit-transform: translateX(-25px);
	transform: translateX(-25px);
	position: relative;
	z-index: 3;
}
.coures-member .choses.chose_03 {
	-webkit-transform: translateX(65px);
	transform: translateX(65px);
	position: relative;
	z-index: 4;
}
.coures-member .choses.chose_04 {
	position: absolute;
	right: 55px;
	z-index: 6;
}
.coures-member span {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	background: var(--second-color);
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	position: absolute;
	right: 20px;
	z-index: 7;
}
.feature.tag_01 {
	top: 60px;
	left: -32px;
	font-weight: 600;
}

.feature {
	border-radius: 20px;
	background: #ffffff;
	-webkit-box-shadow: 5px 15px 60px rgb(27 33 47 / 10%);
	box-shadow: 5px 15px 60px rgb(27 33 47 / 10%);
	font-size: 20px;
	color: #1B212F;
	font-weight: 600;
	display: inline-block;
	padding: 20px 30px 20px 20px;
	position: absolute;
	z-index: 1;
}
.feature.tag_01 span {
	background-color: #F14D5D;
}

.feature span {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	background-color: var(--second-color);
	margin-right: 23px;
}
.feature.tag_02 {
	right: 10px;
	top: 152px;
	font-weight: 600;
}
.feature.tag_02 span {
	background-color: #8E66FF;
}
.feature.tag_03 {
	left: 50px;
	bottom: -60px;
	font-weight: 600;
	z-index: 1;
}
.feature.tag_03 span {
	background-color: #41C485;
}
.img-bg::before {
	content: '';
	position: absolute;
	width: 350px;
	height: 350px;
	background-color: var(--second-color);
	border-radius: 50%;
	left: 25px;
	right: 0;
	top: 0;
	bottom: 0;
	animation: animation-floating infinite 3s ease-in-out;
}
.img-bg img{
	position: relative;
	/*z-index: 1;*/
}
.pl-70 {
	padding-left: 70px;
}
.chose-img-wrapper .chose.chose_06 {
	bottom: -70px;
	right: 40px;
	z-index: -2;
	-webkit-animation: float-bob-y infinite 5s linear;
	animation: float-bob-y infinite 5s linear;
}
@keyframes float-bob-y {
	0% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}
}
.chose-img-wrapper .chose {
	position: absolute;
}
.pl-25 {
	padding-left: 25px;
}
.section-title {
	position: relative;
	z-index: 2;
}

.mb-30 {
	margin-bottom: 30px;
}
.section-title h5 {
	color: var(--second-color);
}
.bottom-line {
	position: relative;
	display: inline-block;
}
.mb-25 {
	margin-bottom: 25px;
}
.bottom-line::before {
	content: '';
	position: absolute;
	background-color: var(--second-color);
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.section-title h2 {
	font-size: 44px;
	line-height: 1.3;
	position: relative;
	z-index: 1;
}
.mb-40 {
	margin-bottom: 40px;
}
.text-list li {
	color: #1B212F;
	font-weight: 500;
	padding-left: 0;
	margin-bottom: 23px;
	position: relative;
	z-index: 1;
	display: flex;
	gap: 10px;
	align-items: center;
}
.text-list li img{
	width: 55px;
/*	background: var(--theme-color);*/
padding: 8px;
border-radius: 50%;
}
/*.text-list li::before {
	content: '\f00c';
	font-family: 'fontawesome';
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #8E66FF;
	display: inline-block;
	border-radius: 50%;
	z-index: 1;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 25px;
}*/
.text-list li:nth-child(odd) img{
	background-color: var(--theme-color);
}
.text-list li:nth-child(even) img{
	background-color: var(--second-color);
}
.feature span i {
	color: #ffffff;
}

@media (max-width: 767px){
	.coures-member {
		display: none;
	}
	.feature {
		display: none;
	}
	.chose-img-wrapper .chose.chose_06 {
		display: none;
	}
	.chose-img-wrapper .chose_05 {
		width: 100%;
		padding-left: 0;
	}
	.img-bg::before{
		left: -25px;
	}
}
.contact_form{
	background-color: #f3f7fb;
	padding: 60px;
	border-radius: 10px;
	background-position: right center;
	margin-right: 50px;
	margin-top: -90px;
	position: relative;
	z-index: 1;
	background-image: url(../images/contact_bg_1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (min-width: 768px) {
	.img-bg img{
/*		height: 300px;*/
width: 75%;
object-fit: cover;
object-position: top;
}
.desktop-only-br{
	display: none;
}
.d-lg-none{
	display: none;
}
}
.footer-main h3 span{
	color: var(--second-color);
}

/* fixed social*/
#fixed-social {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

#fixed-social a {
	color: #fff;
	display: block;
	height: 40px;
	position: relative;
	text-align: center;
	line-height: 40px;
	width: 40px;
	margin-bottom: 1px;
	z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
	left: 41px;
	opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
	left: 60px;
	position: absolute;
	text-align: center;
	width: 120px;
	visibility: hidden;
	transition-duration: 0.5s;
	z-index: 1;
	opacity: 0;
}
.fixed-facebook{
	background-color: #3b5998;
}
.fixed-facebook span{
	background-color: #3b5998;
}
.fixed-instagram{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}
.fixed-instagram span{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
/*end fixed social*/
.mt_btn_yellow:focus{
	color: #fff;
}
.caption_slide1 .mt_btn_yellow{
	font-size: 18px;
}
.bg-theme{
	background-color: var(--second-color)!important;
}
.featured-item img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
#the-gallery .port-popup a{
	width: 100%;
}
.post_body ul{
	padding-left: 15px;
}

.post_body ul li{
	padding-left: 10px!important;
	list-style: disc;
}
.post_body ul li::marker{
	content: "\f058";
	font-family: fontawesome;
	color: var(--theme-color);
}

.footer-links ul {
	padding: 0;
	margin: 0;
}
.footer-links li {
	display: inline-block;
	padding-right: 15px;
	padding-left: 0;
	margin-right: 10px;
	margin-bottom: 0;
	position: relative;
}
.footer-links a {
	font-family: inherit;
	color: #fff;
}
.footer-links-li:after {
	content: '';
	height: 20px;
	width: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -10px 0;
}

.card_shadow{
	box-shadow: 0px 0px 5px #ccc;
	padding: 20px;
}
.card_shadow p{
	text-align: justify;
}

/*course-widget*/
.course-widget{
	padding: 20px;
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
	color: #505763;
}
.course-widget ul li{
	position: relative;
}
.course-widget ul li:before{
	content: "\f046";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
}
.content-expand-inner h3 {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content-expand-inner ul {
	list-style-type: disc;
	padding-left: 20px;
}
.content-expand-inner ul li{
	padding-left: 0;
}

.content-expand-inner ul li{
	padding-left: 0;
}
@media only screen and (max-width: 600px) {
	.content-expand-inner h3{
		font-size: 20px!important;
	}
}
.title-1-he-1:before {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 106px;
	left: 54px;
	transform: translateX(-50%);
	height: 3px;
	content: "";
	background-color: var(--theme-color);
}
.position-relative{
	position: relative;

}
.ul-not-go-wrong{
	padding-left: 0px!important;

}


/*GALLERY*/
.gallery-grid > a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2em;
}

.gallery-grid > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 2px 16px var(--shadow);
}

.gallery-grid {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: auto auto auto auto auto;
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}

.gallery-grid .horizontal {
	grid-column: span 2;
}

.gallery-grid .vertical {
	grid-row: span 2;
}

.gallery-grid .big {
	grid-column: span 2;
	grid-row: span 2;
}

/*footer*/
#mt_footer .footer-main{
	border-radius: 20px 20px 0 0;
	border: 1px solid rgba(255, 255, 255, 0.01);
	background: rgba(255, 255, 255, 0.07);
	-webkit-backdrop-filter: blur(12.4px);
	backdrop-filter: blur(12.4px);
	position: relative;
	background-image: url(../images/footer_pattern_sm.png);
	background-color: #33346a;
	padding-top:20px;
}

/*Supplementary course*/
.features-one{
	background-color: #F1F7F7;
	background-image: url(../images/pattern2.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.course-one__item {
	position: relative;
	border-radius: 14px;
	box-shadow: 11px 15px 30px 0px rgba(128, 137, 225, 0.1);
	margin: 0 0 30px;
}

.course-one__item:hover .course-one__hover {
	transform: scaleY(1);
}

.course-one__wrapper {
	background-image: url(../images/course-shape.png);
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	border: 1px solid #e0e3fd;
	background: #fff;
}

.course-one__thumb {
	position: relative;
	padding-bottom: 44px;
}

.course-one__thumb img {
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 303 334" fill="none"> <path d="M308 179.977C134.62 179.977 30.4249 281.999 0 333.01V0.00976562H308V179.977Z" fill="black"/> </svg>');
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 303 334" fill="none"> <path d="M308 179.977C134.62 179.977 30.4249 281.999 0 333.01V0.00976562H308V179.977Z" fill="black"/> </svg>');
	mask-repeat: repeat;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.course-one__content {
	position: absolute;
	left: 0;
	bottom: 18px;
	height: 195px;
	width: 100%;
	text-align: center;
	padding: 0 50px;
}

.course-one__icon {
	position: relative;
	width: 100px;
	height: 100px;
	background-color: var(--theme-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	color: #fff;
	overflow: hidden;
	margin: 0 auto 24px;
}

.course-one__icon::after {
	position: absolute;
	content: "";
	right: -29px;
	bottom: -39px;
	width: 77px;
	height: 99px;
	transform: rotate(-146.877deg);
	background: linear-gradient(177deg, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 50%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.course-one__title {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 4px;
	font-weight: 700;
}

.course-one__text {
	font-size: 20px;
	color: var(--second-color);
	margin: 0;
}

.course-one__hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.5s;
	transition-property: all;
	transform-origin: top;
	transform-style: preserve-3d;
	transform: scaleY(0);
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.course-one__hover__thumb {
	overflow: hidden;
	border-radius: 14px;
	position: relative;
	height: 100%;
}

.course-one__hover__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 14px;
}

.course-one__hover__thumb::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 14px;
	content: "";
	background: rgba(30, 31, 37, 0.5);
}

.course-one__hover__content {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	padding: 0 40px;
}

.course-one__hover__icon {
	position: relative;
	width: 100px;
	height: 100px;
	background-color: var(--theme-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	color: #fff;
	overflow: hidden;
	margin: 0 auto 28px;
}

.course-one__hover__icon::after {
	position: absolute;
	content: "";
	right: -29px;
	bottom: -39px;
	width: 77px;
	height: 99px;
	transform: rotate(-146.877deg);
	background: linear-gradient(177deg, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 50%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.course-one__hover__title {
	font-size: 32px;
/*	line-height: 26px;*/
color: #fff;
margin: 0 0 10px;
font-weight: 700;
}

.course-one__hover__title a {
	color: inherit;
	background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
	display: inline;
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: all 0.4s ease;
}

.course-one__hover__title a:hover {
	color: var(--second-color);
	background-size: 0% 1px, 100% 1px;
}

.course-one__hover__text {
	font-size: 20px;
	color: #fff;
	margin: 0;
}

/*our courses*/
.tutor-categories-skin-style2 {
	position: relative;
	margin-bottom: 30px;
}
.tutor-categories-skin-style2 .inner-box {
	position: relative;
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	padding: 20px 40px 50px;
	text-align: center;
	transition: all .3s ease;
	border-radius: 8px;
}
.tutor-categories-skin-style2 .inner-box:before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 1px solid #dae6e6;
	content: "";
	transition: all .3s ease;
	border-radius: 8px;
}
.tutor-categories-skin-style2 .inner-box .feature-icon {
	position: relative;
	height: 80px;
	width: 80px;
	line-height: 80px;
	background-color: var(--theme-color);
	border-radius: 0 0 10px 10px;
	margin: 0 auto 25px;
	transition: all .3s ease;
}
.tutor-categories-skin-style2 .inner-box .feature-icon .icon {
	transition: all .3s ease;
}
.tutor-categories-skin-style2 .inner-box .feature-icon .icon i {
	font-size: 40px;
	color: #fff;
	padding-top: 20px;
}
.tutor-categories-skin-style2 .inner-box .feature-title {
	position: relative;
/*    margin-bottom: 20px;*/
margin-top: 0;
transition: all .3s ease;
font-size: 20px;
font-weight: 700;
}
.tutor-categories-skin-style2 .inner-box:hover {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}
.tutor-categories-skin-style2 .inner-box:hover:before {
	border-color: var(--theme-color);
}

@keyframes animation-floating {
	from {
		transform: translate(0,0px);
	}

	65% {
		transform: translate(0,15px);
	}

	to {
		transform: translate(0,0px);
	}
}

.py-30{
	padding-top: 30px;
	padding-bottom: 30px;
}

/*banner section*/
.cta-area-1 {
	position: relative;
	padding: 38px 0;
	background-color: var(--theme-color);
	border-radius: 10px;
}

.background-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.cta-img-1 {
	width: 500px;
}
.cta-img-1 {
	height: 100%;
	min-height: 166px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.cta-wrap {
	margin-right: 60px;
}
.cta-wrap {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	gap: 30px;
	position: relative;
	z-index: 3;
}
.title-area.mb-0 .sec-title {
	margin-bottom: -0.41em;
}
.cta-wrap .cta-title {
	color: #fff;
}
.cta-wrap .cta-text {
	margin-top: 20px;
	margin-bottom: 0;
	color: #fff;
}
.cta-wrap .th-btn {
	margin-left: auto;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.th-btn.style8 {
	background-color: #fff;
	color: #000;
	box-shadow: none;
}
[data-opacity="8"]:before {
	opacity: 0.8;
}
[data-overlay="title"]:before {
	background-color: #000;
}
[data-overlay]:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.cta-img-1 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.mt_btn_white{
	padding: 15px 25px;
	color: #000;
}
.mt_btn_white i{
	padding-left: 5px;
}

.mt_btn_white:hover{
	background: var(--second-color);
	color: #fff;
}

.banner-area{
	background-color: var(--theme-color);
}

/*contact*/
#mt_contact{
	padding: 20px 0;
}
.contact-feature {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	border-radius: 10px;
	border: 1px solid #ECF1F9;
	background: #ffffff;
	box-shadow: 0px 9px 14px 0px #FBFBFB;
	padding: 30px;
	margin-bottom: 20px;
}
.contact-feature .contact-feature-icon {
	height: 70px;
	width: 70px;
	-webkit-box-flex: 0;
	-webkit-flex: none; 
	-ms-flex: none;
	flex: none;
	border-radius: 10px;
	line-height: 70px;
	background: rgba(13, 94, 244, 0.07);
	font-size: 30px;
	text-align: center;
	color: var(--theme-color);
	-webkit-transition: 0.4s; 
	transition: 0.4s;
}
.contact-feature .media-body {
	margin-bottom: -0.4em;
}
.contact-feature .contact-feature_label {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin-top: -0.4em;
	margin-bottom: 5px;
}
.contact-feature .contact-feature_link {
	color: #4D5765;
	line-height: normal;
	display: block;
}

.contact_form input{
	height: 55px;
	margin-bottom: 25px;
}

.inner-heading .subtitle{
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.hr{
	text-shadow: 1px 1px 3px gray;
	padding-bottom: 10px;
	position: relative;
}
.hr:before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
	height: 2px;
	content: "";
	background-color: #262760;
}
.hr.text-center:before{
	left: 50%;
	transform: translateX(-50%);
}
.why-chose-us-page .hrchoos{
	text-shadow: 1px 1px 3px gray;
	padding-bottom: 10px;
	position: relative;
}
.why-chose-us-page .hrchoos:before{
	position: absolute;
	bottom: 0;
	width: 120px;
	height: 2px;
	content: "";
	background-color: #262760;
	transform: translateY(-50%);
	left: 50%;

}

/*=======================================================
=======================================================
=======================================================
=======================================================*/

/*desktop media query*/
@media only screen and (min-width: 1025px) {
	.pl-md-25{
		padding-left: 25px;
	}
}

/*phone media query*/
@media only screen and (max-width: 768px) {
	.mission, .vision{
		flex-direction: column;
		padding:30px;
		text-align:center;
	}
	.mission img,.vision img{
		width:50%;
	}
	.gallery-grid {
		grid-template-columns: auto;
		grid-auto-rows: 200px;
	}

	.course-one__thumb img{
		height: 300px;
	}

	.cta-img-1 {
		min-height: auto;
		height: 250px;
	}
	.cta-wrap {
		display: block;
		text-align: center;
		margin-right: 0;
	}
	.cta-img-1 {
		position: relative;
		-webkit-clip-path: none;
		clip-path: none;
		width: 100%;
		margin-top: 38px;
	}
	.cta-area-1 {
		padding-bottom: 0;
	}
	.title-area.mb-0 .sec-title{
		margin: 20px 0;
		font-size: 25px;
	}
	.cta-wrap .cta-text{
		margin-bottom: 20px;
	}

	#mt_contact .contact_form{
		margin-top: 0;
		margin-right: 0;
	}
	#mt_contact h2{
		margin-bottom: 0;
	}
	.contact_form .col-md-12,.contact_form .col-md-6{
		width: 100%;
	}
}
.scholarship_sec .scholar_padding{
	margin: 0 100px;
}
.scholar-form-heading{
	background-color: var(--theme-color);
	border-radius: 10px 10px 0 0;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;

}
.scholar-form-heading .h2{
	font-size: 50px;
	font-weight: 700;
	color: #fff;
}
.scholar-form-heading .scholarship-child{
	width: 45%;
	height: 100%;
	border-radius: 15px;
}
.scholarship_form{
	padding: 20px;
	border: 3px solid #121212;
	border-radius: 0 0 15px 15px;
	border-top: 0;
}
.scholarship_form .row h4{
	font-size: 23px;
}
.scholarship_form .row input,.form-control{
	padding: 22px;
}
.scholarship_form label{
	margin-bottom: 20px;
}
.sch-form_add{
	margin-bottom: 30px;
}

.qq-upload-button{
	overflow: hidden;
	direction: ltr;
	background-color: #fbfcff;
	color: #2c3345;
	border: 1px dashed;
	border-radius: 4px;
	height: 132px;
	font-size: 18px;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	font-weight: 600;
	align-items: center;
	justify-content: center;
	word-break: break-word;
	cursor: pointer;
}
.qq-upload-button:before {
	content: "";
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMyLjM3NSAxMi4xODhDMzEuNSA1LjY4OCAyNiAuODc0IDE5LjM3NS44NzQgMTMuNjg3Ljg3NSA4Ljc1IDQuNDM4IDYuOTM3IDkuODEzIDIuODc1IDEwLjY4NyAwIDE0LjE4NiAwIDE4LjM3NGMwIDQuNTYzIDMuNTYzIDguMzc1IDguMTI1IDguNzVoMjMuODEzYzMuODEyLS4zNzUgNi44MTItMy42MjUgNi44MTItNy41IDAtMy42ODgtMi43NS02Ljg3NS02LjM3NS03LjQzOHptLTYuMzEzIDMuNWEuNTY3LjU2NyAwIDAxLS40MzcuMTg3LjU2Ny41NjcgMCAwMS0uNDM4LS4xODhMMjAgMTAuNXYxMi4yNWMwIC4zNzUtLjI1LjYyNS0uNjI1LjYyNXMtLjYyNS0uMjUtLjYyNS0uNjI1VjEwLjVsLTUuMTg4IDUuMTg4YS42MDQuNjA0IDAgMDEtLjg3NCAwIC42MDQuNjA0IDAgMDEwLS44NzZsNi4yNS02LjI1Yy4wNjItLjA2Mi4xMjUtLjEyNC4xODctLjEyNC4xMjUtLjA2My4zMTMtLjA2My41IDAgLjA2My4wNjIuMTI1LjA2Mi4xODguMTI0bDYuMjUgNi4yNWMuMjUuMjUuMjUuNjI2IDAgLjg3NnoiLz48L3N2Zz4=);
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMyLjM3NSAxMi4xODhDMzEuNSA1LjY4OCAyNiAuODc0IDE5LjM3NS44NzQgMTMuNjg3Ljg3NSA4Ljc1IDQuNDM4IDYuOTM3IDkuODEzIDIuODc1IDEwLjY4NyAwIDE0LjE4NiAwIDE4LjM3NGMwIDQuNTYzIDMuNTYzIDguMzc1IDguMTI1IDguNzVoMjMuODEzYzMuODEyLS4zNzUgNi44MTItMy42MjUgNi44MTItNy41IDAtMy42ODgtMi43NS02Ljg3NS02LjM3NS03LjQzOHptLTYuMzEzIDMuNWEuNTY3LjU2NyAwIDAxLS40MzcuMTg3LjU2Ny41NjcgMCAwMS0uNDM4LS4xODhMMjAgMTAuNXYxMi4yNWMwIC4zNzUtLjI1LjYyNS0uNjI1LjYyNXMtLjYyNS0uMjUtLjYyNS0uNjI1VjEwLjVsLTUuMTg4IDUuMTg4YS42MDQuNjA0IDAgMDEtLjg3NCAwIC42MDQuNjA0IDAgMDEwLS44NzZsNi4yNS02LjI1Yy4wNjItLjA2Mi4xMjUtLjEyNC4xODctLjEyNC4xMjUtLjA2My4zMTMtLjA2My41IDAgLjA2My4wNjIuMTI1LjA2Mi4xODguMTI0bDYuMjUgNi4yNWMuMjUuMjUuMjUuNjI2IDAgLjg3NnoiLz48L3N2Zz4=);
	background-image: none;
	background-color: #b3bccd;
	width: 39px;
	height: 28px;
	margin-bottom: 16px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.jfUpload-heading {
	font-size: 14px;
	color: #57647e;
	font-weight: 400;
	margin-top: 6px;
}
.qq-upload-button input{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}
.upload_file{
	background: #f1f5ff;
	padding: 12px;
	border-radius: 5px;
}
.upload_file label{
	margin-bottom: 10px;
}
.mt-20{
	margin-top: 20px;
}

.logo .h4{
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: "Rowdies", sans-serif;
	text-align: center;
}
.logo .h4 span{
	font-size: 20px;
	color: var(--second-color);
}
.text-center{
	text-align: center;
}

.img-about{
	position: relative;
	background: url(../images/about/about-us.jpeg);
	width: 450px;
	height: 450px;
	border-radius: 50%;
	margin: auto;
	overflow: hidden;
	background-size: cover;
}
.img-about img{
	width: 385px;
	height: 385px;
	border-radius: 50%;
	margin: auto;
	display: block;
	object-fit: cover;
}
.img-about .title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--second-color);
	padding: 5px 0 15px 0;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}
.img-about h2{
	line-height: 40px;
	margin-top: 20px;
}
.fs-30{
	font-size: 30px;
}
.fs-45{
	font-size: 45px;
}
.fs-25{
	font-size: 25px;
}

.list-style-bullet{
	list-style: disc;
	padding-left: 20px;
}
.list-style-bullet li{
	padding-left: 0;
}
.unorder_list li{
	padding-left: 0;
	margin-bottom: 10px;
}


/*phone media query*/
@media only screen and (max-width: 767px) {
	.img-about img{
		width: 350px;
		height: 310px;
	}
	.img-about .inner-heading{
		margin-bottom: 0;
	}

	.img-about {
		width: 300px;
		height: 300px;
	}
	.img-about .title{
		font-size: 19px;
	}
}