/*
  Theme Name: Edstudy - Education LMS and Courses HTML5 Template
  Support: admin@gmail.com
  Description: Edstudy - Education LMS and Courses HTML5 Template
  Version: 1.0
*/

/* CSS Index
-----------------------------------

1. Theme default css
2. Header
3. Breadcrumb
4. Banner
5. Courses
6. Ingredients
7. Features
8. Top Courses
9. Team
10. Cta
11. Testimonial
12. Category
13. Event
14. Shop
15. Pagination
16. Blog
17. Newsletter
18. Contact
19. Footer
20. Preloader

*/

/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|Roboto:300,300i,400,400i,500,500i,700,700i&display=swap");
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #636363;
	font-style: normal;
}
ul li p{
margin: 0;
padding: 0;
display: inline !important;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.fix {
	overflow: hidden;
}
.clear{
	clear: both;
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.cat-list li.active a,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2b96cc;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	color: #414141;
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
p {
	 font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	color: #636363;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #636363;
	cursor: pointer;
	 font-size: 16px;
	font-weight: 400;
}
*::-moz-selection {
	background: #25408f;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #25408f;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #25408f;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	 font-size: 16px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	 font-size: 16px;
	opacity: 1;
}
.theme-overlay {
	position: relative;
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2;
}
/* button style */
.btn {
	-moz-user-select: none;
	border: medium none;
	border-radius: 0;
	color: #FAFAFA;
	cursor: pointer;
	display: inline-block;
	 font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 21px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	font-family: "Oswald", sans-serif;
}
.btn:hover {
	color: #fff;
}
.btn > span {
	margin-right: 5px;
}
.btn.transparent-btn {
	background: transparent;
	border: 3px solid #fff;
	color: #fff;
	padding: 18px 25px;
}
.btn.transparent-btn:hover {
	border-color: #d2232a;
	color: #FAFAFA;
}
.btn.green{
	color: #fff;
    background-color: #5cb85c!important;
    border-color: #4cae4c!important;
}
.form-control{
	border-radius: 0px !important;
}
/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	border-radius: 0;
	z-index: 9;
	color: #fff;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	transition: 1s ease;
	border: none;
}
.scroll-top.open {
	opacity: 1;
	bottom: 30px;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(
		ellipse at center,
		rgba(0, 0, 0, 0.25) 0%,
		rgba(0, 0, 0, 0) 80%
	);
}
.scroll-top:hover {
	background: #a3a3a3;
}
.home-slider{
	background-color: #000;
}

/* Background__color__1 */
.btn,
.btn.transparent-btn:hover,
.scroll-top,
.navbar-wrap > ul > li > a::before,
.header-action .header-btn .btn:hover,
.header-shop-cart .minicart .checkout-link a.red-color,
.features-content h3::before,
.top-courses-thumb .bestseller,
.featured-nav-tabs.nav-tabs .nav-item.show .nav-link,
.featured-nav-tabs.nav-tabs .nav-link.active,
.pagination-wrap ul li a:hover,
.pagination-wrap ul li.active a,
.courses-search-box form button:hover,
.event-tag a,
.sidebar-newsletter-title::before {
	background: #d2232a;
	color: #FAFAFA;
}
/* Background__color__2 */
.btn:hover,
.scroll-top,
.header-shop-cart a span,
.header-action .header-btn .btn,
.header-shop-cart .minicart .checkout-link a,
.section-title.text-center::before,
.ingredients-progress .ing-progress-wrap:nth-child(2) .progress-bar,
.courses-menu button.active,
.courses-menu-two button::after,
.team-social,
.team-thumb::before,
.price_slider_amount > input[type="submit"],
.sidebar-tag ul li a:hover,
.event-tag a:hover,
.sidebar-newsletter form button,
.tag-list ul li a:hover,
.top-courses-thumb .bestseller.bl-bg {
	background: #25408f;
}

/* Color__1 */
.header-top-library a i,
.header-top-social ul li a:hover,
.header-user-login a:hover,
.header-user-login a i,
.navbar-wrap ul li .submenu li.active a,
.banner-content h2 span,
.mobile-menu .navigation li.active > a,
ul.minicart .cart-content a:hover,
.minicart .del-icon > a:hover,
.section-title h2 span,
.section-title .sub-title,
.features-item:hover .features-icon i,
.top-courses-tag span a,
.top-courses-content h5 a:hover,
.top-courses-bottom .courses-avatar a:hover,
.testi-avatar-info span,
.blog-post-content h4 a:hover,
.blog-post-meta ul li a:hover,
.fw-links ul li a:hover,
.f-courses-content h5 a:hover,
.fw-tweet-post ul li p a:hover,
.dropdown-btn.open span,
.mobile-menu .social-links li a:hover,
.top-courses .courses-menu-two button.active,
.top-courses-two .courses-level i,
.top-courses-two .courses-avatar i,
.category-item a,
.contact-box:hover h5,
.team-content h4 a:hover,
.product-content h6 span,
.product-content h6 a:hover,
.relater-p-content h6 a:hover,
.sidebar-cat ul li a:hover,
.classic-blog-tag ul li,
.classic-blog-tag ul li a,
.blog-content h4 a:hover,
.classic-blog-meta > ul > li.blog-post-date > i,
.classic-blog-meta ul li.blog-more-read a:hover,
.rc-post-content h5 a:hover,
.cat-list ul li a:hover,
.blog-details-meta ul li a:hover,
.blog-details-tag i,
.b-details-inner-title span,
.comment-reply-link i,
.comment-reply-link:hover {
	color: #25408f;
}

.banner-content h2 span.red
{
    color: #d2232a;
}
/* Color__2 */
.courses-preview i,
.courses-preview:hover,
.courses-content h4 a:hover,
.courses-content span,
.cta-area .section-title h2 span,
.slider-content h2 span,
.breadcrumb > .active,
.sidebar-newsletter-title h5 span {
	color: #d2232a;
}

/* 2. Header */
.container-full {
	padding: 0 205px;
}
.header-top-wrap {
	background: #1f1f1f;
	padding: 9px 0;
}
.header-top-library a {
	font-size: 13px;
	text-transform: uppercase;
	color: #e0e0e0;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
}
.header-top-library a i {
	margin-left: 7px;
}
.header-top-social ul {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.header-top-social ul li:first-child {
	font-size: 13px;
	font-weight: 500;
	color: #e0e0e0;
	margin-right: 5px;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	margin-left: 0;
}
.header-top-social ul li {
	display: block;
	margin-left: 10px;
}
.header-top-social ul li a {
	font-size: 12px;
	color: #969696;
}
.header-top-search form {
	width: 225px;
	position: relative;
	margin-left: 25px;
}
.header-top-search form input {
	width: 100%;
	border: none;
	background: #363636;
	padding: 5px 13px;
	font-size: 12px;
	color: #dedede;
	border-radius: 4px;
	padding-right: 30px;
}
.header-top-search form input::placeholder {
	font-size: 12px;
	color: #bebaba;
}
.header-top-search form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 0;
	color: #bebaba;
	font-size: 12px;
	cursor: pointer;
	right: 13px;
	transition: 0.3s linear;
}
.header-right-list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-user-login {
	position: relative;
	padding-left: 15px;
}
.header-user-login::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 26px;
	width: 1px;
	background: #3c3c3c;
}
.header-user-login a {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	color: #e0e0e0;
}
.header-user-login a i {
	margin-right: 8px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}
.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
}
.navbar-wrap ul li {
	display: block;
	position: relative;
}
.navbar-wrap ul li a {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color:#5d5d5d;
	padding: 40px 11px;
	display: block;
	line-height: 1;
	position: relative;
	font-family: "Oswald", sans-serif;
	z-index: 1;
}
.header-addr-panel{
	width:100%;
	background:#25408f;float:left;
	color: #fff;
	text-align: center;

}
.header-addr-panel h5{
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 5px 0 !important;
	text-transform: uppercase;
	font-weight: 500;
}

