/*
[Master Stylesheet]

Template Name  	: University
Description 	: University - Education Course Academy PSD Templates
Author      	: TivaTheme
Version     	: 1.0
Created     	: 12/01/2018
*/

/* ################################################################
[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

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

/* #region 1. Import Files */

/*==========================================================
	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("/Portals/_default/Skins/Patriot/libs/font-awesome/css/font-awesome.min.css");
@import url("/Portals/_default/Skins/Patriot/libs/bootstrap/css/bootstrap.min.css");
@import url("/Portals/_default/Skins/Patriot/libs/owl-carousel/assets/owl.carousel.min.css");
@import url("/Portals/_default/Skins/Patriot/libs/owl-carousel/assets/owl.theme.default.min.css");
@import url("/Portals/_default/Skins/Patriot/libs/owl-carousel/assets/carousel.min.css");
@import url("/Portals/_default/Skins/Patriot/libs/nucleo-webfonts/mini/css/nucleo-mini.css");
@import url("/Portals/_default/Skins/Patriot/libs/nucleo-webfonts/outline/css/nucleo-outline.css");

/* #endregion*/

/* #region 2. General */

/*==========================================================
	2. GENERAL
==========================================================*/

/*#region DNN overrides */

.dnnFormPopup .ui-dialog-content, #iPopUp .ui-dialog-content {
  background-color: transparent;
}

/*#endregion --- DNN overrides --- */

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;
}
.Normal h2 {
	line-height: 30px;
}
.Normal h3 {
	line-height: 27px;
}
.Normal h4 {
	line-height: 24px;
}
.Normal h5 {
	line-height: 21px;
}
.Normal h6 {
	line-height: 18px;
}
img{
	border:none;
	max-width:100%;	
	height: auto;
}
.Normal p {
  font-size: 16px;
}

.Normal p {
  line-height: 1.4em;
  margin-bottom: 20px;
}
blockquote,
blockquote p {
	font-size: 16px;
	line-height: 27px;
	color: #777;
	font-style: italic;
	margin: 10px 10px 30px 40px;
	border-left: 3px solid #afafaf;
	padding-left: 25px;
}
.Normal ul,
.Normal ol {
  margin-bottom: 20px;
}
  .Normal ul li,
  .Normal ol li {
    line-height: 1.4em;
    margin: 0 0 10px 35px;
    font-size: 16px;
  }
  .Normal ol ol {
	  list-style: lower-alpha;
  }
.Normal a {
  text-decoration:underline!important;
}
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;
}

.TB_Wrapper, .TB_Wrapper *, .dnnActionMenu, .dnnActionMenu *, .dnnActionMenu:after, .dnnActionMenu:before, .dnn_mact, .dnn_mact *, .dnn_mact:after, .dnn_mact:before, [id*=ControlPanel], [id*=ControlPanel] *, [id*=ControlPanel]:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

[class*=RadAjaxPanel] *, [class*=Digital] * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.img-left {
  float: left;
  padding-right: 25px;
  padding-bottom: 15px;
}
.img-right {
  float: right;
  padding-left: 25px;
  padding-bottom: 15px;
}

sup {
	font-size: 0.7em;
}
/* #endregion*/

/* #region 3. Elements */

/*==========================================================
	3. ELEMENTS
==========================================================*/
.container{
	max-width: 1200px;
}
.btn:hover{
	background: rgba(54,55,86,1);
}
.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: rgba(187,19,62,1);
}

/* #endregion*/

/* #region 4. Header */

