/*
[Master Stylesheet]

Template Name  	: Univa
Description 	: Univa - Education Course Academy HTML Template
Author      	: HydeTheme
Version     	: 1.0
Created     	: 19/06/2020
*/

/* ################################################################
[Table of contents]

1. IMPORT FILES
2. GENERAL
3. ELEMENTS
4. HEADER
5. MENU
6. MAIN
7. FOOTER
8. HOME 2
9. HOME 3
10. HOME 4
11. HOME 5
12. HOME 6
13. Course List
14. Course Grid
15. Course Detail
16. Course Details Sidebar
17. Events Page
18. Event Detail
19. Blog List
20. Blog Grid
21. Blog Detail
22. Portfolio
23. Portfolio Detail
24. Page Shop
25. About Us
26. Contact Us
27. Faculity Profile
28. Membership
29. Faq
30. 404
31. Go-Up Button

################################################################# */ 

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&amp;subset=latin-ext,vietnamese');
/* Css */
@import url(libs/font-awesome/css/font-awesome.min.css);
@import url(libs/bootstrap/css/bootstrap.min.css);
@import url(libs/owl-carousel/assets/owl.carousel.min.css);
@import url(libs/owl-carousel/assets/owl.theme.default.min.css);
@import url(libs/owl-carousel/assets/carousel.min.css);
@import url(libs/nucleo-webfonts/mini/css/nucleo-mini.css);
@import url(libs/nucleo-webfonts/outline/css/nucleo-outline.css);

/*==========================================================
	2. GENERAL
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	font-size: 14px;
	color: #000;
	font-family: 'Lora', serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000;
	font-family: 'Lora', serif;
	font-weight: 700;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
img{
	border:none;
	max-width:100%;	
	height: auto;
}
a{
	color:#000;
}
a:hover,
.course-details-sidebar .best-course .course-left .course-left-item .course-left-info a.view:hover,
.event-grid .courses-search ul li a:hover{
	color: #e43c3c;
	text-decoration:none;
}
a:focus{
	text-decoration: none;
	color: inherit;
	outline: none;
}
button, 
input {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	font-family: 'Lora', serif;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
	border: 1px solid #000;
	padding: 8px 15px;
	font-size: 14px;
	color: #757575;
	border-radius: 0;
	font-family: 'Lora', serif;
}
button,
select:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
	border-color: #000;
	outline: none;
	outline-offset: 0;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	border-color: #FCD998;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
.container{
	max-width: 1200px;
}
.btn:hover{
	background: #184b71;
}
.c-hamburger {
	position: relative;
	overflow: hidden;
	margin: 1px 0 0 0;
	padding: 0;
	width: 50px;
	height: 35px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	top: 13px;
	border-right: 1px solid #35709b;
	display: none;
}
.c-hamburger:focus {
	outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 30px;
	height: 1px;
	background-color: #fff;
}
.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	content: "";
}
.c-hamburger span::before {
	top: -6px;
}
.c-hamburger span::after {
	bottom: -6px;
}
.c-hamburger--htx {
	background-color: initial;
}
.c-hamburger--htx span {
	transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
	transition-property: top, transform;
}
.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
	background-color: initial;
}
.c-hamburger--htx.is-active span {
	background-color: initial !important;
}
.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}
.video-popup-bg,
.search-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.85);
	z-index: 9999;
	display: none;
}
.video-popup,
.search-popup{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99999;
	display: none;
}
.video-popup iframe{
	border: 8px solid rgba(255,255,255,0.5);
	border-radius: 5px;
}
.search-popup{
	left: 100px;
	right: 100px;
	transform: translateY(-50%);
}
.search-popup form{
	width: 600px;
	position: relative;
	margin: 0 auto;
}
.search-popup form input{
	width: 100%;
	padding: 0 45px 0 20px;
	height: 56px;
	line-height: 56px;
	border-radius: 3px;
	overflow: hidden;
}
.search-popup form button{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: transparent;
	padding: 0 15px;
	cursor: pointer;
	outline: none;
}
.search-popup form button:hover{
	color: #cf3827;
}

/*==========================================================
	4. HEADER
==========================================================*/
.site-header .top-header{
	padding: 36px 0;
}
.top-header-item h3{
	font-size: 16px;
	position: relative;
	display: inline-block;
	padding-bottom: 7px;
	margin-bottom: 30px;
}
.top-header-content p span{
	opacity: 0.5;
	margin: 0 20px;
}
.top-header-item h3:after{
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
}
.top-header-item{
	margin-top: 35px;
}
.col-lg-4:nth-child(3) .top-header-item{
	padding-left: 80px;
}
.top-header-item h3 i{
	color: #e43c3c;
	margin-right: 15px;
}
.site-brand{
	text-align: center;
}
.header-socials li{
	list-style: none;
	display: inline-block;
	margin-right: 27px;
	opacity: 0.5;
}
.header-socials li i,
.footer-bottom .f-socials li i{
	color: #000;
	font-size: 16px;
}
.header-socials li:hover,
.home5 .top-right li:hover i,
.page-blog .top-right li:hover i,
.footer-bottom .f-socials li:hover i{
	opacity: 1;
}
.f-socials li.facebook:hover i,
.home5 .top-right li.facebook:hover i,
.page-blog .top-right li.facebook:hover i,
.header-socials li.facebook:hover i{
	color: #3b5998;
}
.f-socials li.twitter:hover i,
.home5 .top-right li.twitter:hover i,
.page-blog .top-right li.twitter:hover i,
.header-socials li.twitter:hover i{
	color: #1da1f2;
}
.f-socials li.pinterest:hover i,
.home5 .top-right li.pinterest:hover i,
.page-blog .top-right li.pinterest:hover i,
.header-socials li.pinterest:hover i{
	color: #bd081c;
}
.f-socials li.google:hover i,
.home5 .top-right li.google:hover i,
.page-blog .top-right li.google:hover i,
.header-socials li.google:hover i{
	color: #dd4b39;
}
.home5 .top-right li.dribbble:hover i,
.page-blog .top-right li.dribbble:hover i,
.header-socials li.dribbble:hover i{
	color: #444444;
}
.f-socials li.vimeo:hover i{
	color: #1ab7ea;
}
.menu-header{
	height: 70px;
	background-color: #800020;
}
.menu-header:after{
	content: '';
	display: block;
	clear: both;
}
.menu-header .menu-mobile{
	float: left;
	width: 5%;
	text-align: left;
}
.menu-header .menu-wrap{
	position: relative;	
}
.menu-header .search-main{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	line-height: 40px;
	text-align: right;
}
.search-main .search-icon{
	height: 36px;
	margin-top: 16px;
	border-left: 1px solid #35709b;
	color: #fff;
	cursor: pointer;
}
.search-main .search-icon:hover{
	color: #cf3827;
}

/*==========================================================
	5. MENU
==========================================================*/
.main-menu{
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
	line-height: 34px;
}
.home2 .main-menu,
.home6 .main-menu{
	margin-left: 80px;
	width: auto;
	float: left;
}
.home3 .main-menu{
	border-bottom: 3px solid #275c83;
	width: 100%;
}
.home4 .main-menu,
.home5 .main-menu{
	float: left;
	margin-left: 50px;
	width: auto;
}
.home5 .main-menu{
	margin-left: 60px;
}
.main-menu > ul > li{
	display: inline-block; 
	position: relative;
	text-transform: uppercase;
	margin-right: 50px;
	line-height: 67px;
	border-bottom: 3px solid #184b71;
	cursor: pointer;
}
.home2 .main-menu > ul > li,
.home6 .main-menu > ul > li{
	list-style: none;
	display: inline-block;
	height: 110px;
	line-height: 100px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 25px;
	padding: 0 15px;
	border-bottom: none;
}
.home6 .main-menu > ul > li{
	height: 100px;
	padding: 0;
	margin-right: 55px;
}
.home3 .main-menu ul li{
	margin-bottom: -3px;
	border-bottom-color: #275c83;
}
.home3 .main-menu ul li:hover,
.home3 .main-menu ul li.active{
	border-bottom-color: #fff;
}
.home4 .main-menu > ul,
.home5 .main-menu > ul{
	letter-spacing: -0.3em;
}
.home4 .main-menu > ul > li,
.home5 .main-menu > ul > li{
	border-bottom: 0;
	margin-right: 0;
	letter-spacing: normal;
}
.main-menu > ul > li:last-child{
	margin-right: 0;
}
.main-menu > ul > li:hover,
.main-menu > ul > li.active{
	border-bottom: 3px solid #fff;
}
.home2 .main-menu > ul > li:hover,
.home2 .main-menu > ul > li.active{
	background-color: #f2982d;
	border-bottom: none;
}
.home6 .main-menu > ul > li:hover,
.home6 .main-menu > ul > li.active{
	border-bottom: 1px solid rgba(255,255,255,1);
}
.main-menu > ul > li > a{
	color: #fff;
	font-weight: 700;
	font-size: 13px;
}
.main-menu > ul > li > a span{
	display: none;
}
.home4 .main-menu > ul > li > a{
	color: #000;
	padding: 12px 25px;
	border: 1px solid #fff;
	line-height: 154px;
}
.home4 .main-menu > ul > li:hover > a,
.home4 .main-menu > ul > li.active > a{
	border: 1px solid #000;
}
.home5 .main-menu > ul > li{
	margin-right: 50px;
}
.home5 .main-menu > ul > li > a{
	color: #000;
	padding: 12px 0;
	border-bottom: 2px solid #fff;
	line-height: 154px;
}
.home5 .main-menu > ul > li:hover > a,
.home5 .main-menu > ul > li.active > a{
	border-bottom: 2px solid #000;
}

.main-menu li:hover .dropdown-menu{
	opacity: 1;
	visibility: visible;
	transition: all 0.1s;
}
.dropdown-menu{
	position: absolute;
	background-color: #fff;
	width: 200px;
	left: 0;
	margin: 0;
	padding: 15px 20px;
	z-index: 99999;
	top: 90px;
	width: 200px;
	visibility: hidden;
	transition: all 0.1s;
	-webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
}
.home2 .dropdown-menu{
	top: 120px;
}
.home4 .dropdown-menu,
.home5 .dropdown-menu{
	top: 157px;
}
.home6 .dropdown-menu{
	top: 120px;
}
.dropdown-menu:after{
	content: '';
	display: block;
	clear: both;
}
.main-menu li:not(:hover) .dropdown-menu .owl-stage {
	transition: none !important;
}
.dropdown-menu ul li{
	display: block;
	border: 0;
	line-height: normal;
	text-align: left;
	line-height: 32px;
	position: relative;
	transition: all 0.3s;
}
.main-menu li:not(:hover) .dropdown-menu ul li{
	transition: none !important;
}
.dropdown-menu ul li:before{
	content: '\f105';
	position: absolute;
	font-family: fontAwesome;
	left: 0;
	top: 50%;
	margin-top: -1px;
	transform: translateY(-50%);
	display: none;
}
.dropdown-menu ul li:hover{
	padding-left: 20px;
	transition: all 0.3s;
}
.dropdown-menu ul li a{
	color: #000;
	display: inline-block;
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
}
.dropdown-menu ul li:hover:before,
.dropdown-menu ul li:hover a{
	display: block;
	color: #cf3827;
}

.dropdown-menu.slider{
	background-color: #f0f0f0;
	width: 860px;
	padding: 0;
}
.dropdown-menu .slider-controls{
	width: 33%;
	float: left;
	background-color: #fff;
	height: 365px;
	padding: 30px;
}
.dropdown-menu .slider-content{
	width: 67%;
	float: right;
	height: 365px;
	padding: 40px 60px;
}
.dropdown-menu .slider-wrap .owl-next:hover i,
.dropdown-menu .slider-wrap .owl-prev:hover i{
	color: #f2982d;
}
.dropdown-menu .slider-item{
	position: relative;
	box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15); 
}
.dropdown-menu .slider-item h3 a{
	color: #fff;
}
.dropdown-menu .owl-item.center .slider-item{
	box-shadow: none;
}
.dropdown-menu .slider-item:hover h3{
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	font-size: 10px;
} 
.dropdown-menu .slider-item h3{
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	height: 32px;
	line-height: 32px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	padding: 0 10px;
	text-align: left;
}
.dropdown-menu .owl-item .slider-item img{
	height: 250px;
}
.dropdown-menu .owl-item.center .slider-item img{
	height: 282px;
}
.dropdown-menu .slider-controls li{
	line-height: 40px;
}
.dropdown-menu .slider-wrap .owl-next,
.dropdown-menu .slider-wrap .owl-prev{
	position: absolute;
	top: 120px;
	line-height: normal;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background-color: #fff !important;
	width: 30px;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}
.dropdown-menu .slider-wrap .owl-next{
	right: -30px;
}
.dropdown-menu .slider-wrap .owl-next i{
	margin-right: 5px;
}
.dropdown-menu .slider-wrap .owl-prev i{
	margin-left: 5px;
}
.dropdown-menu .slider-wrap .owl-prev{
	left: -30px;
}