@media screen and (max-width: 1360px) {
	.navbar-wrap ul li a {
		padding: 40px 5px;
	}
}
.navbar-wrap > ul > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 37px;
	width: 96%;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
	box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.11);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	top: 33px;
	margin: 0 auto;
	opacity: 0;
	z-index: -1;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
	color: #FAFAFA;
}
.navbar-wrap > ul > li.active > a::before,
.navbar-wrap > ul > li:hover > a::before {
	opacity: 1;
}
.main-menu .navigation li.dropdown .dropdown-btn {
	display: none;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.header-action > ul li {
	position: relative;
	margin-left: 30px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action > ul > li.header-shop-cart > a {
	padding-right: 10px;
}
.header-action ul li a {
	color: #fff;
	 font-size: 16px;
}
.header-shop-cart a span {
	position: absolute;
	right: 0px;
	top: -2px;
	width: 16px;
	height: 16px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	color: #fff;
	box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.14);
}
.header-shop-cart ul.minicart {
	background: #120f13;
	opacity: 0;
	padding: 25px;
	position: absolute;
	right: -15px;
	top: 57px;
	transition: all 0.5s ease 0s;
	width: 350px;
	z-index: 9;
	box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
	visibility: hidden;
	transform: translateY(10px);
}
.header-shop-cart ul.minicart::before {
	position: absolute;
	content: "";
	left: 0px;
	top: -40px;
	width: 100%;
	height: 45px;
	display: block;
}
.header-shop-cart:hover ul.minicart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	z-index: 9;
}
.header-shop-cart .minicart > li {
	display: block;
	margin-bottom: 22px;
	margin-left: 0;
	overflow: hidden;
	padding: 0;
}
.header-shop-cart .minicart .cart-img {
	float: left;
}
ul.minicart .cart-img img {
	width: 100px;
}
.header-shop-cart .minicart .cart-content {
	float: left;
	padding-left: 15px;
	text-align: left;
	padding-right: 25px;
}
.cart-content h4 {
	font-family: "Roboto", sans-serif;
}
ul.minicart .cart-content h4 a {
	color: #fff;
	font-size: 15px;
	background: none;
	font-weight: 600;
}
ul.minicart .cart-price span {
	color: #ffffffa3;
	font-size: 13px;
	font-weight: 500;
	margin-left: 6px;
}
ul.minicart .cart-price .new {
	font-size: 14px;
	margin-left: 0;
}
.header-shop-cart .minicart .del-icon {
	float: right;
	margin-top: 30px;
}
.minicart .del-icon > a {
	font-size: 18px;
}
.total-price {
	border-top: 1px solid #473151;
	overflow: hidden;
	padding-top: 25px;
	margin-top: 10px;
}
.total-price span {
	color: #a5a5a5;
	font-weight: 500;
}
.header-shop-cart .minicart > li:last-child {
	margin-bottom: 0;
}
.header-shop-cart .minicart .checkout-link a {
	color: #fff;
	display: block;
	font-weight: 500;
	padding: 16px 30px;
	text-align: center;
	font-size: 13px;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.header-shop-cart .minicart .checkout-link a.red-color {
	background: #222;
	color: #fff;
}
.header-action .header-btn .btn {
	color: #fff;
	font-size: 14px;
	padding: 13px 22px;
}
.header-action .header-btn .btn:hover {
	color: #1f1f1f;
}
.navbar-wrap ul li .submenu {
	position: absolute;
	z-index: 9;
	background-color: #fff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	display: block;
	left: 0;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #f5f5f5;
	background: #ffffff;
	box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	margin: 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .submenu li a {
	padding: 0 10px 0 25px;
	line-height: 40px;
	font-weight: 500;
	color: #5d5d5d;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
.sticky-menu .navbar-wrap ul li a,
.sticky-menu .header-action > ul > li.header-shop-cart > a,
.header-style-two .navbar-wrap ul li a,
.header-style-two .header-action > ul > li.header-shop-cart > a {
	color: #5d5d5d;
}
.sticky-menu .navbar-wrap ul li.active a {
	color: #FAFAFA;
}
.sticky-menu .navbar-wrap ul li:hover a {
	color: #FAFAFA;
}
.logo-sticky-block {
	display: none;
}
.sticky-menu .logo-sticky-block {
	display: block;
}
.sticky-menu .logo-sticky-none {
	display: none;
}
.header-style-two {
	border-bottom: 3px solid #d2232a;
}

/* Mobile-menu */
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: #fff;
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
	width: 150px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .navigation li.current > a:before {
	height: 100%;
}
.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.7;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn {
	position: absolute;
	right: 30px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
}
.mobile-menu .navigation li ul li > a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}
.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 30px;
	cursor: pointer;
	line-height: 1;
	color: #fff;
	display: none;
}

/* 3. Breadcrumb */
.breadcrumb-bg {
	background-image: url(../img/bg/breadcrumb_bg01.jpg);
	padding-top: 200px;
	padding-bottom: 70px;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 100px;
}
.breadcrumb-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1f1f1f;
	opacity: 0.35;
	z-index: -1;
}
.breadcrumb-shape {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
	z-index: -1;
	opacity: 0.19;
}
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	justify-content: center;
	margin-top: 100px;
}
.breadcrumb-content{
	min-height: 240px;
}
.breadcrumb-content h1 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
}
.breadcrumb-content h2 {
	font-size: 28px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.breadcrumb li,
.breadcrumb li a {
	text-transform: capitalize;
	font-weight: 500;
	font-size: 18px;
	color: #616161;
}
.breadcrumb li a:hover{
	color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0;
	color: #616161;
	content: "|";
	font-weight: 500;
	margin: 0 10px 0 5px;
}
.breadcrumb-style-two {
	padding-top: 225px;
	padding-bottom: 225px;
}

/* 4. Banner */
.banner-bg {
	background-position: center;
	background-size: cover;
	padding-top: 128px;
	padding-bottom: 0px;
	position: relative;
	z-index: 1;
}
.headoffice-banner .banner-bg {
	background-position: center;
	background-size: cover;
	padding-top: 350px;
	padding-bottom: 320px;
	position: relative;
	z-index: 1;
}
.banner-bg img.desktop-banner{
	display: block;
}
.banner-bg img.mobile-banner{
	display: none;
}
.banner-content h2 {
	font-size: 100px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.banner-content p {
	font-size: 22px;
	color: #fff;
	font-style: italic;
	margin-bottom: 0;
}
.banner-btn {
	margin-top: 28px;
}
.banner-btn .btn {
	margin-top: 15px;
}
.banner-btn .transparent-btn,
.cta-btn .transparent-btn {
	margin-left: 17px;
}
.banner-shape {
	position: absolute;
	left: 28%;
	top: 17%;
	z-index: -1;
}
.banner-shape img {
	opacity: 0.09;
}
.slider-bg {
	padding: 180px 0;
	min-height: 771px;
	background-position: center;
	background-size: cover;
	display: flex !important;
	align-items: center;
}
.slider-content h6 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-style: italic;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.slider-content h6 img {
	margin-right: 10px;
}
.slider-content h2 {
	font-size: 80px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 40px;
}
.slider-content {
	padding-left: 30px;
	border-left: 2px solid #d2232a;
}
.slider-content .btn {
	padding: 21px 41px;
}

/* 5. Courses */
.courses-area {
	position: relative;
	z-index: 1;
}
.section-title {
	position: relative;
}
.section-title.text-center {
	padding-bottom: 25px;
	padding-top: 25px;
}
.section-title.text-center::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 2.5px;
	margin: 0 auto;
}
.section-title h2 {
	font-size: 36px;
	margin-bottom: 20px;
}
.section-title p {
	margin-bottom: 0;
}
.courses-thumb img {
	width: 100%;
}
.courses-item {
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.courses-content {
	position: absolute;
	left: 10px;
	right: 10px;
	text-align: center;
	bottom: 10%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 1;
}
.courses-preview {
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.4);
	color: #fff;
	display: inline-block;
	padding: 13px 20px;
	font-size: 16px;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
	margin-bottom: 15px;
	opacity: 0;
}
.courses-preview i {
	font-size: 20px;
	line-height: 1;
	margin-right: 10px;
}
.courses-content h4 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 8px;
}
.courses-content span {
	display: block;
}
.courses-item:hover {
	box-shadow: 0px 1px 37.2px 2.8px rgba(90, 90, 92, 0.29);
}
.courses-item:hover .courses-content {
	bottom: 15%;
}
.courses-item:hover .courses-preview {
	opacity: 1;
}
.courses-masonry,.courses-masonry-featured {
	margin-left: -10px;
	margin-right: -10px;
}
.courses-masonry [class*="col"],.courses-masonry-featured [class*="col"]{
	padding-left: 10px;
	padding-right: 10px;
}
.courses-shape {
	position: absolute;
	left: 7%;
	top: 0;
	z-index: -1;
}
.courses-shape-2 {
	right: 13%;
	top: 24%;
	left: auto;
}
.courses-overlay-text {
	position: absolute;
	left: 2.5%;
	top: 60%;
	font-size: 96px;
	text-transform: uppercase;
	color: #f8f7f7;
	font-family: "Oswald", sans-serif;
	transform: rotate(-90deg);
	z-index: -1;
}
.featured-courses {
	position: relative;
	z-index: 1;
}
.featured-courses .section-title {
	padding-bottom: 0;
}
.featured-courses .section-title::before {
	display: none;
}
.featured-courses .section-title h2 {
	margin-bottom: 0;
}
.featured-nav-tabs.nav-tabs {
	border-bottom: none;
	justify-content: center;
}
.featured-nav-tabs.nav-tabs li {
	display: block;
}
.featured-nav-tabs.nav-tabs li a {
	border: none;
	line-height: 34px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 20px;
	margin: 0 7.5px 10px;
	background: transparent;
	color: #767474;
	border-radius: 30px;
	transition: 0.3s linear;
}
.featured-nav-tabs.nav-tabs .nav-item.show .nav-link,
.featured-nav-tabs.nav-tabs .nav-link.active {
	color: #FAFAFA;
}
.featured-courses-img img {
	width: 100%;
	box-shadow: 0px 5px 9.3px 0.7px rgba(183, 177, 199, 0.1);
}
.featured-courses-content {
	text-align: right;
	padding-right: 30px;
}
.featured-courses-content .sub-title {
	font-size: 12px;
	color: #adadad;
}
.featured-courses .featured-courses-content h2 {
	font-size: 26px;
	margin-bottom: 25px;
}
.featured-courses-content p {
	margin-bottom: 35px;
}
.featured-courses-content .btn {
	min-width: 155px;
}
.tab-pane.active {
	animation: slide-down 0.3s ease-out;
}
@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.featured-courses-shape {
	background-image: url(../img/courses/featured_courses_shape.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 366px;
	margin: 0 auto;
	z-index: -1;
}
.ingredients-area.gray-bg .ing-progress-wrap .progress {
	background-color: #e2e2e2;
}
.gray-bg .courses-overlay-text {
	color: #efefef;
}
.courses-search-box {
	background-position: center;
	background-size: cover;
	border-radius: 15px;
	margin-top: -65px;
	position: relative;
	z-index: 1;
}
.courses-search-box form {
	display: flex;
	align-items: center;
	padding: 15px 30px 35px;
	flex-wrap: nowrap;
}
.courses-form-grp {
	position: relative;
	width: 50%;
	border-right: 0;
	padding: 0 10px;
}
.courses-form-grp  label{
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.courses-form-grp input {
	width: 100%;
	border: none;
	background-color: #fff;
	padding: 15px 49px;
	height: 56px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #8b8b8b;
	box-shadow: 0px 5px 12.09px 0.91px rgba(44, 24, 100, 0.05);
}
.courses-form-grp input::placeholder {
	color: #8b8b8b;
}
.courses-form-grp > i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 25px;
	color: #8b8b8b;
}
.courses-search-box form .custom-select {
	display: inline-block;
    width: 100%;
    height: 40px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #1f1f1f;
    vertical-align: middle;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
	box-shadow: 0px 5px 12.09px 0.91px rgba(44, 24, 100, 0.05);
}
.courses-search-box form .custom-select:focus {
	outline: none;
	box-shadow: none;
}
.courses-search-box form button {
	width: 23%;
	color: #1f1f1f;
	box-shadow: 0px 5px 12.09px 0.91px rgba(44, 24, 100, 0.05);
}
.courses-search-box form button:hover {
	color: #1f1f1f;
}

/* 6. Ingredients */
.ingredients-area .section-title {
	padding-right: 50px;
}
.section-title .sub-title {
	 font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 15px;
	line-height: 1;
}
.features-area .section-title .sub-title
{
	text-transform: none;
	letter-spacing: 1px;
}
.ing-progress-top {
	overflow: hidden;
	margin-bottom: 11px;
	font-family: "Oswald", sans-serif;
	color: #414141;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ing-progress-top span {
	line-height: 1;
}
.ing-progress-wrap .progress {
	display: -ms-flexbox;
	display: flex;
	height: 10px;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #f4f4f4;
	border-radius: 0;
}
.ing-progress-wrap .progress-bar {
	background: #d2232a;
}
.ing-progress-wrap {
	margin-bottom: 30px;
}
.ingredients-progress .ing-progress-wrap:nth-child(3) .progress-bar {
	background: #414141;
}
.ingredients-progress .ing-progress-wrap:nth-child(3) {
	margin-bottom: 0;
}

/* 7. Features */
.features-item {
	text-align: center;
	background: #fff;
	padding: 20px 20px;
	border-radius: 10px;
	height: 100%;
}
.features-item .features-inner {
	background-color: #25408f;
	/*box-shadow: 0px 5px 12.09px 0.91px rgba(133, 127, 151, 0.11);*/
	padding: 40px;
	border-radius: 10px;
	height: 100%;
}
.features-area .row:nth-child(2) .col-lg-4:nth-child(2) .features-item .features-inner
{
	background-color: #d2232a;
}
.features-icon {
	width: 96px;
	height: 96px;
	text-align: center;
	line-height: 96px;
	margin: 0 auto 25px;
	border: 1px dotted #b4b4b4;
	border-radius: 50%;
	display: none;
}
.features-icon i {
	font-size: 47px;
	color: #bdbdbd;
	transition: 0.3s linear;
}
.features-content h3 {
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 20px;
	font-size: 22px;
	color: #fff;
}
.features-content h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: 0 auto;
	height: 2.5px;
	width: 50px;
	display: none;
}
.features-content p {
	margin-bottom: 0;
	font-weight: 400;
	color: #fff
}

/* 8. Top Courses */
.courses-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.courses-menu button {
	line-height: 45px;
	border: none;
	padding: 0 20px;
	margin: 0 7.5px 10px;
	background: transparent;
	font-size: 24px;
	color: #626262;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	border-radius: 30px;
	transition: 0.3s linear;
}
.courses-menu button.active {
	color: #fff;
}
.top-courses-item {
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 2px 12.09px 0.91px rgba(167, 162, 184, 0.13);
}
.top-courses-thumb {
	position: relative;
}
.top-courses-thumb img {
	border-radius: 6px 6px 0 0;
	width: 100%;
}
.top-courses-thumb .bestseller {
	position: absolute;
	left: 0;
	top: 20px;
	line-height: 28px;
	padding: 0 15px 0 20px;
	 font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	color: #FAFAFA;
}
.top-courses-thumb .bestseller span {
	content: "";
	position: absolute;
	right: -15px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 15px;
	border-color: transparent transparent transparent #d2232a;
}
.top-courses-thumb .bestseller.bl-bg::before {
	border-color: transparent transparent transparent #25408f;
}
.top-courses-thumb .thumb-wrap,.top-courses-thumb a {
	position: relative;
	display: block;
}
.top-courses-thumb .thumb-wrap:after,.top-courses-thumb a:after{
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}
.top-courses-content {
	border: 1px solid #ebebeb;
	border-radius: 0 0 6px 6px;
	padding: 25px 20px 20px;
}
.top-courses-tag span {
	font-size: 14px;
	font-weight: 500;
	color: #636363;
}
.top-courses-tag span a {
	font-style: italic;
}
.top-courses-tag {
	margin-bottom: 5px;
}
.top-courses-content h5 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}
.top-courses-rating ul {
	display: flex;
	align-items: center;
	margin-top: 6px;
	margin-bottom: 3px;
}
.top-courses-rating .rating-star {
	font-size: 12px;
	color: #e4e3db;
	display: flex;
	margin-right: 15px;
}
.top-courses-rating .rating-star  .rated{
	color: #e4cf11;
}
.top-courses-rating .rating-point {
	font-size: 14px;
	font-weight: 500;
	color: #414141;
}
.top-courses-rating .rating-point span {
	color: #636363;
}
.top-courses-bottom ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
}
.top-courses-bottom .courses-avatar {
	color: #414141;
}
.top-courses-bottom .courses-avatar a {
	color: #636363;
}
.top-courses-bottom .courses-price {
	font-size: 16px;
	color: #414141;
	font-family: "Oswald", sans-serif;
	line-height: 1;
}
.top-courses-bottom .courses-price span{
	font-size: 13px;
}
.top-courses {
	position: relative;
	z-index: 1;
}
.top-courses .courses-overlay-text {
	left: -3%;
}
.courses-menu-two {
	background: #fff;
	box-shadow: 0px 0px 19.53px 1.47px rgba(183, 183, 183, 0.23);
	border-radius: 10px;
	padding: 20px 0 10px;
	margin: 0 40px 60px;
}
.courses-menu-two button {
	font-size: 16px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	color: #767676;
	margin-left: 0;
	margin-right: 0;
	padding: 0 35px;
	border-radius: 0;
	position: relative;
}
.courses-menu-two button::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 36px;
	width: 1px;
	background: #e3e3e3;
	border-radius: 50%;
}
.courses-menu-two button:last-child::before {
	display: none;
}
.courses-menu-two button::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -19px;
	height: 3px;
	width: 37px;
	margin: 0 auto;
	transition: 0.3s linear;
	opacity: 0;
}
.courses-menu-two button.active::after {
	opacity: 1;
}
.courses-menu-two button.active {
	background: transparent;
}
.top-courses-two .top-courses-content {
	padding: 25px 25px 20px;
}
.top-courses-two .top-courses-rating ul {
	justify-content: space-between;
}
.top-courses-two .courses-rating-info {
	display: flex;
	align-items: center;
}
.top-courses-two .courses-level {
	display: flex;
	align-items: center;
}
.top-courses-two .courses-level i {
	font-size: 25px;
	line-height: 1;
	margin-right: 10px;
}
.top-courses-two .courses-level span {
	color: #636363;
}
.top-courses-two .courses-avatar i {
	margin-right: 7px;
}

/* 9. Team */
.team-box {
	text-align: center;
}
.team-thumb {
	position: relative;
	overflow: hidden;
	box-shadow: 0px 5px 12.09px 0.91px rgba(133, 127, 151, 0.11);
}
.team-thumb img {
	width: 100%;
}
.team-social {
	position: absolute;
	right: -65px;
	top: 0;
	height: 100%;
	width: 65px;
	text-align: center;
	box-shadow: 0px 5px 12.09px 0.91px rgba(133, 127, 151, 0.11);
	padding: 30px 0;
	transition: 0.5s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.team-social li {
	display: block;
	margin-bottom: 15px;
}
.team-social li:last-child {
	margin-bottom: 0px;
}
.team-social li a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
}
.team-thumb::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	transition: 0.5s;
	opacity: 0.57;
}
.team-box:hover .team-thumb::before {
	width: 100%;
}
.team-box:hover .team-social {
	right: 0;
}
.team-content h4 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 7px;
}
.team-content > span {
	font-weight: 500;
	display: block;
	color: #636363;
}

/* 10. Cta */
.cta-bg {
	background-image: url(../img/bg/cta_bg.jpg);
	padding-top: 110px;
	padding-bottom: 120px;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.cta-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1f1f1f;
	opacity: 0.7;
	z-index: -1;
}
.white-title h2,
.full-white-title h2,
.full-white-title .sub-title,
.full-white-title h2 span {
	color: #fff;
}
.white-title p {
	color: #dadada;
}
.full-white-title p {
	color: #f6f6f6;
}
.full-white-title.text-center::before {
	background: #fff;
}
.cta-area .section-title {
	padding-bottom: 0;
}
.cta-area .section-title::before {
	display: none;
}
.cta-btn .btn {
	margin-top: 15px;
}

/* 11. Testimonial */
.testimonial-bg {
	background-image: url(../img/testimonial-diamonds.png);
	background-position: center;
}
.testimonial-item {
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 70px 40px 50px;
	transform: translateY(0px);
	transition: 0.3s linear;
}
.testimonial-item::before {
	content: "";
	position: absolute;
	left: 13px;
	top: 13px;
	right: 13px;
	bottom: 13px;
	border: 1px solid #ebebeb;
	z-index: -1;
}
.testimonial-quote svg {
	width: 24px;
	height: 24px;
}
.testimonial-rating {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 12px;
	margin-bottom: 20px;
	color: #d8d5d5;
}
.testimonial-rating i.rated {
	color: #d2232a;
}
.testi-content p {
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0.4px;
	margin-bottom: 30px;
	font-weight: 400;
}
.testi-avatar-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.testi-avatar-img {
	margin-right: 15px;
}
.testi-avatar-img img {
	border-radius: 50%;
}
.testi-avatar-info {
	flex-grow: 1;
}
.testi-avatar-info h6 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
}
.testi-avatar-info span {
	display: block;
	font-size: 13px;
	font-weight: 500;
}
.testimonial-quote {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 1;
}
.testimonial-quote::before {
	content: "";
	position: absolute;
	left: -17px;
	top: -17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 85px 85px 0 0;
	border-color: #d2232a transparent transparent transparent;
	z-index: -1;
}
.testimonial-quote svg polygon {
	fill: #FAFAFA;
}
.slick-slide:focus {
	outline: none;
}
.testimonial-active .slick-track {
	padding-top: 10px;
}
.testimonial-active .slick-active.slick-center .testimonial-item {
	transform: translateY(-10px);
}
.testimonial-active
	.slick-active.slick-center
	.testimonial-item
	.testimonial-quote::before {
	border-color: #25408f transparent transparent transparent;
}
.testimonial-active
	.slick-active.slick-center
	.testimonial-item
	.testimonial-quote
	svg
	polygon {
	fill: #fff;
}