/*==========================================================
	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: rgba(54,55,86,1);
}
.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: rgba(187,19,62,1);
}

/* PROMO banner */
.promo-banner {
	background-color: rgba(187,19,62,1);
	padding: 10px 0 1px;
}
.promo-banner .Normal {
	margin: 0 auto;
}
.promo-banner .Normal p {
	color: #fff;
	padding: 5px 20px 5px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.promo-banner .Normal a {
	color: rgba(187,19,62,1);
	background-color: #fff;
	display: block;
	text-decoration: none!important;
	padding: 2px 15px;
	font-size: 16px;
	margin: 10px 0 2px;
	text-transform: uppercase;
	font-weight: 700;
}
@media (min-width: 992px) {
	.promo-banner .Normal a {
		display: inline-block;
		margin: 0 0 0 10px;
	}
}
.promo-banner.DNNEmptyPane {
	padding: 0;
}
/* #endregion*/

/* #region 5. Menu */

/*==========================================================
	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: 25px;
	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 rgba(54,55,86,1);
	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: 1px 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: 400px;
	left: 0;
	margin: 0;
	padding: 15px 20px;
	z-index: 99999;
	top: 90px;
	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: 104px;
}
.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;
	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 a {
	line-height: 32px;
}
.dropdown-menu ul li a span {
	line-height: 21px;
	display: inline-block;
}
.dropdown-menu ul li:hover:before,
.dropdown-menu ul li:hover a{
	display: block;
	color: rgba(187,19,62,1);
}

.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: rgba(187,19,62,1);	
}
.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: rgba(187,19,62,1);
}
.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: rgba(187,19,62,1);
	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;
}

/* Side Menu */
ul#pageMenu {
  list-style: none;
  margin: 10px 0;
}
  ul#pageMenu li {
    position:relative;
  }
  ul#pageMenu li a {
    padding: 5px 0;
    display: block;
  }
  /*ul#pageMenu li:not(:hover) {
    transition: none !important;
  }*/

  ul#pageMenu li:before {
    content: '\f105';
    position: absolute;
    font-family: fontAwesome;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: translateY(-50%);
    display: none;
  }

  ul#pageMenu li:hover {
    padding-left: 20px;
    transition: all 0.3s;
  }

  ul#pageMenu li a {
    color: #000;
    display: inline-block;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
  }

  ul#pageMenu li:hover:before,
  ul#pageMenu li:hover a {
    display: block;
    color: rgba(187,19,62,1);
  }

/* #endregion*/

/* #region 6. Main */

/*==========================================================
	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: rgba(187,19,62,1);
}
.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: rgba(187,19,62,1);
	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: rgba(187,19,62,1);
	color: #fff;
}
.our-features{
	margin-bottom: 80px;
}
.home2 .our-features{
	margin-bottom: 100px;	
}

.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: rgba(187,19,62,1);
	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: rgba(54,55,86,1);
}
.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: rgba(187,19,62,1);
	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: rgba(187,19,62,1);
  background-color: rgba(187,19,62,1);
}
.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: rgba(54,55,86,1);
	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-main .slider-item .slider-info {
  text-align: center;
  position: relative;
}
  .people-main .slider-item .slider-info h3 {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding: 10px 0 50px;
    opacity: 0.3;
  }
    .people-main .slider-item .slider-info h3 a {
      color: #000;
      cursor:default;
    }
  .people-main .slider-item .slider-info .slider-desc {
    font-size: 1.2em;
    line-height: 1.8em;
    font-style: italic;
  }
  .people-main .slider-item .slider-info .f-read {
    display:none;
  }
.people-main .slider-item{
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);*/
}
  .people-main .slider-item .slider-info {
    /*width: 135px;*/
    margin-top: -10px;
  }

.testimonial-container .ps-title {
  margin-top:100px;
  text-align: center;
}
.testimonial-container .ps-title .container {
  position: relative;
}
  .testimonial-container .ps-title .ps-ava {
    position: absolute;
    top: 200px;
    left: calc(50% - 150px);
    width: 300px;
  }
.testimonial-container .ps-title-box .img-bg {
  display: block;
  width: 100px;
  height: 100px;
}

.testimonial-container .ps-title-box li {
  list-style: none;
  display: none;
}
  .testimonial-container .ps-title-box li.active {
    display: block;
  }