.dropdown-menu.multi-column{
	width: 920px;
	padding: 30px 30px;
	left: -200px;
}
.dropdown-menu.multi-column .title2 h2{
	font-size: 16px;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.dropdown-menu.multi-column .title2 h2:after{
	height: 2px;
}
.dropdown-menu.multi-column ul li a {
	border: none !important;	
}
.dropdown-menu.multi-column .owl-item,
.dropdown-menu.multi-column .menu-course-item{
	line-height: normal;
}
.dropdown-menu.multi-column .menu-course-item{
	margin-top: 10px;
}
.dropdown-menu.multi-column .menu-course-item img{
	display: inline-block;
}
.dropdown-menu.multi-column .menu-course-item a{
	padding: 0;
}
.dropdown-menu.multi-column .menu-course-item .menu-course-box h3 a{
	color: #000;
	font-size: 14px;	
}
.dropdown-menu.multi-column .menu-course-item .menu-course-box h3 a:hover{
	color: #cf3827;	
}
.dropdown-menu.multi-column .menu-course-slider{
	position: relative;
	line-height: normal;
}
.dropdown-menu.multi-column .menu-course-slider .owl-nav{
	position: absolute;
	top: -58px;
	line-height: normal;
	right: 0;
}
.dropdown-menu.multi-column .menu-course-slider .owl-nav .owl-next,
.dropdown-menu.multi-column .menu-course-slider .owl-nav .owl-prev{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.dropdown-menu.multi-column .menu-course-slider .owl-nav .owl-next:hover,
.dropdown-menu.multi-column .menu-course-slider .owl-nav .owl-prev:hover{
	background: none;
	border: none;
}
.dropdown-menu.multi-column .menu-course-slider .owl-nav .owl-next i,
.dropdown-menu.multi-column .menu-course-slider .owl-nav .owl-prev i{
	font-size: 16px;	
}
.dropdown-menu.multi-column .menu-course-slider .owl-nav .owl-next:hover i,
.dropdown-menu.multi-column .menu-course-slider .owl-nav .owl-prev:hover i{
	color: #cf3827;
}
.dropdown-menu.multi-column .menu-course-slider .owl-nav .owl-next{
	margin-left: 15px;
}
.dropdown-menu.multi-column .menu-course-item .menu-course-box{
	padding: 14px 20px;
	border: 1px solid #eaeaea;
}
.dropdown-menu.multi-column .menu-course-item .menu-course-box:after{
	content: '';
	display: block;
	clear: both;
}
.dropdown-menu.multi-column .menu-course-item .menu-course-box h3{
	font-size: 16px;
	text-transform: none;
	float: left;
}
.dropdown-menu.multi-column .menu-course-item .menu-course-box .price{
	float: right;
	color: #cf3827;
	font-size: 14px;
	text-transform: none;
	border-bottom: 0;
}
.dropdown-menu.multi-column .menu-course-item .menu-course-box .price.price-free{
	color: #1b4d73;
}
.dropdown-menu.multi-column .widget{
	margin: 0;
	line-height: normal;
}
.dropdown-menu.multi-column .widget a.details{
	border: 0;
	color: #fff;
}

/*==========================================================
	6. MAIN
==========================================================*/
.slider-main .slider-main-item{
	position: relative;
}
.slider-main-item .slider-main-title{
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.slider-main-title .quote{
	font-size: 70px;
	color: #cf3827;
}
.slider-main-title h2{
	font-size: 50px;
	position: relative;
	padding-bottom: 12px;
}
.slider-main-title h2:before{
	content: '';
	display: block;
	height: 1px;
	width: 300px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
}
.slider-main-title h2:after{
	content: '';
	display: block;
	height: 1px;
	width: 300px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	right: 0;
}
.slider-main-title h2 span{
	font-weight: 400;
}
.slider-main-title .quote-open{
	position: absolute;
	top: 0px;
	left: -40px;
	line-height: 0;
}
.slider-main-title .quote-close{
	position: absolute;
	bottom: 10px;
	right: -40px;
	line-height: 0px;
	transform: rotate(180deg);
}
.features{
	padding: 100px 0;
}
.title .title-logo{
	background-image: url('images/assets/logo-bg-01.png');
	display: inline-block;
	width: 50px;
	height: 57px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 30px;
	color: #cf3827;
	font-weight: 700;
	text-align: center;
	line-height: 57px;
	float: left;
}
.title{
	margin-bottom: 60px;
}
.title:after{
	content: '';
	display: block;
	clear: both;
}
.features .title .title-info{
	margin-left: 73px;
}
.features .title .title-info h2{
	clear: none;
	margin-bottom: 12px;
}
.features-content .features-item{
	text-align: center;
	padding: 0 35px;
	transition: all 0.3s;
}
/*
.features-content .features-item:hover{
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
*/
.features-content .features-item .fi-logo{
	margin-bottom: 45px;
}
.features-content .features-item h3{
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 23px;
	height: 16px;
	overflow: hidden;
}
.features-content .features-item h3:hover a{
	color: #000;
}
.features-content .features-item .fi-desc{
	height: 63px;
	overflow: hidden;
}
.f-search{
	display: table;
	background-color: #f2982d;
	height: 100%;
	padding: 30px 30px 40px 30px;
}
.f-search-title{
	margin-bottom: 10px;
}
.f-search-title:after,
.popular-slider .popular-bottom:after,
.popular-c-slider .popular-bottom:after{
	content: '';
	display: block;
	clear: both;
}
.f-search-title h2{
	font-size: 24px;
	color: #fff;
	float: left;
	margin-bottom: 20px;
}
.f-search-title img{
	float: right;
	width: 35px;
}
.f-search form .field{
	margin-bottom: 15px;
}
.f-search form label{
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.f-search form input,
.f-search form select{
	border: 0;
	width: 100%;
	height: 42px;
	background-color: #faae53;
	color: #fff;
	position: relative;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.f-search form select option{
	background: #faae53;
}
.f-search form .field-select,
.f-search form input{
	background-color: #faae53;
}
.f-search form .field-select select{
	padding: 0 10px;
}
.f-search form .field-select,
.post-meta .field-select{
	position: relative;
}
.f-search form .field-select:after,
.post-meta .field-select:after{
	content: '\f107';
	display: block;
	font-family: fontAwesome;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
	background-color: #faae53;
	line-height: 45px;
}
.f-search form input[type="submit"]{
	width: auto;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 25px;
	margin-top: 10px;
	cursor: pointer;
}
.f-search form input[type="submit"]:hover{
	background-color: #cf3827;
	color: #fff;
}
.our-features{
	margin-bottom: 80px;
}
.home2 .our-features{
	margin-bottom: 100px;	
}
.popular-title{
	text-align: center;
	font-size: 24px;
	margin-bottom: 100px;
}
.popular-info{
	border: 1px solid #eaeaea;
	padding: 30px;
}
.popular-info .popular-author{
	margin-bottom: 10px;	
}
.popular-info h3{
	font-size: 16px;
	margin-bottom: 24px;
}
.popular-info h3 a{
	color: #000;
	line-height: 24px;
}
.home.home3 .popular-info h3 a{
	line-height: 34px;
}
.course-list .popular-info h3 a{
	line-height: 34px;
}
.popular-info h3:hover a{
	text-decoration: underline;
}
.popular-slider .popular-author img,
.popular-c-slider .popular-author img{
	width: auto;
	float: left;
}
.popular-slider .popular-author .popular-author-info,
.popular-c-slider .popular-author .popular-author-info{
	margin-left: 90px;
	text-align: left;
}
.popular-slider .popular-author h4,
.popular-c-slider .popular-author h4{
	clear: none;
	margin-bottom: 5px;
	padding-top: 15px;
}
.popular-slider .popular-author .profile a{
	color: #184b71;
}
.popular-slider .popular-bottom,
.popular-c-slider .popular-bottom{
	border: 1px solid #eaeaea;
	border-top: 0;
	padding: 0 30px;
	height: 55px;
    line-height: 55px;
}
.popular-slider .popular-bottom .popular-count,
.popular-c-slider .popular-bottom .popular-count{
	float: left;
}
.popular-count p{
	display: inline-block;
	margin-right: 25px;
}
.popular-count p i{
	opacity: 0.3;
	margin-right: 3px;
}
.popular-count p:last-child{
	margin-right: 0;
}
.popular-bottom .price{
	float: right;
	font-weight: 700;
	color: #cf3827;
}
.popular-bottom .price.price-free{
	color: #1b4d73;
}
.popular-item{
	transition: all 0.3s;
}
.popular-item:hover{
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.popular-item:hover .popular-item .popular-info,
.popular-item:hover .popular-item .popular-bottom{
	border-left-color: #fff;
	border-right-color: #fff;
}
.popular-item:hover .popular-bottom{
	border-bottom-color: #fff;
}
.popular-thumb{
	position: relative;
}
.popular-thumb img{
	width: 100%;
}
.popular-item:hover .popular-thumb:before,
.popular-item:hover .popular-thumb .read-more{
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}
.popular-thumb:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(207,56,39, 0.9);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.popular-thumb .read-more{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 25px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.popular-slider .owl-nav,
.popular-c-slider .owl-nav{
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	text-align: center;
}
.popular-slider .owl-nav .owl-next,
.popular-c-slider .owl-nav .owl-next,
.popular-slider .owl-nav .owl-prev,
.popular-c-slider .owl-nav .owl-prev{
	display: inline-block;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	border: 1px solid #000;
	text-align: center;
	line-height: 18px;
	margin: 0 6px;
	position: relative;
}
.popular-slider .owl-nav .owl-next i,
.popular-c-slider .owl-nav .owl-next i{
	margin-left: 2px;
}
.popular-slider .owl-nav .owl-prev:before{
	content: '';
	height: 1px;
	width: 150px;
	background-color: rgba(0,0,0,0.1);
	top: 50%;
	display: block;
	position: absolute;
	transform: translateY(-50%);
	right: 55px;
}
.popular-slider .owl-nav .owl-next:before{
	content: '';
	height: 1px;
	width: 150px;
	background-color: rgba(0,0,0,0.1);
	top: 50%;
	display: block;
	position: absolute;
	transform: translateY(-50%);
	left: 52px;
}
.popular-slider .owl-dots,
.blog-slider .owl-dots{
	text-align: center;
}
.popular-slider .owl-stage{
	margin-bottom: 40px;
}
.popular-slider .owl-dots .owl-dot,
.blog-slider .owl-dots .owl-dot{
	display: inline-block;
	margin: 0 5px;
}
.popular-slider .owl-dots .owl-dot.active span,
.blog-slider .owl-dots .owl-dot.active span,
.portfolio-slider .owl-dots .owl-dot.active span{
	width: 50px;
	background-color: #184b71;
}
.portfolio-slider .owl-dots .owl-dot.active span{
	width: 30px;
}
.blog-slider .owl-dots .owl-dot.active span{
	background-color: #fff;
	opacity: 1;
	width: 30px;
}
.blog-slider .owl-dots .owl-dot span{
	background-color: #fff;
	opacity: 0.3;
	width: 15px;
	margin: 0;
}
.popular-slider .owl-dots .owl-dot span,
.portfolio-slider .owl-dots .owl-dot span,
.blog-slider .owl-dots .owl-dot span{
	height: 2px;
	width: 25px;
	background-color: #e3e3e3;
	display: block;
	transition: all 0.3s;
}
.portfolio-slider .owl-dots .owl-dot span{
	width: 15px;
}
.training{
	background-image: url('images/training-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.training .container{
	position: relative;
	height: 400px;
}
.training .training-text{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 240px;
	padding-right: 80px;
}
.training .training-text:before{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 528px;
	bottom: 0;
	border-bottom: 240px solid rgba(65,106,137,0.9);
	border-left: 100px solid transparent;
}
.training .training-text:after{
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	width: 528px;
	position: absolute;
	background-color: rgba(65,106,137,0.9);
}
.training-text:after{
	content: '';
	display: block;
	clear: both;
}
.training-text .training-info{
	float: left;
	position: relative;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}
.training-text .training-info h2{
	font-size: 36px;
	color: #fff;
	margin-bottom: 8px;
}
.training-text .training-info p{
	color: #fff;
	margin-left: 60px;
	font-size: 16px;
	letter-spacing: 2px;
}
.training-text .btn-training{
	float: right;
	height: 50px;
	padding: 0 25px;
	background-color: #cf3827;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 48px;
	border-radius: 0;
	margin-left: 60px;
	position: relative;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}
.training-text .btn-training:hover{
	background: #184b71;
}
.events .title .title-logo,
.our-events .title .title-logo{
	background-image: url('images/assets/logo-bg-02.png');
	width: 80px;
	height: 63px;
	float: none;
	margin-bottom: 18px;
}
.events .title,
.our-events .title{
	text-align: center;
}
.events .title h2,
.our-events .title h2{
	margin-bottom: 13px;
}
.events{
	padding-top: 80px;
}
.es-info .es-date{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background-color: #cf3827;
	display: inline-block;
	text-align: center;
	width: 85px;
	padding: 15px 0 16px;
	float: left;
	margin-top: 75px;
}
.es-info .es-date span{
	display: block;
	font-size: 12px;
}
.es-info .es-box{
	margin-left: 85px;
	background-color: #fff;
	margin-top: -75px;
	margin-right: 70px;
	padding: 35px;
	position: relative;
	transition: all 0.3s;
}
.es-info .es-box h3{
	clear: none;
	font-size: 18px;
	margin-bottom: 12px;
}
.es-info .es-box h3 a{
	line-height: 24px;
}	
.es-info .es-box .es-time{
	margin-bottom: 22px;
}
.es-info .es-box .btn-events{
	height: 40px;
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.15);
	line-height: 38px;
	padding: 0 25px;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
.es-info .es-box .btn-events:hover{
	color: #fff;
	border-color: #cf3827;
  background-color: #cf3827;
}
.es-item:hover .es-box{
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.events-slider{
	position: relative;
}
.events-slider .owl-next{
	position: absolute;
	top: 150px;
	right: -132px;
}
.events-slider .owl-prev{
	position: absolute;
	top: 150px;
	left: -132px;
}
.events-slider .owl-next i,
.events-slider .owl-prev i{
	font-size: 90px;
	opacity: 0.1;
}
.events-slider .owl-stage{
	margin-bottom: 30px;
}
.events-slider .owl-dot:nth-child(1) span:before,
.faculaties-slider .owl-dot:nth-child(1) span:before{
	content: '1';
}
.events-slider .owl-dot:nth-child(2) span:before,
.faculaties-slider .owl-dot:nth-child(2) span:before{
	content: '2';
}
.events-slider .owl-dot:nth-child(3) span:before,
.faculaties-slider .owl-dot:nth-child(3) span:before{
	content: '3';
}
.events-slider .owl-dot:nth-child(4) span:before,
.faculaties-slider .owl-dot:nth-child(4) span:before{
	content: '4';
}
.events-slider .owl-dot:nth-child(5) span:before,
.faculaties-slider .owl-dot:nth-child(5) span:before{
	content: '5';
}
.events-slider .owl-dot:nth-child(6) span:before,
.faculaties-slider .owl-dot:nth-child(6) span:before{
	content: '6';
}
.events-slider .owl-dot:nth-child(7) span:before,
.faculaties-slider .owl-dot:nth-child(7) span:before{
	content: '7';
}
.events-slider .owl-dot:nth-child(8) span:before,
.faculaties-slider .owl-dot:nth-child(8) span:before{
	content: '8';
}
.events-slider .owl-dot:nth-child(9) span:before,
.faculaties-slider .owl-dot:nth-child(9) span:before{
	content: '9';
}
.events-slider .owl-dot:nth-child(10) span:before,
.faculaties-slider .owl-dot:nth-child(10) span:before{
	content: '10';
}
.faculity-main{
	padding: 100px 0 0 0;
}
.events-slider .owl-dot{
	display: inline-block;
}
.events-slider .owl-dots:before{
	content: '';
	position: absolute;
	height: 1px;
	width: 260px;
	background-color: #e5e5e5;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
}
.events-slider .owl-dot span{
	width: 40px;
	height: 60px;
	display: block;
	font-size: 16px;
	line-height: 50px;
}
.events-slider .owl-dot.active span{
	background-color: #184b71;
	color: #fff;
	position: relative;
	z-index: 1;
}
.events-slider .owl-dots{
	text-align: center;
	position: relative;
}
.people-say{
	padding: 100px 0 0;
}
.home5 .people-say{
	padding-top: 60px;
}
.people-say .ps-title{
	text-align: center;
	position: relative;
}
.people-say .ps-title h2{
	font-size: 70px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 20px;
	padding: 100px 0;
	opacity: 0.1;
}
.people-say .ps-ava,
.people-say .ps-ava .ps-title-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.people-say .ps-ava .ps-title-box{
	width: 135px;
	margin-top: -10px;
}
.ps-title-box li{
	list-style: none;
	display: none;
}
.ps-title-box li.active{
	display: block;
}
.people-say .ps-ava .ps-title-box img{
	margin-bottom: 28px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
}
.people-say .ps-ava .ps-title-box h3{
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}
.people-main{
	background-color: #f7f7f7;
	padding: 95px 0 75px;
	margin-top: 100px;
}
.people-main .people-slider{
	max-width: 710px;
	margin: 0 auto;
}
.people-slider .people-item{
	text-align: center;
	position: relative;
	padding: 10px 30px;
}
.people-slider .people-item span.quote-open{
	position: absolute;
	left: 0;
	top: 0;
}
.people-slider .people-item span.quote-close{
	position: absolute;
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
}
.people-slider .people-item span.quote{
	font-size: 50px;
	line-height: 40px;
	color: #cf3827;
}
.people-slider .owl-nav .owl-next{
	position: absolute;
	top: 0px;
	font-size: 60px;
	right: -200px;
	line-height: 40px;
	opacity: 0.1;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
	background: initial;
	color: #000;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover{
	background: #cf3827;
	color: #fff;
	border: 1px solid #cf3827;
}
.arrow.owl-carousel .owl-nav .owl-prev:hover,
.arrow.owl-carousel .owl-nav .owl-next:hover{
	background: none;
	color: #cf3827;
	border: none;
}
.people-slider .owl-dots{
	display: none !important;
}
.people-slider .owl-nav .owl-prev{
	position: absolute;
	top: 0px;
	font-size: 60px;
	left: -200px;
	line-height: 40px;
	opacity: 0.1;
}
.people-main{
	position: relative;
}
.people-main .people-controls{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}
.people-main .people-controls li{
	list-style: none;
	display: inline-block;
	margin-right: 46px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	line-height: 94px;
	text-align: center;
	border: 2px solid rgba(24,75,113,0);
}
.people-main .people-controls li.active{
	border: 2px solid rgba(24,75,113,1);
}
.people-main .people-controls li img{
	height: 70px;
	width: 70px;
	border-radius: 50%;
}
.people-main .people-controls li:last-child{
	margin-right: 0;
}
.blog{
	background-color: #184b71;
	padding: 100px 0 120px;
}
.title-blog .title-logo{
	background-image: url('images/assets/logo-bg-03.png');
	color: #fff;
}
.title-blog .title-info{
	margin-left: 70px;
	color: #fff;
}
.title-blog .title-info h2{
	clear: none;
    color: #fff;
    padding-top: 4px;
    font-size: 24px;
    margin-bottom: 5px;
}
.blog-slider .blog-item img{
	width: auto;
	float: left;
}
.blog-slider .blog-item img:hover{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	/* transition: all 0.3s; */
}
.blog-item:after{
	content: '';
	display: block;
	clear: both;
}
.blog-item{
	background-color: #fff;
	position: relative;
}
.blog-item .blog-img{
	float: left;
	width: 45%;
}
.blog-item .blog-info{
	float: left;
	width: 55%;
	padding: 40px 40px 45px 40px;
}
.blog-item .blog-right .blog-info{
	width: 100%;
}
.blog-item .blog-info h3{
	clear: none;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
	max-height: 50px;
	overflow: hidden;
}
.blog-item .blog-info h3 a{
	line-height: 26px;	
}
.blog-item .blog-info h3 a:hover{
	text-decoration: underline;
	color: #000;
}
.blog-item .blog-info .blog-action{
	margin-bottom: 20px;
}
.blog-item .blog-info .blog-action p{
	display: inline-block;
	margin-right: 20px;
}
.blog-item .blog-info .blog-action p i{
	opacity: 0.3;
	margin-right: 8px;
}
.blog-item .blog-info .blog-action p:last-child{
	margin-right: 0;
}
.blog-item .blog-info .blog-desc{
	margin-bottom: 25px;
	max-height: 63px;
	overflow: hidden;
}
.blog-item .blog-info span.blog-line{
	background-color: #184b71;
	height: 1px;
	width: 50px;
	display: block;
}
a.blog-number{
	font-size: 24px;
	font-weight: 700;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	display: block;
	background-color: #cf3827;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}
a.blog-number:hover .blog-month{
	
	visibility: visible;
	opacity: 1;
	transition: all 0.3s;
}
a.blog-number .blog-month{
	position: absolute;
	right: 50px;
	background-color: #e5e5e5;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	padding: 0 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	z-index: 9;
}
.blog-slider{
	position: relative;
}
.blog-slider .owl-nav{
	position: absolute;
	top: -116px;
	right: 0;
}
.blog-slider .owl-nav .owl-next,
.blog-slider .owl-nav .owl-prev{
	display: inline-block;
	height: 40px;
	width: 40px;
	border: 1px solid #fff;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: initial;
	padding: 0;
	margin: 0 5px;
	border-radius: 0;
}
.blog-slider .owl-nav .owl-next{
	margin-right: 0;
}
.blog-slider .owl-nav .owl-next{
	margin-left: 10px;
}
.blog-slider .owl-stage-outer{
	margin-bottom: 50px;
}
.countdown-top{
	text-align: center;
	position: relative;
	padding-top: 100px;
}
.countdown-top .countdown-title{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
}
.countdown-top .countdown-title h2{
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
	position: relative;
	padding: 13px 0;
}
.countdown-top .countdown-title .btn-join{
	background-color: #cf3827;
	color: #fff;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	font-size: 14px;
	border: 0;
	text-transform: uppercase;
	border-radius: 0;
	margin: 0 0 18px 50px;
}
.countdown-top .countdown-title .btn-join:hover{
	background: #184b71;
}
.countdown-top .countdown-title h2:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 144px;
	display: block;
	background-color: #000;
}
.countdown-top .countdown-title h2:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	width: 144px;
	display: block;
	background-color: #000;
}
.countdown-top .countdown-title h2 span{
	color: #184b71;
	font-weight: 700;
}
.countdown-content{
	background-color: #f7f7f7;
	height: 350px;
}
.countdown-box{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 40px;
	cursor: pointer;
}
.countdown-item:hover{
	background-color: #fff;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); 
	transition: all 0.3s;
}
.countdown-item{
	text-align: center;
	height: 430px;
	margin: -40px 0;
	background-color: initial;
}
.cd-number-bg{
	position: relative;
	z-index: 3;
}
.countdown-item .cd-number{
	position: relative;
	margin-bottom: 32px;
	transition: all 0.3s;
}
.countdown-item:hover .cd-number{
	position: relative;
	margin-bottom: 85px;
}
.countdown-item .cd-name{
	font-size: 16px;
	letter-spacing: normal;
	opacity: 0.4;
	font-weight: 700;
	text-transform: uppercase;
}
.countdown-item:hover .cd-name{
	font-size: 24px;
	opacity: 1;
	letter-spacing: 1px;
}
.countdown-item .cd-number img{
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
}
.countdown-item:hover .cd-number .cd-hover-bg img{
	opacity: 1;
	visibility: visible;
}
.countdown-item .cd-number .cd-hover-bg img{
	width: 170px;
	bottom: -48px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.countdown-item .cd-number span.number{
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 1;
}
.countdown-item.countdown-one .cd-number span.number{
	background-color: #61b235;
}
.countdown-item.countdown-two .cd-number span.number{
	background-color: #388be0;
}
.countdown-item.countdown-three .cd-number span.number{
	background-color: #cf3827;
}
.countdown-item.countdown-four .cd-number span.number{
	background-color: #f2982d;
}
.newsletter{
	padding: 100px 0 100px;
}
.newsletter .title-newsletter{
	text-align: center;
	margin-bottom: 75px;
}
.newsletter .title-newsletter h2{
	font-size: 36px;
	margin-bottom: 20px;
}
.newsletter .title-newsletter .desc-newsletter{
	background-image: url('images/assets/letter-desc.png');
	background-repeat: no-repeat;
	background-position: center;
}
.newsletter-content form{
	max-width: 750px;
	margin: 0 auto;
}
.newsletter-content form input{
	width: 100%;
	border: 1px solid #e8e8e8;
	height: 50px;
	line-height: 50px;
}
.newsletter-content form input::placeholder{
	color: #000000;
	opacity: 1;
}
.newsletter-content form .field{
	position: relative;
}
.newsletter-content form .field:after{
	content: '\f003';
	font-family: fontAwesome;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.newsletter-content form input[type="submit"]{
	width: auto;
	text-align: center;
	display: block;
	margin: -7px auto 0;
	height: 45px;
	line-height: 45px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 25px;
	background-color: #cf3827;
	border: 0;
	color: #fff;
	position: relative;
	z-index: 8;
	cursor: pointer;
}
.newsletter-content form input[type="submit"]:hover{
	background: #184b71;	
}
.newsletter-content .form-desc{
	max-width: 565px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}
.partner-slider{
	border-top: 1px solid #eaeaea;
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
.partner-slider .partner-item .partner-img,
.partner-slider .partner-item:hover .partner-fill-img{
	display: none;
}
.partner-slider .partner-item:hover .partner-img{
	display: block;
	transition-delay: 0.3s;
}
.partner-slider .partner-item .partner-fill-img img{
	opacity: 0.15;
}
.partner-slider .partner-item img{
	width: auto;
	text-align: center;
	margin: 0 auto;
}
.faculity-main .partner-slider .partner-item img{
	opacity: 0.2;
	transition: all 0.3s;
}
.faculity-main .partner-slider .partner-item img:hover{
	opacity: 1;
	transition: all 0.3s;
}
.partner-title{
	text-align: center;
	margin-bottom: -14px;
	position: relative;
	z-index: 2;
}
.partner-title img{
	padding: 0 20px;
	background-color: #fff;
}

/*==========================================================
	7. FOOTER
==========================================================*/
.footer-top{
	background-color: #800020;
	padding: 100px 0 170px;
}
.ft-item h3{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 48px;
}
.ft-item h3:after{
	content: '';
	display: block;
	height: 1px;
	width: 50px;
	background-color: #cf3827;
	position: absolute;
	left: 0;
	bottom: 0;
}
.col-lg-3:nth-child(1) .ft-item p{
	margin-bottom: 30px;
	line-height: 24px;
}
.col-lg-3:nth-child(1) .ft-item ul{
	border-top: 1px solid #2d6289;
	padding-top: 25px;
}
.col-lg-3:nth-child(2) .ft-item li{
	margin-bottom: 32px;
}
.col-lg-3:nth-child(3) .ft-item span{
	display: block;
	font-size: 10px;
	color: #60a9df;
	margin-top: 18px;
}
.col-lg-3:nth-child(3) .ft-item p{
	margin-bottom: 10px;
}
.col-lg-3:nth-child(3) .ft-item .ft-latest{
	border-bottom: 1px solid #2d6289;
	padding-bottom: 30px;
	margin-bottom: 28px;
}
.col-lg-3:nth-child(3) .ft-item .ft-latest:last-child{
	border-bottom: 0;
	margin-bottom: 0;
}
.col-lg-3:nth-child(4) .ft-item ul{
	margin: 0 -5px;
}
.col-lg-3:nth-child(4) .ft-item ul:after{
	content: '';
	display: block;
	clear: both;
}
.col-lg-3:nth-child(4) .ft-item li{
	width: 29%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}
.col-lg-3:nth-child(4) .ft-item a.all-insta{\
  font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
	margin-top: 20px;
	display: block;
}
.ft-item li i{
	width: 20px;
	text-align: center;
	font-size: 24px;
	color: #60a9df;
}
.ft-item li i.fa-envelope-o{
	font-size: 18px;
}
.ft-item li p{
	display: inline-block;
	margin-left: 20px
}
.ft-item p,
.ft-item li,
.ft-item a,
.ft-item span{
	color: #fff;
	list-style: none;
}
.ft-item li a:hover,
.ft-item a:hover,
.page-blog .footer-top a:hover{
	color: #cf3827;
}
.home2 .ft-item li a:hover,
.home2 .ft-item a:hover {
	color: #f2982d;
}
.footer-bottom{
	text-align: center;
	padding-bottom: 50px;
}
.footer-bottom .logo-footer{
	margin-top: -145px;
}
.footer-bottom .copyright{
	margin-top: 40px;
}
.footer-bottom .f-socials{
	margin-top: 25px;
}
.footer-bottom .f-socials li{
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}
.footer-bottom .f-socials li:last-child{
	margin-right: 0;
}
.footer-bottom .f-socials li i{
	opacity: 0.3;
}

/*==========================================================
	8. HOME 2
==========================================================*/
.home2 .site-header,
.home6 .site-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	height: 100px;
}
.home6 .site-header{
	border-bottom: 0;
}
.home6 .site-header .container{
	height: 100px;
}
.home6 .site-header .container .menu-wrap{
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.home2 .site-header:after,
.home6 .site-header:after,
.home6 .site-header .container:after{
	content: '';
	display: block;
	clear: both;
}
.home2 .site-header .site-brand,
.home6 .site-header .site-brand{
	float: left;
	line-height: 100px;
}
.home2 .site-header .site-brand h1,
.home6 .site-header .site-brand h1{
	line-height: 100px;
}
.home2 .slider-main .slider-main-item:before,
.home6 .slider-main .slider-main-item:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 9;
}
.home2 .search-main,
.home6 .search-main{
	border-right: 0;
	float: right;
	margin-top: 18px;
}
.home2 .search-main .search-icon,
.home6 .search-main .search-icon{
	border: 0;
	margin-top: 22px;
}
.home6 .search-main .search-icon{
	position: static;
	transform: initial;
	color: #fff;
}
.home6 .search-main .search-icon:hover{
	color: #cf3827;	
}
.home2 .slider-main-item .slider-main-title,
.home6 .slider-main-item .slider-main-title{
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	z-index: 99;
	text-align: center;
	max-width: 635px;
}
.home2 .slider-main-item .slider-main-title p,
.home6 .slider-main-item .slider-main-title p{
	font-size: 15px;
	position: relative;
	padding-bottom: 25px;
}
.home2 .slider-main-item .slider-main-title p:after{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.home2 .slider-main-item .slider-main-title h2,
.home6 .slider-main-item .slider-main-title h2{
	color: #fff;
}
.home2 .slider-main-item .slider-main-title span,
.home6 .slider-main-item .slider-main-title span{
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 14px 6px;
	background-color: #cf3827;
	margin-bottom: 20px;
	display: inline-block;
}
.home2 .slider-main-item .slider-main-title h2:before,
.home2 .slider-main-item .slider-main-title h2:after,
.home6 .slider-main-item .slider-main-title h2:before,
.home6 .slider-main-item .slider-main-title h2:after{
	content: '';
	display: none;
}
.home2 .site-main .slider-main,
.home6 .site-main .slider-main{
	position: relative;
}
.courses-search:after{
	content: '';
	display: block;
	clear: both;
}
.courses-search{
	background-color: #000;
	height: 110px;
	overflow: hidden;
	margin-top: -55px;
	z-index: 1;
	position: relative;
}
.courses-search .courses-logo{
	float: left;
	width: 10%;
	background-color: #184b71;
	text-align: center;
	height: 110px;
}
.courses-search .courses-logo img{
	margin-top: 20px;
}
.courses-search .courses-logo p{
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-top: 5px;
}
.courses-search .courses-form{
	float: right;
	width: 90%;
	padding: 30px;
}
.courses-search .courses-form:after{
	content: '';
	display: block;
	clear: both;
}
.courses-search .courses-form .field{
	width: 26%;
	display: inline-block;
	float: left;
	padding: 0 15px;
}
.home2 .courses-search .courses-form .field option:not(:checked){
	background-color: #000;
}
.courses-search .courses-form .field:last-child{
	width: 22%;
}
.courses-search .courses-form .field-select{
	position: relative;
}
.courses-search .courses-form .field-select:after{
	content: '\f107';
	font-family: 'fontAwesome';
	position: absolute;
	top: 1px;
	right: 16px;
	bottom: 1px;
	padding: 0 20px 0 0;
	line-height: 43px;
	background-color: #000;
	color: #fff;
}
.courses-search .courses-form input,
.courses-search .courses-form select{
	height: 45px;
	line-height: 45px;
	width: 100%;
	background: inherit;
	border: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	padding: 0 20px;
}
.courses-search .courses-form select{
	border: 1px solid rgba(255,255,255,0.2);
	padding: 0 0 0 20px;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}
.home2 .courses-search .courses-form input[type="text"],
.home2 .courses-search .courses-form select,
.home2 .courses-search .courses-form select option{
	background: #000;
}
.home4 .courses-search .courses-form input[type="text"],
.home4 .courses-search .courses-form select,
.home4 .courses-search .courses-form select option{
	background: #f5ad57;
}
.courses-search .courses-form input[type="submit"]{
	border: 0;
	background-color: #f2982d;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
}
.courses-search .courses-form input[type="submit"]:hover{
	background: #cf3827;
}
.home2 .features-content{
	margin-top: 100px;
}
.home2 .header-bg,
.home6 .header-bg{
	background-color: rgba(0,0,0,0.7);
	transition: all 0.3s ease-in-out;
}
.home2 .popular-course{
	background-color: #f7f7f7;
	padding-top: 100px; 
}
.home2 .popular-c-slider .owl-nav{
	top: auto;
	bottom: -25px;
	margin-top: 0;
}
.home2 .popular-item:hover .popular-bottom{
	border-bottom-color: #f7f7f7;
}
.home2 .popular-c-slider .owl-stage{
	margin-bottom: 110px;
}
.home2 .popular-c-slider .owl-dots{
	display: none !important;
}
.home2 .popular-c-slider .owl-nav .owl-next,
.home2 .popular-c-slider .owl-nav .owl-prev{
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 0;
	text-align: center;
	line-height: 50px;
	margin: 0 6px;
	font-size: 20px;
	position: relative;
	background-color: #fff;
}
.home2 .popular-c-slider .owl-nav .owl-next:hover,
.home2 .popular-c-slider .owl-nav .owl-prev:hover,
.faculaties-slider .owl-nav .owl-next:hover,
.faculaties-slider .owl-nav .owl-prev:hover{
	background-color: #cf3827;
	transition: all 0.3s;
	border: none;
}
.home2 .popular-c-slider .owl-nav .owl-next:hover i,
.home2 .popular-c-slider .owl-nav .owl-prev:hover i,
.faculaties-slider .owl-nav .owl-next:hover i,
.faculaties-slider .owl-nav .owl-prev:hover i{
	color: #fff;
}
.home2 .popular-c-slider .owl-nav .owl-next i,
.home2 .popular-c-slider .owl-nav .owl-prev i{
	color: #000;
	vertical-align: 1px;
}
.home2 .popular-slider .owl-nav .owl-prev:before,
.home2 .popular-slider .owl-nav .owl-next:before{
	content: '';
	display: none;
}
.home2 .popular-title,
.home3 .popular-title{
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 40px;
}
.home2 .popular-title:after,
.home3 .popular-title:after{
	content: '';
	display: block;
	height: 1px;
	width: 50px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.popular-c-slider .popular-item{
	transition: .8s;
	-webkit-transition: .8s;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}
.popular-c-slider .popular-item.__loading{
	opacity: 0;
	transform: translateX(40px);
	-webkit-transform: translateX(40px);
}
.popular-tabs{
	text-align: center;
	max-width: 860px;
	margin: 0 auto 60px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	padding: 0 35px;
	
}
.popular-tabs button{
	background-color: #fff;
	border: 0;
	font-weight: 700;
	padding: 0;
	margin-right: 55px;
	cursor: pointer;
	outline: 0;
	outline-offset: none;
}
.popular-tabs button.btn-active,
.popular-tabs button:hover{
	color: #cf3827;
}
.popular-tabs button:last-child{
	margin-right: 0;
}
.choose-us{
	padding: 100px 0 80px;
}
.title2 h2{
	position: relative;
	padding-bottom: 23px;
	font-size: 24px;
}
.title2 h2:after,
.history-product h2:after,
.about-learn-item h3:after,
.contact-item h2:after,
.pratical-info h3:after{
	content: '';
	position: absolute;
	height: 1px;
	width: 50px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.choose-item ul{
	margin: 60px -15px 0;
}
.choose-item ul:after{
	content: '';
	display: block;
	clear: both;
}
.choose-item li{
	list-style: none;
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 50px;
}
.choose-item li:hover .choose-number{
	background-color: #cf3827;
}
.choose-item .choose-number{
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #acacac;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	float: left;
}
.choose-item .choose-info{
	margin-left: 60px;
}
.choose-item .choose-info h3{
	clear: none;
	text-transform: uppercase;
	padding-top: 12px;
	font-size: 14px;
	margin-bottom: 25px;
}
.choose-item .choose-info h3 a{
	height: 19px;
	overflow: hidden;
}
.choose-item .choose-info h3 a:hover{
	color: #cf3827;
}
.video,
.count{
	background-image: url('images/video-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 125px 0 110px;
}
.video:before,
.count:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
}
.video-info{
	max-width: 770px;
	position: relative;
	margin: 0 auto;
}
.video-info:after{
	content: '';
	display: block;
	clear: both;
}
.video-info .video-text{
	float: left;
	color: #fff;
}
.video-info .video-text h2{
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;
}
.btn{
	height: 45px;
	line-height: 45px;
	background-color: #f2982d;
	padding: 0 25px;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.video-info a.btn-play{
	float: right;
	margin-top: 15px;
	color: #fff;
}
.video-info a.btn-play:hover{
	background: #cf3827;	
}
.our-faculaties{
	padding: 100px 0;
}
.our-faculaties .title2{
	text-align: center;
	margin-bottom: 75px;
}
.our-faculaties .title2 h2{
	margin-bottom: 25px;
}
.our-faculaties .title2 h2:after,
.history-product h2:after{
	left: 50%;
	transform: translateX(-50%);
}
.faculaties-item .faculaties-box{
	margin: -80px 40px 0;
	background-color: #fff;
	position: relative;
	text-align: center;
	padding: 30px 0;
}
.faculaties-item .faculaties-box h3{
	text-transform: uppercase;
	margin-bottom: 5px;
}
.faculaties-item .faculaties-box span{
	height: 1px;
	width: 50px;
	background-color: #cf3827;
	display: inline-block;
	margin-top: 25px;
}
.faculaties-item:hover .faculaties-box{
	display: none;
}
.faculaties-item:hover .faculaties-box-hover{
	display: block;
}
.faculaties-item .faculaties-box-hover{
	display: none;
	margin: -120px 40px 0;
	background-color: #fff;
	position: relative;
}
.faculaties-socials{
	text-align: center;
	line-height: 40px;
}
.faculaties-socials li{
	list-style: none;
	display: inline-block;
	position: relative;
	margin-right: 25px;
}
.faculaties-socials li:last-child{
	margin-right: 0;
}
.faculaties-socials li i{
	color: #c6c6c6;
}
.faculaties-socials li:hover i{
	color: #000;
}
.faculaties-socials li span{
	position: absolute;
	top: -22px;
	line-height: 22px;
	padding: 0 9px;
	background-color: #cf3827;
	color: #fff;
	font-size: 12px;
	position: absolute;
	transform: translateX(-50%);
	margin-left: -3px;
	opacity: 0;
	visibility: hidden;
}
.faculaties-socials li:hover span{
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
}
.faculaties-socials li span:after{
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #cf3827;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
}
.faculaties-box-hover p{
	padding: 30px;
	background-color: #184b71;
	color: #fff;
	text-align: center;
}
.faculaties-content{
	overflow: hidden;
}
.faculaties-slider{
	width: 1983px;
	margin-left: -40px;
}
.faculaties-slider .owl-stage-outer{
	position: relative;
}
.faculaties-slider .owl-stage-outer:before{
	content: '';
	position: absolute;
	top: 0;
	left: 40px;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 3;
	width: 310px;
}
.faculaties-slider .owl-stage-outer:after{
	content: '';
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 3;
	width: 310px;
}
.faculaties-slider .owl-nav{
	margin-top: 30px;
	text-align: center;
}
.faculaties-slider .owl-nav .owl-next,
.faculaties-slider .owl-nav .owl-prev{
	height: 45px;
	width: 45px;
	background-color: #f3f3f3;
	border-radius: 50%;
	padding: 0;
	line-height: 43px !important;
	color: #000;
	font-size: 20px;
	border: 0;
	margin: 0 5px;
	display: inline-block;
	text-align: center;
}
.our-gallery{
	background-color: #f3f3f3;
	padding: 100px 0;
}
.our-gallery .title2{
	text-align: center;
	margin-bottom: 60px;
}
.our-gallery .title2 h2:after{
	left: 50%;
	transform: translateX(-50%);
}
.gallery-content{
	text-align: center;
}
.gallery-content ul{
	letter-spacing: -0.3em;
	margin: 0 -1px;
}
.gallery-content ul:after{
	content: '';
	display: block;
	clear: both;
}
.gallery-content li{
	list-style: none;
	width: 25%;
	float: left;
	padding: 0 1px;
	margin-bottom: 2px;
	letter-spacing: normal;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.gallery-content li .gallery-info{
	position: absolute;
	left: 0;
	bottom: -82px;
	right: 83px;
	background-color: rgba(56,139,224,0.9);
	color: #fff;
	padding: 20px;
	transition: all 0.3s;
}
.gallery-content li:hover .gallery-info{
	bottom: 0;
	transition: all 0.3s;
}
.gallery-content li .gallery-info h3{
	font-size: 14px;
	color: #fff;
	margin-bottom: 8px;
}
.gallery-content li .gallery-info p{
	font-size: 12px;
}
.gallery-content li img{
	width: 100%;
}
.gallery-content a.btn-gallery{
	margin-top: 60px;
	color: #fff;
}
.gallery-content a.btn-gallery:hover{
	background: #cf3827;	
}
.count{
	background-image: url('images/count-bg.jpg');
	padding: 130px 0;
}
.count .count-item{
	position: relative;
	text-align: center;
}
.count-item:hover h3 a{
	color: #f2982d;
}
.count-item:hover p{
	letter-spacing: 3px;
	transition: all 0.3s ease-in-out;
}
.count-item h3{
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 15px;
}
.count-item h3 a{
	color: #fff;
}
.count-item p{
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
}
.home2 .blog-item.blog-row{
	margin-bottom: 30px;
}
.home2 .blog-item:last-child{
	margin-bottom: 0;
}
.home2 .blog-item.blog-row:after,
.page-blog .entry-main .blog-item:after{
	content: '';
	display: block;
	clear: both;
}
.home2 .blog-item.blog-row .blog-left,
.page-blog .entry-main .blog-item .blog-left{
	width: 50%;
	float: left;
}
.home2 .blog-item img:hover{
	filter: blur(1px);
	transition: all 0.3s;
}
.home2 .blog-item.blog-row .blog-right,
.page-blog .entry-main .blog-item .blog-right{
	width: 50%;
	float: left;
}
.home2 .blog-item.blog-row img,
.page-blog .entry-main .blog-item .blog-left img{
	width: 100%;
}
.home2 .blog-item.blog-row .blog-info,
.page-blog .entry-main .blog-item .blog-right .blog-info{
	margin-left: 0;
	padding: 40px;
	width: 100%;
}
.home2 .blog-item.blog-row:last-child .blog-info{
	text-align: right;
}
.home2 .blog-item.blog-row:last-child .blog-info .blog-line{
	float: right;
}
.home2 .blog-item.blog-row .blog-number-left{
	right: initial;
	left: 0;
}
.home2 .blog-item.blog-col{
	height: 100%;
}
.home2 .blog-item.blog-col .blog-info{
	margin-left: 0;
	padding: 40px;
	width: 100%;
}
.home2 .blog-item .blog-info a.blog-number.blog-number-left .blog-month{
	left: 50px;
	right: auto;
}
.home2 .footer-top{
	background-color: initial;
	background-image: url('images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 0;
}
.home2 .footer-bot{
	padding: 62px 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	position: relative;
	margin-top: 60px;
}
.home2 .footer-bot:after{
	content: '';
	display: block;
	clear: both;
}
.home2 .footer-bot .copyright{
	float: left;
	color: #fff;
	position: relative;
}
.home2 .footer-bot .legal{
	float: right;
	position: relative;
}
.home2 .footer-bot .legal li{
	list-style: none;
	display: inline-block;
	margin-right: 25px;
}
.home2 .footer-bot .legal li:last-child{
	margin-right: 0;
}
.home2 .footer-bot .legal li a{
	color: #fff;
}
.home2 .footer-bot .legal li:hover a,
.home2 .footer-bot .copyright a:hover{
	color: #f2982d;
}
.home2 .footer-bot .copyright a{
	color: #fff;
}
.home2 .footer-bot .back-top{
	position: absolute;
	left: 50%;
	top: 50%;
  transform: translate(-50%,-50%);
	height: 46px;
	width: 46px;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.home2 .footer-bot .back-top:hover{
	border: 2px solid #f2982d;
}
.home2 .footer-bot .back-top:hover i{
	color: #f2982d;
}
.home2 .footer-top:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
.home2 .footer-top i,
.home2 .col-lg-3:nth-child(3) .ft-item span{
	color: #fff;
}
.home2 .ft-item h3::after{
	background-color: #fff;
}
.home2 .col-lg-3:nth-child(1) .ft-item ul{
	border-top-color: rgba(255,255,255,0.3);
}
.home2 .col-lg-3:nth-child(3) .ft-item .ft-latest{
	border-bottom-color: rgba(255,255,255,0.3);
}
.home2 .footer-up{
  background-color: #184b71;
	position: relative;
	transform: translateY(-50%);
	margin-bottom: 35px;
	z-index: 999;
}
.home2 .footer-up .footer-up-item{
	position: relative;
	padding: 45px 60px;
}
.footer-up-item span{
	position: absolute;
	top: -11px;
	line-height: 22px;
	font-size: 12px;
	padding: 0 9px;
	background-color: #cf3827;
	color: #fff;
	left: 60px;
}
.footer-up-item li{
	list-style: none;
	display: inline-block;
}
.footer-up-contact li{
	margin-right: 65px;
}
.footer-up-contact li:last-child{
	margin-right: 0;
}
.footer-up-contact li{
	color: #fff;
	font-weight: 500;
}
.footer-up-contact li i{
	opacity: 0.15;
	font-size: 24px;
	margin-right: 15px;
	vertical-align: -3px;
}
.footer-up-contact li i.fa-envelope-o{
	font-size: 18px;
}
.footer-up-follow li{
	margin-right: 30px;
}
.footer-up-follow li:hover i{
	opacity: 1;
}
.footer-up-follow li i{
	opacity: 0.2;
	font-size: 18px;
}

/*==========================================================
	9. HOME 3
==========================================================*/
.home3 .menu-header{
	height: 420px;
}
.home3 .features-left{
	width: 25%;
	float: left;
	height: 100%;
}
.home3 .features-left .f-search{
	padding: 90px 30px;
}
.home3 .features-right{
	width: 75%;
	float: right;
	text-align: center;
	background-image: url('images/banner-bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
}
.home3 .features-right .banner{
	padding: 55px 15px 0;
}
.home3 .features-right .banner .banner-desc{
	max-width: 430px;
	margin: 0 auto;
}
.home3 .our-features{
	height: 600px;
	margin-top: -400px;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1); 
	margin-bottom: 100px;
}
.home3 .features-right .logo-banner{
	margin-bottom: 18px;
}
.home3 .features-right h2{
	font-size: 24px;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
} 
.home3 .features-right h2:before{
	content: '';
	display: block;
	height: 1px;
	width: 50px;
	background-color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -80px;
}
.home3 .features-right h2:after{
	content: '';
	display: block;
	height: 1px;
	width: 50px;
	background-color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: initial;
	right: -80px;
}
.home3 .our-features:after{
	content: '';
	display: block;
	clear: both;
}
.home3 .features-main .title{
	text-align: center;
}
.home3 .features-main .title-logo{
	background-image: url('images/assets/logo-bg-02.png');
	width: 80px;
	height: 63px;
	float: none;
	margin-bottom: 7px;
}
.home3 .features-main .title-info{
	margin-left: 0;
}
.home3 .features-main .title-info h2{
	margin-bottom: 10px;
}
.home3 .ft-box{
	padding: 55px 40px 50px;
	border: 1px solid #fff;
	position: relative;
	overflow: hidden;
}
.home3 .ft-box:hover{
	border: 1px solid #184b71;
	transition: all 0.3s ease-in-out;
}
.home3 .ft-box:hover .ft-box-bg{
	visibility: visible;
	opacity: 1;
	transition: all 0.3s;
}
.home3 .ft-box:hover .ft-box-bg img{
	display: block;
}
.home3 .ft-box .ft-box-bg{
	position: absolute;
	bottom: -25px;
	right: -25px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.home3 .ft-box .ft-box-bg img{
	margin-bottom: 0;
}
.home3 .ft-box:hover img{
	display: none;
}
.home3 .ft-box:hover .ft-desc{
	height: 186px;
	overflow: hidden;
}
.home3 .ft-box .ft-more:hover{
	background-color: #cf3827;
	color: #fff;
	border-color: #cf3827;
}
.home3 .ft-box img,
.list-features .f-icon{
	margin-bottom: 52px;
}
.home3 .ft-box h3,
.list-features .f-title{
	margin-bottom: 32px;
	text-transform: uppercase;
}
.home3 .ft-box .ft-desc,
.list-features .f-desc{
	margin-bottom: 35px;
	height: 84px;
	overflow: hidden;
}
.list-features .f-desc{
	height: auto;
}
.home3 .ft-box .ft-desc p{
	margin-bottom: 28px;
}
.home3 .ft-box .ft-more,
.f-read{
	height: 45px;
	line-height: 45px;
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.15);
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 24px;
}
.f-read:hover,
.home6 .all-events:hover,
.upcoming-content .owl-nav .owl-next:hover,
.upcoming-content .owl-nav .owl-prev:hover{
	border-color: #cf3827;
	background-color: #cf3827;
	color: #fff;
}
.list-category:after{
	content: '';
	display: block;
	clear: both;
}
.list-category .category-item{
	width: 20%;
	float: left;
	position: relative;
}
.list-category{
	background-color: #184b71;
}
.home4 .list-category{
	margin-top: 120px;
}
.list-category .category-item.center{
	text-align: center;
}
.list-category .category-item.center .category-info{
	position: relative;
	transform: none;
	left: 0;
	right: 0;
	top: 150px;
}
.list-category .category-item.center .category-info img{
	margin-bottom: 44px;
}
.list-category .category-item.center .category-info p{
	font-size: 18px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
.list-category .category-item.center .category-info p span{
	display: block;
	letter-spacing: normal;
	font-size: 48px;
	margin-bottom: 34px;
	margin-top: -7px;
}
.list-category .category-item.center .category-info a.cat-all{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border: 1px solid #fff;
	height: 45pc;
	line-height: 43px;
	padding: 12px 24px;
}
.list-category .category-item .category-info{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 47px;
	right: 47px;
}
.category-item:hover .category-name{
	opacity: 1;
}
.category-info .category-name{
	font-size: 12px;
	background-color: #cf3827;
	display: inline-block;
	padding: 0 12px;
	color: #fff;
	height: 24px;
	line-height: 28px;
	opacity: 0;
}
.category-info .category-name a{
	display: block;
	color: #fff;
}
.category-item:hover .category-info .category-content{
	border-top: 3px solid #cf3827;
	padding: 27px 30px;
}
.category-info .category-content{
	background-color: #fff;
	border-top: 4px solid #fff;
	padding: 10px 20px 12px;
}
.category-item:hover .category-info .category-content h3{
	margin-bottom: 20px;
	line-height: 24px;
	text-align: left;
}
.category-info .category-content h3{
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: center;
}
.category-item:hover .category-info .category-content .category-desc{
	display: block;
}
.category-info .category-content .category-desc{
	margin-bottom: 20px;
	display: none;
}
.category-item:hover .category-info .category-content .category-more{
	display: inline-block;
}
.category-info .category-content .category-more{
	font-weight: 700;
	position: relative;
	display: inline-block;
	display: none;
}
.category-info .category-content .category-more:after{
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #184b71;
}
.popular-main .popular-item:after,
.popular-main .popular-item .popular-bottom:after{
	content: '';
	display: block;
	clear: both;
}
.popular-main .popular-item:nth-child(2n-1) .popular-thumb{
	width: 50%;
	float: left;
}
.popular-main .popular-item:nth-child(2n) .popular-thumb{
	width: 50%;
	float: right;
}
.popular-main .popular-item{
	margin-bottom: 95px;
	position: relative;
}
.popular-main .popular-item:last-child{
	margin-bottom: 80px;
}
.popular-main .popular-item:nth-child(2n-1) .popular-box .popular-avatar{
	position: absolute;
	left: 40px;
	border: 10px solid #fff;
	border-radius: 50%;
	bottom: -45px;
}
.popular-main .popular-item:nth-child(2n) .popular-box .popular-avatar{
	position: absolute;
	right: 40px;
	border: 10px solid #fff;
	border-radius: 50%;
	top: -45px;
	z-index: 9;
}
.popular-main .popular-item,
.popular-main .popular-item .popular-box{
	height: 300px;
}
.popular-main .popular-item:nth-child(2n-1) .popular-box{
	float: right;
	width: 50%;
}
.popular-main .popular-item:nth-child(2n) .popular-box{
	float: left;
	width: 50%;
}
.popular-main .popular-item:nth-child(2n) .popular-box .popular-info{
	text-align: right;
}
.popular-main .popular-item .popular-info h3{
	clear: none;
}
.popular-main .popular-item .popular-info{
	height: 245px;
	padding: 45px 30px;
}
.popular-main .popular-item .popular-info h3{
	font-size: 24px;
	margin-bottom: 20px;
}
.popular-main .popular-item .popular-bottom{
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	border: 1px solid #eaeaea;
	border-top: 0;
}
.popular-main .popular-item:nth-child(2n-1) .popular-bottom .popular-count{
	float: left;
}
.popular-main .popular-item:nth-child(2n) .popular-bottom .popular-count{
	float: right;
}
.popular-main .popular-item:nth-child(2n) .popular-bottom .price{
	float: left;
}
.popular-main .popular-item:nth-child(2n) .popular-bottom .price .price-old{
	color: #000;
	opacity: 0.5;
	margin-left: 25px;
	text-decoration: line-through;
}
.home3 .popular-course a.all-courses{
	transform: translateX(-50%);
	position: relative;
	left: 50%;
	background-color: #cf3827;
}
.home3 .popular-course a.all-courses:hover{
	color: #fff;
	background: #184b71;
}
.home3 .popular-course{
	padding: 100px 0 25px;
}
.home3 .blog{
	background-color: initial;
	background-image: url('images/blog-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.home3 .blog .title{
	position: relative;
}
.home3 .blog:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
.home3 .our-events{
	padding-top: 100px;
}
.oe-item:after{
	content: '';
	display: block;
	clear: both;
}
.oe-item .oe-info .oe-date{
	height: 50px;
	width: 50px;
	background-color: #cf3827;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
}
.oe-item .oe-info .oe-date a{
	color: #fff;
	display: block;
}
.oe-item .oe-info .oe-date a:hover span{
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}
.oe-item.oe-two .oe-info .oe-date span{
	right: auto;
	left: 50px;
}
.oe-item .oe-info .oe-date span{
	position: absolute;
	right: 50px;
	background-color: #e5e5e5;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	padding: 0 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.oe-item .oe-info h3{
	margin-bottom: 22px;
}
.oe-item .oe-info .oe-desc{
	margin-bottom: 26px;
}
.oe-item .oe-info a.oe-read{
	display: inline-block;
	height: 40px;
	line-height: 38px;
	border: 1px solid rgba(0,0,0,0.15);
	padding: 0 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.oe-item .oe-thumb{
	position: relative;
	overflow: hidden;
}
.oe-item .oe-thumb:hover a:before,
.oe-item .oe-thumb:hover p{
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}
.oe-item .oe-thumb:hover img{
	-webkit-filter: blur(2px);
	filter: blur(2px);
}
.oe-item .oe-thumb img{
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.oe-item .oe-thumb a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	z-index: 999;
}
.oe-item .oe-thumb p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	text-align: center;
	width: 345px;
	padding: 12px 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	z-index: 9999;
}
.oe-item.oe-one .oe-info .oe-date{
	float: right;
}
.oe-item.oe-one .oe-info{
	text-align: right;
	padding: 80px 90px 15px 15px;
}
.oe-item.oe-two .oe-info{
	text-align: left;
	padding: 80px 15px 15px 90px;
}
.oe-item.oe-one .oe-info,
.oe-item.oe-two .oe-thumb{
	float: left;
	width: 50%;
}
.oe-item.oe-one .oe-thumb,
.oe-item.oe-two .oe-info{
	float: right;
	width: 50%;
}
.home2 .partner-slider{
	padding: 80px 0 120px 0;
}
.home3 .partner {
	z-index: 2;	
}
.home3 .partner-slider{
	padding: 30px 0;
	border-top: 0;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1); 
	margin-bottom: -89px;
	background-color: #fff;
}
.home3 .partner-slider .partner-item{
	border-right: 1px solid #e5e5e5;
}
.home3 .partner-slider .partner-item:hover{
	-webkit-box-shadow: 0px 0px 37px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 37px -13px rgba(0,0,0,0.75);
box-shadow: 0px 0px 37px -13px rgba(0,0,0,0.75);
	transition: all 0.3s ease-in-out;
}
.home3 .footer-top{
	padding: 195px 0 70px;
}
.home3 .footer-bottom .logo-footer{
	margin-top: 0;
}
.home3 .footer-bottom .f-socials{
	margin-top: 50px;
	text-align: left;
}
.home3 .footer-bottom .f-socials li{
	height: 46px;
	width: 46px;
	border: 1px solid #bfbfbf;
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
}
.home3 .footer-bottom .f-socials li:last-child{
	margin-right: 0;
}
.home3 .footer-bottom .f-socials li a{
	display: block;
}
.home3 .footer-bottom .f-socials li:hover i{
	color: #d60f0f;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.home3 .footer-bottom .f-socials li:hover{
	border: 1px solid #d60f0f;
	transition: all 0.3s ease-in-out;
}
.home3 .footer-bottom .f-socials li{
	margin-right: 8px;
}
.home3 .f-legal{
	text-align: right;
	margin-top: 60px;
}
.home3 .f-legal li{
	list-style: none;
	display: inline-block;
	margin-left: 23px;
	position: relative;
	padding-bottom: 6px;
}
.home3 .f-legal li:hover a{
	color: #000;
}
.home3 .f-legal li:hover:after{
	background-color: #000;
	transition: all 0.3s ease-in-out;
}
.home3 .f-legal li:first-child{
	margin-left: 0;
}
.home3 .f-legal li:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
}
.home3 .footer-bottom{
	padding: 75px 0;
}

/*==========================================================
	10. HOME 4
==========================================================*/
.home4 .site-header .site-top,
.page .site-header .site-top{
	height: 50px;
	line-height: 50px;
	background-color: #184b71;
	overflow: hidden;
}
.home4 .site-header .site-top{
	overflow: hidden;
}
.home5 .site-header .site-top,
.page-blog .site-header .site-top{
	line-height: 50px;
}
.home4 .site-top:after,
.home5 .site-top:after,
.page-blog .site-top:after,
.page .site-top:after{
	content: '';
	display: block;
	clear: both;
}
.home4 .site-top .top-left,
.home5 .site-top .top-left,
.page-blog .site-top .top-left,
.page .site-top .top-left{
	float: left;
}
.home4 .top-left p,
.home4 .top-left a,
.home4 .top-right li a,
.page .top-left p,
.page .top-left a,
.page .top-right li a{
	color: #fff;
}
.home4 .top-left a:hover,
.home4 .top-right li a:hover,
.home4 .top-right .user a:hover{
	opacity: 0.8;
}
.home4 .top-left i,
.page .top-left i{
	margin-right: 15px;
	font-size: 20px;
	vertical-align: -2px;
}
.home4 .top-left span,
.page .top-left span{
	margin: 0 25px;
	opacity: 0.5;
}
.home4 .site-top .top-right,
.home5 .site-top .top-right,
.page-blog .site-top .top-right,
.page .site-top .top-right{
	float: right;
}
.home4 .top-right li,
.home5 .top-right li,
.page-blog .top-right li,
.page .top-right li{
	list-style: none;
	display: inline-block;
	margin-left: 23px;
}
.home4 .top-right li:first-child,
.page .top-right li:first-child{
	margin-left: 0;
}
.home4 .top-right ul,
.home4 .top-right .user,
.page .top-right ul,
.page .top-right .user{
	display: inline-block;
}
.home4 .top-right .user,
.page .top-right .user{
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 45px;
}
.home4 .top-right .user a,
.page .top-right .user a{
	color: #fff;
	display: block;
	padding: 0 0 0 20px;
	background-color: #cf3827;
	position: relative;
}
.home4 .top-right .user a:before,
.page .top-right .user a:before{
	content: '';
	width: 0;
	height: 0;
	border-bottom: 50px solid #cf3827;
	border-left: 23px solid transparent;
	position: absolute;
	top: 0;
	left: -23px;
}
.home4 .top-right .user a:after,
.page .top-right .user a:after{
	content: '';
	height: 50px;
	width: 999999px;
	background-color: #cf3827;
	display: block;
	position: absolute;
	top: 0;
	left: 90px;
}
.home4 .site-header,
.page .site-header,
.home5 .site-header,
.page-blog .site-header{
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 999;
}
.home5 .site-header{
	overflow: initial;
}
.home4 .header-content:after,
.page .header-content:after,
.home5 .header-content:after,
.page-blog .header-content:after{
	content: '';
	display: block;
	clear: both;
}
.home4 .site-brand,
.page .site-brand,
.home5 .site-brand,
.page-blog .site-brand{
	float: left;
}
.home4 .site-brand a,
.home5 .site-brand a{
	line-height: 154px;	
}
.home4 .search-main,
.page .search-main,
.home5 .search-main,
.page-blog .search-main{
	float: right;
}
.home4 .search-main .search-icon i,
.page .search-main .search-icon i,
.home5 .search-main .search-icon i,
.page-blog .search-main .search-icon i{
	color: #000;
}
.home4 .search-main .search-icon:hover i,
.home5 .search-main .search-icon:hover i{
	color: #cf3827;	
}
.home4 .search-main .search-icon,
.page .search-main .search-icon,
.home5 .search-main .search-icon,
.page-blog .search-main .search-icon{
	border: 0;
	line-height: 154px;
	height: 154px;
	margin-top: 0;
}
.home4 .c-hamburger span,
.page .c-hamburger span,
.home5 .c-hamburger span,
.page-blog .c-hamburger span,
.home4 .c-hamburger span:after,
.page .c-hamburger span:after,
.home5 .c-hamburger span:after,
.page-blog .c-hamburger span:after,
.home4 .c-hamburger span:before,
.page .c-hamburger span:before,
.home5 .c-hamburger span:before,
.page-blog .c-hamburger span:before{
	background-color: #000;
}
.home4 .c-hamburger,
.page .c-hamburger,
.home5 .c-hamburger,
.page-blog .c-hamburger{
	border-right: 0;
	margin-top: 4px;
}
.welcome-slider{
	background-color: #f6f6f6;
	text-align: center;
	padding-top: 90px;
	position: relative;
}
.welcome-slider h2{
	font-size: 70px;
	text-transform: uppercase;
	letter-spacing: 12px;
	opacity: 0.1;
	margin-top: 50px;
}
.welcome-slider .welcome-item img{
	width: auto;
	margin: -62px auto 54px;
	position: relative;
}
.welcome-slider .owl-nav .owl-next,
.welcome-slider .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 60px;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	line-height: 60px;
	background-color: #fff;
	color: #000;
	font-size: 18px;
}
.welcome-slider .owl-nav{
	margin: 0;
}
.welcome-slider .owl-nav .owl-prev{
	right: initial;
	left: 60px;
}
.welcome-slider .owl-nav .owl-next:hover,
.welcome-slider .owl-nav .owl-prev:hover{
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	background-color: #cf3827;
	color: #fff;
}
.welcome-slider .welcome-box{
	border: 5px solid #000;
	display: inline-block;
	padding: 8px 20px;
	background-color: #fff;
}
.welcome-slider .welcome-box h3{
	font-size: 50px;
	text-transform: uppercase;
}
.welcome-slider .welcome-box p{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.home4 .best-course .courses-search,
.page .best-course .courses-search{
	background-color: #f2982d;
}
.home4 .best-course .courses-logo,
.page .best-course .courses-logo{
	background-color: #f2982d;
	line-height: 105px;
	height: 105px;
}
.home4 .best-course .courses-logo p,
.page .best-course .courses-logo p{
	text-transform: none;
	font-size: 24px;
	margin-top: 0;
}
.home4 .best-course .courses-search,
.page .best-course .courses-search{
	height: 105px;
}
.home4 .courses-search .courses-form .field-select:after{
	background-color: #f5ad57;
}
.home4 .best-course .courses-search .courses-form .field,
.page .best-course .courses-search .courses-form .field{
	width: 29%;
}
.home4 .best-course .courses-search .courses-form,
.page .best-course .courses-search .courses-form{
	padding: 30px 30px 30px 0;
}
.home4 .best-course .courses-search .courses-form .field:last-child,
.page .best-course .courses-search .courses-form .field:last-child{
	width: 13%;
}
.home4 .best-course .courses-search .courses-form input[type="submit"],
.page .best-course .courses-search .courses-form input[type="submit"]{
	background-color: #fff;
	color: #000;
}
.home4 .best-course .courses-search .courses-logo,
.page .best-course .courses-search .courses-logo{
	width: 15%;
}
.home4 .best-course .courses-search .courses-form,
.page .best-course .courses-search .courses-form{
	width: 85%;
}
.home4 .best-course .courses-search .courses-form input,
.home4 .best-course .courses-search .courses-form select{
	border: 1px solid #F5AD56;
}
.courses-search .courses-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
    opacity: 1; /* Firefox */	
}
.courses-search .courses-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.courses-search .courses-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.popular-course.layout2 .popular-main .popular-item,
.popular-course.layout2 .popular-main .popular-item .popular-box,
.popular-course.layout2 .popular-main .popular-item .popular-info,
.popular-course.layout2 .popular-main .popular-item .popular-bottom,
.popular-course.layout3 .popular-main .popular-item,
.popular-course.layout3 .popular-main .popular-item .popular-box,
.popular-course.layout3 .popular-main .popular-item .popular-info,
.popular-course.layout3 .popular-main .popular-item .popular-bottom{
	height: auto;
}
.popular-course.layout2 .popular-main .popular-item:nth-child(2n-1) .popular-box,
.popular-course.layout2 .popular-main .popular-item:nth-child(2n) .popular-box,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n-1) .popular-box,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n) .popular-box{
	margin: 50px 0 50px;
}
.popular-course.layout2 .popular-main .popular-item:nth-child(2n-1) .popular-box .popular-box-wrap,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n-1) .popular-box .popular-box-wrap{
	margin-left: -100px;
	position: relative;
	background-color: #fff;
	height: 280px;
}
.popular-course.layout2 .popular-main .popular-item:nth-child(2n) .popular-box .popular-box-wrap,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n) .popular-box .popular-box-wrap{
	margin-right: -100px;
	position: relative;
	background-color: #fff;
	height: 280px;
	z-index: 9;
}
.popular-course.layout2 .popular-item:hover,
.popular-course.layout3 .popular-item:hover{
	box-shadow: none;
}
.popular-course.layout2 .popular-item:hover .popular-box-wrap{
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.popular-course.layout2 .popular-main .popular-item .popular-info .popular-desc,
.popular-course.layout3 .popular-main .popular-item .popular-info .popular-desc{
	height: 63px;
	overflow: hidden;
}
.popular-course.layout2 .popular-info,
.popular-course.layout2 .popular-main .popular-item .popular-bottom,
.popular-course.layout3 .popular-info,
.popular-course.layout3 .popular-main .popular-item .popular-bottom{
	border: 0;
}
.popular-course.layout2 .popular-main .popular-item .popular-info,
.popular-course.layout3 .popular-main .popular-item .popular-info{
	padding: 35px 40px 35px;
}
.popular-course.layout3 .popular-main .popular-item .popular-info{
	padding: 35px 40px 35px;
}
.popular-course.layout2 .popular-main .popular-item:nth-child(2n-1) .popular-bottom,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n-1) .popular-bottom{
	margin-left: 140px;
	padding: 0;
	border-top: 1px solid #e8e8e8;
	line-height: 70px;
	margin-right: 50px;
}
.popular-course.layout2 .popular-main .popular-item:nth-child(2n) .popular-bottom,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n) .popular-bottom{
	margin-right: 140px;
	padding: 0;
	border-top: 1px solid #e8e8e8;
	line-height: 80px;
	margin-left: 50px;
}
.popular-course.layout2 .popular-main .popular-item,
.popular-course.layout3 .popular-main .popular-item{
	margin-bottom: 80px;
}
.popular-course.layout2 .popular-main .popular-item:nth-child(2n-1) .popular-box .popular-avatar,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n-1) .popular-box .popular-avatar{
	border: 0;
	bottom: 45px;
}
.popular-course.layout2,
.popular-course.layout3{
	padding-top: 115px;
}
.popular-course.layout3{
	margin-bottom: 110px;
}
.popular-course.layout2 .title2,
.upcoming .title2{
	text-align: center;
	margin-bottom: 80px;
}
.popular-course.layout2 .title2 h2,
.upcoming .title2 h2{
	text-transform: uppercase;
	font-size: 18px;
}
.popular-course.layout2 .title2 h2:after,
.upcoming .title2 h2:after{
	content: '';
	left: 50%;
	transform: translateX(-50%);
}
.popular-course.layout2 .popular-main .popular-item:nth-child(2n) .popular-box .popular-avatar,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n) .popular-box .popular-avatar{
	border: 0;
	top: auto;
	bottom: 45px;
}
.popular-course.layout2 .popular-main .popular-item .popular-box .popular-bottom i,
.popular-course.layout3 .popular-main .popular-item .popular-box .popular-bottom i{
	color: #f2982d;
	opacity: 1;
	margin-right: 5px;
}
.list-features .f-item{
	padding-left: 40px;
	position: relative;
}
.list-features{
	padding: 120px 0 45px;
}
.list-features .f-item:hover:before{
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.list-features .f-item:before{
	content: '';
	height: 50px;
	width: 2px;
	background-color: #f2982d;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}
.list-features .col-lg-4:nth-child(2) .f-item:before{
	background-color: #4fcad8;
}
.list-features .col-lg-4:nth-child(3) .f-item:before{
	background-color: #c962e3;
}
.home4 .blog{
	background-color: initial;
	background-image: url('images/home4-blog-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.home4 .blog:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
.home4 .blog .title{
	position: relative;
}
.upcoming{
	padding-top: 115px;
}
.upcoming-item{
	position: relative;
	margin-bottom: 80px;
}
.upcoming-item:last-child{
	margin-bottom: 0;
}
.upcoming-item .upcoming-box{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	max-width: 505px;
	padding: 50px 55px 55px;
}
.upcoming-item:nth-child(2n-1) .upcoming-box{
	left: 80px;
	text-align: right;
}
.upcoming-item:nth-child(2n) .upcoming-box{
	right: 80px;
	text-align: left;
}
.upcoming-item:nth-child(2n-1) .upcoming-box .blog-number{
	top: 50px;
	right: -25px;
}
.upcoming-item:nth-child(2n) .upcoming-box .blog-number{
	top: 50px;
	left: -25px;
}
.upcoming-item:nth-child(2n-1) .upcoming-box .blog-number:hover span,
.upcoming-item:nth-child(2n-1) .upcoming-box .blog-number span{
	left: 50px;
	right: auto;
}
.upcoming-item .upcoming-box h3{
	margin-bottom: 20px;
}
.upcoming-item .upcoming-box h3 a:hover{
	text-decoration: underline;
	color: #000;
}
.upcoming-item .upcoming-box .upcoming-desc{
	margin-bottom: 22px;
}
.upcoming-item .upcoming-box .upcoming-time{
	color: #184b71;
	margin-bottom: 25px;
}
.home4 .faculaties-slider .owl-nav .owl-next,
.home4 .faculaties-slider .owl-nav .owl-prev,
.home4 .all-events{
	height: 45px;
	width: 45px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	padding: 0;
	margin: 0 10px;
	line-height: 43px;
}
.home4 .faculaties-content{
	position: relative;
}
.home4 .all-events,
.home6 .all-events{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	width: auto;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 30px;
	z-index: 99;
}
.home4 .faculaties-slider .owl-nav .owl-next:hover,
.home4 .faculaties-slider .owl-nav .owl-prev:hover{
	color: #000;
}
.home4 .footer-contact,
.page .footer-contact{
	background-color: #f2f2f2;
	overflow: hidden;
}
.home4 .footer-contact:after,
.page .footer-contact:after{
	content: '';
	display: block;
	clear: both;
}
.home4 .footer-contact .fc-left,
.page .footer-contact .fc-left{
	float: left;
	width: 20%;
	background-color: #cf3827;
	background-image: url('images/assets/contact-phone-bg.png');
	background-repeat: no-repeat;
	padding: 40px 0 30px;
	background-position: left 40px;
	position: relative;
}
.home4 .footer-contact .fc-left:before,
.page .footer-contact .fc-left:before{
	content: '';
	position: absolute;
	top: 0;
	right: 234px;
	bottom: 0;
	width: 9999999px;
	background-color: #cf3827;
}
.home4 .footer-contact .fc-left:after,
.page .footer-contact .fc-left:after{
	content: '';
	position: absolute;
	right: -90px;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 127px solid #cf3827;
	border-right: 90px solid transparent;
}
.home4 .footer-contact .fc-left p,
.page .footer-contact .fc-left p{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.home4 .footer-contact .fc-left p span,
.page .footer-contact .fc-left p span{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.home4 .footer-contact .fc-right,
.page .footer-contact .fc-right{
	float: right;
	width: 80%;
}
.home4 .footer-contact .fc-right form,
.page .footer-contact .fc-right form{
	text-align: center;
	margin-top: 35px;
}
.home4 .footer-contact .fc-right form input,
.page .footer-contact .fc-right form input{
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #cecece;
	height: 45px;
	line-height: 45px;
	padding: 0;
	max-width: 540px;
	width: 100%;
}
.home4 .footer-contact .fc-right form input::placeholder,
.page .footer-contact .fc-right form input::placeholder{
	color: #000;
}
.home4 .footer-contact .fc-right form input[type="submit"],
.page .footer-contact .fc-right form input[type="submit"]{
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	padding: 0 27px;
	max-width: 105px;
	width: 100%;
	margin-left: 30px;
	cursor: pointer;
}
.home4 .footer-contact .fc-right form input[type="submit"]:hover,
.page .footer-contact .fc-right form input[type="submit"]:hover{
	border-bottom: 3px solid #cf3827;
}
.home4 .footer-top,
.page .footer-top{
	padding: 100px 0 70px;
}
.home4 .footer-content,
.page .footer-content{
	background-color: #1e557e;
	padding: 60px 0;
}
.home4 .footer-content:after,
.home4 .footer-content .bot-left:after,
.home4 .footer-bot:after,
.page .footer-content:after,
.page .footer-content .bot-left:after,
.page .footer-bot:after{
	content: '';
	display: block;
	clear: both;
}
.home4 .footer-content .bot-left,
.page .footer-content .bot-left{
	float: left;
}
.home4 .footer-content .bot-left,
.page .footer-content .bot-left{
	width: 60%;
}
.home4 .footer-content .bot-left i,
.page .footer-content .bot-left i{
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 32px;
	color: #fff;
	background-color: #30bbe3;
	border-radius: 50%;
	float: left;
}
.footer-content .bot-left .weekly,
.page .footer-content .bot-left .weekly{
	margin-left: 110px;
}
.footer-content .bot-left .weekly h3,
.page .footer-content .bot-left .weekly h3{
	clear: none;
	text-transform: uppercase;
	color: #fff;
	padding-top: 12px;
	margin-bottom: 10px;
}
.footer-content .bot-left .weekly p,
.footer-content .bot-left .weekly a,
.page .footer-content .bot-left .weekly p,
.page .footer-content .bot-left .weekly a{
	color: #fff;
}
.footer-content .bot-left .weekly a:hover,
.page .footer-content .bot-left .weekly a:hover{
	text-decoration: underline;
}
.home4 .footer-content .bot-right,
.page .footer-content .bot-right{
	float: right;
}
.home4 .footer-content .bot-right,
.page .footer-content .bot-right{
	width: 40%;
	text-align: right;
}
.home4 .footer-content .bot-right ul,
.page .footer-content .bot-right ul{
	margin-top: 15px;
}
.home4 .footer-content .bot-right li,
.page .footer-content .bot-right li{
	list-style: none;
	display: inline-block;
	height: 46px;
	line-height: 42px;
	width: 46px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	margin-left: 9px;
}
.home4 .footer-content .bot-right li:first-child,
.page .footer-content .bot-right li:first-child{
	margin-left: 0;
}
.home4 .footer-content .bot-right li a,
.page .footer-content .bot-right li a{
	display: block;
}
.home4 .footer-content .bot-right li:hover,
.page .footer-content .bot-right li:hover{
	background-color: #cf3827;
	border-color: #cf3827;
}
.home4 .footer-content .bot-right li i,
.page .footer-content .bot-right li i{
	color: #fff;
}
.home4 .footer-bot,
.page .footer-bot{
	padding: 30px 0;
}
.home4 .footer-bot .copyright,
.page .footer-bot .copyright{
	float: left;
}
.home4 .footer-bot .legal,
.page .footer-bot .legal{
	float: right;
}
.home4 .footer-bot .legal li:first-child,
.page .footer-bot .legal li:first-child{
	margin-left: 0;
}
.home4 .footer-bot .legal li,
.page .footer-bot .legal li{
	list-style: none;
	display: inline-block;
	margin-left: 20px;
}

/*==========================================================
	11. HOME 5
==========================================================*/
.home5 .site-top,
.page-blog .site-top{
	background-color: initial;
	border-bottom: 1px solid #e8e8e8;
}
.home5 .site-top p,
.page-blog .site-top p,
.home5 .site-top li i,
.page-blog .site-top li i{
	color: #000;
}
.section-color{
	line-height: normal;
	height: 5px;
}
.section-color:after{
	content: '';
	display: block;
	clear: both;
}
.section-color p{
	width: 25%;
	display: inline-block;
	height: 5px;
	float: left;
	padding-right: 1px;
}
.section-color p:last-child{
	padding-right: 0;
}
.section-color p span{
	display: block;
	height: 5px;
}
.section-color p:nth-child(1) span{
	background-color: #61b235;
}
.section-color p:nth-child(2) span{
	background-color: #388be0;
}
.section-color p:nth-child(3) span{
	background-color: #cf3827;
}
.section-color p:nth-child(4) span{
	background-color: #f2982d;
}
.home5 .site-top li i,
.page-blog .site-top li i{
	opacity: 0.5;
}
.main-slider-item{
	position: relative;
}
.main-slider-item:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
.main-slider-box{
	position: absolute;
	top: 50%;
	width: 860px;
	margin: 0 auto;
	transform: translateY(-50%);
	text-align: center;
}
.home5 .main-slider-box{
	left: 50%;
	transform: translate(-50%,-50%);
}
.main-slider-box form{
	margin-top: 38px;
}
.main-slider-box form:after{
	content: '';
	display: block;
	clear: both;
}
.main-slider-box form input{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 0;
	padding: 0 20px;
}
.main-slider-box form input[type="submit"]{
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
}
.main-slider-box form input[type="submit"]:hover{
	background: #cf3827;
	color: #fff;
}
.main-slider-box form .field-left{
	padding-right: 1px;
}
.main-slider-box form .field-text{
	width: 722px;
	float: left;
	padding: 30px 0 30px 30px;
	background-color: rgba(242,152,45,0.8);
}
.main-slider-box form .field-submit{
	width: 137px;
	float: right;
	padding: 30px 30px 30px 0;
	background-color: rgba(242,152,45,0.8);
}
.main-slider-box h2{
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.main-slider-box p{
	font-size: 18px;
	color: #fff;
}
.main-slider .owl-nav{
	margin-top: 0;
}
.main-slider .owl-dots{
	position: absolute;
	bottom: 56px;
	left: 0;
	right: 0;
}
.main-slider .owl-dots .owl-dot.active span{
	height: 15px;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}
.main-slider .owl-dots .owl-dot span{
	width: 2px;
	height: 8px;
	margin: 0 4px;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}
.home5 .list-features .f-item{
	padding-left: 0;
}
.home5 .list-features .f-item:before{
	content: '';
	display: none;
}
.home5 .list-features{
	padding: 120px 0;
}
.popular-course.layout3 .popular-main .popular-item .popular-box .popular-box-wrap{
	margin: 0 !important;
}
.popular-course.layout3 .popular-main .popular-item .popular-box{
	padding-top: 20px;
	margin: 0 !important;
}
.popular-course.layout3 .popular-item:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.popular-course.layout3 .popular-main .popular-item:nth-child(2n-1) .popular-box .popular-avatar,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n) .popular-box .popular-avatar{
	bottom: 0px;
}
.popular-course.layout3 .popular-main .popular-item .popular-info h3{
	line-height: 1.5;
}
.popular-course.layout3 .title2,
.home5 .countdown .title2,
.home5 .upcoming .title2,
.home5 .our-faculaties .title2{
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 80px;
}
.home5 .our-faculaties .title2{
	width: 405px;
	margin-bottom: 60px;
}
.home5 .countdown .title2{
	width: 455px;
}
.home5 .upcoming .title2{
	width: 410px;
}
.popular-course.layout3 .title2 h2,
.home5 .countdown .title2 h2,
.home5 .upcoming .title2 h2,
.home5 .our-faculaties .title2 h2{
	font-size: 50px;
	text-transform: uppercase;
	color: #eeeeee;
}
.home5 .our-faculaties .title2 h2{
	text-align: left;
}
.home5 .upcoming .title2 h2{
	text-align: right;
}
.popular-course.layout3 .title2 h2:after,
.home5 .countdown .title2 h2:after,
.home5 .upcoming .title2 h2:after,
.home5 .our-faculaties .title2 h2:after{
	left: 50%;
	transform: translateX(-50%);
}
.popular-course.layout3 .title2 span,
.home5 .countdown .title2 span,
.home5 .upcoming .title2 span,
.home5 .our-faculaties .title2 span{
	font-size: 18px;
	opacity: 1;
	position: absolute;
	font-size: 18px;
	top: 14px;
	left: -20px;
	font-weight: 700;
	text-transform: uppercase;
}
.home5 .our-faculaties .title2 span{
	font-size: 24px;
	top: 10px;
}
.home5 .countdown .title2 span,
.home5 .our-faculaties .title2 span{
	left: auto;
	right: 0;
}
.register-course:after{
	content: '';
	display: block;
	clear: both;
}
.register-course .rc-left{
	float: left;
	width: 50%;
	background-color: #184b71;
	height: 600px;
}
.rc-left .rc-item{
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.rc-right .rc-item{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.rc-left .rc-item p{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.rc-left .rc-item p span{
	color: #f2982d;
}
.rc-left .rc-item img{
	margin-bottom: 50px;
}
.rc-left .rc-item h2{
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 40px;
}
.rc-left .rc-item .rc-time p{
	font-size: 30px;
	display: inline-block;
}
.rc-left .rc-item .rc-time p span{
	font-size: 14px;
	color: #40759d;
	display: block;
}
.rc-left .rc-item .rc-time span.dot{
	vertical-align: top;
	color: #fff;
	font-size: 30px;
	margin: 0 19px 0 25px;
}
.register-course .rc-right{
	float: right;
	width: 50%;
	background-color: #1d5279;
	height: 600px;
}
.rc-right form{
	max-width: 580px;
	margin: 0 auto;
}
.rc-right form .field{
	position: relative;
	margin-bottom: 30px;
}
.rc-right form .field input[type="submit"]{
	background-color: #fff;
	border: 0;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}
.rc-right form .field input[type="submit"]:hover{
	color: #fff;
	background-color: #cf3827;
}
.rc-right form .field i{
	position: absolute;
	bottom: 16px;
	right: 20px;
	width: 16px;
	text-align: center;
	color: #fff;
	opacity: 0.2;
}
.rc-right form .field i.fa-mobile{
	font-size: 20px;
	bottom: 13px;
}
.rc-right form input::placeholder{
	display: none;
	font-size: 0;
	transition: all 0.3s ease-in-out;
}
.rc-right form input:focus{
	border: 1px solid #fff;
}
.rc-right form input:focus::placeholder{
	color: #fff;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}
.rc-right form input{
	width: 100%;
	height: 45px;
	background: transparent;
	border: 1px solid #3f6c8d;
}
.rc-right form label{
	color: #fff;
	margin-bottom: 18px;
}
.home5 .countdown-content{
	background-color: #fff;
	margin-top: 30px;
}
.home5 .countdown{
	padding-top: 110px;
}
.home5 .countdown-content .countdown-item{
	background-color: #f7f7f7;
}
.home5 .countdown-content .row{
	margin: 0 -1px;
}
.home5 .countdown-content .col-lg-3{
	padding: 0 1px;
}
.home5 .countdown-item:hover .cd-name{
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.home5 .countdown-item:hover .cd-number{
	margin-bottom: 50px;
}
.home5 .countdown-bot-desc{
	max-width: 600px;
	margin: 140px auto 0;
	text-align: center;
}
.home5 .people-main{
	margin-top: 0;
}
.home5 .people-say .section-color{
	margin-top: 120px;
}
.home5 .people-main .people-controls li.active{
	background-color: #fff;
	border: 2px solid rgba(24,75,113,1);
}
.home5 .people-main .people-controls li{
	border: 2px solid rgba(24,75,113,0);
}
.home5 .upcoming-item:after{
	content: '';
	display: block;
	clear: both;
}
.home5 .upcoming-item img{
	float: left;
}
.home5 .upcoming-item .upcoming-box{
	position: static;
	transform: none;
	padding: 0;
	text-align: left;
	margin-left: 645px;
	max-width: 100%;
}
.home5 .upcoming-item .upcoming-box .upcoming-desc{
	height: 84px;
	overflow: hidden;
	margin-bottom: 36px;
}
.home5 .upcoming-item .upcoming-box h3{
	clear: none;
}
.home5 .upcoming-item .upcoming-box h3 a{
	line-height: 24px;
}
.home5 .upcoming-item:nth-child(2n-1) .upcoming-box .blog-number,
.home5 .upcoming-item:nth-child(2n) .upcoming-box .blog-number{
	left: -50px;
	top: 0;
}
.home5 .upcoming-item:nth-child(2n-1) .upcoming-box .blog-number span{
	left: auto;
	right: 50px;
}
.home5 .upcoming{
	padding-bottom: 120px;
}
.home5 .blog:after,
.home6 .blog:after{
	content: '';
	display: block;
	clear: both;
}
.home5 .blog,
.home6 .blog{
	padding: 0;
	background: initial;
}
.home5 .blog .blog-left,
.home6 .blog .blog-left{
	width: 50%;
	float: left;
	background-color: #1d5279;
	height: 700px;
}
.home5 .blog-slider{
	max-width: 555px;
	margin: 0 auto;
}
.home5 .blog-slider .owl-nav{
	position: static;
}
.home5 .blog-slider .owl-nav .owl-next{
	position: absolute;
	top: 130px;
	right: -130px;
}
.home5 .blog-slider .owl-nav .owl-prev{
	position: absolute;
	top: 130px;
	left: -130px;
}
.home5 .blog-left .blog-content,
.home5 .blog-right .blog-content{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.home5 .blog-left .blog-content h2{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 55px;
}
.home5 .blog-slider .owl-dots .owl-dot.active span{
	width: 30px;
}
.home5 .blog-slider .owl-dots .owl-dot span{
	width: 15px;
}

.home.home5 .blog-right,
.home.home6 .blog-right{
	background-color: #184b71;
	float: right;
	width: 50%;
	height: 700px;
}
.home.home5 .blog-right .blog-content,
.home.home6 .blog-right .blog-content{
	text-align: center;
	position: relative;
}
.home.home6 .blog-right .blog-content{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.home.home5 .blog-right .blog-logo,
.home.home6 .blog-right .blog-logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url('images/assets/logo-blog-bg.png');
	height: 290px;
	width: 253px;
}
.home.home5 .blog-right .blog-logo .blog-logo-icon,
.home.home6 .blog-right .blog-logo .blog-logo-icon{
	color: #fff;
	width: 50px;
	height: 57px;
	background-image: url('images/assets/logo-bg-03.png');
	margin: 0 auto;
	line-height: 53px;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 60px;
}
.home.home5 .blog-right .blog-logo h3,
.home.home6 .blog-right .blog-logo h3{
	color: #fff;
	font-size: 36px;
	margin-bottom: 8px;
}
.home.home5 .blog-right .blog-logo p,
.home.home6 .blog-right .blog-logo p{
	color: #fff;
}
.home.home5 .blog-right h2,
.home.home6 .blog-right h2{
	font-size: 100px;
	color: #205378;
	text-transform: uppercase;
}

.home5 .faculaties-slider,
.home6 .faculaties-slider{
	width: auto;
	margin: 0;
}
.home5 .faculaties-slider .owl-stage-outer::before,
.home5 .faculaties-slider .owl-stage-outer::after,
.home6 .faculaties-slider .owl-stage-outer::before,
.home6 .faculaties-slider .owl-stage-outer::after{
	content: '';
	display: none;
}
.home5 .faculaties-slider .owl-dots .owl-dot:hover span,
.home5 .faculaties-slider .owl-dots .owl-dot.active span,
.home6 .faculaties-slider .owl-dots .owl-dot:hover span,
.home6 .faculaties-slider .owl-dots .owl-dot.active span{
	background-color: #cf3827;
	border: 1px solid #cf3827;
	color: #fff;
}
.home5 .faculaties-slider .owl-dots,
.home6 .faculaties-slider .owl-dots{
	text-align: center;
}
.home5 .faculaties-slider .owl-dot,
.home6 .faculaties-slider .owl-dot{
	display: inline-block;
}
.home5 .faculaties-slider .owl-dot.active span,
.home5 .faculaties-slider .owl-dot span,
.home6 .faculaties-slider .owl-dot.active span,
.home6 .faculaties-slider .owl-dot span{
	background: initial;
	height: 45px;
	width: 45px;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	padding: 0;
	margin: 0 8px;
	line-height: 43px;
	font-weight: 700;
	display: block;
	text-align: center;
}
.home5 .faculaties-slider .owl-nav,
.home6 .faculaties-slider .owl-nav{
	margin-top: 30px;
}
.home5 .faculaties-slider .owl-nav .owl-prev,
.home5 .faculaties-slider .owl-nav .owl-next,
.home6 .faculaties-slider .owl-nav .owl-prev,
.home6 .faculaties-slider .owl-nav .owl-next{
	border-radius: 0;
	border: 1px solid #d9d9d9;
	background: #fff;
	line-height: 48px;
	margin: 0 10px;
}
.contact-bot{
	background-color: #f7f7f7;
}
.cb-content:after{
	content: '';
	display: block;
	clear: both;
}
.cb-content .cb-item{
	width: 33.33%;
	float: left;
	padding: 50px;
}
.cb-content .cb-item:hover{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 37px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 37px -13px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 37px -13px rgba(0,0,0,0.75);
	transition: all 0.3s ease-in-out;
}
.cb-content .cb-item:hover i{
	color: #cf3827;
	opacity: 1;
}
.cb-content .cb-item:hover .cb-info p{
	opacity: 1;
}
.cb-content .cb-item i{
	color: #000;
	font-size: 50px;
	float: left;
	opacity: 0.2;
	text-align: right;
	width: 50px;
}
.cb-content .cb-item .cb-info{
	margin-left: 80px;
}
.cb-content .cb-item .cb-info p{
	opacity: 0.2;
}
.cb-content .cb-item .cb-info p:first-child{
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 5px;
}
.cb-content .cb-item .cb-info p:last-child{
	font-weight: 700;
}
.home5 .footer-top,
.page-blog .footer-top{
	background-color: #fff;
	position: relative;
	padding: 100px 0 70px;
}
.home5 .footer-top p,
.page-blog .footer-top p,
.home5 .footer-top a,
.page-blog .footer-top a,
.home5 .footer-top span,
.page-blog .footer-top span,
.home5 .footer-top h3,
.page-blog .footer-top h3{
	color: #000;
}
.home5 .footer-top a:hover{
	color: #cf3827;
}
.home5 .copyright,
.page-blog .copyright{
	border-top: 1px solid #eaeaea;
	text-align: center;
	padding: 45px 0;
}

/*==========================================================
	12. HOME 6
==========================================================*/
.home6 .slider-main-title h2{
	text-transform: uppercase;
	font-size: 70px;
}
.home6 .slider-main-item .slider-main-title span{
	margin-bottom: 10px;
}
.home6 .slider-main .owl-nav{
	margin-top: 0;
}
.home6 .slider-main-item .slider-main-title p{
	position: relative;
	padding-bottom: 0;
	font-size: 18px;
}
.home6 .slider-main-title p:before{
	content: '';
	height: 1px;
	width: 82px;
	position: absolute;
	bottom: 6px;
	display: block;
	background-color: #f2982d;
	left: 0px;
}
.home6 .slider-main-title p:after{
	content: '';
	height: 1px;
	width: 82px;
	position: absolute;
	bottom: 6px;
	display: block;
	background-color: #f2982d;
	right: 0px;
}
.home6 .slider-main-title .btn-slider{
	height: 45px;
	border: 1px solid #fff;
	line-height: 43px;
	display: inline-block;
	padding: 0 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin-top: 25px;
}
.home6 .slider-main-title .btn-slider:hover,
.home6 .rc-left .rc-item .all-video:hover{
	background-color: #cf3827;
	border-color: #cf3827;
}
.home6 .our-features .item-two .box-search form input[type="submit"]:hover{
	background-color: #cf3827;
	color: #fff;
}
.home6 .our-features .item-one{
	background-color: #388be0;
	padding: 55px 40px 55px;
	color: #fff;
}
.home6 .our-features .item h3{
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.home6 .our-features .item-one .item-desc{
	margin-bottom: 36px;
}
.home6 .our-features .item-one .signature{
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
.home6 .our-features{
	position: relative;
	z-index: 9;
	margin-top: -100px;
	margin-bottom: 100px;
}
.home6 .our-features .item-two{
	background-color: #f2982d;
	margin-top: -115px;
}
.home6 .our-features .item-two p.title{
	background-color: #000;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 47px 57px 30px;
	position: relative;
	font-weight: 700;
	margin-bottom: 0;
}
.home6 .our-features .item-two .box-search{
	padding: 88px 40px 62px;
}
.home6 .our-features .item-two .box-search form{
	text-align: center;
}
.home6 .our-features .item-two .box-search form .field{
	margin-bottom: 30px;
}
.home6 .our-features .item-two .box-search form input{
	width: 100%;
	border: 0;
	height: 45px;
	background-color: #faae53;
	color: #fff;
}
.home6 .our-features .item-two .box-search form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
    opacity: 1; /* Firefox */	
}
.home6 .our-features .item-two .box-search form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.home6 .our-features .item-two .box-search form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.home6 .our-features .item-two .box-search form input[type="submit"]{
	width: auto;
	background-color: #fff;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 27px;
	margin: 0 auto;
	cursor: pointer;
}
.home6 .our-features .item-two p.title:after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -37px;
	border-left: 185px solid transparent;
	border-right: 185px solid transparent;
	border-top: 37px solid #000;
}
.home6 .our-features .item-three{
	background-color: #61b235;
	padding: 55px 40px 40px;
}
.home6 .our-features .item-three li:first-child{
	padding-top: 0;
}
.home6 .our-features .item-three li{
	list-style: none;
	padding: 30px 0;
	border-bottom: 1px solid #89c568;
}
.home6 .our-features .item-three li:last-child{
	border-bottom: 0;
}
.home6 .our-features .item-three li:after{
	content: '';
	display: block;
	clear: both;
}
.home6 .our-features .item-three li .date{
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #fff; 
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.home6 .our-features .item-three li .info{
	margin-left: 70px;
}
.home6 .our-features .item-three li .info h4{
	clear: none;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.home6 .our-features .item-three li .info .time,
.home6 .our-features .item-three li .info h4 a{
	color: #fff;
}
.home6 .our-features .item-three li .info h4 a:hover{
	text-decoration: underline;
}
.home6 .our-features .item-three .all{
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
}
.home6 .our-features .item-three .all:hover{
	opacity: 0.8;
}
.home6 .popular-slider .owl-nav .owl-prev,
.home6 .popular-slider .owl-nav .owl-next{
	padding: 0;
}
.home6 .popular-slider .owl-dots .owl-dot span{
	margin: 0;
}
.home6 .rc-left .rc-item h2{
	margin-bottom: 0;
}
.home6 .rc-left .rc-item p{
	font-size: 18px;
	text-transform: none;
	font-weight: 400;
}
.home6 .rc-left .rc-item .all-video{
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	border: 1px solid #fff;
	display: inline-block;
	padding: 0 33px;
	margin-top: 47px;
}
.home6 .rc-right .rc-item ul:after{
	content: '';
	display: block;
	clear: both;
}
.home6 .popular-course{
	padding-bottom: 95px;
}
.home6 .rc-right .rc-item li,
.home6 .blog-left li{
	list-style: none;
	width: 33.33%;
	float: left;
	position: relative;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.home6 .blog-left ul:after{
	content: '';
	display: block;
	clear: both;
}
.home6 .blog-left li{
	height: 700px;
}
.home6 .rc-right .rc-item li a,
.home6 .blog-left li a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.home6 .rc-right .rc-item li:before,
.home6 .blog-left li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(29,82,121,0.9);
	transition: all 0.3s ease-in-out;
}
.home6 .rc-right .rc-item li:hover:before,
.home6 .blog-left li:hover:before{
	background-color: rgba(29,82,121,0.5);
	transition: all 0.3s ease-in-out;
}
.home6 .rc-right .rc-item li:hover p,
.home6 .blog-left li:hover p{
	display: none;
}
.home6 .rc-right .rc-item li:hover .video-control .icon-play,
.home6 .blog-left li:hover .video-control .icon-play{
	display: block;
}
.home6 .rc-right .rc-item li .video-control,
.home6 .blog-left li .video-control{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.home6 .rc-right .rc-item li .video-control p,
.home6 .blog-left li .video-control p{
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.home6 .blog-left li .video-control p{
	font-size: 50px;
	text-transform: uppercase;
	position: relative;
}
.home6 .blog-left li .video-control p span{
	font-size: 24px;
	height: 42px;
	width: 42px;
	background-color: #f2982d;
	border-radius: 50%;
	display: block;
	line-height: 42px;
	position: absolute;
	top: 0;
	right: -21px;
}
.home6 .blog-left li .video-control .icon-play i{
	font-size: 48px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.home6 .rc-right .rc-item li .video-control .icon-play,
.home6 .blog-left li .video-control .icon-play{
	display: none;
}
.home6 .upcoming-item,
.event-grid .upcoming-item{
	padding-left: 50px;
	position: relative;
}
.home6 .upcoming-item .upcoming-thumb img:hover{
	filter: blur(1px);
	transition: all 0.3s;
}
.home6 .upcoming-item .upcoming-box,
.event-grid .upcoming-item .upcoming-box{
	position: static;
	transform: none;
	padding: 25px 0 0 0;
	text-align: left;
}
.home6 .upcoming-item .upcoming-box h3 a {
	line-height: 24px;
	font-size: 17px;
}
.home6 .upcoming-item .upcoming-box a.blog-number,
.event-grid .upcoming-item .upcoming-box a.blog-number{
	left: 0;
	top: 0;
}
.home6 .ft-box .ft-more,
.event-grid .ft-box .ft-more
.f-read{
	padding: 0;
	border: 0;
	border-bottom: 1px solid #000;
	height: auto;
	line-height: normal;
	padding-bottom: 8px;
}
.home6 .upcoming-item .upcoming-box .upcoming-time,
.event-grid .upcoming-item .upcoming-box .upcoming-time{
	margin-bottom: 15px;
}
.home6 .upcoming-item p.shape,
.event-grid .upcoming-item p.shape{
	background-image: url('images/assets/bg-featured.png');
	width: 28px;
	height: 102px;
	position: absolute;
	top: 0;
	right: 20px;
}
.home6 .upcoming-item p.shape span,
.event-grid .upcoming-item p.shape span{
	margin-top: 20px;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.home6 .upcoming-content .owl-stage-outer{
	margin-bottom: 80px;
}
.upcoming-content .owl-nav{
	margin-top: 0;
	text-align: center;
}
.upcoming-content .owl-nav .owl-next,
.upcoming-content .owl-nav .owl-prev{
	border-radius: 0;
  background-color: initial;
	border: 1px solid #d9d9d9;
	height: 45px;
	line-height: 43px;
	padding: 0;
	margin: 0 89px;
	width: 45px;
	font-size: 20px;
	text-align: center;
	display: inline-block;
}
.home6 .upcoming{
	position: relative;
}
.home6 .all-events{
	border-radius: 0;
  background-color: initial;
	border: 1px solid #d9d9d9;
	height: 45px;
	line-height: 43px;
}
.home6 .education-system{
	padding: 100px 0 25px 0;
}
.home6 .education-system ul:after{
	content: '';
	display: block;
	clear: both;
}
.home6 .education-system li{
	list-style: none;
  width: 20%;
	float: left;
	height: 234px;
	position: relative;
}
.home6 .education-system li:after{
	content: '';
	height: 5px;
	width: 0;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	transition: all 0.3s ease-in-out;
}
.home6 .education-system li:hover:after{
	transition: all 0.3s ease-in-out;
	width: 100%;
}
.home6 .education-system li a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 99;
}
.home6 .education-system li .es-item{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.home6 .education-system li .es-item h3{
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-top: 40px;
}
.home6 .education-system li:nth-child(1){
	background-color: #388be0;
}
.home6 .education-system li:nth-child(1):after{
	background-color: #2975c3;
}
.home6 .education-system li:nth-child(2){
	background-color: #61b235;
}
.home6 .education-system li:nth-child(2):after{
	background-color: #4d9b23;
}
.home6 .education-system li:nth-child(3){
	background-color: #f2982d;
}
.home6 .education-system li:nth-child(3):after{
	background-color: #c97d23;
}
.home6 .education-system li:nth-child(4){
	background-color: #44c7d6;
}
.home6 .education-system li:nth-child(4):after{
	background-color: #2ca7b6;
}
.home6 .education-system li:nth-child(5){
	background-color: #c962e3;
}
.home6 .education-system li:nth-child(5):after{
	background-color: #9d30b9;
}
.home6 .our-faculaties .title2 h2{
	text-transform: uppercase;
	font-size: 18px;
}
.home6 .footer-top{
	background: initial;
	background-image: url('images/home6-footer-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 175px 0 55px 0;
}
.home6 .footer-top:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
}
.home6 .ft-item li i,
.home6 .col-lg-3:nth-child(3) .ft-item span{
	color: #cf3827;
}
.home6 .col-lg-3:nth-child(1) .ft-item ul{
	border-top: 1px solid rgba(255,255,255,0.15);
}
.home6 .col-lg-3:nth-child(3) .ft-item .ft-latest{
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.home6 .col-lg-3:nth-child(3) .ft-item .ft-latest:last-child{
	border-bottom: 0;
}
.home6 .footer-top .copyright{
	text-align: center;
	color: #fff;
	margin-top: 50px;
	position: relative;
}
.home6 .footer-top .copyright a{
	color: #fff;
}
.home6 .footer-top .copyright a:hover,
.home6 .ft-item a:hover{
	color: #cf3827;
}
.home6 .contact-bot .cb-box{
	padding: 0 15px;
	width: 33.33%;
	float: left;
}
.home6 .contact-bot{
	background: transparent;
	margin-bottom: -75px;
	position: relative;
	z-index: 9;
}
.home6 .contact-bot .cb-content{
	margin: 0 -15px;
}
.home6 .contact-bot .cb-box:nth-child(1) .cb-item{
	background-color: #388be0;
}
.home6 .contact-bot .cb-box:nth-child(2) .cb-item{
	background-color: #f2982d;
}
.home6 .contact-bot .cb-box:nth-child(3) .cb-item{
	background-color: #61b235;
}
.home6 .contact-bot .cb-box .cb-item{
	width: auto;
	float: none;
}
.home6 .contact-bot .cb-box .cb-item p,
.home6 .contact-bot .cb-box .cb-item i{
	color: #fff;
	opacity: 1;
}

/*==========================================================
	13. Course List
==========================================================*/
.course-list .site-main .site-top{
	height: auto;
	line-height: normal;
	background: initial;
}
.page .page-content{
	padding: 100px 0;
}
.page .page-title{
	text-align: center;
	margin-bottom: 60px;
}
.page .page-title h2{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.filter-post{
	text-align: center;
	margin-bottom: 60px;
}
.filter-post .nav{
	display: block;
}
.filter-post .nav-tabs{
	border-bottom: none;
}
.filter-post a{
	border: 0;
	background-color: transparent;
	outline: 0;
	outline-offset: none;
	padding: 0;
	margin-right: 55px;
	position: relative;
	padding-bottom: 5px;
	font-weight: 700;
	color: #b9b9b9;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
}
.filter-post a.active,
.filter-post a:hover{
	color: #000;
}
.filter-post a.active:after,
.filter-post a:hover:after{
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.filter-post a:after{
	transition: all 0.3s ease-in-out;
	content: '';
	height: 3px; 
	width: 0;
	background-color: #f2982d;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.filter-post a:last-child{
	margin-right: 0;
}
.page-navigation{
	text-align: center;
}
.page-navigation .page-numbers{
	height: 45px;
	width: 45px;
	display: inline-block;
	border: 1px solid #d9d9d9;
	text-align: center;
	line-height: 43px;
	margin-right: 15px;
	font-weight: 700;
}
.page-navigation .page-numbers.current,
.page-navigation .page-numbers:hover{
	background-color: #cf3827;
	border-color: #cf3827;
	color: #fff;
}
.page-navigation .page-numbers:last-child{
	margin-right: 0;
}

/*==========================================================
	14. Course Grid
==========================================================*/
.course-grid .popular-main .popular-item .popular-thumb{
	width: 100%;
	float: none;
}
.course-grid .popular-main .popular-item .popular-info{
	padding: 30px;
	height: auto;
}
.course-grid .popular-main .popular-item .popular-info h3{
	font-size: 16px;
}
.course-grid .popular-author img{
	float: left;
	height: 70px;
	width: 70px;
	border-radius: 50%;
}
.course-grid .popular-author .popular-author-info{
	margin-left: 90px;
}
.course-grid .popular-author .popular-author-info h4{
	clear: none;
	margin-bottom: 8px;
	padding-top: 9px;
}
.course-grid .popular-main .popular-item{
	height: auto;
}

/*==========================================================
	15. Course Detail
==========================================================*/
.course-details .site-main .site-top,
.page-shop .site-main .site-top,
.page-about .site-main .site-top,
.faq .site-main .site-top,
.page-contact .site-main .site-top{
	position: relative;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.course-details .site-main .site-top:before,
.page-shop .site-main .site-top:before,
.page-about .site-main .site-top:before,
.faq .site-main .site-top:before,
.page-contact .site-main .site-top:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
}
.course-details .site-main .site-top .site-top-text,
.page-shop .site-main .site-top .site-top-text,
.page-about .site-main .site-top .site-top-text,
.faq .site-main .site-top .site-top-text,
.page-contact .site-main .site-top .site-top-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	text-align: center;
}
.site-top-text h2{
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.site-top-text li,
.site-top-text li a{
	list-style: none;
	display: inline-block;
	color: #fff;
}
.site-top-text li:first-child a{
	font-weight: 700;
}
.site-top-text li a:hover{
	color: #cf3827;
}
.site-top-text li i{
	margin: 0 12px 0 15px;
}
.courses-search ul:after{
	content: '';
	display: block;
	clear: both;
}
.courses-search ul{
	max-width: 900px;
	margin: 0 auto;
	padding: 0 60px;
}
.courses-search li{
	list-style: none;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	margin-right: 50px;
	line-height: 105px;
}
.courses-search li i{
	margin-right: 15px;
}
.course-details .page-content{
	padding: 80px 0 50px 0;
}
.course-details .page-content .page-wr{
	max-width: 900px;
	margin: 0 auto;
}
.course-details .page-content .page-wr h3{
	font-size: 30px;
  text-align: center;
	padding: 45px 0 50px;
}
.course-details .page-content .page-wr p,
.course-details .page-content .page-wr h4{
	font-size: 16px;
}
.course-details .page-content .page-wr p{
	margin-bottom: 40px;
}
.course-details .page-content .page-wr h4{
	margin-bottom: 15px;
}
.course-details .page-content .page-wr ul.list{
	margin-top: 20px;
}
.course-details .page-content .page-wr ul.list,
.course-details .page-content .page-wr #description ul{
	padding-left: 35px;
	margin-bottom: 30px;
}
.course-details .page-content .page-wr ul.list li,
.course-details .page-content .page-wr #description ul li{
	padding-left: 25px;
	margin-bottom: 5px;
}
.course-details .course-details-author{
	text-align: center;
}
.course-details .course-details-author .author-thumb{
	position: relative;
	display: block;
}
.course-details .course-details-author .author-thumb img{
	padding: 0 30px;
	background-color: #fff;
}
.course-details .course-details-author .author-thumb:before{
	content: '';
	height: 1px;
	width: 100%;
	background-color: #e4e4e4;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: -1;
}
.course-details .page-wr .course-details-author h3{
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 0 10px;
}
.course-details .page-wr .course-details-author p{
	color: #cf3827;
	font-size: 14px;
}
.course-details .page-wr .course-details-author ul{
	padding: 0;
	margin-bottom: 0;
}
.course-details .page-wr .course-details-author ul li,
.socials li{
	list-style: none;
	display: inline-block;
	padding-left: 0;
	height: 46px;
	width: 46px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	line-height: 46px;
	margin: 0 4px;
}
.course-details .page-wr .course-details-author ul li a,
.socials li a{
	display: block;
}
.course-details .page-wr .course-details-author ul li:hover,
.socials li:hover{
	border: 1px solid #cf3827;
}
.course-details .page-wr .course-details-author ul li:hover i,
.socials li:hover i{
	color: #cf3827;
}
.course-details .page-wr .course-details-author ul li i,
.socials li i{
	color: #bfbfbf;
}

/*==========================================================
	16. Course Details Sidebar
==========================================================*/
.course-details-sidebar .site-main .site-top .container{
	height: 400px;
	position: relative;
}
.course-details-sidebar .site-main .site-top .site-top-text{
	left: 15px;
	transform: translateY(-50%);
	text-align: left;
}
.course-details-sidebar .best-course .courses-search{
	padding: 15px 50px 0 10px;
}
.course-details-sidebar .best-course .courses-search:after{
	content: '';
	display: block;
	clear: both;
}
.course-details-sidebar .best-course .course-left{
	float: left;
	width: 70%;
}
.course-details-sidebar .best-course .course-left .course-left-item{
	display: inline-block;
	padding: 0 40px;
	border-right: 1px solid #f9bb72;
	height: 70px;
}
.course-details-sidebar .best-course .course-left .course-left-item:nth-child(3) ul{
	padding: 0;
}
.course-details-sidebar .best-course .course-left .course-left-item:nth-child(3) li{
	margin-right: 0;
	line-height: normal;
}
.course-details-sidebar .best-course .course-left .course-left-item:nth-child(3) li i{
	margin-right: 0;
}
.course-details-sidebar .best-course .course-right{
	float: right;
	width: 30%;
	text-align: right;
	padding-top: 8px;
} 
.course-details-sidebar .best-course .course-right span{
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	vertical-align: -7px;
	margin-right: 50px;
	display: inline-block;
}
.course-details-sidebar .best-course .course-right .btn-course{
	font-weight: 700;
	text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	display: inline-block;
	padding: 0 25px;
}
.course-details-sidebar .best-course .course-left .course-left-item:nth-child(1) img{
	float: left;
}
.course-details-sidebar .best-course .course-left .course-left-item:nth-child(1) .course-left-info{
	margin-left: 90px;
}
.course-details-sidebar .best-course .course-left .course-left-item .course-left-info h3{
	clear: none;
	font-size: 14px;
	margin-bottom: 6px;
	padding-top: 15px;
	color: #fff;
}
.course-details-sidebar .best-course .course-left .course-left-item .course-left-info h3 a,
.course-details-sidebar .best-course .course-left .course-left-item .course-left-info a{
	color: #fff;
}
.course-details-sidebar .page-content .page-wr h3{
	padding: 0;
	text-align: left;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 35px;
}
.course-details-sidebar .page-content .page-wr .entry-thumb{
	position: relative;
}
.course-details-sidebar .page-content .page-wr .entry-thumb ul{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(24,75,113,0.9);
	margin-bottom: 0;
	padding: 20px 0;
}
.course-details-sidebar .page-content .page-wr .entry-thumb ul li i{
	margin-right: 13px;
}
.course-details-sidebar .page-content .page-wr .entry-thumb ul li{
	list-style: none;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin-right: 50px;
}
.course-details-sidebar .page-content .page-wr .entry-thumb ul{
	padding-left: 60px;
}
.entry-tab ul{
	padding: 0 !important;
	margin: 50px 0 60px !important;
}
.entry-tab ul:after{
	content: '';
	display: block;
	clear: both;
}
.entry-tab li:nth-child(1) a{
	border-bottom: 3px solid #61b235;
}
.entry-tab li:nth-child(1).active a{
	background-color: #61b235;
	color: #fff;
}
.entry-tab li:nth-child(2) a{
	border-bottom: 3px solid #388be0;
}
.entry-tab li:nth-child(2).active a{
	background-color: #388be0;
	color: #fff;
}
.entry-tab li:nth-child(3) a{
	border-bottom: 3px solid #cf3827;
}
.entry-tab li:nth-child(3).active a{
	background-color: #cf3827;
	color: #fff;
}
.entry-tab li:nth-child(4) a{
	border-bottom: 3px solid #f2982d;
}
.entry-tab li:nth-child(4).active a{
	background-color: #f2982d;
	color: #fff;
}
.entry-tab li:nth-child(4) a{
	margin-right: 0;
}
.entry-tab li a{
	display: block;
	margin-right: 1px;
}
.entry-tab li{
	list-style: none;
	display: inline-block;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	width: 25%;
	float: left;
	text-align: center;
	line-height: 37px;
}
.entry-tab-content .tab{
	display: none;
}
.entry-tab-content .active{
	display: block;
}
.socials{
	padding: 0 30px 0 0 !important;
	display: inline-block;
	margin-bottom: 0 !important;
	background-color: #fff !important;
}
.entry-socials{
	position: relative;
}
.entry-socials:after{
	content: '';
	height: 1px;
	width: 100%;
	background-color: #e2e2e2;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: -1;
}
.entry-socials .socials li{
	padding-left: 0 !important;
	text-align: center;
}
.recent-course{
	padding-top: 77px;
}
.recent-course > h3{
	font-size: 24px;
	position: relative;
	padding-bottom: 13px !important;
	margin-bottom: 45px !important;
}
.recent-course > h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background-color: #000;
	display: block;
}
.recent-course .popular-main{
	margin-bottom: 40px;
}
.recent-course .popular-main .popular-item:after{
	content: none;
}
.recent-course .popular-main .popular-item:last-child{
	margin-bottom: 15px;	
}
.recent-course .popular-main .popular-item .popular-info h3 {
	margin-bottom: 20px;	
}
.recent-course .popular-main .popular-item p.profile{
	margin-bottom: 0;	
	font-size: 14px;
}
.widget{
	margin-bottom: 60px;
}
.widget:last-child{
	margin-bottom: 20px;
}
.widget-title{
	position: relative;
	margin-bottom: 35px;
}
.widget-title span{
	background-color: #fff;
	padding-right: 20px;
	text-transform: uppercase;
}
.widget-title:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.widget-all-courses .widget-content li{
	list-style: none;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.widget-all-courses .widget-content li:last-child{
	margin-bottom: 0;
}
.widget-all-courses .widget-content li:hover i{
	width: auto;
	padding-right: 20px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	color: #cf3827;
}
.widget-all-courses .widget-content li:hover a{
	color: #cf3827;
}
.widget-all-courses .widget-content li i{
	padding-right: 0px;
	width: 0;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.widget-latest-courses li,
.widget-latest-post li{
	list-style: none;
	margin-bottom: 30px;
}
.widget-latest-courses li:last-child,
.widget-latest-post li:last-child{
	margin-bottom: 0;
}
.widget-latest-courses li:after,
.widget-latest-post li:after{
	content: '';
	display: block;
	clear: both;
}
.widget-latest-courses li img,
.widget-latest-post li img{
	float: left;
}
.widget-latest-courses li .latest-courses-info,
.widget-latest-post li .latest-courses-info{
	margin-left: 100px;
}
.widget-latest-courses li .latest-courses-info h4,
.widget-latest-post li .latest-courses-info h4{
	float: left;
	clear: none;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: -6px;
	width: 100%;
}
.widget-latest-courses li .latest-courses-info .price{
	color: #cf3827;
	text-transform: uppercase;
	font-weight: 700;
}
.widget-latest-courses li .latest-courses-info .price .price-old{
	margin-left: 12px;
	color: #000;
	opacity: 0.5;
	text-decoration: line-through;
}
.widget-latest-courses li .latest-courses-info .price.price-free{
	color: #215174;
}
.widget-curriculum{
	background-image: url('images/new-curriculum.jpg');
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.widget-curriculum:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(56,139,224,0.85);
}
.widget-curriculum .curriculum-info{
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 8px 0 10px;
}
.widget-curriculum .curriculum-info h2{
	font-size: 42px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 2px;
}
.widget-curriculum .curriculum-info p{
	text-transform: uppercase;
	font-weight: 700;
}
.widget-curriculum .details{
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	bottom: 30px;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
}
.widget-curriculum .details i{
	margin-left: 8px;
}
.widget-latest-post .latest-courses-info .latest-post-time i{
	color: #dd3e3e;
	vertical-align: 1px;
	margin-right: 10px;
}
.widget-tags .widget-content ul:after,
.shop-sidebar .widget-tag ul:after{
	content: '';
	display: block;
	clear: both;
}
.widget-tags .widget-content li,
.shop-sidebar .widget-tag li{
	list-style: none;
	float: left;
	padding: 8px 15px 9px;
	border: 1px solid #d1d1d1;
	margin-right: 15px;
	margin-bottom: 15px;
}
.widget-tags .widget-content li a,
.shop-sidebar .widget-tag li a{
	display: block;
}
.widget-tags .widget-content li:hover,
.shop-sidebar .widget-tag li:hover{
	border: 1px solid #cf3827;
}
.widget-tags .widget-content li:hover a,
.shop-sidebar .widget-tag li:hover a{
	color: #cf3827;
}
.course-details-sidebar .page-wr{
	padding-right: 30px;
}
.curriculum-item{
	padding: 25px 40px;
	border: 1px solid #e2e2e2;
	margin-bottom: 20px;
}
.curriculum-item.active .curriculum-top{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 22px;
	transition: all 0.3s ease-in-out;
}
.curriculum-item .curriculum-top:after{
	content: '';
	display: block;
	clear: both;
}
.curriculum-item .curriculum-top .curriculum-count{
	float: right;
	color: #f2982d;
}
.curriculum-item .curriculum-top h3{
	font-size: 16px !important;
	margin-bottom: 0 !important;
	padding-bottom: 0px !important;
	float: left;
	text-transform: uppercase;
}
.curriculum-item .curriculum-top h3:hover a{
	color: #cf3827
}
.curriculum-item .curriculum-top h3 i{
	margin-right: 25px;
	width: 11px;
}
.curriculum-item.active .curriculum-top h3 i:before{
	content: '\f107';
	transition: all 0.3s ease-in-out;
}
.curriculum-item .curriculum-content li{
	list-style: none;
	padding: 25px 0;
	border-bottom: 1px solid #e2e2e2;
}
.curriculum-item .curriculum-content li i{
	color: #f2982d;
	font-size: 18px;
	width: 5%;
	float: left
}
.curriculum-item .curriculum-content li.active span{
	opacity: 1;
}
.curriculum-item .curriculum-content li.active .cur-title,
.curriculum-item .curriculum-content li.active .cur-time{
	opacity: 1;
}
.curriculum-item .curriculum-content li span,
.curriculum-item .curriculum-content .login-more span{
	width: 13%;
	display: inline-block;
	opacity: 0.7;
	float: left
}
.curriculum-item .curriculum-content li:after{
	content: '';
	display: block;
	clear: both;
}
.curriculum-item .curriculum-content li .cur-title{
	width: 77%;
	padding-left: 30px;
	font-weight: 700;
	opacity: 0.5;
	font-size: 16px;
	float: left;
	padding-right: 15px;
}
.curriculum-item .curriculum-content li .cur-time{
	float: left;
	opacity: 0.5;
	font-size: 16px;
	width: 5%;
	text-align: right;
}
.curriculum-item .curriculum-content .other-title{
	margin: 30px 0 0 0 !important;
	font-size: 16px !important;
	text-transform: uppercase;
}
.curriculum-item .curriculum-content .login-more{
	padding: 25px 32px 0;
}
.curriculum-item .curriculum-content .login-more .cur-title{
	display: inline-block;
	margin-left: 30px;
	font-weight: 700;
	color: #a3a3a3;
	font-size: 16px;
}
.curriculum-item .curriculum-content .login-more .cur-title a{
	color: #cf3827;
	text-decoration: underline;
}
.faculity-tab-content{
	padding: 60px;
	border: 1px solid #e2e2e2;
}
.faculity-tab-content .ftab-title:after,
.reviews-content .reviews-average:after,
.comment-item:after{
	content: '';
	display: block;
	clear: both;
}
.faculity-tab-content img{
	float: left;
}
.faculity-tab-content .ftab-info p.job{
	margin-bottom: 17px;
	color: #cf3827;
}
.faculity-tab-content .ftab-info{
	margin-left: 185px;
}
.faculity-tab-content .ftab-info h3{
	clear: none;
	margin-bottom: 5px !important;
	font-size: 18px !important;
	text-transform: uppercase;
}
.faculity-tab-content .socials{
	padding-right: 0 !important;
}
.faculity-tab-content .socials li{
	text-align: center;
}
.socials li:first-child{
	margin-left: 0;
}
.reviews-content{
	border: 1px solid #e2e2e2;
	padding: 60px;
}
.reviews-content .average-rating{
	width: 30%;
	float: left;
	padding-right: 30px;
}
.average-rating h3,
.detailed-rating h3{
	font-size: 16px !important;
	text-transform: uppercase;
}
.reviews-content .average-rating .ar-box{
	border: 1px solid #e2e2e2;
	text-align: center;
}
.average-rating .ar-box h2{
	font-size: 50px;
	margin-bottom: 15px;
	margin-top: 25px;
}
.average-rating .ar-box ul{
	margin-bottom: 10px;
}
.average-rating .ar-box li,
.comment-title li{
	list-style: none;
	display: inline-block;
}
.average-rating .ar-box li i,
.comment-title li i{
	color: #f2982d;
}
.reviews-content .detailed-rating{
	width: 70%;
	float: right;
	padding-left: 20px;
}
.detailed-rating li{
	list-style: none;
	margin-bottom: 21px;
}
.detailed-rating li:last-child{
	margin-bottom: 0;
}
.detailed-rating li span{
	display: inline-block;
}
.detailed-rating li span.number-star{
	color: #a1a1a1;
	font-weight: 700;
	width: 75px;
}
.detailed-rating li span.process{
	width: 250px;
	background-color: #ececec;
	height: 15px;
	vertical-align: -2px;
	margin-right: 30px;
	position: relative;
}
.detailed-rating li:nth-child(3) span.process:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 70%;
	background-color: #f2982d;
}
.detailed-rating li span.count-star{
	color: #a1a1a1;
	font-weight: 700;
}
.reviews-content .reviews-average{
	padding-bottom: 60px;
}
.comment-item img{
	width: 90px;
	height: 90px;
	float: left;
}
.comment-item .comment-info{
	margin-left: 130px;
}
.comment-item .comment-info ul{
	display: inline-block;
	transform: translateY(-12px);
}
.comment-item .comment-info h3{
	clear: none;
	font-size: 18px !important;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 18px !important;
}
.comment-item .comment-info .comment-desc{
	margin-bottom: 14px;
}
.comment-item .comment-info .comment-desc p{
	margin-bottom: 0;
}
.comment-item .comment-info .comment-name{
	font-weight: 700;
	margin-right: 25px;
}
.comment-item .comment-info .job{
	font-size: 13px;
	color: #dd3e3e;
}
.comment-item:last-child{
	padding-bottom: 0;
}
.comment-item{
	padding: 50px 0;
	border-top: 1px solid #e1e1e1;
}

/*==========================================================
	17. Events Page
==========================================================*/
.page-event .courses-search{
	padding: 0 50px;
}
.page-event .courses-search:after{
	content: '';
	display: block;
	clear: both;
}
.page-event .courses-search .breadcrumbs{
	float: left;
}
.page-event .courses-search .breadcrumbs ul{
	max-width: initial;
	width: auto;
	padding: 0;
	margin: 0;
}
.page-event .courses-search .breadcrumbs ul li:first-child{
	font-weight: 700;
}
.page-event .courses-search .breadcrumbs ul li{
	font-weight: 400;
	margin-right: 0;
}
.page-event .courses-search .breadcrumbs ul li i{
	margin: 0 10px 0 15px;
}
.page-event .courses-search .breadcrumbs ul li a{
	color: #fff;
}
.page-event .courses-search .breadcrumbs ul li a:hover{
	color: #cf3827;
}
.page-event .courses-search .icon-calendar{
	float: right;
	line-height: 100px;
	font-size: 50px;
	color: #fff;
}
.page-event .page-content{
	padding: 70px 0 100px;
}
.page-event .page-content .page-wr{
	position: relative;
}
.page-event .page-content .filter-event{
	text-align: left;
	padding-left: 50px;
}
.page-event .page-content .icon-filter{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
}
.page-event .page-content .icon-filter ul{
	margin: 0 !important;
}
.page-event .page-content .icon-filter ul li{
	display: inline-block;
	line-height: initial;
	margin-left: 15px;
}
.page-event .page-content .icon-filter ul li:first-child{
	margin-left: 0;
}
.page-event .page-content .icon-filter ul li a{
	background-color: transparent !important;
	border-bottom: none !important;
}
.page-event .page-content .icon-filter ul li.active a,
.page-event .page-content .icon-filter ul li a:hover{
	color: #f2982d;
}
.page-event .page-content .upcoming-item:last-child{
	margin-bottom: 80px;
}
.page-event .page-content .upcoming-item .upcoming-thumb img:hover{
	filter: blur(1px);
}
.page-event .page-content .upcoming-item .upcoming-box h3 a{
	line-height: 26px;	
}
.page-event .page-content .event-grid .f-read:hover{
	background-color: initial;
	color: #cf3827;
	border-bottom: 1px solid #cf3827;
}
.page-event .page-content .event-grid .f-read{
	padding: 0;
	border: 0;
	border-bottom: 1px solid #000;
	height: auto;
	line-height: normal;
	padding-bottom: 8px;
}

/*==========================================================
	18. Event Detail
==========================================================*/
.event-detail .time-countdown{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}
.event-detail .time-countdown p{
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}
.event-detail .time-countdown p span{
	margin: 0 26px 0 30px;
}
.event-detail .best-course .courses-search{
	padding: 0;
}
.event-detail .best-course .courses-search ul{
	max-width: initial;
	padding: 0;
	margin: 0;
}
.event-detail .best-course .course-left{
	border-right: 1px solid #feb968;
}
.event-detail .best-course .courses-search{
	padding-top: 15px;
}
.event-detail .best-course .course-left,
.event-detail .best-course .course-right{
	width: 50%;
	padding: 10px 60px;
}
.event-detail .best-course .course-right{
	text-align: left;
}
.event-detail .best-course .courses-search ul li{
	text-align: left;
	line-height: normal;
}
.event-detail .best-course .courses-search ul li:last-child{
	margin-right: 0;
}
.event-detail .best-course .courses-search ul li:first-child{
	margin-right: 30px;
}
.event-detail .best-course .courses-search ul li h3{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.event-detail .best-course .courses-search ul li i{
	font-size: 40px;
	margin-right: 0;
	vertical-align: 6px;
}
.event-detail .best-course .courses-search ul li p{
	line-height: normal;
	font-weight: 400;
}
.event-detail .page-content .page-wr .event-text-title{
	border-bottom: 1px solid #000;
	margin-top: 50px;
	margin-bottom: 55px;
}
.event-detail .page-content .page-wr .event-text-title h3{
	margin-bottom: 0 !important;
}
.event-detail .page-content .page-wr .event-text-content h3{
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	background-color: #000;
	color: #fff;
	margin-bottom: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 48px;
}
.event-detail .page-content .page-wr .event-text-content h4{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.event-detail .page-content .page-wr .event-text-content .event-text-info ul{
	padding-left: 15px;
}
.event-detail .page-content .page-wr .event-text-content .event-text-info ul li{
	padding-left: 25px;
	margin-bottom: 5px;
}
.event-detail .faculaties-slider{
	width: auto;
	margin: 0;
}
.event-detail .faculaties-slider .owl-stage-outer::before,
.event-detail .faculaties-slider .owl-stage-outer::after{
	content: '';
	display: none;
}
.event-detail.course-details-sidebar .page-content .page-wr .faculaties-box h3{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.event-detail.course-details .page-content .page-wr p{
	margin-bottom: 0px;
}
.event-detail.course-details .page-content .page-wr .event-text-info p{
	margin-bottom: 40px;
}
.event-detail .faculaties-item .faculaties-box,
.event-detail .faculaties-item .faculaties-box-hover{
	margin: -80px 20px 0;
}
.event-detail.course-details .faculaties-box-hover p{
	padding: 30px 20px;
	font-size: 14px;
}
.event-detail .faculaties-slider .owl-nav{
	margin-top: 0;
	display: none;
}
.event-detail .faculaties-slider .owl-dots{
	position: absolute;
	top: -70px;
	right: 0;
}
.event-detail .faculaties-slider .owl-dots .owl-dot{
	display: inline-block;
}
.event-detail .faculaties-slider .owl-dots .owl-dot:hover span,
.event-detail .faculaties-slider .owl-dots .owl-dot.active span{
	background: initial;
	border: 1px solid #000;
}
.event-detail .faculaties-slider .owl-dots span{
	background-color: initial;
	border: 1px solid #c3c3c3;
	border-radius: 0;
	width: 10px;
	height: 10px;
	margin: 0 0 0 10px;
	display: block;
}
.event-detail .faculaties-slider .owl-dot:nth-child(1) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(2) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(3) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(4) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(5) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(6) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(7) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(8) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(9) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(10) span::before{
	content: '';
}
.event-faculaties-slider h3.faculaties-slider-title{
	text-align: left !important;
	font-size: 24px !important;
	position: relative;
	padding-bottom: 13px !important;
	margin-bottom: 55px !important;
}
.event-faculaties-slider h3.faculaties-slider-title:before{
	content: '';
	display: block;
	height: 1px;
	width: 50px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.event-faculaties-slider{
	margin: 60px 0 40px 0;
}
.widget-ticket{
	background-color: #388be0;
	padding: 50px 30px;
	position: relative;
	overflow: hidden;
}
.widget-ticket .ticket-price{
	position: absolute;
	top: -100px;
	right: -100px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #55a3f2;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.widget-ticket .ticket-price span{
	position: absolute;
	bottom: 45px;
	left: 40px;
}
.widget-ticket .widget-title{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 15px;
}
.widget-ticket .widget-title:after{
	content: '';
	background-color: #fff;
	z-index: 1;
	transform: initial;
	top: initial;
	bottom: 0;
}
.widget-ticket .widget-content li{
	list-style: none;
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
}
.widget-ticket .widget-content a.buy-ticket{
	font-size: 16px;
	text-transform: uppercase;
	background-color: #fff;
	line-height: 50px;
	height: 50px;
	display: block;
	text-align: center;
	font-weight: 700;
	margin-top: 40px;
}
.widget-ticket .widget-content li span{
	float: right;
	font-weight: 400;
	text-align: left;
	display: inline-block;
	width: 80px;
}

/*==========================================================
	19. Blog List
==========================================================*/
.page-blog .site-main{
	background-color: #f4f4f4;
}
.blog-site-top,
.page-portfolio .site-top,
.faculity-profile .site-top,
.membership .site-top{
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.blog-site-top:before,
.page-portfolio .site-main .site-top:before,
.membership .site-main .site-top:before,
.faculity-profile .site-main .site-top:before{
	content: '';
	display: block;
  top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
}
.blog-site-top .blog-top-title,
.page-portfolio .site-top .site-top-text,
.membership .site-top .site-top-text,
.faculity-profile .site-top .site-top-text{
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}
.blog-site-top .blog-top-title{
	width: 90%;
}
.blog-site-top .blog-top-title h2,
.page-portfolio .site-top .site-top-text h2,
.membership .site-top .site-top-text h2,
.faculity-profile .site-top .site-top-text h2{
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.blog-site-top .blog-top-title li,
.page-portfolio .site-top .site-top-text li,
.membership .site-top .site-top-text li,
.faculity-profile .site-top .site-top-text li{
	list-style: none;
	display: inline-block;
}
.blog-site-top .blog-top-title li i,
.page-portfolio .site-top .site-top-text li i,
.membership .site-top .site-top-text li i,
.faculity-profile .site-top .site-top-text li i{
	margin: 0 10px 0 15px;
}
.blog-site-top .blog-top-title h2,
.page-portfolio .site-top .site-top-text h2,
.faculity-profile .site-top .site-top-text h2,
.membership .site-top .site-top-text h2,
.page-portfolio .site-top .site-top-text li, 
.faculity-profile .site-top .site-top-text li, 
.membership .site-top .site-top-text li, 
.page-portfolio .site-top .site-top-text li i,
.faculity-profile .site-top .site-top-text li i,
.membership .site-top .site-top-text li i,
.blog-site-top .blog-top-title li,
.blog-site-top .blog-top-title li a{
	color: #fff;
}
.blog-site-top .blog-top-title li a:hover{
	color: #cf3827;
}
.page-blog .entry-main .blog-item .blog-left img:hover{
	filter: blur(1px);
}
.post-bar:after{
	content: '';
	display: block;
	clear: both;
}
.post-bar p{
	float: left;
	line-height: 35px;
}
.post-bar{
	padding: 17px 60px 18px;
	background-color: #fff;
	margin-top: -35px;
	position: relative;
	margin-bottom: 80px;
}
.post-bar .post-meta{
	float: right;
}
.post-bar .post-meta span{
	margin-right: 15px;
}
.post-bar .post-meta .icon-filter{
	display: inline-block;
	font-size: 16px;
}
.post-bar .post-meta .icon-filter ul{
	margin: 0 !important;
}
.post-bar .post-meta .icon-filter ul li{
	display: inline-block;
	line-height: initial;
	margin-left: 10px;
	width: auto;
	float: none;
}
.post-bar .post-meta .icon-filter ul li a{
	background-color: transparent !important;
	border-bottom: none !important;
}
.post-bar .post-meta .icon-filter ul li.active a,
.post-bar .post-meta .icon-filter ul li a:hover{
	color: #f2982d;
}
.post-bar .post-meta .field-select{
	display: inline-block;
	margin-right: 15px;
}
.page-shop .post-bar .post-meta .field-select{
	margin-right: 0;	
}
.post-meta .field-select{
	background-color: #ededed;
}
.post-meta .field-select select{
	width: 110px;
	height: 35px;
	background-color: #ededed;
	border: none;
	padding: 0 10px;
	position: relative;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.post-meta .field-select::after{
	line-height: 35px;
	background-color: #ededed;
	color: #000;
}
.page-blog .blog-item{
	margin-bottom: 80px;
}
.page-blog .blog-item:hover{
	box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.07); 
	transition: all 0.3s ease-in-out;
}
.page-blog .blog-item .blog-info h3{
	font-size: 24px;
	max-height: 70px;
}
.page-blog .entry-main .blog-item .blog-right .blog-info{
	padding: 80px 60px;
}
.page-blog .entry-main .blog-item .blog-left{
	position: relative;
}
.page-blog .entry-main .blog-item .blog-left .category{
	position: absolute;
	top: 30px;
	left: 0;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background-color: #f2982d;
	padding: 4px 10px 5px;
}
.post-bar.post-bar-bot{
	margin-top: 0;
}
.post-bar .post-meta .next-post{
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 700;
}
.post-bar .post-meta .next-post i{
	margin-left: 8px;
}

/*==========================================================
	20. Blog Grid
==========================================================*/
.page-blog .blog-grid-content .blog-item .blog-left,
.page-blog .blog-grid-content .blog-item .blog-right,
.al-content .blog-item .blog-left,
.al-content .blog-item .blog-right{
	float: none;
	width: 100%;
}
.page-blog .blog-grid-content .blog-item .blog-right .blog-info,
.al-content .blog-item .blog-info{
	padding: 30px 28px 45px;
}
.page-blog .blog-grid-content .blog-item .blog-right .blog-info h3,
.al-content .blog-item .blog-info h3{
	font-size: 18px;
}
.page-blog .blog-grid-content .blog-item:hover .blog-left .category,
.al-content .blog-item:hover .blog-left .category{
  opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
}
.page-blog .blog-grid-content .blog-item .blog-left .category,
.al-content .blog-item .blog-left .category{
	background-color: #cf3827;
	top: 0;
	left: 30px;
	font-size: 24px;
	text-align: center;
	padding: 6px 10px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.page-blog .blog-grid-content .blog-item .blog-left .category span,
.al-content .blog-item .blog-left .category span{
	display: block;
	font-size: 14px;
}
.blog-item:hover .blog-info span.blog-line{
	width: 100px;
	transition: all 0.3s ease-in-out;
}
.blog-item .blog-info span.blog-line{
	width: 50px;
	transition: all 0.3s ease-in-out;
}

/*==========================================================
	21. Blog Detail
==========================================================*/
.blog-details .post-bar{
	background-color: #dd3e3e;
	text-align: center;
	margin-bottom: 55px;
}
.blog-details .post-bar .blog-action p{
	margin: 0 14px;
}
.blog-details .post-bar .blog-action p i{
	margin-right: 10px;
	vertical-align: 1px;
}
.blog-details .post-bar .blog-action p,
.blog-details .post-bar .blog-action a{
	color: #fff;
	float: none;
	display: inline-block;
}
.blog-details .blog-details-content{
	background-color: #fff;
}
.blog-details .blog-details-content .blog-wr{
	padding: 0 60px;
	border-bottom: 2px solid #f4f4f4;
}
.blog-details-content .blog-wr h2{
	text-align: center;
	font-size: 24px;
	margin-bottom: 53px;
}
.blog-details-content .blog-wr .blog-detail-info{
	padding: 75px 135px;
}
.blog-details-content .blog-wr .blog-detail-info p{
	margin-bottom: 30px;
	font-size: 16px;
}
.blog-details-content .blog-wr .blog-detail-info .quote{
	margin-left: 100px;
	border-left: 3px solid #f2982d;
}
.blog-details-content .blog-wr .blog-detail-info .quote p{
	padding: 10px 150px 10px 30px;
	opacity: 0.7;
	font-style: italic;
}
.post-detail-meta{
	margin-top: 60px;
}
.post-detail-meta:after,
.blog-detail-author:after,
.post-controls:after{
	content: '';
	display: block;
	clear: both;
}
.post-detail-meta .post-tag p,
.post-detail-meta .post-share p{
	font-weight: 700;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 0 !important;
}
.post-detail-meta .post-tag,
.blog-detail-author .bda-left,
.post-controls .controls-left{
	width: 50%;
	float: left;
	line-height: 46px;
}
.post-detail-meta .post-share,
.blog-detail-author .bda-right,
.post-controls .controls-right{
	width: 50%;
	float: right;
	padding-left: 30px;
}
.post-detail-meta .post-share ul{
	padding: 0 !important;
}
.post-detail-meta .post-share ul li{
	text-align: center;
}
.post-detail-meta .post-share ul{
	display: inline-block;
}
.blog-detail-author .bda-left,
.post-controls .controls-left{
	line-height: normal;
}
.blog-detail-author .bda-left img{
	float: left;
}
.blog-detail-author .bda-left .bda-info{
	margin-left: 180px;
}
.blog-detail-author .bda-left .bda-info h3{
	clear: none;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.blog-detail-author .bda-left .bda-info p{
	color: #f2982d;
	margin-bottom: 30px;
}
.blog-detail-author .bda-left .bda-info ul{
	padding: 0 !important;
}
.blog-detail-author .bda-left .bda-info li:first-child{
	margin-left: 0;
}
.blog-detail-author .bda-left .bda-info li:last-child{
	margin-right: 0;
}
.blog-detail-author .bda-left .bda-info li{
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
}
.blog-detail-author{
	padding: 50px 195px;
	border-bottom: 2px solid #f4f4f4;
}
.post-controls .controls-left{
	border-right: 1px solid #e6e6e6;
	position: relative;
	padding: 50px 0;
}
.post-controls .controls-left span,
.post-controls .controls-right span{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 195px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	opacity: 0.1;
}
.post-controls .controls-right{
	position: relative;
	padding: 50px 0 50px 50px;
}
.post-controls .controls-right span{
	left: initial;
	right: 195px;
}
.post-controls .controls-item h3{
	margin-bottom: 10px;
}
.post-controls .controls-item .blog-action p{
	display: inline-block;
	margin-right: 18px;
}
.post-controls .controls-item .blog-action p i{
	color: #bbbbbb;
	margin-right: 10px;
}
.post-controls .controls-item .blog-action p:last-child{
	margin-right: 0;
}
.post-controls .controls-left .controls-item{
	text-align: right;
	padding-right: 50px;
}
.also-like{
	background-color: #184b71;
	padding: 80px 0 20px;
}
.also-like h2{
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 18px;
}
.also-like h2:after,
.gallery-content h2:after,
.key-skill h2:after{
	content: '';
	display: block;
	height: 1px;
	width: 50px;
	background-color: #fff;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.blog-details .entry-main{
	padding-bottom: 100px;
}
.al-content .blog-item .blog-left{
	position: relative;
}
.al-content .blog-item .blog-info{
	margin-left: 0;
}
.al-content .blog-item .blog-left .category{
	position: absolute;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

/*==========================================================
	22. Portfolio
==========================================================*/
.filter-portfolio{
	text-align: center;
}
.filter-portfolio .nav{
	display: block;
	border-bottom: none;
}
.filter-portfolio a:hover{
	border-color: #fff;
}
.filter-portfolio a{
	border: 0;
	background-color: transparent;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 0;
	margin-right: 45px;
	outline: 0;
	outline-offset: none;
	border-bottom: 5px solid #f2982d;
	line-height: 100px;
	cursor: pointer;
}
.filter-portfolio a.active{
	border-bottom: 5px solid #fff;
}
.filter-portfolio a:last-child{
	margin-right: 0;
}

.page-portfolio .gallery-content{
	padding: 100px 0;
}
.page-portfolio2 .gallery-content ul{
	margin: 0 -15px;
}
.page-portfolio2 .gallery-content li{
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.page-portfolio2 .gallery-content li .gallery-info{
	left: 15px;
}
.page-portfolio2 .gallery-content li:nth-child(3n) .gallery-info{
	background-color: rgba(97,178,53,0.9);
}
.page-portfolio2 .gallery-content li:nth-child(3n-1) .gallery-info{
	background-color: rgba(192,71,222,0.9);
}

/*==========================================================
	23. Portfolio Detail
==========================================================*/
.portfolio-details .socials,
.faculity-profile .courses-search .socials{
	background-color: transparent !important;
	text-align: center;
	max-width: initial;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.best-course .courses-search .socials{
	width: 100%;
}
.portfolio-details .socials li,
.faculity-profile .courses-search .socials li{
	border-radius: 0;
	margin: 0 13px 0 0;
}
.portfolio-details .socials li:hover,
.faculity-profile .courses-search .socials li:hover{
	background-color: #fff;
	border-color: #fff;
}
.portfolio-details .socials li:hover i,
.faculity-profile .courses-search .socials li:hover i{
	color: #000;
}
.portfolio-details .socials li:last-child,
.faculity-profile .courses-search .socials li:last-child{
	margin: 0;
}
.portfolio-details .socials li i,
.faculity-profile .courses-search .socials li i{
	margin-right: 0;
	color: #fff;
}
.portfolio-details-content{
	padding: 100px 0 80px;
	border-bottom: 1px solid #dde4ea;
}
.portfolio-details-content:after{
	content: '';
	display: block;
	clear: both;
}
.portfolio-details-content img{
	float: left;
}
.portfolio-details-content .pd-info{
	margin-left: 645px;
}
.portfolio-details-content .pd-info h3{
	clear: none;
	font-size: 36px;
	margin-bottom: 28px;
}
.portfolio-details-content .pd-info .pd-desc{
	margin-bottom: 40px;
}
.portfolio-details-content .pd-info .pd-desc p{
	margin-bottom: 30px;
}
.portfolio-details-content .pd-info .pd-desc p:last-child{
	margin-bottom: 0;
}
.portfolio-details-content .pd-info .pd-meta li{
	list-style: none;
	margin-bottom: 5px;
}
.portfolio-details-content .pd-info .pd-meta p{
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	width: 100px;
}
.gallery-content h2{
	text-transform: uppercase;
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 60px;
}
.gallery-content h2:after{
	background-color: #000;
}
.gallery-content .portfolio-slider li{
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	float: none;
}
.portfolio-slider .owl-nav{
	margin-top: 0;
}
.portfolio-slider .owl-dots{
	margin-top: 50px;
	text-align: center;
}
.portfolio-slider .owl-dots .owl-dot{
	display: inline-block;
}
.portfolio-slider .owl-dots .owl-dot span{
	margin: 0 5px;
}

/*==========================================================
	24. Page Shop
==========================================================*/
.page-shop .courses-search,
.faq .courses-search,
.page-contact .courses-search{
	padding: 0 100px;
}
.page-about .courses-search{
	padding: 0 135px;
}
.page-shop .courses-search p,
.page-about .courses-search p,
.faq .courses-search p,
.page-contact .courses-search p{
	float: left;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 105px;
}
.page-shop .courses-search .shop-btn,
.page-contact .courses-search .contact-btn,
.page-about .courses-search .about-btn,
.faq .courses-search .about-btn{
	float: right;
	padding-top: 30px;
}
.page-shop .courses-search .shop-btn a:first-child,
.page-contact .courses-search .contact-btn a:first-child,
.page-about .courses-search .about-btn a:first-child,
.faq .courses-search .about-btn a:first-child{
	margin-left: 0;
}
.page-shop .courses-search .shop-btn a,
.page-contact .courses-search .contact-btn a,
.page-about .courses-search .about-btn a,
.faq .courses-search .about-btn a{
	background-color: #fff;
	color: #000;
	margin-left: 17px;
}
.btn-noborder:hover,
.page-about .courses-search .about-btn a:hover{
	background-color: #cf3827 !important;
	color: #fff !important;
}
.shop-grid .post-bar{
	margin: 0 0 54px 0;
	padding: 0;
}
.shop-grid .post-bar .icon-filter a{
	margin-left: 15px;
}
.shop-grid .post-bar .icon-filter a.active{
	color: #f2982d;
}
.shop-grid{
	padding: 100px 0;
}
.shop-list{
	margin: 0 -15px;
}
.shop-list:after,
.shop-item .shop-thumb .button:after,
.shop-item .shop-title:after,
.shop-nav:after{
	content: '';
	display: block;
	clear: both;
}
.shop-list .shop-item{
	width: 25%;
	float: left;
	padding: 0 15px;
	margin-bottom: 45px;
}
.shop-item .shop-thumb{
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}
.shop-grid .shop-item .shop-thumb img{
	width: 100%;
}
.recent-product .shop-item .shop-thumb img{
	height: 200px;
	object-fit: contain;
	background-color: #fff;
	transition: all 0.3s;
}
.recent-product .shop-item .shop-thumb img:hover{
	background-color: #323232;
	transition: all 0.3s;
}
.shop-item .shop-thumb .bookmark{
	position: absolute;
	top: 20px;
	right: 20px;
	height: 40px;
	width: 40px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.shop-item .shop-thumb:hover .bookmark{
	visibility: visible;
	opacity: 1;
	bottom: 30px;
	transition: all 0.3s ease-in-out;
}
.shop-item .shop-thumb .sale{
	position: absolute;
	top: 20px;
	left: 20px;
}
.shop-item .shop-thumb .sale span{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background-color: #f2982d;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
}
.shop-item .shop-thumb .sale span:last-child{
	background-color: #000;
	margin-left: -20px;
}
.shop-item .shop-thumb .bookmark:hover{
	background-color: #cf3827;
	color: #fff;
}
.shop-item .shop-thumb:hover .button{
	visibility: visible;
	opacity: 1;
	bottom: 30px;
	transition: all 0.3s ease-in-out;
}
.shop-item .shop-thumb .button{
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.shop-thumb .button a{
	width: 50%;
	display: inline-block;
	float: left;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
.shop-thumb .button a.btn-primary{
	background-color: #f2982d;
}
.shop-thumb .button a.btn-secondary{
	background-color: #000;
}
.shop-thumb .button a.btn-primary:hover,
.shop-thumb .button a.btn-secondary:hover{
	opacity: 0.8;	
}
.shop-item .shop-title h3{
	float: left;
	font-size: 16px;
	margin-bottom: 7px;
}
.shop-item .shop-title h3:hover a{
	color: #cf3827;
}
.shop-item .shop-title ul{
	float: right;
}
.shop-item .shop-title ul li,
.shop-sidebar .widget-latest-product li .lp-info li{
	list-style: none;
	display: inline-block;
}
.shop-item .shop-title ul li i:hover,
.shop-sidebar .widget-latest-product li .lp-info li i:hover{
	color: #f2982d;
}
.shop-item .shop-title ul li i,
.shop-sidebar .widget-latest-product li .lp-info li i{
	color: #d2d2d2;
}
.shop-item:nth-child(2) .shop-title ul li i{
	color: #f2982d;
}
.shop-item .shop-price,
.p-details-price .shop-price,
.shop-sidebar .widget-latest-product li .lp-info .shop-price{
	color: #cf3827;
	font-weight: 700;
	display: inline-block;
	margin-right: 17px;
}
.shop-item .shop-price-old,
.p-details-price .shop-price-old,
.shop-sidebar .widget-latest-product li .lp-info .shop-price-old{
	display: inline-block;
	font-weight: 700;
	opacity: 0.5;
	text-decoration: line-through;
}
.shop-nav{
	margin-top: 30px;
}
.shop-nav .page-navigation{
	float: left;
}
.shop-nav p{
	float: right;
	line-height: 45px;
}
.shop-grid3 .shop-list .shop-item{
	width: 33.33%;
}
.shop-grid3 .shop-item .shop-thumb .button{
	left: 40px;
	right: 40px;
}
.shop-grid3.sidebar .shop-item .shop-thumb .button{
	left: 0;
	right: 0;
}
.shop-sidebar .widget-search form{
	position: relative;
}
.shop-sidebar .widget-search form input{
	height: 50px;
	line-height: 50px;
	border: 1px solid #e0e0e0;
	width: 100%;
	padding: 0 40px 0 20px;
}
.shop-sidebar .widget{
	margin-bottom: 40px;
}
.shop-sidebar .widget-search form button{
	background-color: transparent;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px;
}
.shop-sidebar .widget-categories{
	background-color: #000;
	padding: 40px 30px;
}
.shop-sidebar .widget h3{
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 40px;
}
.shop-sidebar .widget-categories h3{
	color: #fff;
}
.shop-sidebar .widget h3:after{
	content: '';
	z-index: 1;
	background-color: #f2982d;
	transform: none;
	bottom: 0;
	top: auto;
	width: 50px;
	height: 3px;
	display: block;
  position: absolute;
}
.shop-sidebar .widget-categories li{
	list-style: none;
	margin-bottom: 20px;
}
.shop-sidebar .widget-categories li:last-child{
	margin-bottom: 0;
}
.shop-sidebar .widget-categories li a{
	color: #fff;
	font-weight: 500;
	display: block;
}
.shop-sidebar .widget-categories li a:hover{
	color: #cf3827;
}
.shop-sidebar .widget-categories li:hover i{
	color: #fff;
}
.shop-sidebar .widget-categories li i{
	float: right;
	color: #676767;
}
.shop-sidebar .widget-latest-product,
.shop-sidebar .widget-tag{
	padding: 40px 20px 40px 30px;
	border: 1px solid #e0e0e0;
}
.shop-sidebar .widget-latest-product li:after,
.product-details-content:after,
.shop-slider .owl-controls .owl-buttons:after,
.p-details-title:after,
.p-details-meta:after{
	content: '';
	display: block;
	clear: both;
}
.shop-sidebar .widget-latest-product li{
	list-style: none;
	margin-bottom: 20px;
}
.shop-sidebar .widget-latest-product li:last-child{
	margin-bottom: 0;
}
.shop-sidebar .widget-latest-product li img{
	float: left;
}
.shop-sidebar .widget-latest-product li .lp-info{
	margin-left: 90px;
}
.shop-sidebar .widget-latest-product li .lp-info h4{
	clear: none;
	margin-bottom: 10px;
}
.shop-sidebar .widget-latest-product li .lp-info .lp-price{
	margin-bottom: 5px;
}
.p-details-left{
	width: 50%;
	float: left;
}
.p-details-right{
	width: 50%;
	float: right;
	padding-left: 80px;
}
.shop-slider .owl-pagination{
	margin: 30px -2% 0;
}
.shop-slider .owl-page{
	width: 29.33%;
	margin: 0 2%;
	height: 150px;
	display: inline-block;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.shop-slider .owl-page.active,
.shop-slider .owl-page:hover{
	filter: blur(1px);
	transition: all 0.3s;
}
.shop-slider .owl-controls{
	position: relative;
}
.shop-slider .owl-controls .owl-buttons{
	position: absolute;
	top: -110px;
	left: 0;
	right: 0;
}
.shop-slider .owl-buttons .owl-next,
.shop-slider .owl-buttons .owl-prev{
	width: 50px;
	height: 50px;
	background-color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}
.shop-slider .owl-buttons .owl-next:hover,
.shop-slider .owl-buttons .owl-prev:hover{
	background-color: #e43c3c;
	color: #fff;
}
.shop-slider .owl-buttons .owl-next:hover i,
.shop-slider .owl-buttons .owl-prev:hover i{
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.shop-slider .owl-buttons .owl-next i,
.shop-slider .owl-buttons .owl-prev i{
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}
.shop-slider .owl-buttons .owl-next{
	float: right;
}
.shop-slider .owl-buttons .owl-prev{
	float: left;
}
.p-details-title{
	margin-bottom: 30px;
}
.p-details-title h3{
	font-size: 36px;
	float: left;
	margin-right: 20px;
}
.p-details-title li{
	list-style: none;
	display: inline-block;
}
.p-details-title li i{
	color: #f2982d;
}
.p-details-price{
	font-size: 24px;
	margin-bottom: 30px;
}
.p-details-price .shop-price-old{
	font-size: 18px;
	vertical-align: 3px;
}
.p-details-desc{
	margin-bottom: 38px;
}
.p-details-meta input{
	width: 55px;
	border: 1px solid #e0e0e0;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-style: normal;
	font-weight: 700;
	color: #000;
}
.quantity {
  position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]
{
  -moz-appearance: textfield;
}
.quantity input {
  float: left;
  display: block;
  margin: 0;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  position: absolute;
  top: 5px;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: 7px;
}
.p-details-meta .add-cart{
	line-height: 40px;
	height: 40px;
	background-color: #f2982d;
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	padding-right: 27px;
}
.p-details-meta .add-cart:hover{
	background-color: #cf3827;	
}
.p-details-meta .add-cart i{
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;background-color: #000;
	margin-right: 27px;
}
.p-details-meta,
.p-details-cat{
	margin-bottom: 30px;
}
.p-details-cat p{
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}
.p-details-right .socials{
	margin-bottom: 57px !important;
	padding: 0 !important;
}
.p-details-right .socials li{
	text-align: center;
	border-radius: 0;
}
.p-details-right .socials li:hover{
	border-color: #cf3827;
}
.p-details-right .socials li:hover i{
	color: #cf3827;
}
.p-details-tab .tab-option{
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
}
.p-details-tab .tab-option li{
	list-style: none;
	display: inline-block;
	margin-right: 55px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 0.5
}
.p-details-tab .tab-option li:hover{
	opacity: 1;
}
.p-details-tab .tab-option li.active{
	opacity: 1;
}
.p-details-tab .tab-option li:last-child{
	margin-right: 0;
}
.p-details-tab .tab-content .tab{
	display: none;
	padding-top: 20px;
}
.p-details-tab .tab-content #info{
	margin: 0 -15px;
}
.p-details-tab .tab-content #info:after{
	content: '';
	display: block;
	clear: both;
}
.p-details-tab .tab-content #info p{
	width: 50%;
	display: inline-block;
	padding: 0 15px;
	float: left;
	margin-bottom: 15px;
}
.p-details-tab .tab-content .tab.active{
	display: block;
}
.product-details-content{
	padding: 100px 0;
}
/*
.rp-slider .shop-item{
	padding-right: 30px;
}
*/
.recent-product{
	background-color: #262626;
	padding: 70px 0;
}
.recent-product .rp-title{
	margin-bottom: 60px;
}
.recent-product .rp-title h3{
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 9px;
	display: inline-block;
}
.recent-product .rp-title h3:before{
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background-color: #f2982d;
	position: absolute;
	left: 0;
	bottom: 0;
}
.recent-product .shop-item h3 a{
	color: #fff;
}
.recent-product .shop-item .shop-title i{
	color: #585858;
}
.recent-product .shop-item .shop-price-old{
	color: #fff;
}
.rp-slider{
	position: relative;
}
.rp-slider .owl-buttons{
	position: absolute;
	top: -90px;
	right: 20px;
}
.rp-slider .owl-buttons .owl-prev,
.rp-slider .owl-buttons .owl-next{
	display: inline-block;
	padding: 0 9px;
}
.rp-slider .owl-buttons .owl-prev i,
.rp-slider .owl-buttons .owl-next i{
	color: #fff;
}
.rp-slider .owl-buttons .owl-prev:hover i,
.rp-slider .owl-buttons .owl-next:hover i{
	color: #e43c3c;
}
.rp-slider .shop-item .shop-thumb .button,
.rp-slider .shop-item .shop-thumb .button:hover{
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
	display: block;
}
.rp-slider .shop-item .shop-thumb .button a{
	width: 40px;
}
.rp-slider .shop-item .shop-thumb .button a.btn-secondary{
	float: right;
	background-color: #f2982d;
}
.history-product{
	padding: 80px 0 55px;
}
.history-product h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 60px;
}

/*==========================================================
	25. About Us
==========================================================*/
.about-story-content{
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.about-story-content img{
	margin-bottom: 45px;
}
.about-story-content h3{
	font-size: 30px;
	margin-bottom: 35px;
}
.about-story-main{
	padding: 80px 0 100px;
}
.about-story-desc{
	margin-bottom: 45px;
}
.about-story-desc p{
	font-size: 16px;
}
.about-team{
	background-color: #184b71;
}
.about-team .title{
	text-align: center;
}
.about-team .title .title-logo{
	float: none;
	width: 80px;
	height: 63px;
	color: #fff;
	background-image: url('images/assets/logo-bg-04.png');
	margin-bottom: 20px;
}
.about-team .title h2{
	margin-bottom: 10px;
}
.about-team .title h2,
.about-team .title p{
	color: #fff;
}
.team-item{
	border: 1px solid #184b71;
	border-right: 0;
}
.team-item .team-thumb{
	position: relative;
	overflow: hidden;
}
.team-item .team-thumb:before{
	content: '';
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.team-item:hover .team-thumb:before,
.team-item:hover .team-thumb ul{
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
}
.team-item .team-thumb img{
	-webkit-filter: blur(0px);
  filter: blur(0px);
	transform: scale(1.03);
	transition: all 0.3s ease-in-out;
}
.team-item:hover .team-thumb img{
	-webkit-filter: blur(1px);
  filter: blur(2px);
	transition: all 0.3s ease-in-out;
}
.team-item .team-thumb ul{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.team-item .team-thumb ul li{
	list-style: none;
	display: inline-block;
	margin-right: 34px;
}
.team-item .team-thumb ul li.s-facebook:hover i{
	color: #3b5998;
}
.team-item .team-thumb ul li.s-twitter:hover i{
	color: #1da1f2;
}
.team-item .team-thumb ul li.s-tumblr:hover i{
	color: #35465c;
}
.team-item .team-thumb ul li.s-youtube:hover i{
	color: #ff0000;
}
.team-item .team-thumb ul li:last-child{
	margin-right: 0;
}
.team-item .team-thumb ul li i{
	color: #fff;
}
.team-item .team-info{
	background-color: #fff;
	text-align: center;
	padding: 22px 0;
	border-top: 1px solid #184b71;
}
.team-item:hover .team-info{
	background-color: #f2982d;
}
.team-item .team-info h3{
	font-size: 14px;
}
.team-item:hover .team-info p,
.team-item:hover .team-info h3 a{
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.team-item .team-info p{
	text-transform: uppercase;
	margin-top: 5px;
}
.team-slider .owl-nav{
	margin: 80px auto 0;
	text-align: center;
}
.team-slider .owl-nav .owl-next,
.team-slider .owl-nav .owl-prev,
.about-team .join-team{
	height: 45px;
	width: 45px;
	line-height: 43px;
	text-align: center;
	border: 1px solid #fff;
	padding: 0;
	margin: 0 103px;
	font-size: 20px;
	color: #fff;
	border-radius: 0;
	display: inline-block;
}
.about-team .join-team{
	position: relative;
	z-index: 9;
}
.team-slider .owl-nav .owl-next:hover,
.team-slider .owl-nav .owl-prev:hover,
.about-team .join-team:hover{
	border-color: #cf3827;
	background-color: #cf3827;
	color: #fff;
}
.page-about .countdown .countdown-item{
	z-index: 9;
	position: relative;
}
.about-team {
	position: relative;
	padding: 120px 0 100px;
}
.about-team .join-team{
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	width: 186px;
	margin: 0;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.team-slider .owl-controls .owl-next:hover,
.team-slider .owl-controls .owl-prev:hover{
	color: #fff;
}
.about-learn{
	padding: 100px 0;
}
.about-learn-item h3{
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 65px;
}
.about-learn-item .about-learn-desc{
	margin-bottom: 40px;
}
.about-learn-item ul{
	padding-left: 30px;
	margin-bottom: 60px;
}
.about-learn-item li{
	list-style: none;
	margin-bottom: 28px;
}
.about-learn-item li i{
	color: #cf3827;
	margin-right: 20px;
}
.about-learn-item .about-learn-more{
	height: 45px;
	line-height: 43px;
	display: inline-block;
	border: 1px solid #000;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 34px;
}
.btn-border:hover,
.blog-slider .owl-nav .owl-next:hover,
.blog-slider .owl-nav .owl-prev:hover,
.home4 .faculaties-slider .owl-nav .owl-next:hover,
.home4 .faculaties-slider .owl-nav .owl-prev:hover,
.home5 .faculaties-slider .owl-nav .owl-next:hover, 
.home6 .faculaties-slider .owl-nav .owl-next:hover,
.home5 .faculaties-slider .owl-nav .owl-prev:hover,
.home6 .faculaties-slider .owl-nav .owl-prev:hover,
.home6 .popular-slider .owl-nav .owl-prev:hover,
.home6 .popular-slider .owl-nav .owl-next:hover,
.home4 .all-events:hover,
.about-learn-item .about-learn-more:hover{
	border-color: #cf3827 !important;
	background-color: #cf3827 !important;
	color: #fff !important;
}

/*==========================================================
	26. Contact Us
==========================================================*/
.contact-item h2{
	position: relative;
	font-size: 24px;
	padding-bottom: 17px;
	margin-bottom: 60px;
}
.contact-item ul{
	margin: 0 -15px;
}
.contact-item ul:after,
.contact-item li:after{
	content: '';
	display: block;
	clear: both;
}
.contact-item li{
	list-style: none;
	width: 50%;
	float: left;
	padding: 0 15px;
}
.contact-item li i{
	float: left;
	width: 24px;
	text-align: center;
	opacity: 0.2;
	font-size: 24px;
	transition: all 0.3s ease-in-out;
}
.contact-item li{
	margin-bottom: 50px;
}
.contact-item li:hover i{
	color: #cf3827;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.contact-item li .contact-info{
	margin-left: 50px;
}
.contact-item li .contact-info h3{
	clear: none;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.contact-item li .contact-info p{
	opacity: 0.7;
}
.contact-item li .contact-info p span{
	width: 60px;
	display: inline-block;
}
.contact-item form .field{
	position: relative;
	margin-bottom: 20px;
}
.contact-item form .field i{
	color: #d1d2d6;
}
.contact-item form .field input,
.contact-item form .field textarea{
  height: 50px;
	width: 100%;
	border: 1px solid #e2e2e2;
	padding: 0 50px 0 20px;
}
.contact-item form .field input:focus + i,
.contact-item form .field textarea:focus + i{
	color: #000;
}
.contact-item form .field input:focus,
.contact-item form .field textarea:focus{
  border: 1px solid #000;
}
.contact-item form .field input[placeholder],
.contact-item form .field textarea[placeholder]{
	font-style: normal;
	color: #000;
}
.contact-item form .field textarea{
	height: auto;
	resize: none;
	padding: 10px 50px 10px 20px;
}
.contact-item form .field.field-area i{
	top: 20px;
}
.contact-item form .field i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 24px;
	text-align: center;
}
.contact-item form input[type="submit"]{
	height: 50px;
	line-height: 50px;
	border: 0;
	background-color: #cf3827;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 0 30px;
	cursor: pointer;
}
.contact-item form input[type="submit"]:hover{
	background: #184b71;
}
.contact-content{
	padding: 100px 0;
}
.pratical-info{
	background-color: #262626;
	padding: 70px 0 100px;
}
.pratical-info h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	position: relative;
	padding-bottom: 9px;
	margin-bottom: 55px;
}
.pratical-info h3:after{
	content: '';
	width: 100%;
	background-color: #f2982d;
}
.pratical-info p:last-child{
	margin-bottom: 0;
}
.pratical-info p{
	margin-bottom: 30px;
	color: #fff;
	opacity: 0.3;
}
.maps{
	margin-top: 85px;
}
.maps #map{
	height: 400px;
}

/*==========================================================
	27. Faculity Profile
==========================================================*/
.faculity-slider{
	
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.faculity-slider .faculity-item .faculity-box{
	text-align: center;
	border: 1px solid #000;
	max-width: 330px;
	margin: 0 auto 65px;
	padding: 90px 0 80px;
}
.faculity-slider .faculity-item img{
	width: auto;
	margin: 0 auto 50px;
	border: 15px solid #f3f3f3;
	border-radius: 50%;
}
.faculity-slider .faculity-item h3{
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.faculity-slider .faculity-item .faculity-desc{
	max-width: 830px;
	margin: 0 auto;
	text-align: center;
}
.faculity-slider .faculity-item .faculity-desc p{
	color: #000;
}
.faculity-slider .faculity-item p{
	color: #cf3827;
}
.faculity-slider .owl-nav{
	margin: 0;
}
.faculity-slider .owl-nav .owl-next,
.faculity-slider .owl-nav .owl-prev{
	position: absolute;
	top: 175px;
	margin: 0;
	padding: 0;
}
.faculity-slider .owl-nav .owl-next i,
.faculity-slider .owl-nav .owl-prev i{
	font-size: 100px;
	opacity: 0.1;
}
.faculity-slider .owl-nav .owl-next{
	right: 135px;
}
.faculity-slider .owl-nav .owl-prev{
	left: 135px;
}
.faculity-profile .partner-content{
	border-top: 1px solid #eaeaea;
	padding-top: 95px;
	text-align: center;
}
.faculity-profile .partner-content .partner-slider{
	border-top: 0;
}
.faculity-profile .partner{
	padding-top: 100px;
}
.faculity-profile .partner-content h3{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border: 4px solid #000;
	display: inline-block;
	margin: 0 auto;
	padding: 0 15px;
	height: 50px;
	line-height: 42px;
}
.key-skill{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 100px 0;
}
.key-skill:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
.key-skill h2{
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	padding-bottom: 18px;
	margin-bottom: 115px;
}
.key-skill ul{
	margin: 0 -30px;
}
.key-skill .key-skill-content{
	position: relative;
}
.key-skill ul:after{
	content: '';
	display: block;
	clear: both;
}
.key-skill li{
	list-style: none;
	width: 50%;
	float: left;
	padding: 0 30px;
	color: #fff;
	margin-bottom: 58px;
}
.key-skill li:nth-last-child(1),
.key-skill li:nth-last-child(2){
	margin-bottom: 0;
}
.key-skill li h3{
	color: #f3f3f3;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.key-skill li .ks-process p{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.key-skill li.online-marketing .ks-process p{
	width: 80%;
	background-color: #61b235;
}
.key-skill li.soft-skills .ks-process p{
	width: 60%;
	background-color: #f2982d;
}
.key-skill li.branding .ks-process p{
	width: 70%;
	background-color: #388be0;
}
.key-skill li.communication .ks-process p{
	width: 80%;
	background-color: #44c7d6;
}
.key-skill li.creativity .ks-process p{
	width: 90%;
	background-color: #cf3827;
}
.key-skill li.specialized .ks-process p{
	width: 70%;
	background-color: #c557e1;
}
.key-skill li p span{
	position: absolute;
	right: 0;
	top: -48px;
	background-color: #fff;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	padding: 0 5px;
}
.key-skill li p span:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 7px solid #fff;
	border-left: 7px solid transparent;
	position: absolute;
	bottom: -7px;
	right: 0;
}
.key-skill li .ks-process{
	height: 10px;
	width: 100%;
	background-color: #fff;
	position: relative;
	border-radius: 0;
}
.teaching-courses{
	padding: 100px 0;
}
.teaching-courses h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 80px;
}
.teaching-courses h2:after{
	left: 50%;
	transform: translateX(-50%);
}
.teaching-courses .teaching-table-top li{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.teaching-courses .teaching-table-top ul:after,
.teaching-table-content li ul:after{
	content: '';
	display: block;
	clear: both;
}
.teaching-courses .teaching-table-top li:nth-child(1),
.teaching-table-content li ul li:nth-child(1){
	width: 10%;
	float: left;
}
.teaching-courses .teaching-table-top li:nth-child(2),
.teaching-table-content li ul li:nth-child(2){
	width: 40%;
	float: left;
}
.teaching-courses .teaching-table-top li:nth-child(3),
.teaching-table-content li ul li:nth-child(3){
	width: 15%;
	float: left;
}
.teaching-courses .teaching-table-top li:nth-child(4),
.teaching-table-content li ul li:nth-child(4){
	width: 25%;
	float: left;
}
.teaching-courses .teaching-table-top li:nth-child(5),
.teaching-table-content li ul li:nth-child(5){
	width: 10%;
	float: left;
}
.teaching-courses .teaching-table-top li:nth-child(5) span{
	font-size: 12px;
	vertical-align: 4px;
	margin-left: 5px;
}
.teaching-table-content li ul li{
	font-size: 16px;
}
.teaching-table-content li ul li:nth-child(1){
	opacity: 0.7;
}
.teaching-table-content li:hover ul li:nth-child(1),
.teaching-table-content li:hover ul li:nth-child(2){
	opacity: 1;
}
.teaching-table-content li ul li:nth-child(2){
	font-weight: 700;
}
.teaching-table-content li ul li:nth-child(2),
.teaching-table-content li ul li:nth-child(3){
	opacity: 0.5;
}
.teaching-table-content li ul li:last-child a{
	height: 35px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 35px;
}
.teaching-table-content li ul li:last-child a.received{
	background-color: #cf3827;
}
.teaching-table-content li ul li:last-child a.received:hover{
	background: #184b71;
}
.teaching-table-content li ul li:last-child a.not-yet{
	background-color: #eaeaea;
	color: rgba(0,0,0,0.5);
}
.teaching-courses .teaching-table-top,
.teaching-courses .teaching-table-content{
	border: 1px solid #e2e2e2;
	padding: 20px 40px;
}
.teaching-courses .teaching-table-content{
	border-top: 0;
	padding: 0 40px;
}
.teaching-courses .teaching-table-content li ul{
	border-bottom: 1px solid #e2e2e2;
}
.teaching-courses .teaching-table-content li:last-child ul{
	border-bottom: 0;
}
.teaching-courses .teaching-table-content li ul li{
	line-height: 35px;
	padding: 20px 0;
}
.teaching-courses ul li{
	list-style: none;
}
.teaching-courses ul li ul li{
	display: inline-block;
}

/*==========================================================
	28. Membership
==========================================================*/
.membership .courses-search p{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
}
.membership table{
	width: 100%;
}
.membership table thead tr{
	background-color: #000;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.membership table thead tr th{
	padding: 16px 0 17px;
}
.membership table thead tr th,
.membership table tbody tr td,
.membership table tfoot tr td{
	border: 1px solid #fff;
}
.membership table tbody tr:nth-child(1){
	border-bottom: 1px solid #fff;
}
.membership table tbody tr:nth-child(1) td:nth-child(1){
	background-image: url('images/set-a-plan.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.membership table tbody tr:nth-child(1) td:nth-child(2),
.membership table tbody tr:nth-child(1) td:nth-child(2):hover{
	background-color: #72ba4b;
}
.membership table tbody tr:nth-child(1) td:nth-child(3),
.membership table tbody tr:nth-child(1) td:nth-child(3):hover{
	background-color: #388be0;
}
.membership table tbody tr:nth-child(1) td:nth-child(4),
.membership table tbody tr:nth-child(1) td:nth-child(4):hover{
	background-color: #cf3827;
}
.membership table tbody tr:nth-child(1) td img{
	position: absolute;
	top: 95px;
	transform: translateY(-50px);
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.membership table tbody tr:nth-child(1) td p{
	display: inline-block;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
}
.membership table tbody tr td:nth-child(1){
	padding: 0 10px 0 50px;
	font-weight: 700;
}
.membership table tbody tr td i{
	font-size: 14px;
}
.membership table tbody tr td.uncheck i{
	color: #a6a6a6;
}
.membership table tbody tr:nth-child(2) td:nth-child(1){
	color: #184b71;
	font-weight: 700;
	text-transform: uppercase;
}
.membership table tbody tr:nth-child(2) td{
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.membership table tbody tr td{
	padding-top: 15px;
	padding-bottom: 15px;
}
.membership table tbody tr:nth-child(1) td .price-box{
	position: absolute;
	top: 90px;
	transform: translateY(-25px);
	left: 0;
	right: 0;
	text-align: center;
}
.membership table tbody tr:nth-child(1) td p.table-price{
	vertical-align: 16px;
}
.membership table tbody tr:nth-child(1) td p.table-month{
	font-size: 14px;
	opacity: 0.7;
	font-weight: 400;
}
.membership table tbody tr:last-child td:nth-child(1){
	padding-bottom: 40px;
}
.membership table tbody tr:nth-child(1) td span{
	font-size: 36px;
	opacity: 0.7;
	color: #fff;
}
.membership table tbody tr:nth-child(1) td{
	height: 190px;
	position: relative;
}
.membership table tbody tr:nth-child(1) td:nth-child(1) p{
	color: #fff;
	position: absolute;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	top: 95px;
	transform: translateY(-50%);
	left: 50px;
}
.membership table tbody tr:nth-child(1) td:nth-child(1):before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
.membership table tbody tr td:nth-child(2):hover,
.membership table tbody tr td:nth-child(3):hover,
.membership table tbody tr td:nth-child(4):hover{
	background-color: #dcdcdc;
}
.membership table tbody tr td{
	border-top: 0;
	border-bottom: 0;
}
.membership table thead tr th:nth-child(1),
.membership table tbody tr td:nth-child(1),
.membership table tfoot tr td:nth-child(1){
	width: 40%;
}
.membership table thead tr th:nth-child(2),
.membership table tbody tr td:nth-child(2),
.membership table tfoot tr td:nth-child(2),
.membership table thead tr th:nth-child(3),
.membership table tbody tr td:nth-child(3),
.membership table tfoot tr td:nth-child(3),
.membership table thead tr th:nth-child(4),
.membership table tbody tr td:nth-child(4),
.membership table tfoot tr td:nth-child(4){
	width: 20%;
	text-align: center;
}
.membership table tbody,
.membership table tfoot{
	background-color: #eee;
}
.membership table tfoot td a{
	display: block;
	background-color: #838383;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 16px 0 17px;
}
.membership table tfoot td a:hover{
	background-color: #000;
}
.membership-main{
	padding: 100px 0 120px;
}
.membership-packages .title2{
	margin-bottom: 80px;
}
.membership-packages .title2 h2{
	text-align: center;
}
.membership-packages .title2 h2:after{
	content: '';
	left: 50%;
	transform: translateX(-50%);
}
.packages-list:after{
	content: '';
	display: block;
	clear: both;
}
.packages-item{
	width: 25%;
	float: left;
	background-color: #363636;
	height: 480px;
	position: relative;
}
.packages-item .packages-box{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}
.packages-item .packages-box img{
	margin-bottom: 30px;
	height: auto;
}
.packages-item .packages-box p{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.packages-item img{
	height: 480px;
	object-fit: cover;
}
.packages-item:hover{
	background-color: #2c2c2c;
}
.packages-item:hover .packages-box p{
	letter-spacing: 3px;
	transition: all 0.3s ease-in-out;
}
.packages-item:hover .packages-box h3{
	letter-spacing: 2px;
	transition: all 0.3s ease-in-out;
}
.packages-item .packages-box a:hover{
	background-color: #f2982d;
	border-color: #f2982d;
}
.packages-item .packages-box h3{
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out;
}
.packages-item .packages-box a{
	height: 45px;
	line-height: 43px;
	border: 1px solid #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 0 25px;
}
.packages-content{
	padding-bottom: 100px;
}
.packages-content p.packages-desc{
	max-width: 525px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	margin-top: 40px;
}

/*==========================================================
	29. Faq
==========================================================*/
.faq-list{
	margin-bottom: 100px;
}
.faq-item .title2 h2{
	font-size: 24px;
	padding-bottom: 17px;
	margin-bottom: 45px;
}
.faq-item li{
	list-style: none;
	border: 1px solid #dedede;
	padding: 15px 28px;
	margin-bottom: 10px;
}
.faq-item li:last-child{
	margin-bottom: 0;
}
.faq-item li a{
	font-size: 16px;
	position: relative;
	font-weight: 700;
	display: block;
}
.faq-item li a:hover{
	color: #cf3827;
}
.faq-item li a:after{
	content: '\ea5a';
	font: normal normal normal 10px/1 'Nucleo Mini';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.faq-item li.open a:after{
	content: '\ea5b';
}
.faq-item li .faq-reply{
	padding: 10px 0 10px 30px;
}
.faq-box h3{
	font-size: 18px;
	margin-bottom: 25px;
	margin-top: 60px;
}
.faq-box p{
	margin-bottom: 28px;
}
.faq-box p:last-child{
	margin-bottom: 0;
}
.faq-main{
	margin: 100px 0;
}

/*==========================================================
	30. 404
==========================================================*/
.main-404{
	padding: 75px 0 120px;
	background-color: #f5f5f5;
}
.main-404 h2{
	font-size: 120px;
	margin-bottom: 30px;
	margin-top: 60px;
}
.main-404 .desc-404{
	font-size: 24px;
	font-weight: 700;
	opacity: 0.7;
	margin-bottom: 35px;
}
.main-404 .error-code{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.main-404 span{
	margin-bottom: 37px;
	display: inline-block;
}
.main-404 .menu{
	transition: all 0.1s;	
}
.main-404 .menu ul li{
	list-style: none;
	font-size: 16px;
	margin-bottom: 5px;
	position: relative;
}
.main-404 .menu ul li:hover{
	padding-left: 20px;
}
.main-404 .menu ul li:before {
    content: '\f105';
    position: absolute;
    font-family: fontAwesome;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: translateY(-50%);
    display: none;
}
.main-404 .menu ul li:hover i{
	transition: all 0.3s;
}
.main-404 .menu ul li:hover:before, 
.main-404 .menu ul li:hover a {
    display: block;
    color: #cf3827;
}
.choose-desc{
	max-height: 42px;
	overflow: hidden;
}

/*==========================================================
	31. Go-Up Button
==========================================================*/
.go-up {
  position: fixed;
  right: 15px;
  bottom: 12px;
  margin-bottom: 0;
  text-align: center;
  z-index: 999;
}
.go-up a {
  background: #cf3827;
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.go-up a:hover {
  color: white;
  background: #184b71;
}