/* 12. Category */
.category-bg {
	background-image: url(../img/bg/category_bg.jpg);
	background-position: center;
	background-size: cover;
}
.category-gutters {
	margin-right: -10px;
	margin-left: -10px;
}
.category-item a {
	display: block;
	background: #fff;
	box-shadow: 0px 2px 12.09px 0.91px rgba(167, 162, 184, 0.13);
	padding: 34px 20px;
	text-align: center;
	position: relative;
	transform: translateY(0);
	margin: 0 10px 20px;
	z-index: 1;
}
.category-item a:hover {
	transform: translateY(-7px);
}
.category-item a::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px dotted rgb(231, 231, 231);
	box-shadow: 0px 2px 12.09px 0.91px rgba(167, 162, 184, 0.13);
	z-index: -1;
}
.category-item a i {
	display: block;
	font-size: 60px;
	line-height: 1;
	margin-bottom: 15px;
}
.category-item a span {
	display: block;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
	color: #414141;
	font-family: "Oswald", sans-serif;
}

/* 13. Event */
.event-top-wrap ul {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.event-tag a {
	line-height: 32px;
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #414141;
	font-family: "Oswald", sans-serif;
	padding: 0 20px;
	border-radius: 30px;
}
.event-tag a:hover {
	color: #fff;
}
.event-top-wrap ul li {
	display: block;
	margin-right: 15px;
}
.event-top-wrap ul li:last-child {
	margin-right: 0;
}
.event-top-wrap .courses-avatar {
	font-size: 14px;
	font-weight: 500;
	color: #414141;
}
.event-top-wrap .courses-avatar a {
	color: #636363;
}
.event-top-wrap .courses-avatar i,
.event-bottom .event-meta ul li i {
	color: #e4cf11;
}
.event-item-wrap .top-courses-content h5 {
	margin-bottom: 15px;
}
.event-item-wrap .top-courses-content p {
	margin-bottom: 0;
}
.event-bottom {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e1e1e1;
	padding-top: 25px;
	margin-top: 35px;
}
.event-bottom .event-meta ul {
	justify-content: flex-start;
	padding-top: 0;
	border-top: none;
}
.event-bottom .event-meta ul li {
	 font-size: 16px;
	color: #636363;
	padding-right: 15px;
	margin-right: 15px;
	display: block;
	position: relative;
}
.event-bottom .event-meta ul li::after {
	content: "|";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	 font-size: 16px;
}
.event-bottom .event-meta ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.event-bottom .event-meta ul li:last-child::after {
	display: none;
}
.event-bottom .event-meta ul li i {
	margin-right: 5px;
}
.event-item-wrap .top-courses-content {
	padding: 30px 25px 30px;
}
.event-item-wrap .top-courses-thumb a {
	display: block;
	position: relative;
}
.event-item-wrap .top-courses-thumb a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #363636;
	border-radius: 6px 6px 0 0;
	opacity: 0;
	transition: 0.3s linear;
}
.event-item-wrap:hover .top-courses-thumb a::before {
	opacity: 0.66;
}

/* 14. Shop */
.shop-action-result span {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.shop-action-form .custom-select {
	display: inline-block;
	padding: 10px 42px 10px 16px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
	color: #636363;
	vertical-align: middle;
	background: url("../img/icon/nw_selarw.png") no-repeat scroll 97.5% center;
	background-color: transparent;
	border: 1px dotted rgb(167, 167, 167);
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: 0.3s ease-in-out;
	width: 218px;
	height: 42px;
	text-transform: uppercase;
}
.shop-action-form form {
	position: relative;
}
.shop-action-form form::before {
	content: "";
	position: absolute;
	right: 45px;
	top: 0;
	height: 42px;
	width: 1px;
	border-left: 1px dotted rgb(167, 167, 167);
	display: block;
}
.product-thumb {
	position: relative;
	box-shadow: 0px 4px 12.09px 0.91px rgba(82, 82, 82, 0.04);
}
.product-thumb img {
	width: 100%;
}
.product-meta {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #25408fed;
	z-index: 9;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	transform: perspective(500px) rotateX(-90deg);
	opacity: 0;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.product-meta .add-to-cart {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.product-meta .add-to-cart .btn {
	background: #fff;
	color: #3d3d3d;
	font-size: 14px;
	text-transform: uppercase;
	padding: 18px 36px;
	font-weight: 500;
}
.shop-item:hover .product-meta {
	opacity: 1;
	transform: perspective(500px) rotateX(0deg);
}
.product-content h6 {
	font-size: 18px;
	margin-bottom: 7px;
}
.product-content > span {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}
.product-rating {
	display: flex;
	line-height: 1;
}
.product-rating i {
	font-size: 10px;
	color: #b0b0b0;
	margin-right: 2px;
}
.shop-sidebar-form {
	position: relative;
}
.shop-sidebar-form input {
	width: 100%;
	border: none;
	background: #e8ecef;
	height: 42px;
	padding: 0 40px 0 20px;
	text-transform: uppercase;
	font-weight: 500;
	color: #636363;
	font-size: 13px;
}
.shop-sidebar-form input::placeholder {
	color: #636363;
	font-size: 13px;
}
.shop-sidebar-form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	padding: 0;
	border: none;
	background: transparent;
	font-size: 13px;
	color: #636363;
}
.widget-title-two h5 {
	font-size: 18px;
	margin-bottom: 0;
}
.price_filter
	.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
	background: #e8ecef none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	height: 3px;
	margin-bottom: 20px;
	margin-left: auto;
}
.price_filter .ui-slider-range {
	background: #343434 none repeat scroll 0 0;
	border-radius: 0;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
	border: none;
	height: 10px;
	top: 0;
	margin-top: -3px;
	width: 10px;
	background: #343434;
	border-radius: 50px;
	margin-left: 0;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
	outline: none;
	box-shadow: none;
}
.price_slider_amount {
	overflow: hidden;
}
.price_slider_amount > input[type="text"] {
	float: right;
	height: 36px;
	margin-left: 28px;
	text-align: right;
	width: 130px;
	border: none;
	color: #636363;
	font-size: 14px;
	font-weight: 500;
}
.price_slider_amount > input[type="submit"] {
	float: left;
	text-transform: uppercase;
	transition: all 400ms ease-out 0s;
	cursor: pointer;
	width: 98px;
	padding: 11px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.relater-product-list ul li {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted rgb(215, 215, 215);
}
.relater-product-list ul li:last-child {
	margin-bottom: 0;
}
.relater-p-thumb {
	margin-right: 15px;
}
.relater-p-content h6 {
	font-size: 16px;
	margin-bottom: 8px;
}
.relater-p-content > span {
	display: block;
	font-size: 14px;
	font-weight: 500;
}
.sidebar-tag ul {
	display: flex;
	flex-wrap: wrap;
}
.sidebar-tag ul li {
	display: block;
	margin-right: 7px;
	margin-top: 7px;
}
.sidebar-tag ul li a {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #636363;
	line-height: 32px;
	background: #e5e9ec;
	padding: 0 20px;
}
.sidebar-tag ul li a:hover {
	color: #fff;
}
.shop-sidebar .widget:last-child {
	margin-bottom: 0;
}
.shop-details-area .pr-73 {
	padding-right: 73px;
}
.product-single-active {
	margin-bottom: 15px;
}
.product-single-item {
	position: relative;
}
.product-single-item img {
	width: 100%;
}
.stock-info {
	position: absolute;
	top: 30px;
	right: 30px;
	height: 26px;
	line-height: 26px;
	background: #343434;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 900;
	color: #fff;
}
.product-single-bottom {
	margin: 0 -7.5px;
}
.product-bottom-item {
	margin: 0 7.5px;
}
.product-bottom-item img {
	width: 100%;
}
.product-details-content h6 {
	font-size: 24px;
	margin-bottom: 10px;
}
.product-details-meta {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.product-details-meta h5 {
	font-size: 18px;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
	margin-bottom: 0;
	margin-right: 20px;
}
.product-details-meta .product-rating {
	margin-right: 15px;
}
.product-color-box h4,
.product-size-wrap h4 {
	font-size: 16px;
	margin-bottom: 0;
}
.product-color-box ul {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.product-color-box ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #e56f01;
	margin-right: 10px;
	cursor: pointer;
}
.product-color-box ul li:nth-child(2) {
	background: #d2232a;
}
.product-color-box ul li:nth-child(3) {
	background: #9fd5f7;
}
.product-color-box ul li:nth-child(4) {
	background: #343434;
}
.product-details-content p {
	margin-bottom: 25px;
	padding-right: 50px;
}
.product-size-wrap ul {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 15px;
}
.product-size-wrap ul li {
	display: block;
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 34px;
	border: 2px solid #e8ecef;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #343434;
	margin-right: 10px;
	cursor: pointer;
	transition: 0.3s linear;
}
.product-size-wrap > span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}
.cart-plus form {
	width: 80px;
	position: relative;
	margin-right: 25px;
}
.cart-plus-minus {
	position: relative;
}
.cart-plus-minus input {
	width: 100%;
	padding: 8px 20px;
	text-align: center;
	font-size: 14px;
	border: none;
	font-weight: 700;
	color: #343434;
}
.qtybutton {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 10px;
	cursor: pointer;
	user-select: none;
	font-weight: normal;
	width: 15px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #c4c5c5;
}
.inc.qtybutton {
	right: 0px;
	left: auto;
	font-size: 18px;
}
.cart-plus {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
	margin-top: 25px;
}
.cart-plus .btn {
	font-size: 14px;
	border-radius: 50px;
	box-shadow: 0px 5px 12.09px 0.91px rgba(44, 24, 100, 0.05);
}
.wish-list h5 {
	font-size: 16px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8ecef;
}
.wish-list h5 a {
	color: #343434;
}
.wish-list h5 i {
	margin-right: 10px;
}
.product-details-tag ul li {
	display: block;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
}
.product-details-tag ul li:last-child {
	margin-bottom: 0;
}
.product-details-tag ul li a {
	color: #999898;
}
.product-details-tag ul li span {
	margin-right: 5px;
}
.product-details-content {
	margin-left: -30px;
}
.product-desc-wrap .nav-tabs {
	border-bottom: 1px solid #e8ecef;
}
.product-desc-wrap .nav-tabs .nav-item {
	margin-bottom: 0;
	margin-right: 50px;
	display: block;
}
.product-desc-wrap .nav-tabs .nav-link {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0 0 15px;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: #636363;
}
.product-desc-wrap .nav-tabs .nav-link.active {
	color: #343434;
}
.desc-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}
.desc-content {
	margin-bottom: 0;
	padding-right: 60px;
}
.desc-list ul li {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 17px;
	margin-bottom: 17px;
}
.desc-list ul li span {
	font-weight: 500;
	color: #343434;
	min-width: 260px;
	display: inline-block;
	text-transform: capitalize;
}
.review-wrap {
	border: 1px solid #f0f0f0;
	padding: 25px 30px;
}
.left-rc {
	display: inline-block;
}
.right-rc {
	float: right;
	display: block;
}
.left-rc p {
	margin-bottom: 0;
	font-weight: 500;
}
.right-rc a {
	color: #636363;
	font-weight: 500;
}
.review-wrap .desc-title {
	margin-bottom: 30px;
}
.more-product-wrap .section-title h2 {
	margin-bottom: 0;
	font-size: 30px;
}
.sidebar-cat ul li {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}
.sidebar-cat ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #636363;
}

/* 15. Pagination */
.pagination-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pagination-wrap ul li {
	margin-right: 10px;
	display: block;
	margin-top: 10px;
}
.pagination-wrap ul li a {
	display: block;
	background: #e5e9ec;
	color: rgba(52, 52, 52, 0.722);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 16px 24px;
}
.pagination-wrap ul li a:hover {
	color: #3d3d3d;
}
.courses-pagination ul {
	justify-content: center;
}

/* 16. Blog */
.blog-post-item {
	background: #fff;
	box-shadow: 0px 7px 14.88px 1.12px rgba(133, 127, 151, 0.12);
}
.blog-post-thumb img {
	width: 100%;
}
.blog-post-item .blog-post-tag {
	position: absolute;
	right: 20px;
	bottom: 0;
	padding: 0 15px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background: #d2232a;
	color: #FAFAFA;
	border-radius: 6px 6px 0px 0px;
}
.blog-post-item .blog-post-tag i {
	margin-right: 10px;
}
.blog-post-content {
	padding: 35px 30px 35px;
}
.blog-post-meta ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.blog-post-meta ul li {
	display: block;
	margin-right: 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #636363;
	font-weight: 500;
	letter-spacing: 2px;
}
.blog-post-meta ul li:last-child {
	margin-right: 0;
}
.blog-post-meta ul li i {
	margin-right: 5px;
}
.blog-post-meta ul li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #636363;
	font-weight: 500;
	letter-spacing: 2px;
}
.blog-post-content h4 {
	font-size: 22px;
	margin-bottom: 15px;
}
.blog-post-content p {
	margin-bottom: 20px;
	font-weight: 400;
}
.arrow-btn {
	color: #414141;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
	font-family: "Oswald", sans-serif;
}
.arrow-btn:hover {
	color: #414141;
}
.arrow-btn > span {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #414141;
	margin-left: 30px;
	position: relative;
	transition: 0.4s linear;
}
.arrow-btn > span::before {
	content: "";
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 2px;
	background: #414141;
	transition: 0.4s linear;
}
.arrow-btn:hover span {
	margin-left: 50px;
}
.arrow-btn:hover span::before {
	width: 42px;
}
.blog-area
	.row:nth-child(2)
	[class*="col-"]:nth-child(2)
	.blog-post-item
	.blog-post-tag {
	background: #25408f;
	color: #fff;
}
.blog-area
	.row:nth-child(2)
	[class*="col-"]:nth-child(3)
	.blog-post-item
	.blog-post-tag {
	background: #414141;
	color: #fff;
}
.blog-bg {
	background-image: url(../img/bg/blog_bg.jpg);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 571px;
	background-position: center;
	background-size: cover;
	z-index: -1;
}
.blog-area ul,.page-contents ul{
	list-style: disc;
	padding-left: 15px;
}
.blog-area ul li,.page-contents ul li{
	list-style: disc;
	margin-bottom: 4px;
}
.blog-thumb img {
	width: 100%;
}
.classic-blog-post {
	background: #fff;
	box-shadow: 0px 4px 7.44px 0.56px rgba(245, 245, 245, 0.3);
	width: 100%
}
.search_list {
	background: #fff;
	box-shadow: 0px 4px 7.44px 0.56px rgba(245, 245, 245, 0.3);
	width: 100%
}
.blog-content {
	border: 1px solid #f4f4f4;
	padding: 35px 20px 25px;
}
.blog-content  .page-header{
	font-size: 26px;
}
.classic-blog-tag ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-transform: uppercase;
}
.classic-blog-tag ul li:first-child {
	margin-right: 7px;
}
.classic-blog-tag ul li {
	position: relative;
	display: block;
}
.classic-blog-tag ul li.avatar::after {
	content: "|";
	display: inline-block;
	margin: 0 8px;
	font-weight: 500;
	font-size: 14px;
}
.classic-blog-tag ul li.avatar:last-child::after{
	content: '';
}
.blog-content h4 {
	font-size: 26px;
	margin-bottom: 20px;
}
.blog-content p {
	margin-bottom: 0;
}
.classic-blog-meta > ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-top: 20px;
	margin-top: 35px;
}
.classic-blog-meta > ul::before,
.classic-blog-meta > ul::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: #dedede;
}
.classic-blog-meta > ul::after {
	top: -3px;
}
.classic-blog-meta ul li.blog-post-date {
	font-size: 14px;
	color: #9a9999;
	font-weight: 400;
	text-transform: uppercase;
}
.classic-blog-meta > ul > li.blog-post-date > i {
	margin-right: 5px;
}
.classic-blog-meta ul li.blog-more-read a {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #3c3444;
}
.classic-blog-meta ul li.blog-post-share a {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background: #385594;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	color: #fff;
	margin-left: 5px;
}
.classic-blog-meta ul li.blog-post-share a:nth-child(2) {
	background: #4eabee;
}
.classic-blog-meta ul li.blog-post-share a:last-child {
	background: #cb2027;
}