.people-main .slider-item .slider-img img {
  margin-bottom: 28px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.people-main .slider-item .slider-info h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
.people-main {
  /*background-color: #f7f7f7;*/
  padding: 95px 0 75px;
  margin-top: 100px;
}
.people-main .slider {
  max-width: 710px;
  margin: 0 auto;
}
  .people-main .slider-item {
    text-align: center;
    position: relative;
    padding: 10px 30px;
  }
    .people-main .slider-item span.quote-open {
      position: absolute;
      left: 0;
      top: 0;
    }
    .people-main .slider-item span.quote-close {
      position: absolute;
      right: 0;
      bottom: 0;
      transform: rotate(180deg);
    }
    .people-main .slider-item span.quote {
      font-size: 50px;
      line-height: 40px;
      color: rgba(187,19,62,1);
    }
  .people-main .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: rgba(187,19,62,1);
	color: #fff;
	border: 1px solid rgba(187,19,62,1);
}
.arrow.owl-carousel .owl-nav .owl-prev:hover,
.arrow.owl-carousel .owl-nav .owl-next:hover{
	background: none;
	color: rgba(187,19,62,1);
	border: none;
}
.people-main .owl-dots {
  display: none !important;
}
.people-main .owl-nav .owl-prev {
  position: absolute;
  top: 0px;
  font-size: 60px;
  left: -200px;
  line-height: 40px;
  opacity: 0.1;
}
.people-main{
	position: relative;
}
.testimonial-container .people-controls {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
  .testimonial-container .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);
  }
    .testimonial-container .people-controls li.active {
      border: 2px solid rgba(24,75,113,1);
    }
    .testimonial-container .people-controls li .img-bg {
      display:block;
      height: 70px;
      width: 70px;
      border-radius: 50%;
    }
    .testimonial-container .people-controls li:last-child {
      margin-right: 0;
    }
  .testimonial-container .people-controls li a {
    height: 98px;
    width: 98px;
    display: flex;
    justify-content: center;
    align-items:center;
  }

@media screen and (max-width: 767px) {
  .testimonial-container .people-controls {
    top: 40px;
  }
  .people-main .slider-item .slider-info h3 {
    padding: 60px 0 10px;
  }
    .testimonial-container .people-controls li .img-bg {
      height: 56px;
      width: 56px;
      background-size: cover;
    }

    .testimonial-container .people-controls li a {
      height: 68px;
      width: 68px;
    }

  .testimonial-container .people-main {
    padding-bottom: 40px;
  }
}
/* ************* BLOG ************* */

/* imported from skin */

/* ******************************** */


.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: rgba(187,19,62,1);
	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: rgba(54,55,86,1);
}
.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: rgba(54,55,86,1);
	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: rgba(187,19,62,1);
}
.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: rgba(187,19,62,1);
	border: 0;
	color: #fff;
	position: relative;
	z-index: 8;
	cursor: pointer;
}
.newsletter-content form input[type="submit"]:hover{
	background: rgba(54,55,86,1);	
}
.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;
}

/* #endregion*/

/* #region 7. Footer */

/*==========================================================
	7. FOOTER
==========================================================*/
.footer-top{
	background-color: rgba(54,55,86,1);
	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: rgba(187,19,62,1);
	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: rgba(187,19,62,1);
}
.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;
}

/* #endregion*/

/* REMOVED 
  8. Home 2 
  9. Home 3
*/

/* #region 10. Home 4 */

/*==========================================================
	10. HOME 4
==========================================================*/

.home4 .site-header .site-top,
.page .site-header .site-top{
	height: 50px;
	line-height: 50px;
	background-color: rgba(54,55,86,1);
	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;
}
@media (min-width: 992px) {
	.d-lg-block {
		display: inline-block !important;
	}
}
.home4 .top-right .user,
.page .top-right .user{
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 55px;
}
.home4 .top-right .user a,
.page .top-right .user a{
	color: #fff;
	display: block;
	padding: 0 0 0 12px;
	background-color: rgba(187,19,62,1);
	position: relative;
}
.home4 .top-right .user a:before,
.page .top-right .user a:before{
	content: '';
	width: 0;
	height: 0;
	border-bottom: 50px solid rgba(187,19,62,1);
	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: rgba(187,19,62,1);
	display: block;
	position: absolute;
	top: 0;
	left: 130px;
}
.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: 143px;
}
.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: rgba(187,19,62,1);	
}
.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: rgba(187,19,62,1);
	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 > div:nth-child(2n-1) .popular-item .popular-box .popular-box-wrap,