.blog-sidebar .widget {
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0px 5px 7.44px 0.56px rgba(179, 179, 179, 0.09);
	padding: 30px 25px 35px;
}
.sidebar-title h3 {
	font-size: 20px;
	color: #414141;
	margin-bottom: 0;
	padding-left: 10px;
	position: relative;
	line-height: 1;
}
.sidebar-title h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	height: 20px;
	width: 2px;
	background: #d2232a;
}
.sidebar-form form {
	position: relative;
}
.sidebar-form form input {
	width: 100%;
	border: 1px solid #d7d7d7;
	padding: 14px 20px;
	font-weight: 500;
	background: #fafafa;
	color: #636363;
}
.sidebar-form form input::placeholder {
	color: #636363;
}
.sidebar-form form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	border: none;
	padding: 0;
	background: none;
	color: #636363;
	cursor: pointer;
	line-height: 1;
}
.blog-sidebar .widget.b-top {
	border-top: 3px solid #25408f;
}
.cat-list ul li {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #d6d6d6;
}
.cat-list ul li a {
	color: #636363;
	display: block;
}
.cat-list ul li a span {
	float: right;
	line-height: 21px;
	background: #f0eeee;
	padding: 0 10px;
}
.cat-list ul li a i {
	margin-right: 5px;
}
.cat-list ul li:last-child {
	margin-bottom: 0px;
}
.rc-post ul li {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d6d6d6;
}
.rc-post ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.rc-post-thumb {
	margin-right: 20px;
}
.rc-post-thumb img {
	border-radius: 6px;
}
.rc-post-content {
	margin-right: 30px;
}
.rc-post-content h5 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 8px;
}
.rc-post-content span {
	font-size: 12px;
	text-transform: uppercase;
	color: #9a9999;
	display: block;
}
.sidebar-newsletter {
	background-image: url(../img/blog/sidebar_news_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 43px 20px;
	text-align: center;
}
.sidebar-newsletter form input {
	width: 100%;
	height: 40px;
	border: none;
	padding: 0 30px;
	margin-bottom: 11px;
	font-size: 13px;
	font-weight: 500;
	color: #919191;
	text-align: center;
}
.sidebar-newsletter form input::placeholder {
	font-size: 13px;
	font-weight: 500;
	color: #9a9a9a;
}
.sidebar-newsletter form button {
	font-size: 13px;
	text-transform: uppercase;
	padding: 14px 34px;
	color: #fff;
}
.sidebar-newsletter-title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.sidebar-newsletter-title::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	bottom: -4px;
	width: 40px;
	margin: 0 auto;
}
.sidebar-newsletter-title h5 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
}
.tag-list ul {
	display: flex;
	flex-wrap: wrap;
}
.tag-list ul li {
	display: block;
	margin-right: 7px;
	margin-top: 7px;
}
.tag-list ul li a {
	background: transparent;
	padding: 0 17px;
	display: block;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 500;
	color: #636363;
	line-height: 32px;
}
.tag-list ul li a:hover {
	color: #fff;
	border-color: #25408f;
}
.blog-details-meta ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.blog-details-meta ul li {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #979797;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
	display: block;
}
.blog-details-meta ul li::before {
	content: "|";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #979797;
}
.blog-details-meta ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.blog-details-meta ul li:last-child::before {
	display: none;
}
.blog-details-meta ul li i {
	margin-right: 8px;
}
.blog-details-meta ul li a {
	color: #979797;
}
.blog-details-img .row.no-gutters {
	margin-left: -10px;
	margin-right: -10px;
}
.blog-details-img .row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.blog-details-img img {
	width: 100%;
	margin-bottom: 20px;
}
.blog-details-meta {
	margin-bottom: 10px;
}
.blog-details-wrap p {
	margin-bottom: 15px;
}
.blog-details-wrap blockquote {
	margin: 30px 0;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1.7;
	color: #414141;
	position: relative;
	z-index: 1;
}
.blog-details-wrap blockquote::before {
	content: "";
	position: absolute;
	right: 62px;
	top: -30px;
	background-image: url(../img/icon/quote.png);
	width: 84px;
	height: 70px;
	background-repeat: no-repeat;
	z-index: -1;
}
.blog-details-img {
	padding-top: 10px;
	margin-bottom: 15px;
}
.blog-details-title {
	font-size: 22px;
	margin-bottom: 15px;
}
.blog-details-list li {
	 font-size: 16px;
	font-weight: 500;
	color: #636363;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.blog-details-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	background-color: #062a4d;
	width: 6px;
	height: 6px;
}
.blog-details-list li:last-child {
	margin-bottom: 0;
}
.blog-details-list {
	margin-bottom: 20px;
	margin-top: 20px;
}
.blog-details-tag i {
	 font-size: 16px;
	margin-right: 7px;
}
.blog-details-tag span,
.blog-details-tag a {
	text-transform: capitalize;
	color: #636363;
}
.blog-details-tag a {
	color: #414141;
}
.blog-details-wrap .classic-blog-meta > ul {
	margin-top: 55px;
}
.blog-avatar-post {
	display: flex;
	align-items: center;
	border: 1px solid #ebebeb;
	padding: 25px 40px 25px 20px;
	margin: 60px 0;
}
.blog-avatar-thumb img,
.comment-avatar-img img {
	border-radius: 50%;
}
.blog-avatar-thumb {
	margin-right: 20px;
}
.blog-avatar-content h5 {
	font-size: 16px;
	margin-bottom: 7px;
}
.blog-avatar-content p {
	margin-bottom: 0;
}
.b-details-inner-title {
	font-size: 20px;
	color: #414141;
}
.blog-comment ul li {
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px dashed #d2d2d2;
	overflow: hidden;
	margin-bottom: 30px;
}
.blog-comment ul li .single-comment {
	display: flex;
	align-items: center;
}
.comment-avatar-img {
	margin-right: 25px;
}
.comment-avatar-info {
	overflow: hidden;
	margin-bottom: 10px;
}
.comment-avatar-info h5 {
	font-size: 16px;
	margin-bottom: 0;
	display: inline-block;
	color: #414141;
}
.comment-avatar-info h5 span {
	 font-size: 16px;
	color: #636363;
	margin-left: 10px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}
.comment-reply-link {
	float: right;
	color: #414141;
	 font-size: 16px;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
}
.comment-reply-link i {
	margin-right: 5px;
}
.comment-text p {
	 font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 2;
	padding-right: 50px;
}
.blog-comment ul li.comment-reply {
	margin-left: 50px;
}
.comment-form p {
	margin-bottom: 25px;
}
.comment-form textarea {
	width: 100%;
	padding: 20px 20px;
	border: none;
	margin-bottom: 20px;
	background: #f2f2f2;
	height: 170px;
	color: #636363;
	transition: 0.3s;
}
.comment-form input {
	width: 100%;
	padding: 18px 20px;
	border: none;
	margin-bottom: 20px;
	background: #f2f2f2;
	color: #636363;
	transition: 0.3s;
}
.comment-form textarea::placeholder,
.comment-form input::placeholder {
	color: #636363;
}
.comment-form .btn {
	margin-top: 10px;
	padding: 18px 30px;
}

/* 17. Newsletter */
.newsletter-bg {
	background-image: url(../img/bg/newsletter_bg.jpg);
	background-position: top center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.newsletter-bg .section-title {
	padding-right: 50px;
}
.newsletter-form {
	background-image: url(../img/bg/newsletter_shape.png);
	margin-left: 40px;
	background-size: cover;
	background-position: left center;
	padding: 35px 30px 45px 65px;
}
.newsletter-form label {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
}
.newsletter-form form {
	display: flex;
	align-items: center;
}
.newsletter-form form input {
	border: none;
	background: #fff;
	color: #666666;
	font-weight: 500;
	padding: 14px 20px;
	flex-grow: 1;
	font-size: 14px;
}
.newsletter-form form input::placeholder {
	color: #9c9c9c;
	font-weight: 500;
}
.newsletter-form form button, .newsletter-form form .button {
	padding: 0 20px;
	background: #25408f;
	color: #fff;
	line-height: 49px;
	width: 150px;
	margin-left: 8px;
}
.newsletter-form form button i {
	margin-right: 5px;
}
.newsletter-bell {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12%;
	z-index: -1;
}
.newsletter-bell #mc_embed_signup_scroll
{
	width: 100%;
}

/* 18. Contact */
.contact-box {
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
	padding-left: 15px;
	position: relative;
	min-height: 65px;
}
.contact-info-wrap [class*="col-"]:first-child .contact-box::before,
.contact-box::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	height: 45px;
	width: 1px;
	background: #d9d9d9;
}

.contact-box-icon {
	margin-right: 15px;
}
.contact-box-content h5 {
	font-size: 16px;
	margin-bottom: 7px;
	transition: 0.3s linear;
}
.contact-box-content span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #636363;
}
#contact-map {
	width: 100%;
	height: 430px;
	margin-bottom: 65px;
}
.c-form-grp {
	position: relative;
	margin-bottom: 20px;
}
.c-form-grp i {
	position: absolute;
	top: 18px;
	left: 20px;
	font-size: 13px;
	color: #b1b1b1;
}
.c-form-grp label{
	width: 100%;
	font-weight: bold;
}
.c-form-grp input[type=text]{
	width: 100%;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	padding: 14px 45px;
	transition: 0.3s linear;
}
#school-form .c-form-grp  input[type=text],#school-form .c-form-grp textarea{
	padding: 14px 20px;
}
.c-form-grp select {
	width: 100%;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	padding: 14px 45px;
	transition: 0.3s linear;
}
.c-form-grp textarea {
	width: 100%;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	padding: 14px 45px;
	height: 155px;
	transition: 0.3s linear;
}
.c-form-grp textarea.minheight {
	height: 100px;
}
.c-form-grp input::placeholder,
.c-form-grp textarea::placeholder {
	color: #b1b1b1;
}
.c-form-grp input:focus,
.c-form-grp textarea:focus {
	border-color: #25408f;
}
.c-form-grp input:focus ~ i,
.c-form-grp textarea:focus ~ i {
	color: #25408f;
}
.contact-form form button {
	margin-top: 10px;
	padding: 0;
	line-height: 50px;
	width: 160px;
	background: #25408f;
	color: #fff;
}
.contact-form form button:hover {
	background: #d2232a;
	color: #FAFAFA;
}

/* 19. Footer */
.fw-title h5 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
}
.fw-text p {
	color: #b3b3b3;
	margin-bottom: 0;
	font-weight: 500;
}
.footer-contact-list ul li {
	display: block;
	color: #949393;
	font-style: italic;
	margin-bottom: 7px;
	font-weight: 500;
}
.footer-contact-list ul li:last-child {
	margin-bottom: 0px;
}
.fw-links ul li {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #3e3e3e;
}
.fw-links ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.fw-links ul li a {
	 font-size: 16px;
	font-weight: 600;
	color: #b3b3b3;
	display: inline-block;
	line-height: 1;
}
.fw-tweet-post ul li {
	margin-bottom: 20px;
	margin-right: 60px;
	padding-left: 28px;
background: url(../img/twitter.png) 0 5px no-repeat;
background-size: 18px;
}

.fw-tweet-post ul li i {
	font-size: 18px;
	color: #737373;
	margin-top: 5px;
	margin-right: 10px;
}
.fw-tweet-post ul li p {
	 font-size: 16px;
	color: #b3b3b3;
	font-style: italic;
	line-height: 26px;
	margin-bottom: 5px;
	font-weight: 500;
}
.fw-tweet-post ul li p a {
	color: #b3b3b3;
}
.fw-tweet-post ul li span,
.f-courses-content span,
.fw-tweet-post ul li p.timePosted {
	display: block;
	 font-size: 16px;
	color: #b3b3b3;
	font-style: italic;
	padding-left: 25px;
	position: relative;
	font-weight: 500;
}
.fw-tweet-post ul li p.timePosted::before,
.f-courses-content p.timePosted::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #b3b3b3;
	height: 1px;
	width: 15px;
}
.footer-courses ul li {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #3e3e3e;
}
.footer-courses ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.f-courses-thumb {
	margin-right: 20px;
}
.f-courses-thumb img {
	border-radius: 6px;
}
.f-courses-content h5 {
	 font-size: 16px;
	color: #bcbcbc;
	line-height: 22px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 5px;
}
.copyright-area {
	background: #1b1b1b;
	padding: 23px 0;
}
.copyright-text p {
	 font-size: 14px;
	text-transform: uppercase;
	color: #b3b3b3;
	margin-bottom: 0;
}

/* 20. Preloader */
.ctn-preloader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
}

.ctn-preloader .animation-preloader {
	z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-top-color: #25408f;
	height: 150px;
	margin: 0 auto 3.5em auto;
	width: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
	font: bold 5em "Poppins", sans-serif;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: #000000;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	font-family: "Poppins", sans-serif;
	position: absolute;
	top: -3px;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
	border-color: rgba(255, 255, 255, 0.2);
	border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
	color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
	color: #fff;
}

.ctn-preloader p {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #3b3b3b;
}

.ctn-preloader .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
	pointer-events: none;
}

.ctn-preloader .loader .row {
	height: 100%;
}

.ctn-preloader .loader .loader-section {
	padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
	background-color: #ffffff;
	height: 100%;
	left: 0;
	width: 100%;
	-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
	background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
	width: 0;
	-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	-o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@-webkit-keyframes letters-loading {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes letters-loading {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
input.log-in::placeholder {
  opacity: 0.5;
  color: white;
}
.login-form p.forgot a{
	color: #fff;
}
.login-form p.forgot a:hover{
	color: #ccc;
}
@media screen and (max-width: 767px) {
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}
	.ctn-preloader .animation-preloader .txt-loading {
		font: bold 3.5em "Poppins", sans-serif;
	}
}

@media screen and (max-width: 500px) {
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}
	.ctn-preloader .animation-preloader .txt-loading {
		font: bold 2em "Poppins", sans-serif;
	}
}


.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 56%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color:#fff;
    border: none;
    outline: none;
    background: rgba(37,64,143,0.5);
		left: auto;
		right: 0;
		border: 0;
		z-index: 1;
}
.slick-prev:hover, .slick-next:hover{
	background: rgba(37,64,143,1);
}
.slick-prev {
	left: 0;
	right: auto;
}
.slick-next::after,.slick-prev::after{
	content: "\f105";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 800;
	color: #fff;
	z-index: 11;
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	font-size: 30px;
	display: block;
	line-height: 1;
}
.slick-prev::after{
	content: "\f104";
}
.courses-content h5.cfee{
	color: #25408f;
	font-size: 16px;
	margin-bottom: 10px
}
.mfp-iframe-scaler {
    padding-top: 57.5%;
}
.courses-masonry .thumb-wrap,.courses-masonry-featured .thumb-wrap{
	overflow: hidden;
	display: block;
}
.courses-masonry .thumb-wrap.full-size,.courses-masonry-featured .thumb-wrap.full-size{
	height: 380px;
	width: auto;
	max-height:380px;
}
.courses-masonry .thumb-wrap img,.courses-masonry-featured .thumb-wrap img{
	width: auto;
	min-width: 100%;
	height: 100%;
}


.features-item .features-icon img {
	filter:none;
	opacity:1;
	transition: 0.3s linear;
}
.features-item:hover .features-icon img {

	filter: grayscale(100%);
	opacity: 0.5;
}

.cta-bg {
    overflow: hidden;
		position: relative;
}
.cta-bg video.bg-video {
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
#nl-form-wrap{
	position: relative;
}
#nl-form-wrap .validation-error,#nl-form-wrap .success_message{
	position: absolute;
	bottom: -30px;
	left: 0;
	padding: 1px 5px;
	color: #fff;
	text-transform: capitalize;
}
#nl-form-wrap .success_message{
	color: #5ce662;
}
.c-form-grp span.validation-error{
	position: absolute;
	top: -19px;
	color: red;
    display: block;
}
.c-form-grp input.form-error,.c-form-grp select.form-error{
	border: 1px solid red;
}
#contact_form_wrap .success_message
{
	width: 100%;
	padding: 10px 0;
    color: #4CAF50;
}
#contact_form_wrap .success_message h6
{
    color: #4CAF50;
}
#contact_form_wrap .success_message h6 small{
	color: #000;
}
.pb-50{
	padding-bottom: 50px;
}

.login-form,.register-form {
  background: #25408f;
  padding: 40px;
  width: 100%;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.login-form  .tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;

}
.login-form  .tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.login-form  .tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.login-form  .tab-group li a:hover {
  background: #e25e63;
  color: #ffffff;
}
.login-form  .tab-group .active a {
  background: #d2232a;
  color: #ffffff;
}

.login-form  .tab-content > div:last-child {
  display: none;
}

.login-form  h1,.register-form h1{
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 40px;
	font-size: 20px;
}

.login-form  label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 15px;
	top: 6px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 14px;
}
.login-form  label .req {
  margin: 2px;
  color: #d2232a;
}

.login-form  label.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 10px;
}
.login-form  label.active .req {
  opacity: 0;
}

.login-form  label.highlight {
  color: #ffffff;
}

.login-form input,
.login-form textarea {
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 15px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.login-form input:focus,
.login-form textarea:focus {
  outline: 0;
  border-color: #d2232a;
}

.login-form textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.login-form .field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.login-form .top-row:after {
  content: "";
  display: table;
  clear: both;
}
.login-form .top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.login-form .top-row > div:last-child {
  margin: 0;
}


.login-form .btn,.register-form .btn {
  border: 1px solid #d2232a;
}

#register-form-wrap p{
	color: #fff;
}
.login-form .button-block {
  display: block;
  width: 100%;
}

.login-form .forgot {
  margin-top: -20px;
  text-align: right;
}
.login-form .col-md-6{
	float: left;
	padding: 0px;
}
.register-form .col-md-4,.register-form .col-md-12,.register-form .col-md-6{
	float: left;
	padding: 0px 20px;
}

.register-form .col-md-6 label,.register-form .col-md-12 label,
.register-form .col-md-4 label{
	padding: 15px 0px 0px;
	color: #fff;
	display: block;
}
.register-form .md-form{
	color: #fff;
}
.signup-desc {
	min-height: 195px;
	display: block;
	float: left;

}
.login-form .col-md-6:first-child{
	padding-right: 15px;
}
.login-form .col-md-6:last-child{
	padding-left: 15px;
}
.signup-desc p{
	color: #fff;
}
.btn.btn-default{
	 background:#ccc;
	 color: #d2232a;
}
.btn.btn-default:hover{
	opacity: 0.7;
}

.btn.btn-primary{
	 background:#25408f;
	 color: #fff;
}
.btn.btn-primary:hover{
	background: #d2232a;
}
@media (max-width: 767px) {
	.login-form .col-md-6{
		float: left;
		padding-bottom: 20px;
	}
	.signup-desc {
		min-height: 0px;
		display: block;
		float: left;
		border-left: 0px;
	}
	.login-form .col-md-6:first-child{
		padding-right: 0px;
	}
	.login-form .col-md-6:last-child{
		padding-left: 0px;
	}
	.courses-masonry .thumb-wrap img,.courses-masonry-featured .thumb-wrap img{

		height: auto;
	}
}
span.required{
	color: red;
}
.account-form .md-form{
	position: relative;
}
.account-form .md-form span.validation-error,.account-form .field-wrap span.validation-error{
	position: absolute;
	right: 0;
	top: 12px;
	font-size: 12px;
	font-weight: normal;
	color: red;
	line-height: 1;
}
.register-form .account-form .md-form span.validation-error{
	top: 27px;
	right: 23px;
}
.account-form .field-wrap span.validation-error{
	top: -24px;
}
.pop-success{
	text-align: center;
}
.pop-success .fas{
	font-size: 40px;
}
.pop-success span{
color: green;
font-size: 18px;
}
.pop-success p{
	line-height: 1.3;
	padding-top: 15px;
}
.list-wrapper {
	overflow: hidden;
}

.simple-pagination ul,.pagiantion-wrap  ul{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li, .pagiantion-wrap li  {
	display: inline-block;
	margin-right: 5px;
}
.pagiantion-wrap li a,
.pagiantion-wrap li span,
.simple-pagination li a,
.simple-pagination li span {
	display: block;
background: #e5e9ec;
color: rgba(52, 52, 52, 0.722);
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
line-height: 1;
padding: 16px 24px;
}
.pagiantion-wrap li.disabled span.prev.current,
.pagiantion-wrap li.disabled span.next.current,
.simple-pagination li.disabled span.prev.current,
.simple-pagination li.disabled span.next.current{
	opacity: 0.5;

}
.pagiantion-wrap .current ,.pagiantion-wrap li a:hover,.pagiantion-wrap .active a,
.simple-pagination .current ,.simple-pagination li a:hover,.simple-pagination .active a{
	color: #fff;
	background-color: #d2232a;
	border-color: #d2232a;
}
.pagiantion-wrap .prev.current,
.pagiantion-wrap .next.current,
.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #e5e9ec;
	color: rgba(52, 52, 52, 0.722);
}
.course_image_wrap{
	width: 100%;
	float: left;
	padding: 15px;
}
.calender-courses .course_image_wrap{
	display: none;
}
.course_image_wrap img{
	width: 100%;
}
.course_image_wrap .course_image{
	padding-bottom: 10px;
	display: block;
}
.course_details_wrap{
	width: 100%;
	padding: 15px;
	float: left;
}
.course-title{
	font-size: 20px;
  margin-bottom: 15px;
	color: #25408f;
}
a.course-category{
	font-size: 15px;
  margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: normal;
	color: #d2232a;
}
.course-short-desc{
	margin-bottom: 15px;
	font-style: italic;
	color: #333;
}
.course-desc{
	margin-bottom: 15px;
}

.course_details_wrap .course-desc p{
	line-height: 1.7;
}
.course_details_wrap .course-price-wrap{
		margin-bottom: 15px;
		padding: 10px;
		background: #25408f;
}
.course_details_wrap .course-price-wrap .course-price{
	float: left;
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	width: auto;
}
.course_details_wrap .course-price-wrap .course-btn{
	float: right;
	width: auto;
}
.course_details_wrap .course-price-wrap .course-btn .btn{
	color: #fff;
  font-size: 14px;
  padding: 13px 22px;
}
.course_details_wrap .course-price-wrap .course-btn .btn:hover{
	color: #d2232a;
	background: #fff;
}
@media (min-width: 768px) {
	.course_image_wrap{
		width: 30%;
		float: left;
		padding: 20px;
	}
	.course_details_wrap{
		/*width: 70%;*/
		padding: 20px;
	}
	.calender-courses .course_details_wrap{
		width: 100%;
		padding: 20px;
	}
	.cource-content.course_details_wrap{
			width: 100%;
			padding: 0px;
		}
	.course_details_wrap .course-price-wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
}
.chapter-list .lesson-wrap{
	background: #25408f;
	padding: 10px 20px;
	color: #fff;
	border-bottom: 1px dotted #ccc;
		position: relative;
}
.chapter-list .c-title{
	color: #fff;
	background: #d2232a;
	padding:7px 25px 7px 10px;
	font-size: 13px;
	position: relative;
	display: block;
}
.cat-list .chapter-acco a.c-title span.less-count {
    line-height: 19px;
    background: #011348;
    padding: 0 5px;
    position: absolute;
    right: 2px;
		top: 7px;
}
.cat-list .chapter-acco a.c-title span.less-count.duration{
	background: #af0b12;
	right:30px;
}
.chapter-list .lesson-wrap h5{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 10px 0 5px;
	margin: 0;
}
.chapter-list .lesson-wrap h5 a{
	color: #fff;
}
.chapter-list .lesson-wrap h5 a:hover{
	color:#d2232a;
}
.chapter-list p.short-dec{
	 font-size: 16px;
	line-height: 1.5;
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;
}
.blog-sidebar .widget.chapters-widget{
	padding: 25px 15px;
}
.chapter-list p.l-type{
	color: #b0b0b3;
	font-size: 13px;
	font-weight: lighter;
	margin-bottom: 3px;
}
.course-progress{
	padding-bottom: 20px;
}
.chapter-list .lesson-wrap h5 i{
	font-size: 20px;
}
.chapter-list .lesson-wrap h5.completed i{
	color: #1cd491;
}
.lesson-content{
	text-align: left;
	border: 0px solid #fafafa;
	padding: 20px 20px;
	background: #F8F7F7;
}
.btn-sx{
	padding: 10px 15px;
}
.btn-ssx{
	padding: 5px 10px;
	font-size: 13px;
	color: #fff;
}
.chapter-list a.lesson-link .lesson-wrap{
	background: #011348;
}
.chapter-list a.lesson-link:hover .lesson-wrap{
	background: #25408F;
}
.chapter-list .lesson-wrap .lesson_duration{
	line-height: 19px;
	border:1px solid  #878282;
	padding: 0 5px;
	text-align: center;
	width: 60px;
	position: absolute;
	right: 5px;
	bottom: 15px;
	top: auto;
	color:  #878282;
	font-size: 10px;
}
.validation-error.red{
	color: red;
}
.complete-btn
{
	text-align: right;
	margin-top: 25px;
	margin-bottom: 10px;
}
.course-listing-image{
	width: 100%;
  overflow: hidden;
}
.course-listing-image img {
	height: 230px;
    width: 100%;
    display: block;
}
.home-course-listing-image{
	width: 100%;
	height: 187px;
  overflow: hidden;
}