.popular-course.layout3 .popular-main > div:nth-child(2n-1) .popular-item .popular-box .popular-box-wrap {
  margin-left: -100px;
  position: relative;
  background-color: #fff;
  height: 280px;
}
.popular-course.layout2 .popular-main > div:nth-child(2n) .popular-item .popular-box .popular-box-wrap,
.popular-course.layout3 .popular-main > div:nth-child(2n) .popular-item .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 .popular-box-wrap {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  }
  .popular-course.layout2 .popular-item:hover .popular-box-wrap {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  }
.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;
}

/* MOVED TO external css */

.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: rgba(54,55,86,1);
	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: rgba(187,19,62,1);
	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: rgba(187,19,62,1);
}
.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 rgba(187,19,62,1);
	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 rgba(187,19,62,1);
}
.home4 .footer-top,
.page .footer-top{
	padding: 100px 0 70px;
}
.home4 .footer-content,
.page .footer-content{
	background-color: rgb(39, 40, 64);
	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: #3b5998;
    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: rgba(187,19,62,1);
	border-color: rgba(187,19,62,1);
}
.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;
}

/* from Home2 section */

.popular-course.layout3 .popular-main .popular-item .popular-box .popular-box-wrap {
  margin: 0 !important;
}

.home4 .courses-search .courses-form input[type="text"],
.home4 .courses-search .courses-form select,
.home4 .courses-search .courses-form select option {
  background: #f5ad57;
}
.home4 .list-category {
  margin-top: 120px;
}

/* Popular Main */

.popular-main .popular-item:after,
.popular-main .popular-item .popular-bottom:after {
  content: '';
  display: block;
  clear: both;
}

.popular-main > div:nth-child(2n-1) .popular-item .popular-thumb {
  width: 50%;
  float: left;
}

.popular-main > div:nth-child(2n) .popular-item .popular-thumb {
  width: 50%;
  float: right;
}

.popular-main > div .popular-item {
  margin-bottom: 95px;
  position: relative;
}

.popular-main > div:last-child .popular-item {
  margin-bottom: 80px;
}

.popular-main > div:nth-child(2n-1) .popular-item .popular-box .popular-avatar {
  position: absolute;
  left: 40px;
  border: 10px solid #fff;
  border-radius: 50%;
  bottom: -45px;
}

.popular-main > div:nth-child(2n) .popular-item .popular-box .popular-avatar {
  position: absolute;
  right: 40px;
  border: 10px solid #fff;
  border-radius: 50%;
  top: -45px;
  z-index: 9;
}

.popular-main > div .popular-item,
.popular-main > div .popular-item .popular-box {
  height: 300px;
}

.popular-main > div:nth-child(2n-1) .popular-item .popular-box {
  float: right;
  width: 50%;
}

.popular-main > div:nth-child(2n) .popular-item .popular-box {
  float: left;
  width: 50%;
}

  .popular-main > div:nth-child(2n) .popular-item .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 > div:nth-child(2n-1) .popular-item .popular-bottom .popular-count {
  float: left;
}

.popular-main > div:nth-child(2n) .popular-item .popular-bottom .popular-count {
  float: right;
}

.popular-main > div:nth-child(2n) .popular-item .popular-bottom .price {
  float: left;
}

  .popular-main > div:nth-child(2n) .popular-item .popular-bottom .price .price-old {
    color: #000;
    opacity: 0.5;
    margin-left: 25px;
    text-decoration: line-through;
  }

/* end Popular Main */

/* List Category */


.list-category:after {
  content: '';
  display: block;
  clear: both;
}

.list-category .DnnModule {
  width: 20%;
  float: left;
  position: relative;
}

.list-category {
  background-color: rgba(54,55,86,1);
}

  .list-category .category-item > img {
    opacity: 0.5;
    transition: opacity 0.4s linear;
    -webkit-backface-visibility: hidden;
    object-fit: cover;
    width: 100%;
  }

  .list-category .category-item:hover > img {
    opacity: 0.8;
  }



  .list-category .DnnModule .category-item.center {
    text-align:center;
    height: 350px;
  }