.home-course-listing-image img {
    width: 100%;
    display: block;
}
#course-list .course-listing-image:hover img {
    transform-origin: 50% 65%;
    transition: transform 3s ease 0s, filter 3s ease-in-out 0s;
}
.lms-items-load-more{text-align:center;}
.pager-wrap .lms-items-load-more
span{padding:5px 10px;background-color:#25408f;color:#fff;display:block;cursor:pointer;margin:0 auto;width:160px}
.pager-wrap .lms-items-load-more span:hover{background-color:#d2232a}
.pager-wrap .lms-items-load-more.loading span{padding-right:20px; background:url('../img/loading.gif') right center no-repeat;background-size:auto 100%}
.lms-list-block.loading {
    min-height: 300px;
    background: url(../img/loading.gif) center center no-repeat;
		background-size: 100px;
}
.event-details-wrap{
	width: 100%;
	padding: 10px;
	background: #f5e5e6;
}
.event-details-wrap .img-wrap{
padding: 10px 0;
}

.training_form_area{
	padding: 15px;
	border: 1px solid #25408f;
	margin-top: 20px;
	float: left;
	width: 100%;
}
#batches-wrap{
	display: block;
	min-height: 50px;
}
.tc-det{
	padding: 5px;
}
@media (min-width: 768px) {
	.event-details-wrap{
		width: 100%;
		float: left;
	}
.event-details-wrap .img-wrap{
	width: 40%;
	float: left;
	padding: 0px 15px 0px 0;
}
.event-details-wrap .det-wrap{
	width: 60%;
	float: left;
}

.event-details-wrap .det-wrap.no-image{
	width: 100%;
}

}
.checkout-box{
	background: #efefef;
	margin: 20px 0 0;
	padding: 10px;
	width: 100%;
	float: left;
}
.checkout-box .checkout_image_wrap {
    width: 40%;
    float: left;
    padding-right: 10px;
}
.checkout-box .checkout_image_wrap img{
	width: 100%;
}
.checkout-box .checkout_details_wrap{
    width: 60%;
    float: left;
}
.checkout-box .checkout-title{
	font-size: 16px;
	color: #25408F;
}
.checkout-box .checkout-category{
	font-size: 14px;
	color: #d2232a;
}
.checkout-price-wrap{
	padding-top: 15px;
	font-weight: bolder;
	color: #414141;
}
.checkout-det-wrap .col-md-4{
	float: left;
}
.checkout-box .form-control{
	height: 28px;
	min-width: 60px;
	line-height: 1;
}
.checkout-box button
{
border: #25408F 1px solid;
background: #ffffff;
color: #25408F;
text-transform: uppercase;
padding: 5px 15px;
font-weight: bold;
font-size: 11px;
}
.checkout-box button:hover
{
border: #d2232a 1px solid;
color: #d2232a;
}
tr.c-row td{
	padding-top: 13px;
}
.pay-summary td{
line-height: 1.4;
font-size: 13px;
font-weight: normal;
max-width: 125px;
color:#414141;
}
.pay-summary td strong{
	color: #414141;
}
.pay-summary tr.grand-tot td span{
	font-size: 15px;
	color: #000;
}
.pay-summary .red{
	color: red;
}
.pull-left{
	float: left;
}
.corporate-st-addwrap{
	padding: 15px 0px 20px;
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	background: #eff4f7;
}

.corporate-st-addwrap .form-control {
    height: 26px;
    padding: .1rem .75rem;
    font-size: 1rem;
    line-height: 1;
}
.invitees{
}
.invitees p{
	margin-bottom: 2px;
}
.top-courses-content .c-name-wrap{
	width: 100%;
	display: block;
	min-height: 60px;
}
.no-padd{
	padding-left: 0;
	padding-right: 0;
}
.clacu-wrap{
	padding: 25px 0px;
}
.clacu-wrap div {
	float: left;
}
.clacu-wrap h4{
	font-size: 16px;
  margin-bottom:0;
  color: #25408f;
}
.clacu-wrap h5{
	font-size: 16px;
  margin-bottom:0;
  color: #d2232a;
}
.clacu-form .table-responsive table tbody tr td {
    border-right: 1px solid #f1f1f1;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
		vertical-align: middle;
}
.table .tot-result td{
	background: #031448;
	color: #fff;
	font-weight: bold !important;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table .tot-sub-result td{
	background: #cbced8;
	font-weight: bold !important;
	padding-top: 15px;
	padding-bottom: 15px;
}
.anual-fee {
	position: relative;
}
.anual-fee input{
	padding-left: 53px;
	height: auto !important;
}
.anual-fee:after{
	position: absolute;
    content: "CAD$";
    left: 25px;
    top: 12px;
}
span.red{
	color: red;
}
h3.cal-header{
	font-size: 20px;
	width: 100%;
	text-align: center;
}
.clacu-wrap.hide{
	display: none;
}
.mobile-header-action{
	width: 100%;
	margin: 10px 0;
}
.mobile-header-action .btn{
	display: block;
	padding: 10px;
	text-align: center;
}
#script-warning {
	display: none;
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: red;
}

#loading {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

#calendar {
	width: 100%;
	max-width: 1280px;
	margin: 40px auto;
	padding: 0 10px;
}
.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  background: #fff;
  width: 300px;
  border-radius: 0px;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  padding: 20px;
	font-size: 12px;
  text-align: left;
  opacity: 1;
	top: -4px !important;
}
.tooltip-inner {
  background-color: transparent;
	text-align: left;
	padding: 0;
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 0px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #fff;
}
.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.we-tooltip-content h4{
	color: #d2232a;
	font-weight: 600;
	font-size: 18px;
}
.we-tooltip-content h6{
	color: #25408f;
	font-weight: 600;
	font-size: 16px;
}
.we-tooltip-content p{
	font-size: 13px;
	font-weight: normal;
  line-height: 1.3;
	color: #000;
	margin-bottom: 7px;
}
.we-tooltip-content p i{
	padding-right: 10px;
}
.we-tooltip-content p span{
	display: block;
	padding-left: 20px;
	margin-top: -20px;
}
button.event-cat-btn{
	border: 2px solid #25408f;
	background: #d2232a;
	color: #fff;
	border-radius: 0px;
}
button.event-cat-btn.active{
	border: 2px solid #d2232a;
	background: #25408f;
    color: #fff;
    border-radius: 0px;
}
a.fc-daygrid-block-event:hover{
	background-color: #ccc;
}
a.small-btn{
	padding: 8px 20px;
	line-height: 1;
}

.batch-details-box{
    width: 100%;
    float: left;
    padding: 15px;
}

.batch-details-box h5{
	color: #d2232a;
	margin-bottom: 20px;
}
.batch-details-box h6{
	font-size: 13px;
}
.batch-details-box p, .batch-details-box address{
	margin: 3px 0;
	font-size: 13px;
}
.course-desc.full{
	width: 100%;
	padding: 15px;
}
@media (min-width: 768px) {
.batch-details-box{
	width: 50%;
	padding: 20px 0px;
}
.course-desc.full{
	width: 100%;
	padding: 20px;
}
}
.reviews_wrap{
	padding: 15px;
}
.reviews_wrap h2{
    font-size: 18px;
		margin-top: 20px;
    margin-bottom: 15px;
    color: #1696e7;
}
.review-content{
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}
.review-content h5{
	font-size: 17px;
}
.review-content h5 span.starcount{
	background: #26a541;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 30px;
	font-size: 12px;
}
.review-content h5 span.starcount i{
	font-size: 12px;
	padding-left: 2px;
}
.review-content h6{
	font-size: 15px;
}
@media (min-width: 768px) {
	.reviews_wrap{
		padding: 20px;
	}

}
@media (min-width: 960px) {
	.checkout-box .checkout_image_wrap {
	    min-height: 115px;
	}
}
.blog-content.about-block{
	background: #eeeeee;/*rgba(230,134,138,0.16)*/
}
.blog-content ul{
	padding-left: 20px;
	font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #636363;
}
.blog-content ul li{
	list-style: inherit;
}
.about-short-desc p{
	font-size: 15px;
	margin-bottom: 20px;
}
.about-top-content{
	padding:40px 20px 0;border:0px;
}

label.filebutton {
    width:120px;
    height:40px;
    overflow:hidden;
    position:relative;
    background-color:#ccc;
}
label span input {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
}
.gallery-img-container{
	padding-top: 20px;
}
a.buy-btn{
	background: #25408f;
  border: 3px solid #25408f;
  color: #fff!important;
	font-size: 13px;
	font-weight: bold;
  padding: 2px 3px;
	margin-right: 2px;
}
a.buy-btn:hover{
	background: #fff;
  color: #25408f !important;
	cursor: pointer;
}

a.detail-btn{
	background: #d2232a;
  border: 3px solid #d2232a;
  color: #fff!important;
	font-size: 13px;
	font-weight: bold;
  padding: 2px 3px;
}

.list-btn a.detail-btn{
	display: block;
	width: 120px;
}
a.detail-btn:hover{
	background: #fff;
  color: #d2232a !important;
	cursor: pointer;
}
.bg2 a.detail-btn:hover,.bg4 a.detail-btn:hover{
	color: #25408f !important;
}

a.detail-btn.blue{
	background: #25408f;
  border: 3px solid #25408f;
}

a.detail-btn.blue:hover{
	background: #fff;
  color: #25408f !important;
}
h6.cfee{
	color: #fff;
}
.featured-btn-wrap{
	width: 100%;
	padding-top:0px;
}

.course_details_wrap .batch-filter-wrap{
		padding: 10px 10px 20px;
		background: #25408f;
}
.batch-filter-wrap .form-element{
	float: left;
	width: 100%;
	padding: 10px;
}
.batch-filter-wrap .form-element label{
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.batch-filter-wrap .form-element .course-btn .btn{
	color: #fff;
  font-size: 14px;
  padding: 12px 22px;
	width: 100%;
	text-align: center;
}
.batch-filter-wrap .form-element .course-btn .btn:hover{
	background: #fff;
	color: #d2232a;
}

@media (min-width: 768px) {
	.batch-filter-wrap .form-element{
		width: 33.3%;
	}
	.batch-filter-wrap .form-element.button-wrap{
		padding-top: 37px;
		text-align: right;
	}
}
.buy-update-btn{
	width: 100%;
	text-align: center;
}
.buy-form-wrap {
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}
.buy-form-wrap .buy-info-wrap{
	padding: 5px 0;
	float: left;
}
.buy-form-wrap .buy-info-wrap h3{
	font-size: 20px;
	margin: 0px 0 10px;
	line-height: 2;
  color: #25408F;
	border-bottom: 1px solid #efefef;
}
#studentsignup_form_wrap .md-form{
	margin-bottom: 10px;
}
#studentsignup_form_wrap .md-form label{
	margin-bottom: 1px;
}
.buy-form-wrap .form-control,#studentsignup_form_wrap input[type=text],#studentsignup_form_wrap input[type=password] {
    height: 32px;
		border-radius: 0px;
	}
.buy-form-wrap .buy-info-wrap label,#studentsignin_form_wrap label{
	margin-bottom: 1px;
}

.ask-login{
	margin: 20px 0;
	padding: 4px 15px;
	background-color: #25408F;
	color: #fff;
}
.ask-login h2{
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.ask-login h2 a{
	font-size: 25px;
	color: #efefef;
	text-decoration: underline;
}
.ask-login h2 a:hover{
	color: #d2232a;
	text-decoration: underline;
}
.special-label{
	color: #b30c0c;
}
.org-fld.hide{
	display: none;
}
h2.review-forn-header{
	margin: 10px 0 10px;
	font-size: 20px;
	color: #d2232a;
	text-decoration: underline;
}

span.validation-error
{
	position: absolute;
  top: -13px;
	font-size: 12px;
}
.c-comp-wrap{
	text-align: center;
}
.c-comp-wrap h4{
	color: #28a745!important;
	margin-top: 50px;
}
.c-comp-wrap p{
	margin-bottom: 20px;
	font-weight: bold;
}

.chapters-widget .ui-accordion .ui-accordion-content{
	padding: 0;
}
.chapters-widget .ui-accordion .ui-accordion-header:hover{
	color: #25408f;
}
.chapters-widget .ui-corner-all,
.chapters-widget .ui-corner-bottom,
.chapters-widget .ui-corner-right,
.chapters-widget .ui-corner-br{
	border-radius: 0px !important
}
.chapters-widget .ui-corner-all,
.chapters-widget .ui-corner-top,
.chapters-widget .ui-corner-right,
.chapters-widget .ui-corner-tr{
	border-radius: 0px !important
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
 a.ui-button:active,
 .ui-button:active,
 .ui-button.ui-state-active:hover{
	border: 0!important
}
.chapters-widget .ui-accordion .ui-accordion-header{
	color: #fff;
    background: #d2232a;
    padding: 7px 100px 7px 10px;
    font-size: 13px;
    position: relative;
    display: block;
}
.chapters-widget .ui-widget-content{
	border: 0px;
}
@media (max-width: 991.98px){
#learning-wrap .blog-sidebar {
    margin-top: 25px;
}
}
.align-right{
	text-align: right;
}
.table-responsive.special-table table thead {
    background: #f1f8ff;
}
.table-responsive.special-table table thead tr th {
    color: #000;
}
.train-det{
	background: #f3f3f3;
	padding: 15px;
}

ul.footer_bottom_menu{
	list-style: none;
	padding: 0;
	float: right;
	padding-right: 20px;
}
ul.footer_bottom_menu li{
	display: inline-block;
	padding: 0 10px;
}
ul.footer_bottom_menu li a{
	color: #ccc;
}
ul.footer_bottom_menu li a:hover{
	text-decoration: underline;
}
.bulk-btn-wrap{
	padding: 0 0 10px;
}
.bulk-btn-wrap button{
	border: 0px;
	padding: 3px 5px;
}
.bulk-btn-wrap button:hover{
	background: #25408f;
	color: #fff;
}
.blog-details-wrap ul li
{
    list-style: disc;
    margin-bottom: 4px;
    list-style-position: inside;
}
.blog-details-wrap ul ul
{
    padding-left: 40px;
}
.blog-details-wrap ul ul li{
list-style: circle;
}
.lesson-duration
{
    margin: 40px 0 0;
    text-align: right;
    color: green;
    float: right;
    width: 100%;
}
.cta-area .section-title .sub-title
{
    color: #d3d8e6;
}
.blog-details-wrap .top-courses-rating ul li
{
    list-style: none;
}
.breadcrumb > .active, .breadcrumb li, .breadcrumb li a
{
    color: #c7c7c7;
}
.test-success{
  background: #b6d8d5;
  padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.course-det-holder{
	position: relative;
}
.tr-batch-wrap{
	display: none;
	position: absolute;
	right:0;
	margin-right: -100px;
	width: 300px;
	padding: 15px;
	background: #fff;
	border: 1px solid #000;
	z-index: 11;
}
.tr-batch-wrap p{
	font-size: 12px;
	margin: 0;
}
a.order-tr-det:hover .tr-batch-wrap{
	display: block;
}
table.table-summary tr td{
	vertical-align: middle!important;
}
#orderConfirmModal button
{
	border: 0;
    text-transform: uppercase;
    margin: 20px 10px;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 14px;
}
td.enroll-note{
	color: #fff;
	font-weight: bold;
}
td.enroll-note.bl-bg{
	background-color: blue;
}
td.enroll-note.rd-bg{
	background-color: red;
}
h6.close-wrap{
	text-align: right;
	padding: 5px 0;
}
h6.close-wrap a{
	color: #03a9f4;
}
h6.close-wrap a:hover{
	color: red;
}
#register-form-wrap label
{
    color: #fff;
    display: block;
}
.blog-details-wrap ul li.price-tag a{
	color:#d2232a;font-weight:bold;
}

.login-form  .text-red.btn {
  background:transparent;
	color: #fff;
	border: 1px solid #fff;
}
.login-form  .text-red.btn:hover {
  background: #d2232a;
	color: #fff;
	border: 1px solid #d2232a;
}


.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
	list-style: none !important;
}
.blog-content .nav-tabs > li{
	width: 50%;
	text-align: center;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
	padding: 0;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
	background: #efefef;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li > a.active {
	color: #fff;
  background-color: #25408f;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

#corporate-employees .table-responsive,#corporate-invitees .table-responsive{
	background: #fff;
}
#students .pagiantion-wrap,#invitees .pagiantion-wrap,
.certificate-list .pagiantion-wrap,.orders-list .pagiantion-wrap{
	text-align: center;
}
.blog-content .tab-content > .active{
    display: block;
    background: #25408f;
    padding: 15px;
}
.blog-content .tab-content .pagination,
.certificate-list .pagiantion-wrap .pagination,.orders-list .pagiantion-wrap .pagination{
	display: inline-block;
}
.fil-col-5{
	width:30%;
	float: left;
}
.fil-col-7{
	width:70%;
	float: left;
	text-align: right;
}
.fil-col-12{
	width:100%;
	float: left;
	text-align: right;
}
@media (max-width: 768px){
	.fil-col-5{
		width:100%;
		float: left;
	}
	.fil-col-7{
		width:100%;
		float: left;
		text-align: right;
	}
}
span.emp-count{
	display: inline-block;
    background: #d2232a;
    padding: 0px 5px;
    color: #fff;
    margin-left: 5px;
}
.warning-wrap{
	background: #e0f0d9;

	padding: 15px;
	font-style: italic;
	margin-bottom: 10px;
}
.warning-wrap p{
	margin: 0;
	font-size: 14px;
}
.warning-wrap p i{
	font-size: 18px;
	color: #25408f;
}
.blog-content ol li{
	list-style: inherit;
}
.classic-blog-meta ul li{
	list-style: none;
	padding-left: 0;
}
.classic-blog-tag ul,.blog-details-meta ul{
	padding-left: 0;
}
select.filter, input.filter {
    width: auto;
    max-width: 120px;
    margin-right: 5px;
    height: 22px;
    padding: 0;
    display: unset;
    font-size: 12px;
    padding: 0 3px 0;
    border-radius: 3px;
		border: 1px solid #000;
}
.footer-social-links{
	width: 100%;
	margin-top: 15px;
}
.footer-social-links ul{
	padding: 0;
	margin: 0;
}
.footer-social-links ul li{
	display: inline-block;
	padding-right: 10px;
}
.footer-social-links ul li a i{
	color: #969696;
}

.footer-social-links ul li a:hover i{
	color: #fff;
}
.btn-ssx.sort-btn{
	position: absolute;
	right: 0px;
	top:2px;
	background: transparent;
	color: #eaa5a7;
	font-size: 16px;
}
.btn-ssx.sort-btn:hover{
	opacity: 0.6;
}
th.sort-col{
	white-space: nowrap;
	position: relative;
	padding-right: 30px !important;
}
#upcoming-sessions .ui-accordion .ui-accordion-content,
#past-sessions .ui-accordion .ui-accordion-content{
	padding: 5px!important;
	height: auto!important;
	background: #3baae3!important;
}
.table-responsive{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #636363;
	font-style: normal;
}
h3.up-session-btn span,h3.past-session-btn span{
	display: none;
}
h3.up-session-btn div,h3.past-session-btn div{
	font-size: 13px;
	font-weight: normal;
}
h3.up-session-btn div strong,h3.past-session-btn div strong{
	font-size: 17px;

}
.session-students th{
	font-size: 14px !important;
	white-space: nowrap;
}
.session-students .table-responsive{
	background: #fff;
}