@media screen and (min-width: 768px) {
  .list-category .DnnModule .category-item.center {
    height: auto;
  }

}
    .list-category .DnnModule .category-item.center .category-info {
      position: relative;
      transform: none;
      left: 0;
      right: 0;
      top: 110px;
    }

      .list-category .DnnModule .category-item.center .category-info img {
        margin-bottom: 44px;
      }

      .list-category .DnnModule .category-item.center .category-info p {
        font-size: 18px;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        line-height: 37px;
      }

        .list-category .DnnModule .category-item.center .category-info p span {
          display: block;
          letter-spacing: normal;
          font-size: 48px;
          margin-bottom: 34px;
          margin-top: -7px;
          line-height: 37px;
        }

      .list-category .DnnModule .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 .DnnModule .category-item .category-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 47px;
    right: 47px;
  }

.DnnModule .category-item:hover .category-name {
  opacity: 1;
}

.category-info .category-name {
  font-size: 12px;
  background-color: rgba(187,19,62,1);
  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 rgba(187,19,62,1);
  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: rgba(54,55,86,1);
  }

/* end list category */

/* Our Faculties */


.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: rgba(187,19,62,1);
    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: rgba(187,19,62,1);
      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 rgba(187,19,62,1);
      position: absolute;
      left: 50%;
      bottom: -6px;
      transform: translateX(-50%);
    }

.faculaties-box-hover p {
	padding: 20px;
	background-color: rgba(54,55,86,1);
	color: #fff;
	text-align: center;
	display: block;
	height: 136px;
	position: relative;
}

.faculaties-box-hover a {
	display: block;
	border: 1px solid #fff;
	padding: 6px 8px;
	bottom: 20px;
	position: absolute;
	color: #fff;
	width: 80%;
	left: 10%;
	transition: background-color .2s;
}
.faculaties-box-hover a:hover {
	display: block;
	border: 1px solid #fff;
	padding: 6px 8px;
	bottom: 20px;
	position: absolute;
	color: rgba(54,55,86,1);
	background-color: #fff;
	width: 80%;
	left: 10%;
}

.faculaties-content {
  overflow: hidden;
}
.faculaties-content .title2 h2{
	text-align: center;
	margin-top:120px;
	margin-bottom:80px;
}
.faculaties-slider {
  width: 1983px;
  margin-left: -40px;
	margin-bottom: 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;
    }
.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;
}
.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-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);
}

.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.large-thumb {
	width:50%;
	margin-bottom: 1px;
}
@media screen and (max-width: 991px) {
	.gallery-content li.large-thumb {
		width: 66.67%;
	}
}
/*@media screen and (max-width: 676px) {*/
	/*.gallery-content li.large-thumb {*/
		/*width: 66.67%;*/
	/*}*/
/*}*/

.gallery-content li .gallery-info {
	position: absolute;
	left: 0;
	bottom: -105px;
	right: 30px;
	background-color: rgba(54,55,86,0.9);
	color: #fff;
	padding: 20px;
	transition: all 0.3s;
}

.gallery-content li:hover .gallery-info {
	bottom: 0;
	transition: all 0.3s;
}
.course-details-sidebar .page-content .page-wr .gallery-content li .gallery-info h3 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 8px;
	padding: 0;
	line-height: 15px;
}

.course-details .page-content .page-wr .gallery-content li .gallery-info p {
	font-size: 12px;
	height: 40px;
	line-height: 18px;
	margin-bottom: 0;
}
.course-details .page-content .page-wr .gallery-content li .gallery-info i {
	padding-left: 10px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.course-details .page-content .page-wr .gallery-content li .gallery-info i:hover {
	opacity: 0.7;
}


@media screen and (max-width: 767px) {
	.gallery-content li.large-thumb {
		width:100%;
		margin-bottom: 1px;
	}
	.gallery-content li .gallery-info {
		right:1px;
		left:1px;
		padding: 10px 10px 6px;
	}
	.course-details .page-content .page-wr .gallery-content li .gallery-info i {
		padding-left: 5px;
	}
}
.gallery-content li img {
	width: 100%;
}

.gallery-content a.btn-gallery {
	margin-top: 60px;
	color: #fff;
}

.gallery-content a.btn-gallery:hover {
	background: rgba(187,19,62,1);
}

/* end our Faculties */

.Normal .f-read {
	display: inline-block;
	border: 1px solid #000;
	color: #000;
	padding: 10px 15px;
	width: auto;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 700;
	transition: all 0.1s;
	background-color: rgba(255, 255, 255, 0);
	text-transform: uppercase;
	text-decoration: none!important;
}

  .Normal .f-read:hover {
    border-color: rgba(187,19,62,1);
    background-color: rgba(187,19,62,1);
    color: #fff;
  }


/* end from Home2 section */

/* #endregion*/

/* REMOVED 
  11. Home 5 
  12. Home 6
*/

/* #region 13. Course List */

/*==========================================================
	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: rgba(187,19,62,1);
	border-color: rgba(187,19,62,1);
	color: #fff;
}
.page-navigation .page-numbers:last-child{
	margin-right: 0;
}

/* #endregion*/

/* #region 14. Course Grid */

/*==========================================================
	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;
}

/* #endregion*/

/* #region 15. Course Detail */

/*==========================================================
	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: 300px;
	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;
}
@media screen and (min-width: 577px) and (max-width: 991px) {
	.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{
		margin-top: 90px;
	}
}
.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: rgba(187,19,62,1);
}
.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.full-width .page-content .page-wr{
	max-width: 100%;
}

.course-details .page-content .page-wr h2 {
	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{
  line-height:1.4em;
	margin-bottom: 20px;
}
.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: rgba(187,19,62,1);
	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 rgba(187,19,62,1);
}
.course-details .page-wr .course-details-author ul li:hover i,
.socials li:hover i{
	color: rgba(187,19,62,1);
}
.course-details .page-wr .course-details-author ul li i,
.socials li i{
	color: #bfbfbf;
}

/* #endregion*/

/* #region 16. Course Details Sidebar */
 
/*==========================================================
	16. Course Details Sidebar
==========================================================*/
.course-details-sidebar .site-main .site-top .container{
	height: 300px;
	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 rgba(187,19,62,1);
}
.entry-tab li:nth-child(3).active a{
	background-color: rgba(187,19,62,1);
	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: rgba(187,19,62,1);
}
.widget-all-courses .widget-content li:hover a{
	color: rgba(187,19,62,1);
}
.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: rgba(187,19,62,1);
	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 rgba(187,19,62,1);
}
.widget-tags .widget-content li:hover a,
.shop-sidebar .widget-tag li:hover a{
	color: rgba(187,19,62,1);
}
.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: rgba(187,19,62,1)
}
.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: rgba(187,19,62,1);
	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: rgba(187,19,62,1);
}
.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;
}

/* #endregion*/

/* #region 17. Events Page */

/*==========================================================
	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: rgba(187,19,62,1);
}
.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: rgba(187,19,62,1);
	border-bottom: 1px solid rgba(187,19,62,1);
}
.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;
}

/* #endregion*/

/* #region 18. Event Detail */

/*==========================================================
	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: 20px;
}
.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;
}

/* #endregion*/

/* REMOVED 
  19. Blog List
  20. Blog Grid
  21. Blog Detail
  22. Portfolio
  23. Portfolio Detail
  24. Page Shop
*/


/* #region 25. About Us */


/*==========================================================
	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: rgba(54,55,86,1);
}
.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 rgba(54,55,86,1);
	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 rgba(54,55,86,1);
}
.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: rgba(187,19,62,1);
	background-color: rgba(187,19,62,1);
	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: rgba(187,19,62,1);
	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,
.home4 .all-events:hover,
.about-learn-item .about-learn-more:hover{
	border-color: rgba(187,19,62,1) !important;
	background-color: rgba(187,19,62,1) !important;
	color: #fff !important;
}

/* #endregion*/

/* #region 26. Contact Us */