a.remove-invitee-btn {
    white-space: nowrap;
    color: #fff !important;
    padding: 1px 5px;
    margin-bottom: 6px;
    display: inline-block;
}
a.remove-invitee-btn:hover{
	opacity: 0.5;
}
.payment-method-img{
	display: inline-block;
	float: right;
}
span.errors{
	color: red;
}
.top-courses-rating{
	min-height: 25px;
}
.exercise-holder{
	position: relative;
}
.exercise-wrap{
	width: 100%;
}
.exercise-area{
	width: 100%;
	display: flex;
	border: 10px solid #fff;
	position: relative;
}
.exercise-wrap .image-wrap{
	width: 40%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}
.exercise-wrap .image-wrap:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(248,247,247);
	background: linear-gradient(90deg, rgba(248,247,247,0.3799894957983193) 81%, rgba(248,247,247,1) 100%, rgba(248,247,247,0) 100%);
}
.exercise-wrap .image-wrap.right:after{
	background: rgb(248,247,247);
	background: linear-gradient(90deg, rgba(248,247,247,0) 0%, rgba(248,247,247,1) 0%, rgba(248,247,247,0.3799894957983193) 19%);
}

.exercise-wrap .image-wrap.right{
	float: right !important;
	text-align: right;
}

.exercise-wrap .exercise-content{
	width: 100%;
	padding: 15px 15px 90px;
	position: relative;
}
.exercise-wrap .exercise-content.has-image{
	width: 60%;
}
.exercise-item-action{
position: absolute;
bottom:40px;
left:15px;
}
.exercise-item-action button{
	border: 2px #d2232a solid;
	color: #fff;
	background: #d2232a;
}
.exercise-item-action button:hover{
	background: #fff;
	color: #d2232a;
}
.exercise-content .exercise-question{
	width:100%;
	padding-left: 50px;
	position: relative;
}
.exercise-content .exercise-question:after{
	position: absolute;
	content: '';
	width: 50px;
	left: 0;
	top:0;
	bottom: 0;
	background:#25408f url(../img/small-logo.png) center no-repeat;
	background-size: 30px;
}
.exercise-content .exercise-question h2{
		padding: 15px;
		font-size: 16px;
		font-weight: 600;
		background: rgb(255,255,255);
		background: linear-gradient(90deg, #d3d3d3 0%, rgba(248,247,247,1) 100%, rgba(248,247,247,1) 100%);
}
.exercise-answers{
	width: 100%;
	padding: 20px 0;
}
.exercise-answers ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.exercise-answers ul li {
	color: #aaaaaa;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 2px;

}
.exercise-answers ul li:hover{
	background: #c0c7db;
}
.exercise-answers ul li input[type="radio"],.exercise-sub-questions ul li input[type="radio"]{
	position: absolute;
	visibility: hidden;
}

.exercise-answers ul li label,.exercise-sub-questions ul li label{
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 1.35em;
	padding: 3px 25px 3px 38px;
	margin: 8px auto;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
}

.exercise-answers ul li:hover label,.exercise-sub-questions ul li:hover label {
	color: #000;
}

.exercise-answers ul li .check,.exercise-sub-questions ul li .check {
	display: block;
	position: absolute;
	border: 5px solid #aaaaaa;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	top: 10px;
	left: 7px;
	z-index: 5;
	transition: border 0.25s linear;
	-webkit-transition: border 0.25s linear;
}

.exercise-answers ul li:hover .check,.exercise-sub-questions ul li:hover .check {
	border: 5px solid #000000;
}

.exercise-answers ul li .check::before,.exercise-sub-questions ul li .check::before {
	display: block;
	position: absolute;
	content: "";
	border-radius: 100%;
	height: 11px;
	width: 11px;
	top: 2px;
	left: 2px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.exercise-answers ul input[type="radio"]:checked ~ .check ,.exercise-sub-questions ul input[type="radio"]:checked ~ .check {
	border: 5px solid #25408f;
}

.exercise-answers ul input[type="radio"]:checked ~ .check::before ,.exercise-sub-questions ul input[type="radio"]:checked ~ .check::before{
	background: #25408f;
}

.exercise-answers ul input[type="radio"]:checked ~ label ,.exercise-sub-questions ul input[type="radio"]:checked{
	color: #25408f;
}
.exercise-actions{
	width: 100%;
	text-align: right;
	padding: 15px 0;
}
.exercise-actions ul{
	list-style: none;
}
.exercise-actions ul li{
	list-style: none;
	display: inline-block;
}
.exercise-actions ul li button{
	background: #fff;
	color: #25408f;
	border: 2px #25408f solid;
}
.exercise-actions ul li button:hover{
	color: #fff;
	background: #25408f;
}
.exercise-holder .exercise-response-wrap{
	width: 100%;
	background:rgba(0,0,0,0.1);
	position: absolute;
	top:0;
	bottom: 70px;
	left: 0;
	right: 0;
	display: none;
	z-index: 11;
}
.exercise-holder .exercise-response-wrap.show{
  display: block;
}
.exercise-holder .exercise-response-holder{
	position: absolute;
	right:10px;
	bottom:10px;
	background: #fff;
	width: 330px;
	height:auto;
	background: #25408f;
	color: #fff;
	padding: 15px;
	line-height: 1.2;
	font-size: 12px;
}

.exercise-holder .exercise-response-holder h5{
	margin-top: 0;
	color: #fff;
	margin-bottom: 20px;
	padding-right: 20px;
}
.exercise-holder .exercise-response-holder ul{
	list-style: none;
	padding: 0px;
}
.exercise-holder .exercise-response-holder ul li{
	list-style: none;
	margin: 10px 0;
	line-height: 1.2;
	font-size: 13px;
	color: #fff;
}
.exercise-holder .exercise-response-holder p{
	line-height: 1.4;
	font-size: 13px;
	color: #fff;
}
.exercise-response-close{
position: absolute;
right:15px;
top:15px;
}
.exercise-response-close a{
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.exercise-response-close a:hover{
	color: #d2232a;
}
#exercise-answers-area{
	min-height: 150px;
}
.exercise-drag-answers{
	min-height: 100px;
	padding: 20px 0px;
}
.exercise-drag-answers ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.exercise-drag-answers ul li{
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
}
.draggable-answer{
	padding: 8px;
	border: 1px solid #ccc;
}
.answer-droppable{
	padding: 10px;
	min-height: 60px;
	width: 100%;
	background: #fefefe;
	border: 1px solid #ccc;
}

.match-table table{
	width: 100%;
}
.match-table table td{
	padding: 10px;
}
.match-table table th{
	text-align: center;
	font-size: 15px;
	padding: 10px
}
.match-table table td.question{
	width: 50%;
	background: #25408f;
	color: #fff;
}
.match-table table td.answer{
	width: 50%;
	background:#d3d3d3;
}
.match-droppable{
	padding: 10px;
	min-height: 75px;
	width: 100%;
	background: #fefefe;
	border: 1px solid #ccc;
}
.exercise-area .info-area{
	padding: 4px 5px 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, #d3d3d3 0%, rgba(248,247,247,1) 100%, rgba(248,247,247,1) 100%);
}
.exercise-area .info-area i{
	font-size: 20px;
  color: #d2232a;
}
.exercise-sub-questions{
	width: 100%;
	padding-top: 30px;
}
.exercise-sub-questions{
	width: 100%;
}
.exercise-sub-questions ul{
	list-style: none;
	padding: 0;
}
.exercise-sub-questions ul li{
	list-style: none;
	padding: 10px;
	line-height: 1.3;
  font-size: 14px;
}
.exercise-sub-questions ul li:hover{
	background: #c0c7db;
}
.exercise-sub-questions ul li .a-col{
	color: #aaaaaa;
    display: inline-block;
    position: relative;
    width: 100px;
    padding-top: 2px;
		vertical-align: top;
}
.exercise-sub-questions ul li .q-col{
	display: inline-block;
	width: 60%;
	line-height: 1.3;
	padding-right: 20px;
}
.has-image .exercise-sub-questions ul li .q-col{
	width: 100%;
}
.match-answers ul{
	display: flex;
}

.match-answers li{
	background: #f1f1ff;
	border-radius: 5px;
	border: solid 5px #25408f;
	margin:10px 1%;
	display: inline-block;
}
.has-image .match-answers ul{
	display: block !important;
}
.has-image .match-answers li{
	display: block;
}
div.ui-droppable-hover{
	background-color: #50C878!important;
}
li.ui-draggable-dragging {
    width: 70px !important;
    height: 70px !important;

    background-color: #C1E1C1 !important;
    border-radius: 8px;
    cursor: grabbing !important;

    font-size: 2px !important;
		overflow: hidden;
}
.draggable-match.is-dragging {
    opacity: 0.3;
    border-color: #d2232a;
}
li.draggable-match{
	cursor: move!important;
}
li.draggable-match .tooltiptext {
			 visibility: hidden;
			 width: 120px;
			 background-color: #333;
			 color: #fff;
			 text-align: center;
			 border-radius: 6px;
			 padding: 5px 0;
			 position: absolute;
			 z-index: 1;
			 bottom: 110%; /* Position above the element */
			 left: 50%;
			 margin-left: -60px; /* Center the tooltip */
			 opacity: 0;
			 transition: opacity 0.3s;
	 }

li.draggable-match:hover .tooltiptext {
			 visibility: visible;
			 opacity: 1;
	 }
	 .ans-msg-wrap {
		 padding: 5px;
	  margin-top: 8px;
	  border-radius: 4px;
	  font-size: 13px;
	  display: inline-block;
 }

 .msg-right {
     background: #d6f5d6;   /* light green */
     border: 1px solid #2c8c2c;
     color: #1a661a;
 }

 .msg-wrong {
     background: #f8d7da;   /* light red */
     border: 1px solid #cc0000;
     color: #990000;
 }
 @media (max-width: 768px) {
	 .match-answers ul{
		 display: block;
	 }
     .exercise-wrap table,
     .exercise-wrap tr,
     .exercise-wrap td {
         display: block;
         width: 100% !important;
     }

    .exercise-wrap td {
         box-sizing: border-box;
     }
		 .match-droppable{
			 padding: 2px;
		 }
		 .exercise-item-action {
		  position: absolute;
		  bottom: 60px;
		  left: 15px;
		}
		.exercise-sub-questions ul li .q-col{
			width: 100%;
			padding-right: 0px;
		}
 }
.cert-details-wrap{
	padding: 20px;
	background: #fff;
	margin-top: 20px;
}
.cert-details-wrap h4{
	padding-bottom: 20px;
}
.cert-details-wrap .error-msg{
	background: red;
	padding: 10px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}
.cert-details-wrap .error-msg p{
	color: #fff;
}
.cert-details-wrap .error-msg p a{
	color: #07e7ff;
}
.cert-details-wrap .table th,.cert-details-wrap .table td{
	border: 1px solid #d3d1d1;
}
.nav-tabs {
    display:none;
}


.course-details-page .card-header h2{
	position: relative;
}
.course-details-page .card-header h2 i{
	position: absolute;
	left: auto;
	right: 15px;
	top: 20px;
	font-size: 20px;
	color: #25408f;
}
.course-details-page .card-header .btn{
	background: #e3e3e3;
	color: #25408f;
	padding: 18px;
}
.course-details-page .card-header .btn.collapsed i.fa-minus {
	display: none;
}
.course-details-page .card-header .btn.collapsed i.fa-plus {
	display: block;
}
.course-details-page .card-header .btn i.fa-minus {
	display: block;
}
.course-details-page .card-header .btn i.fa-plus {
	display: none;
}
.course-details-page .card {
    border-bottom:1px solid rgba(0,0,0,.125);
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    margin: 10px 0;
}
.course-details-page .card-header{
	padding: 0;
}
.chapter-list a.active-material .lesson-wrap h5 i{
	color: #1cd491;
}
.range_inputs .btn{
	padding: 6px 25px;
}
#confirm-box{
	z-index: 9999;
}
.loading-modal{
display: none;
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('https://bmjschool.com/assets/img/crop/Processing.gif')
                50% 50%
                no-repeat;
}
body.loading .loading-modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading-modal {
    display: block;
}
.reg-details-wrap #calendar {
	width: 100%;
	max-width: 1280px;
	margin: 0px auto;
	padding: 0;
}
#calendar.calendar-loaded{
	margin-top: 15px;
	padding: 15px;
	background: #fff;
}
.po-number.hide,.etransfer-email.hide{
	display: none;
}
@media (min-width: 768px){
	#subscribeModalLong .modal-dialog{
		margin-left: 20px !important;
	}
}

.modal.fade.modal-left .modal-dialog {
  transform: translate(-125%, 0px);
}

.modal.show.modal-left .modal-dialog {
  transform: none;
}
#subscribeModalLong .modal-dialog ::placeholder {
  font-size:13px;
}
.fixed-left-btn{
	position: fixed;
    left: 0;
    top: 50%;
    margin-top: -40px;
		z-index: 999;
		padding: 10px 20px;
    transform: rotate(90deg) translate(0, 0px);
    -ms-transform: rotate(90deg) translate(0, 0px);
    -moz-transform: rotate(90deg) translate(0, 0px);
    -webkit-transform: rotate(90deg) translate(0, 0px);
    -o-transform: rotate(90deg) translate(0, 0px);
    transform-origin: bottom left;
		/*transform: translate(-50%, 0px);*/
}
.fixed-left-btn.hide{
	transform: rotate(90deg) translate(0, 100%);
	-ms-transform: rotate(90deg) translate(0, 100%);
	-moz-transform: rotate(90deg) translate(0, 100%);
	-webkit-transform: rotate(90deg) translate(0, 100%);
	-o-transform: rotate(90deg) translate(0, 100%);
}
.success_message.sbscribe{
	position: absolute;
	bottom: 0;
	color: green;
	font-size: 13px;
}

p.tt-fees span{
	color: #0f4c1c;
	font-size: 16px;
	font-weight: bolder;
	display: inline-block;
}
@media (min-width: 768px){
	.flex-wrap{
		display: flex;
	}
	.flex-wrap .col-md-4{
		display: inline-flex;
	}
}

.type_desc_wrap{
	position: relative;
	width:100%;
	padding:20px;
	background:#25408f;
	color:#fff;
	border-radius: 10px;
	-webkit-animation: fadeIn 1s linear forwards;
	animation: fadeIn 1s linear forwards;
}
.type_desc_wrap:after{
	position: absolute;
	border-radius: 9px;
	content: "";
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
	border: 1px solid #fff;
}



@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
a.list-name{
	font-size: 16px;
  margin-bottom: 0;
	font-weight: bold;
	font-family: "Oswald", sans-serif;
  color: #414141;
}
table.event_list th,table.event_list td{
	padding: 10px!important;
	border-bottom: 0px;
	border-left: 0px;
}
table.event_list tbody tr:hover,table.event_list tbody tr:nth-of-type(odd):hover{
	background-color: #fcdedf;
	cursor: pointer;
}
table.event_list tbody tr:nth-of-type(odd){
	background-color: #f9f9f9;
}
table.event_list a.btn{
	padding: 5px;
}
table.event_list a.btn-info{
	margin-right: 10px;
	margin-bottom: 0px;
}
table.event_list button.btn{
	    font-family: "Oswald", sans-serif;
			padding: 5px;
			line-height: 1;
			cursor: not-allowed;
			background: #ccc;
			height: auto;
			display: inline-block;
    font-size: 16px;
		margin-bottom: 5px;
}
.course-toolbar{
	padding: 10px;
	background:#efefef;
	margin-bottom: 10px;
}
.loc-select-wrap{
	width: 70%;
	float: left;
}
.loc-select-wrap label{
	display: inline-block;
	font-weight: bold;
	padding-right: 10px;
}
.loc-select-wrap select{
	display: inline-block;
	width: auto;
	background-color: #b78688;
	color: #fff;
}
.layout-btn-wrap{
	font-size: 30px;
	text-align: right;
	width: 30%;
	float: right;

}

.layout-btn-wrap a{
	color: #b78688;
	margin-left: 15px;
}
.layout-btn-wrap a:hover{
	color: #ff040e;
}
.layout-btn-wrap a.active{
	color: #de3240;
}
.event_list a.order-tr-det{
	position: relative;
}
.event_list .tr-batch-wrap{
	margin-right: 0px;
    color: #25408f;
    text-align: left;
    white-space: normal;
    margin-top: 20px;
    text-transform: none;
}
.event_list .tr-batch-wrap small{
	font-size: 13px;
	padding-right: 10px;
	display:block;
}
.event_list .tr-batch-wrap label{
	display:block;
	font-size: 14px;
	margin: 4px 0 5px;
	color: #000
}
.table-responsive .table.event_list{
	border-right: 0px!important;
}
tr.tr-batch-details-wrap{
	display: none;
}
tr.tr-batch-details-wrap.show{
	display: table-row!important;
}
tr.tr-batch-details-wrap.show td{
	/*width: 100%!important;*/
}
.tr-batch-details-wrap .col-md-6{
	padding:15px;
	float: left;
	width: 100%;
}
.tr-batch-details-wrap ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.tr-batch-details-wrap ul li{
	list-style: none;
	margin-bottom: 12px;
	font-size: 14px;
}
.tr-batch-details-wrap ul label{
	font-weight: bold;
	width: 100%;
	line-height: 1;
	margin-bottom: 2px;
	font-size: 14px;
	color: #000;
}
tr.tr-batch-details-wrap p{
	font-size: 14px;
	margin: 0;
}
span.order-confirm-para{
	font-size: 18px;
	font-weight: bolder;
	color: #d2232a;
	width: 100%;
}

@media (min-width: 768px){
	.tr-batch-details-wrap .col-md-6{
		width: 50%;
	}
}
tr.tr-batch-row.active,tr.tr-batch-row.active:hover,.tr-batch-details-wrap,.tr-batch-details-wrap:hover{
	background-color: #eaf5ff!important;
}
.table-responsive table tbody tr.tr-batch-row td{
	font-size: 16px;
	color: #000;
	vertical-align: middle;
}

.tr-batch-details-wrap td{
	border-top: 3px solid #25408F!important;
}
.list-btns-wrp a{
	margin: 4px 1px!important;
}
.lesson-file.video-embed iframe{
	height: 150px;
}
@media (min-width: 500px){
	.lesson-file.video-embed iframe{
		height: 230px;
	}
}
@media (min-width: 768px){
	.lesson-file.video-embed iframe{
		height: 300px;
	}
}
@media (min-width: 1200px){
	.lesson-file.video-embed iframe{
		height: 408px;
	}
	.page-contents.home-page .row .col-md-6:first-child{
		padding-right: 40px;
	}
	.page-contents.home-page .row .col-md-6:nth-child(2){
		padding-left: 40px;
	}
}
.contact-page-icon{
	height: 14px;
	margin-right: 4px;
	margin-top: -4px;
}
button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
	border: 1px solid #cccccc !important;
	cursor: not-allowed;
}
button:disabled:hover,
button[disabled]:hover{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
	border:  #cccccc;
}

.top-cart-wrap a.btn.cart-btn{
	color: #25408f;
	font-size: 26px;
	padding: 7px 22px;
	background: transparent;
	position: relative;
	margin-right: 2px;
}
.top-cart-wrap a.btn.cart-btn:hover{
	color:#C70909;
}
.top-cart-wrap a.btn.cart-btn span.counter.qty{
	position: absolute;
right: 15px;
top: 0px;
font-size: 10px;
font-weight: 600;
text-align: center;
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 8px;
overflow: hidden;
color: #fff;
background-color: #ff5b5b;
padding: 0;
}
.top-cart-wrap a.btn.cart-btn:after{
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	position: absolute;
	right: 4px;
	top: 13px;
	color: #333c;
	font-size: 18px;
}
.mini-cart{
	padding: 15px;
	font-size: .8125rem;
	line-height: 1.5;
	font-weight: 700;
	width: 300px;
	color: #222529;
	top: 80px;
	margin-top: 13px;
	right: 0;
	margin: 0;
	list-style: none none;
	background: #efefef;
	border: 0;
	z-index: 100;
	box-sizing: border-box;
	position: absolute;
	display: none;
}
.mini-cart.show{
		display: block;
}
.subtitle.empty {
    display: block;
    padding: 18px 0;
    text-align: center;
    font-size: inherit;
    font-weight: 400;
}
.mini-cart:after{
		position: absolute;
		right: 38px;
		top: -30px;
		content: "\f0d8";
		color: #efefef;
		font-family: "Font Awesome 5 Free";
		font-size: 32px;
}
.minicart-content-wrapper{
	background: #fff;
	padding: 10px;
}
.mini-cart .action.close {
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
    position: absolute;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
		font-size: 17px;
}
.minicart-items-wrapper {
    max-height: 250px;
		height: auto;
		overflow-x: auto;
}
.minicart-items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.minicart-items-wrapper  li {
    margin: 0;
		padding: 25px 10px 15px;
		border-bottom: 1px solid #e7e7e7;
		line-height: 24px;
		position: relative;
}


.minicart-items .course-item-details {
    text-align: right;
		order: 1;
		max-width: 100%;
		padding: 0 15px 0 0;
}
.minicart-items .course-item-name {
    display: block;
    text-decoration: none;
    font-size: 1.0769em;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
    color: #222529;
    font-weight: 700;
    flex: 0 0 100%;
}
.minicart-items .course-item-name a {
    color: inherit !important;
    font-size: inherit;
    display: block;
    font-weight: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: inherit;
    letter-spacing: inherit;
}

.minicart-items .course-item-details {
    text-align: left;
}
.product-session{
	width: 100%;
	padding:5px 0px;
}
.product-session label{
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 1;
}
.minicart-items .course-item-details .price{
		font-weight: 400;
		color: #69696B;
		font-size: .8125rem;
		white-space: nowrap;
		line-height: 1;
}
.minicart-items .course-item-details .details-qty{
		width:40%;
		float: left;
}
.minicart-items .course-item-details .price-container {
		width:60%;
		float: left;
}
.minicart-items .course-item-pricing .label {
    display: inline-block;
		width: auto;
		color: #000;
		padding-right: 2px;
		display: block;
		font-size: 14px;
}
.minicart-items .item-qty {
    height: 20px;
    border-radius: 0;
    color: #000;
    padding: 2px;
    font-size: 12px;
    margin: 0 5px 0 0;
    width: 38px;
}
.minicart-items .course-item-details .price-container  label
{
	text-align: right;
	display: block;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.minicart-items .course-item-details .details-qty  label
{
	display: block;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.minicart-items .update-cart-item {
    vertical-align: top;
    font-size: .7em;
    border-radius: 0;
    background: #222529;
    border: none;
    color: #fff;
    height: 20px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 0 10px;
}
.minicart-items-wrapper .product .actions {
    margin-left: 5px;
}
.minicart-items-wrapper .product .actions>.primary{
    display: inline;
}

.minicart-items .action.edit:before {
    content: '\f826';
		font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: inherit;
}
.minicart-items .primary {
    position: absolute;
    z-index: 3;
    text-align: center;
    font-size: 11px;
    top: 6px;
    right: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
		font-size: 12px;
}
.minicart-items .primary:hover{
	background-color: #333;
}
.minicart-items .action.delete{
	position: relative;
	color: #333;
}
.minicart-items .primary:hover .action.delete{
	color: #fff;
}
a.detail-btn {
    background: #d2232a;
    border: 3px solid #d2232a;
    color: #fff!important;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 3px;
}
.subtotal-wrap{
	padding: 10px 10px 0;
	margin-top: 10px;
	border-top: 1px solid #e7e7e7;
	font-size: 14px;
	text-transform: uppercase;
}
.buy-pop-btn{
	margin: 10px 0;
}
.course-item-session label span{
	font-size: 13px;
	line-height: 1;
}
.mini-cart label{
	line-height: 1.2;
}
.btn.add-to-cart-btn.btn-sx{
	background: #fff!important;
	color: #C70909 !important;
	border: 1px solid #C70909;
	padding: 3px 5px 4px;
}
.btn.add-to-cart-btn.btn-sx:hover{
	color: #25408f !important;
	border: 1px solid #25408f;
}
.course_details_wrap a.btn-sx, .popover-body a.small-btn{
	padding: 4px 5px;
	border: 1px solid #d2232a;
}
.course_details_wrap a.btn-sx:hover, .popover-body a.small-btn:hover{
	color: #d2232a;
	background: #fff;
	border: 1px solid #d2232a;
}
@media (min-width: 1025px) {
.h-custom {
height: 100vh !important;
}
}
.cart-coupon-btn{
	padding:10px 5px !important;
	width:100%;
}
.card-body p{
	color: #414141;
}
.card-body label{
	font-weight: bold;
}
.txt-green{
	color: #388e3c !important;
}
#top-alert-box{
	position: fixed;
	transition: top 0.8s ease-in;
	top: -100px;
	left: 0;
	right: 0;
	z-index: 999;
	display: flex;
}
#top-alert-box.show{
	top: 30px;
}
#top-alert-box .alert{
	margin: 0 auto;
	width: auto;
}

.footer-contact-list a,.contact-box-content a{
	color: #636363;
}
.c-short ,.c-short p,.c-short a,.c-short ul{
	font-size: 12px;
	margin: 3px 0;
	line-height: 1.3;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
  }

  .collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.1rem;
  }

  .collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
  }


	.corporate-btn{
		padding: 10px 10px 10px 20px;
			border-radius: 50px;
			display: inline-flex;
			align-items: center;
			gap: 10px;
			width: fit-content;
			text-decoration: none;
			margin-top: 10px;
			text-transform: none;
			font-size: 22px;
	}
	.corporate-btn:after{
		content: "\f138";
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
	font-size: 25px;
	}
	.img-part.media-icon img{
		max-width: 100%;
	}

.table-responsive table tbody tr td:last-child a.session-details-btn{
	margin-bottom: 5px;
}

.instructor-course .header-top-wrap{
  display: block !important;
}
.instructor-course .transparent-header{
  top:42px!important;
}

.course-boxes {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: normal;
padding-top: 2rem;
}
.course-boxes > div {
padding: 3rem 2rem 5rem;
text-align: center;
background: #d2232a;
color: #fff;
flex-basis: 32.3%;
justify-content: center;
margin-bottom:20px;
position:relative;

}
.course-boxes > div h3 {
color: #fff;
font-size: 24px;
font-weight: normal;
display:block;
}
.course-boxes .btn-group
{
position:absolute;
bottom:20px;
left:0;
width:100%;
text-align:center;
display: flex;
justify-content: center;
gap:10px;
}
.course-boxes .btn-group a
{

color:#fff;
font-size: 18px;
display:inline-block;
position: relative;
font-family: "Oswald", sans-serif;
z-index: 1;
padding:10px 10px;
}
.course-boxes .btn-group a:before
{
		content: "";
position: absolute;
left: 0;
right: 0;
		height: 42px;
width: 100%;
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.11);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
top: 8px;
margin: 0 auto;
opacity: 1;
z-index: -1;
background: rgb(37, 64, 143);
color: #FAFAFA;
}
.course-boxes .btn-group a:hover:before
{
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 1000%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (min-width: 560px) and (max-width: 900px) {
.course-boxes > div {

flex-basis: 49%;

}
}
@media (max-width: 560px) {
.course-boxes > div {

flex-basis: 100%;

}
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.testimonial-item{
	height: 100%;
}
a.enrl-btn{

  padding: 1px 8px;
  margin: 3px 0;
  display: inline-block;
	border: 1px solid #d2232a;
	color: #fff;
	background: #d2232a;
}
a.enrl-btn:hover{
background: #fff;
color:  #d2232a;

}