/*==========================================================
	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: rgba(187,19,62,1);
	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: rgba(187,19,62,1);
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 0 30px;
	cursor: pointer;
}
.contact-item form input[type="submit"]:hover{
	background: rgba(54,55,86,1);
}
.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;
}


#contactMap {
	width: 100%;
	height: 200px;
}

@media screen and (min-width: 767px) {
	#contactMap {
		/*width: 840px;*/
		height: 400px;
	}
}
/* #endregion*/

/* #region 27. Faculty Profile */


/*==========================================================
	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: rgba(187,19,62,1);
}
.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: rgba(187,19,62,1);
}
.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: rgba(187,19,62,1);
}
.teaching-table-content li ul li:last-child a.received:hover{
	background: rgba(54,55,86,1);
}
.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;
}

/* #endregion*/

/* REMOVED 
  28. Membership
*/

/* #region 29. FAQ */


/*==========================================================
	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: rgba(187,19,62,1);
}
.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;
}

/* #endregion*/

/* #region 30. 404 */

/*==========================================================
	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: rgba(187,19,62,1);
}
.choose-desc{
	max-height: 42px;
	overflow: hidden;
}

/* #endregion*/

/* #region 31. Go-up Button */


/*==========================================================
	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: rgba(187,19,62,1);
  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: rgba(54,55,86,1);
}


/* #endregion*/

/* #region GCS Specific */

/*********** GCS Specific **************/
.header-content {
  background-image: url("/Portals/_default/Skins/Patriot/images/gcs/faded-seal.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20%;
}
@media screen and (min-width: 768px) {
  .header-content {
    background-position: 9% center;
    background-size: 11%;
  }
}
.main-slider .slider-item span.img-bg {
  display: block;
  width: 100vw;
  height: 61vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}
.main-slider .slider-item .slider-info {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 20px 5px;
}
@media screen and (min-width:960px) {
	.main-slider .slider-item[data-hash="item_10"] .slider-info {
		left: 510px;
	}
}
.main-slider .slider-item .slider-info h3 {
	font-size: 1.5em;
	float: left;
	width: 60%;
}

  .main-slider .slider-item .slider-info h3 a {
    color: #000;
  }
.main-slider .slider-item .slider-info .slider-desc {
	display: none;
}
.slider-item .f-read {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  padding: 10px 15px;
  float: right;
  width: auto;
  margin-top: 20px;
  margin-bottom:20px;
  font-weight: 700;
  transition: all 0.1s;
  background-color: rgba(255, 255, 255, 0);
  text-transform: uppercase;
}
.double-slider .slider-item .f-read {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .main-slider .slider-item span.img-bg {
    height: 41vw;
  }
}
@media screen and (min-width:960px) {
  .main-slider .slider-item .slider-info {
    position: absolute;
    bottom: 50px;
    left: 74%;
    transform: translateX(-50%);
    width: 510px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px;
  }
  .main-slider .slider-item span.img-bg {
    width: 100vw;
    height: 41vw;
  }
	.main-slider .slider-item .slider-info .slider-desc {
		display: block;
	}
  .main-slider .slider-item .slider-info h3 {
    font-size: 2em;
    line-height: 1.2em;
    float: none;
	width: auto;
  }
  .slider-item .f-read {
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    padding: 10px 15px;
    float: right;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
    transition: all 0.1s;
    background-color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
  }

    .slider-item .f-read:hover {
      background-color: rgba(187,19,62,1);
      border: 1px solid rgba(187,19,62,1);
      color: #fff;
    }
}

@media screen and (min-width: 1200px) {
  .main-slider .slider-item span.img-bg {
    height: 31vw;
  }
}

.site-top {
  position:relative;
}
  .site-top .page-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 300px;
    object-fit: cover;
  }
  .site-top .page-header .Normal > img {
    object-fit: cover;
  }

  /* Full width blue promo */
.full-width-blue-bar {
  background-color: rgba(54,55,86,1);
}
  .full-width-blue-bar .Normal a {
    color: #FFF;
    padding: 20px 0;
    display: block;
    font-size: 1em;
    line-height: 1.4em;
    font-style: italic;
    text-align: center;
  }

.popular-item .f-read {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  padding: 10px 15px;
  float: right;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  transition: all 0.1s;
  background-color: rgba(255, 255, 255, 0);
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .full-width-blue-bar .Normal a {
    padding: 40px 0;
    font-size: 2em;
  }
}

#qgiv-embed-50964 {
  height: 2350px;
}
#qgiv-embed-51231 {
  height: 1750px;
}
#qgiv-embed-51232 {
  height: 2200px;
}
#qgiv-embed-51243 {
	height: 1750px;
}
#qgiv-embed-51261 {
	height: 1800px;
}
#qgiv-embed-51244 {
	height: 2280px;
}
#qgiv-embed-51248 {
	height: 2430px;
}

/* Sponsor Tables */
.table.sponsorship,
.table.naming {
  font-size: 1.3em;
}
.table.sponsorship th,
.table.naming th {
  text-align: center;
}
@media screen and (min-width:961px) {

  .table.sponsorship .gcs-logo {
    padding: 10px;
    vertical-align: middle;
  }
}
.table.sponsorship .gcs-logo {
  vertical-align: middle;
}
  .table.sponsorship .gcs-logo::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("images/gcs/GCS-seal-Red-shield.png");
    background-repeat: no-repeat;
    background-size: contain;
  }

@media screen and (max-width:960px) {
  .table.sponsorship {
    overflow: hidden;
  }

    .table.sponsorship tr {
      background-color: rgba(54,55,86,1);
    }

      .table.sponsorship tr td {
        padding: 5px 15px;
      }

    .table.sponsorship > thead:first-child > tr:first-child > th:first-child {
      position: absolute;
      display: inline-block;
      background-color: rgba(54,55,86,1);
      width: 150px;
      padding: 10px 15px;
      color: #fff;
      border-bottom-color: rgba(54,55,86,1);
    }

    .table.sponsorship > tbody > tr > td:first-child {
      position: absolute;
      display: inline-block;
      background-color: rgba(54,55,86,1);
      width: 150px;
      color: #fff;
      border-bottom-color: rgba(54,55,86,1);
      font-size: 1em;
    }

    .table.sponsorship > thead > tr > th:not(:first-child),
    .table.sponsorship > tbody > tr > td:not(:first-child) {
      background-color: #FFF;
    }

    .table.sponsorship > thead:first-child > tr:first-child > th:nth-child(2) {
      padding-left: 170px;
    }

    .table.sponsorship > tbody > tr > td:nth-child(2) {
      padding-left: 170px !important;
    }
}

#onPageMenu {
  display:none;
}
@media screen and (max-width:960px) {
  #onPageMenu {
    display: none!important;
  }
}



/* footer give now link */
.fc-right .f-read {
	width: 180px;
	margin: 0 auto;
	text-align: center;
	display: block;
}
@media screen and (min-width:960px) {

	.main-slider .Normal img {
		object-fit: cover;
		width: 100%;
		height: 300px;
	}

	.fc-right .DnnModule {
		padding-left: 100px;
	}

	.fc-right h2 {
		padding-top: 20px;
		font-size: 2em;
		padding-bottom: 10px;
	}

	.fc-right .Normal {
		position: relative;
	}

	.fc-right .f-read {
		position: absolute;
		top: -20px;
		right: 10px;
		font-size: 16px;
	}

	.fc-right .Normal p {
		font-size: 1.2em;
		margin-bottom: 0;
	}
}

.DnnModule .LiveForm.Default {
  border: none;
}


.sidebar {
	padding-top: 60px;
}

@media screen and (min-width: 992px) and (max-width: 1273px) {
	.home4 .site-brand, .page .site-brand, .home5 .site-brand, .page-blog .site-brand {
		float:none;
	}
	.home4 .site-brand a, .home5 .site-brand a {
		line-height: 90px;
	}
	.home4 .main-menu > ul > li > a {
		line-height: 65px;
	}
	.home4 .dropdown-menu, .home5 .dropdown-menu {
		top: 65px;
	}
}
@media screen and (max-width: 767px) {
	.home4 .site-brand img, .page .site-brand img, .home5 .site-brand img, .page-blog .site-brand img {
		width:auto!important;
	}
}
  /* #endregion*/


#googleCalendar {
	width: 100%!important;
}