
@charset "UTF-8";

* {
	box-sizing: border-box;
}

*:focus {
	outline: none !important;
}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	border: 0;
	outline: 0;
	padding: 0;
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

body {
	position: relative;
	overflow-x: hidden;
}

body, html {
	max-width: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

mark {
	padding: 0 5px;
	color: inherit;
}

strong {
	font-weight: var(--lmsmart-header-font-weight);
}

pre {
	max-width: 100%;
	margin-top: 18px;
	margin-bottom: 20px;
	padding: 20px;
	word-wrap: break-word;
	background: #ebf0f9;
	overflow: auto;
}

code, kbd, tt, var, pre {
	font-family: monospace;
}

ul, ol {
	padding: 0 0 20px 0;
}

li ul {
	padding-bottom: 0;
}

textarea {
	min-height: 50px;
	height: 122px;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	-webkit-user-select: none;
	user-select: none;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

label, legend {
	display: block;
	margin-bottom: 5px;
}

iframe {
	width: 100%;
	display: block;
}

table {
	width: 100%;
	border-collapse: collapse;
}

dl {
	margin-bottom: 1.75em;
}

dt {
	font-weight: var(--lmsmart-header-font-weight);
}

dd {
	margin: 0 0 1.75em;
}

p {
	margin: 0 0 20px 0;
}

p:empty {
	display: none;
	padding: 0;
	margin: 0;
}

a {
	transition: all .4s;
}

a, a:active, a:focus, a:hover {
	text-decoration: none;
}

p a {
	transition: color .3s;
}

input[type='text'], input[type='url'], input[type='search'], input[type='email'], input[type='password'], input[type='tel'], input[type='time'], select, textarea {
	display: block;
	height: 50px;
	max-width: 100%;
	margin: 0 0 20px 0;
	color: inherit;
	border: 0;
	border-radius: 5px;
	padding: 14px 20px 12px;
	font-family: inherit;
	font-size: 13px;
	font-weight: var(--lmsmart-header-font-weight);
	line-height: 1.7;
	background-color: #f6f7f9;
	text-transform: unset;
	transition: .3s;
}

.blog-post_content input[type='password'] {
	padding: inherit;
}

input[type='text']:focus, input[type='url']:focus, input[type='search']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='time']:focus, select:focus, textarea:focus {
	border-color: #e7e8e8;
	background-color: #f6f7f9;
}

input[type='radio'], input[type='checkbox'] {
	margin: 5px .4375em 0 0;
}

input[type='radio']~label, input[type='checkbox']~label {
	display: inline;
}

input[type='text']::placeholder, input[type='url']::placeholder, input[type='search']::placeholder, input[type='email']::placeholder, input[type='password']::placeholder, input[type='tel']::placeholder, input[type='time']::placeholder, textarea::placeholder, select::placeholder {
	color: #242937;
	font-size: 14px;
	font-weight: 600;
	outline: none;
	-webkit-appearance: none;
	transition: .4s;
}

input[type='text']:focus::placeholder, input[type='text']:active::placeholder, input[type='url']:focus::placeholder, input[type='url']:active::placeholder, input[type='search']:focus::placeholder, input[type='search']:active::placeholder, input[type='email']:focus::placeholder, input[type='email']:active::placeholder, input[type='password']:focus::placeholder, input[type='password']:active::placeholder, input[type='tel']:focus::placeholder, input[type='tel']:active::placeholder, input[type='time']:focus::placeholder, input[type='time']:active::placeholder, textarea:focus::placeholder, textarea:active::placeholder, select:focus::placeholder, select:active::placeholder {
	opacity: 0;
}

input[type='text']:focus, input[type='url']:focus, input[type='search']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='time']:focus, textarea:focus, select:focus {
	background-color: #f7f7f7;
}

input[type='submit'], button {
	display: inline-block;
	height: 51px;
	max-width: 100%;
	margin-bottom: 0;
	border-width: 0;
	border-style: solid;
	border-color: currentColor;
	border-color: var(--lmsmart-primary-color);
	border-radius: 5px;
	outline: none;
	padding: 6px 26px;
	font-family: inherit;
	font-size: 14px;
	line-height: 42px;
	font-weight: var(--lmsmart-header-font-weight);
	letter-spacing: 0;
	cursor: pointer;
	-webkit-appearance: none;
	background: var(--lmsmart-primary-color);
	color: #fff;
	transition: .4s;
}

::-webkit-input-placeholder {
	text-transform: initial !important;
}

:-moz-placeholder {
	text-transform: initial !important;
}

::-moz-placeholder {
	text-transform: initial !important;
}

:-ms-input-placeholder {
	text-transform: initial !important;
}

input[type='submit']:hover, button:hover {
	color: #fff;
}

input[type='submit']:focus, button:focus {}

input[type='submit']:hover, input[type='submit']:active, input[type='submit']:focus {
	color: #fff;
}

textarea {
	height: 120px;
	padding-top: 13px;
}

textarea::placeholder {
	color: #242937 !important;
	text-transform: unset;
}

.input-bg-white input, .input-bg-white textarea {
	background-color: #fff;
}

.select__field {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.select__field:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	right: 20px;
	font-family: "Font Awesome 5 Free";
	font-size: 11px;
	font-weight: 900;
	line-height: 49px;
	color: #94a0b9;
	padding-top: 1px;
	pointer-events: none;
}

.select__field select {
	margin-bottom: 0;
	padding: 14px 36px 12px 20px;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	overflow: hidden;
}

form.post-password-form {
	margin-bottom: 20px;
}

form.post-password-form p:first-child {
	margin-bottom: 24px;
}

form.post-password-form label {
	display: inline-block;
	width: 100%;
	margin-right: 8px;
}

@media (min-width:600px) {
	form.post-password-form label {
		width: calc(100% - 130px);
		max-width: 270px;
	}
}

form.post-password-form label input[type='password'] {
	width: 100%;
	margin-top: 5px;
}

form.post-password-form input[type='submit'] {
	min-width: 170px;
}

.tpc-container {
	margin-right: auto;
	margin-left: auto;
	width: 1290px;
}

.tpc-container.full-width {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.tpc-container .tpc-container {
	width: 100%;
}

.tpc-container .elementor-section-boxed .elementor-section-boxed .elementor-container {
	width: 100%;
}

#main .tpc-container .tpc_wrapper {
	left: 0 !important;
}

.row:after, .row:before, .tpc-container:after, .tpc-container:before, .clearfix:after, .clearfix:before {
	content: "";
	display: table;
	line-height: 0;
}

.tpc-container:after, .row:after, .clear, .clearfix:after {
	clear: both;
}

[class*='tpc_col-'] {
	float: left;
	min-height: 1px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row [class*='tpc_col-'] {
	display: block;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.slick-slider a, .slick-slider a:hover, .slick-slider a:focus {
	transition: .4s;
}

a:hover {
	color: inherit;
}

.tpc-icon {
	display: inline-block;
	transition: .4s;
}

.tpc-icon svg {
	transition: inherit;
}

.hover_links a {
	-webkit-text-decoration: underline transparent;
	text-decoration: underline transparent;
	transition: color .3s, -webkit-text-decoration-color .3s;
	transition: color .3s, text-decoration-color .3s;
	transition: color .3s, text-decoration-color .3s, -webkit-text-decoration-color .3s;
}

.hover_links.white a:hover {
	color: #fff !important;
	-webkit-text-decoration-color: #fff;
	text-decoration-color: #fff;
}

.aleft {
	text-align: left;
}

.acenter {
	text-align: center;
}

.aright {
	text-align: right;
}

.ajustify {
	text-align: justify;
}

@media (max-width:1024px) {
	.a-tabletleft {
		text-align: left;
	}
	
	.a-tabletcenter {
		text-align: center;
	}
	
	.a-tabletright {
		text-align: right;
	}
	
	.a-tabletjustify {
		text-align: justify;
	}
}

@media (max-width:767px) {
	.a-mobileleft {
		text-align: left;
	}
	
	.a-mobilecenter {
		text-align: center;
	}
	
	.a-mobileright {
		text-align: right;
	}
	
	.a-mobilejustify {
		text-align: justify;
	}
}

.aleft .tpc-layout-left {
	justify-content: flex-start;
}

.aleft .tpc-layout-right {
	justify-content: flex-end;
}

.acenter .tpc-layout-left, .acenter .tpc-layout-right {
	justify-content: center;
}

.aright .tpc-layout-left {
	justify-content: flex-end;
}

.aright .tpc-layout-right {
	justify-content: flex-start;
}

@media (max-width:1024px) {
	.a-tabletleft .tpc-layout-top {
		justify-content: unset;
	}
	
	.a-tabletleft .tpc-layout-left {
		justify-content: flex-start;
	}
	
	.a-tabletleft .tpc-layout-right {
		justify-content: flex-end;
	}
	
	.a-tabletleft .tpc-layout-tablet-top {
		justify-content: unset;
	}
	
	.a-tabletleft .tpc-layout-tablet-left {
		justify-content: flex-start;
	}
	
	.a-tabletleft .tpc-layout-tablet-right {
		justify-content: flex-end;
	}
	
	.a-tabletcenter .tpc-layout-top {
		justify-content: unset;
	}
	
	.a-tabletcenter .tpc-layout-left, .a-tabletcenter .tpc-layout-right {
		justify-content: center;
	}
	
	.a-tabletcenter .tpc-layout-tablet-top {
		justify-content: unset;
	}
	
	.a-tabletcenter .tpc-layout-tablet-left {
		justify-content: center;
	}
	
	.a-tabletcenter .tpc-layout-tablet-right {
		justify-content: center;
	}
	
	.a-tabletright .tpc-layout-top {
		justify-content: unset;
	}
	
	.a-tabletright .tpc-layout-left {
		justify-content: flex-end;
	}
	
	.a-tabletright .tpc-layout-right {
		justify-content: flex-start;
	}
	
	.a-tabletright .tpc-layout-tablet-top {
		justify-content: unset;
	}
	
	.a-tabletright .tpc-layout-tablet-left {
		justify-content: flex-end;
	}
	
	.a-tabletright .tpc-layout-tablet-right {
		justify-content: flex-start;
	}
}

@media (max-width:767px) {
	.a-mobileleft .tpc-layout-top {
		justify-content: unset;
	}
	
	.a-mobileleft .tpc-layout-left {
		justify-content: flex-start;
	}
	
	.a-mobileleft .tpc-layout-right {
		justify-content: flex-end;
	}
	
	.a-mobileleft .tpc-layout-tablet-top {
		justify-content: unset;
	}
	
	.a-mobileleft .tpc-layout-tablet-left {
		justify-content: flex-start;
	}
	
	.a-mobileleft .tpc-layout-tablet-right {
		justify-content: flex-end;
	}
	
	.a-mobilecenter .tpc-layout-top {
		justify-content: unset;
	}
	
	.a-mobilecenter .tpc-layout-left, .a-mobilecenter .tpc-layout-right {
		justify-content: center;
	}
	
	.a-mobilecenter .tpc-layout-tablet-top {
		justify-content: unset;
	}
	
	.a-mobilecenter .tpc-layout-tablet-left {
		justify-content: center;
	}
	
	.a-mobilecenter .tpc-layout-tablet-right {
		justify-content: center;
	}
	
	.a-mobileright .tpc-layout-top {
		justify-content: unset;
	}
	
	.a-mobileright .tpc-layout-left {
		justify-content: flex-end;
	}
	
	.a-mobileright .tpc-layout-right {
		justify-content: flex-start;
	}
	
	.a-mobileright .tpc-layout-tablet-top {
		justify-content: unset;
	}
	
	.a-mobileright .tpc-layout-tablet-left {
		justify-content: flex-end;
	}
	
	.a-mobileright .tpc-layout-tablet-right {
		justify-content: flex-start;
	}
}

.tpc-layout-left, .tpc-layout-right {
	display: flex;
}

.tpc-layout-left .content_wrapper {
	flex-grow: 1;
}

.tpc-layout-right {
	flex-direction: row-reverse;
}

.tpc-layout-right .content_wrapper {
	flex-grow: 1;
}

@media (max-width:1024px) {
	.tpc-layout-tablet-top {
		flex-direction: column;
	}
	
	.tpc-layout-tablet-top .content_wrapper {
		flex-grow: 0;
	}
	
	.tpc-layout-tablet-left {
		flex-direction: row;
	}
	
	.tpc-layout-tablet-left .content_wrapper {
		flex-grow: 1;
	}
	
	.tpc-layout-tablet-right {
		flex-direction: row-reverse;
	}
	
	.tpc-layout-tablet-right .content_wrapper {
		flex-grow: 1;
	}
}

@media (max-width:767px) {
	.tpc-layout-mobile-top {
		flex-direction: column;
	}
	
	.tpc-layout-mobile-top .content_wrapper {
		flex-grow: 0;
	}
	
	.tpc-layout-mobile-left {
		flex-direction: row;
	}
	
	.tpc-layout-mobile-left .content_wrapper {
		flex-grow: 1;
	}
	
	.tpc-layout-mobile-right {
		flex-direction: row-reverse;
	}
	
	.tpc-layout-mobile-right .content_wrapper {
		flex-grow: 1;
	}
}

.fullwidth-wrapper {
	width: 100%;
}

.z-index-1 {
	z-index: 1;
}

.relative {
	position: relative;
}

.text-uppercase {
	text-transform: uppercase;
}

.bypostauthor {
	opacity: 1;
}

.ohidden {
	overflow: hidden;
}

.ovisible {
	overflow: visible;
}

.d-block {
	display: block;
}

.d-none {
	display: none;
}

.wp-caption-text, .wp-caption .wp-caption-text {
	margin: .5em 0;
	font-size: 13px;
	text-align: center;
}

.wp-caption, .gallery-caption {
	font-style: italic;
	max-width: 100%;
	margin-bottom: 1em;
}

.wp-caption img, .gallery-caption img {
	border-radius: unset;
}

.sticky-sidebar_init #main {
	padding-bottom: 80px;
}

#main {
	padding: 40px 0;
	position: relative;
	z-index: 0;
	min-height: 65vh;
	overflow: hidden;
}

body.elementor-page #main {
	padding: 0 0;
}

body.elementor-page #main .tpc-container.tpc-content-sidebar {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

.archive:not(.woocommerce) #main {
	padding-bottom: 100px;
}

body>#main .row.sidebar_left #main-content {
	float: right;
}

body.woocommerce>#main .row.sidebar_left {
	display: block;
}

body.woocommerce-page .tpc-container>.row {
	margin-left: 0;
	margin-right: 0;
}

body.single.woocommerce-page .tpc-container>.row {
	margin-left: -15px;
	margin-right: -15px;
}

.gm-control-active {
	border-radius: unset;
	box-shadow: none;
}

hr {
	margin: 20px 0 20px;
	border: none;
	border-bottom: 1px solid #1d1f21;
}

hr.wp-block-separator {
	max-width: 100px;
}

hr.wp-block-separator.is-style-wide, hr.wp-block-separator.is-style-dots {
	max-width: 100%;
}

table td, table th {
	padding: 5px 10px;
	border: 1px solid #ebebee;
	text-align: left;
}

table:not(:last-child) {
	margin-bottom: 22px;
}

.screen-reader-text {
	position: absolute !important;
	height: 1px;
	width: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	word-wrap: normal !important;
	overflow: hidden;
}

.screen-reader-text:focus {
	display: block;
	z-index: 100000;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	font-size: 1em;
	line-height: normal;
	color: #444;
	text-decoration: none;
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
}

.mejs-container {
	margin-bottom: 20px;
}

.tpc-row-animation>.elementor-container {
	z-index: 1;
}

.particles-js {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.page-header .particles-js {
	left: 0;
	top: 0;
}

.extended-parallax {
	position: absolute;
	z-index: -1;
	width: 100%;
}

.tpc-background-image_parallax {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.tpc-background-image_parallax div {
	height: 100%;
}

.tpc-elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	pointer-events: none;
}

.tpc-elementor-shape-top {
	top: -1px;
}

.tpc-elementor-shape-bottom {
	bottom: -1px;
}

.tpc-elementor-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.tpc-theme-header {
	position: relative;
	z-index: 2;
}

.tpc-theme-header .wrapper a {
	color: inherit;
}

.tpc-theme-header .wrapper .lmsmart_module_button a {
	margin-bottom: 0;
	box-shadow: none;
	color: #fff;
}

.tpc-theme-header .tpc-sticky-header .tpc-logotype-container>a, .tpc-theme-header .tpc-sticky-header .tpc-logotype-container>a>img {
	max-height: none !important;
}

.tpc-theme-header .tpc-mobile-header, .tpc-theme-header .mobile_nav_wrapper .primary-nav .menu, .tpc-theme-header .tpc-mobile-header i.menu-item__plus, .tpc-theme-header .mobile_nav_wrapper .primary-nav>ul>li>ul:before, .tpc-theme-header .mobile_nav_wrapper .primary-nav>ul>li>div.mega-menu-container:before {
	display: none;
}

.tpc-theme-header.header_overlap {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
	top: 0;
}

.tpc-theme-header.header_overlap .tpc-site-header .primary-nav>ul>li>a>span, .tpc-theme-header.header_overlap .tpc-site-header .primary-nav>ul>li>a>i {
	color: inherit;
}

.tpc-theme-header.header_overlap .tpc-site-header .primary-nav>ul>li>a>span:before {
	background: currentColor;
}

.tpc-theme-header.header_overlap .tpc-site-header .primary-nav>ul>li>a>i:before {
	opacity: 1;
}

.tpc-theme-header.header_overlap .tpc-site-header .primary-nav>ul>li>a>span:after {
	opacity: 1;
	background: currentcolor;
}

.tpc-theme-header.header_shadow {
	box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
}

.tpc-theme-header a.tpc-button {
	color: #fff;
}

.tpc-theme-header .login-in {
	display: inline-block;
	padding-top: 0;
}

.tpc-theme-header .login-in.woocommerce {
	display: inline-block;
	padding-top: 0;
}

.tpc-theme-header .login-in .login-in_wrapper {
	display: flex;
	align-items: center;
	height: 100%;
	color: inherit;
}

.tpc-theme-header .login-in .login-in_wrapper a {
	cursor: pointer;
	font-size: 14px;
	font-size: 13px;
	font-weight: var(--lmsmart-header-font-weight);
	color: #fff;
	padding: 16px 29px;
	border-radius: 5px;
	line-height: 1.1;
}

.tpc-theme-header .login-join .login-join_wrapper {
	display: flex;
	align-items: center;
	height: 100%;
	color: inherit;
}

.tpc-theme-header .login-join .login-join_wrapper .join_link {
	cursor: pointer;
	font-size: 14px;
	font-size: 13px;
	font-weight: var(--lmsmart-header-font-weight);
	color: #fff;
	background: var(--lmsmart-button-color-idle);
	padding: 16px 29px;
	border-radius: 5px;
	line-height: 1.1;
}

.tpc-theme-header .login-join .login-join_wrapper .logout_link {
	cursor: pointer;
	font-size: 14px;
	font-size: 13px;
	font-weight: var(--lmsmart-header-font-weight);
	color: #fff;
	background: var(--lmsmart-button-color-idle);
	padding: 16px 29px;
	border-radius: 5px;
	line-height: 1.1;
}

.tpc-theme-header .login-in .tpc_modal-window {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	visibility: visible;
	visibility: hidden;
	outline: none;
	background: #f8f8f8;
	z-index: 1000000;
	opacity: 0;
	-webkit-overflow-scrolling: touch;
	text-align: center;
	transition: .45s;
}

.tpc-theme-header .login-in .tpc_modal-window .modal-dialog {
	margin: 12rem auto 0;
	max-width: 430px;
	position: relative;
	padding: 30px 40px 0;
	background: #fff;
	box-shadow: 6px 5px 10px rgba(0, 0, 0, .08);
	border-radius: 10px;
	text-align: left;
}

.tpc-theme-header .login-in .tpc_modal-window .modal_content h2 {
	font-size: 30px;
	line-height: 40px;
}

.tpc-theme-header .login-in .tpc_modal-window form.checkout_coupon, .tpc-theme-header .login-in .tpc_modal-window form.login, .tpc-theme-header .login-in .tpc_modal-window form.register {
	border: 0;
	margin-top: 0;
	padding: 20px 0;
}

.tpc-theme-header .login-in.open_login .tpc_modal-window {
	opacity: 1;
	visibility: visible;
}

.tpc-theme-header .login-in.open_login .overlay {
	opacity: 1;
	visibility: visible;
}

.tpc-theme-header .login-in.open_login .tpc-woocommerce-tabs {
	transform: translateY(0);
	opacity: 1;
}

.tpc-theme-header .login-in .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.tpc-theme-header .login-in .tpc-woocommerce-tabs {
	transform: translateY(50px);
	transition: .3s ease-in-out;
	opacity: 0;
	transition-delay: .3s;
}

body:not(.elementor-editor-active) .tpc-theme-header .elementor-column, body:not(.elementor-editor-active) .tpc-theme-header .elementor-column-wrap, body:not(.elementor-editor-active) .tpc-theme-header .elementor-widget-wrap, body:not(.elementor-editor-active) .tpc-theme-header .elementor-widget[data-widget_type="rt-menu.default"] {
	position: static;
}

.tpc-header-row .tpc-header-row_wrapper {
	display: flex;
	position: relative;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}

.tpc-header-row .header_side.display_normal {
	flex: 0 auto;
}

.tpc-header-row .header_side.display_grow {
	flex: 1;
}

.tpc-header-row .header_side.display_grow .primary-nav>.menu {
	white-space: nowrap;
}

.tpc-header-row .header_side.v_align_middle {
	align-self: center;
}

.tpc-header-row .header_side.v_align_bottom {
	align-self: flex-end;
}

.tpc-header-row .header_side.v_align_bottom .primary-nav>ul>li>a {
	align-self: flex-end;
	align-items: flex-end;
}

.tpc-header-row .header_side.v_align_bottom .header_area_container>*, .tpc-header-row .header_side.v_align_bottom .header_search-button {
	vertical-align: bottom;
}

.tpc-header-row .header_side.v_align_top {
	align-self: flex-start;
}

.tpc-header-row .header_side.v_align_top .primary-nav .lavalamp-object {
	top: 0;
	bottom: auto;
}

.tpc-header-row .header_side.v_align_top .primary-nav .lavalamp-object:before {
	transform: rotate(.5turn);
}

.tpc-header-row .header_side.v_align_top .primary-nav>ul>li>a {
	align-self: flex-start;
	align-items: flex-start;
}

.tpc-header-row .header_side.v_align_top .header_area_container>*, .tpc-header-row .header_side.v_align_top .header_search-button {
	vertical-align: top;
}

.tpc-header-row .header_side.h_align_left {
	text-align: left;
}

.tpc-header-row .header_side.h_align_center {
	text-align: center;
}

.tpc-header-row .header_side.h_align_right {
	text-align: right;
}

.tpc-header-row .header_side.display_grow.h_align_right {
	margin-left: auto;
}

.tpc-header-row .header_side.display_grow.h_align_center {
	margin-right: auto;
	margin-left: auto;
}

.tpc-header-row .header_side.display_grow.h_align_left {
	margin-right: auto;
}

.tpc-header-row .header_side.display_grow.h_align_left .header_area_container {
	justify-content: flex-start;
}

.tpc-header-row .header_side.display_grow.h_align_center .header_area_container {
	justify-content: center;
}

.tpc-header-row .header_side.display_grow.h_align_right .header_area_container {
	justify-content: flex-end;
}

.tpc-header-row .header_side[class^="position_center"] .header_area_container>div.mini-cart {
	padding: 0;
}

.tpc-header-row .header_side[class^="position_center"] .primary-nav>ul li.mega-menu>ul.mega-menu {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.tpc-header-row .header_side[class^="position_left"] .header_area_container>*:last-child {
	padding-right: 0;
}

.tpc-header-row .header_side[class^="position_right"] .header_area_container>*:first-child {
	padding-left: 0;
}

.tpc-header-row .header_side[class^="position_left"] .primary-nav ul li ul {
	left: 0;
	right: auto;
}

.tpc-header-row .header_side[class^="position_left"] .primary-nav>ul>li ul .sub-menu {
	left: 100%;
	right: auto;
}

.tpc-header-row .header_side[class^="position_left"] .primary-nav>ul>li:nth-last-child(1)>.sub-menu {
	left: 0;
	right: auto;
}

.tpc-header-row .header_side[class^="position_left"] .primary-nav>ul>li:nth-last-child(1)>.sub-menu .sub-menu {
	left: calc(100% + 5px);
	right: auto;
}

.tpc-header-row .header_side, .tpc-header-row .header_render_editor, .tpc-header-row .wrapper, .tpc-header-row .header_area_container {
	max-width: 100%;
	box-sizing: border-box;
}

.header_area_container {
	display: inline-block;
	height: 100%;
	max-height: 100%;
}

.header_area_container>* {
	display: inline-block;
	vertical-align: middle;
}

.mobile__devices a {
	color: #fff;
}

.mobile__devices a:hover {
	color: var(--lmsmart-primary-color);
}

.l_g_divider {
	font-size: 14px;
}

.delimiter {
	position: relative;
}

.tpc-logotype-container img {
	vertical-align: middle;
	max-height: 100%;
	max-width: initial;
}

.tpc-logotype-container a {
	color: inherit;
}

.tpc-logotype-container .logo-name {
	font-size: 29px;
	line-height: inherit;
	color: inherit;
}

header:not(.tpc-menu-outer_content)>.tpc-logotype-container .logo-name {
	width: 200px;
	width: -webkit-min-content;
	width: min-content;
	font-size: 30px;
	white-space: pre-line;
}

.primary-nav {
	letter-spacing: .02em;
}

.primary-nav a {
	transition: .3s;
}

.primary-nav.align-left {
	text-align: left;
}

.primary-nav.align-left>ul.menu>li.mega-menu-links>ul.mega-menu.sub-menu, .primary-nav.align-left>ul.menu>li.mega-cat>div.mega-menu-container {
	left: 0;
	right: auto;
}

.primary-nav.align-center {
	text-align: center;
}

.primary-nav.align-center>ul.menu>li.mega-menu-links>ul.mega-menu.sub-menu, .primary-nav.align-center>ul.menu>li.mega-cat>div.mega-menu-container {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.primary-nav.align-right {
	text-align: right;
}

.primary-nav.align-right>ul.menu>li.mega-menu-links>ul.mega-menu.sub-menu, .primary-nav.align-right>ul.menu>li.mega-cat>div.mega-menu-container {
	left: auto;
	right: 0;
}

.primary-nav .lavalamp {
	position: static;
}

.primary-nav .lavalamp-object {
	position: absolute;
	z-index: 0;
	left: 0;
	top: calc(50% + 20px);
	opacity: 0;
	height: 6px;
	width: 6px;
	border-radius: 6px;
	background-color: currentColor;
}

.primary-nav .lavalamp_animate .lavalamp-object {
	opacity: 1;
}

.primary-nav>ul.lavalamp>li>a>span:after {
	display: none !important;
}

.primary-nav ul:hover li:not(:hover) {
	z-index: 0;
	position: relative;
}

.primary-nav ul li {
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
}

.primary-nav>ul li {
	position: relative;
	padding-left: 0;
}

.primary-nav>ul li.mega-menu {
	position: static !important;
}

.primary-nav>ul li.mega-menu>ul.mega-menu {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.primary-nav>ul li.mega-menu>ul.mega-menu .menu-item__plus {
	display: none;
}

.primary-nav>ul {
	height: 100%;
	margin-left: 0;
	padding: 0;
}

.primary-nav>ul>li {
	height: 100%;
}

.primary-nav>ul>li.mega-menu-links>ul.mega-menu {
	padding-left: 25px;
	padding-right: 25px;
}

.primary-nav>ul>li.mega-menu-links>ul.mega-menu>li>a>span:before {
	display: none;
}

.primary-nav>ul>li>a {
	display: flex;
	position: relative;
	z-index: 1;
	height: 100%;
	align-items: center;
	padding: 0 16px;
	color: inherit;
	transition: .15s;
}

.primary-nav>ul>li:first-child>a {
	padding-right: 0;
}

.primary-nav>ul>li:last-child>a {
	padding-right: 0;
}

.primary-nav>ul>li>a>span {
	position: relative;
}

.primary-nav>ul>li:hover>a>span:after {
	width: 20px;
}

.primary-nav ul>li.menu-item-has-children>a>.menu-item__plus, .primary-nav ul>li.mega-menu.mega-cat>a>.menu-item__plus {
	position: relative;
	z-index: 1;
	font-size: 9px;
	font-style: normal;
	font-weight: 300;
	padding-left: 10px;
	color: #94a0b9;
	transition: color .15s;
}

.primary-nav ul>li.menu-item-has-children>a>.menu-item__plus:before, .primary-nav ul>li.mega-menu.mega-cat>a>.menu-item__plus:before {
	content: "";
	font-family: "Flaticon";
	display: inline-block;
	vertical-align: middle;
	transform: rotate(90deg);
}

.primary-nav ul li ul ul {
	top: -3px;
	left: 100%;
}

.primary-nav ul li ul li {
	display: block;
}

.primary-nav ul li ul li>a>span, .primary-nav ul li ul li>a>i {
	position: relative;
	transition: .3s ease-in-out;
}

.primary-nav ul li ul li>a>span {
	padding-right: 0;
}

.primary-nav ul li ul li>a>span .item_text {
	position: relative;
	z-index: 1;
}

.primary-nav ul li ul li:hover ul {
	top: -22px;
}

.primary-nav ul li ul li:hover>a>span:not(.button_switcher)+i.menu-item__plus, .primary-nav ul li ul li.menu-item-has-children:hover>a>span:not(.button_switcher)+i.menu-item__plus, .primary-nav ul li ul li[class*="current"]>a>span:not(.button_switcher)+i.menu-item__plus {
	color: inherit;
}

.primary-nav ul li ul .menu-item {
	line-height: inherit;
}

.primary-nav ul li ul .menu-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 34px 6px 35px;
	color: inherit;
	opacity: 1;
	transition: 0s;
}

.primary-nav ul li ul li>a>span:before {
	content: "";
	display: block;
	width: 9px;
	height: 2px;
	border-radius: 6px;
	position: absolute;
	left: -16px;
	top: 14px;
	transform: translateX(-20px);
	border: 0;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	transition: all .6s cubic-bezier(.25, 1, .55, 1) 0s;
}

.primary-nav ul li ul li:hover>a>span:before, .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent>a>span:before, .primary-nav ul li ul li.current-menu-item>a>span:before, .primary-nav ul li ul li.current_page_item>a>span:before {
	opacity: 1;
	transform: translateX(0);
}

.primary-nav ul li ul, .primary-nav ul li div.mega-menu-container {
	display: block;
	position: absolute;
	z-index: 555;
	top: calc(100% + 15px);
	left: -12px;
	min-width: 270px;
	white-space: nowrap;
	margin-top: 0;
	margin-left: 0;
	border-radius: 5px;
	padding: 21px 0 23px;
	text-align: left;
	box-shadow: 0 2px 29px rgba(0, 0, 0, .05);
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in;
	border-top: 3px solid var(--lmsmart-primary-color);
}

.primary-nav ul li:hover>ul, .primary-nav ul li:hover>div.mega-menu-container {
	z-index: 556;
	top: 100%;
	opacity: 1;
	visibility: visible;
	transform: rotateX(0) translateZ(0);
}

.primary-nav ul li:hover>ul.mega-menu>ul.mega-menu, .primary-nav ul li:hover>ul.mega-menu>li>ul.mega-menu, .primary-nav ul li:hover>ul>ul.mega-menu, .primary-nav ul li:hover>ul>li>ul.mega-menu, .primary-nav ul li:hover>div.mega-menu-container.mega-menu>ul.mega-menu, .primary-nav ul li:hover>div.mega-menu-container.mega-menu>li>ul.mega-menu, .primary-nav ul li:hover>div.mega-menu-container>ul.mega-menu, .primary-nav ul li:hover>div.mega-menu-container>li>ul.mega-menu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0) translateZ(0);
}

.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children>a>.menu-item__plus {
	padding-left: 10px;
	font-size: .6em;
	line-height: 1;
	font-style: normal;
	color: #adadad;
}

.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children>a>.menu-item__plus:before {
	transform: unset;
}

.primary-nav>.menu>.menu-item:nth-last-child(1)>.sub-menu {
	right: 0;
}

.primary-nav>.menu>.menu-item:nth-last-child(1)>.sub-menu, .primary-nav>.menu>.menu-item:nth-last-child(1)>.sub-menu .sub-menu {
	left: auto;
}

.primary-nav>.menu>.menu-item:nth-last-child(1)>.sub-menu .sub-menu {
	right: 100%;
}

.primary-nav>.menu>.menu-item>.sub-menu.tpc-submenu-position-left {
	left: auto !important;
	right: 0 !important;
}

.primary-nav>.menu>.menu-item>.sub-menu.tpc-submenu-position-right {
	right: auto !important;
	left: 0 !important;
}

.primary-nav ul.sub-menu.tpc-submenu-position-left {
	left: auto !important;
	right: 100% !important;
}

.primary-nav ul.sub-menu.tpc-submenu-position-right {
	right: auto !important;
	left: 100% !important;
}

.admin-bar .tpc-sticky-header {
	top: 32px;
}

.admin-bar .tpc-theme-header .woo_mini_cart {
	margin-top: 32px;
	max-height: calc(100% - 32px - 30px);
}

.primary-nav ul li.mega-menu-links>ul {
	padding: 0;
	box-sizing: border-box;
	width: var(--lmsmart-elementor-container-width);
	display: flex;
	flex-wrap: wrap;
}

.primary-nav ul li.mega-menu-links>ul>li {
	float: left;
	box-sizing: border-box;
	margin-top: 34px;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-transform: capitalize;
}

.primary-nav ul li.mega-menu-links>ul>li:after {
	content: unset;
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	width: 1px;
	height: calc(100% - 60px);
	background: unset;
}

.primary-nav ul li.mega-menu-links>ul>li:hover~li {
	z-index: 0;
}

.primary-nav ul li.mega-menu-links>ul>li.hide-mega-headings>a {
	display: none;
}

.primary-nav ul li.mega-menu-links>ul>li:hover>a>span {
	background: none !important;
}

.primary-nav ul li.mega-menu-links>ul>li>a {
	position: relative;
	padding: 4px 15px 0;
}

.primary-nav ul li.mega-menu-links>ul>li>a>span {
	padding-left: 0 !important;
	pointer-events: none;
}

.primary-nav ul li.mega-menu-links>ul>li>a:after {
	display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-1col>ul>li {
	width: 100%;
}

.primary-nav ul li.mega-menu-links.mega-columns-1col>ul>li:after {
	display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-2col>ul>li {
	width: 50%;
}

.primary-nav ul li.mega-menu-links.mega-columns-2col>ul>li:nth-child(2n):after {
	display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-3col>ul>li {
	width: 33.33333%;
}

.primary-nav ul li.mega-menu-links.mega-columns-3col>ul>li:nth-child(3n):after {
	display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-4col>ul>li {
	width: 25%;
}

.primary-nav ul li.mega-menu-links.mega-columns-4col>ul>li:nth-child(4n):after {
	display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-5col>ul>li {
	width: 20%;
}

.primary-nav ul li.mega-menu-links.mega-columns-5col>ul>li:nth-child(5n):after {
	display: none;
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
	position: relative;
	left: 0 !important;
	right: auto !important;
	padding-top: 6px;
	padding-bottom: 25px;
	top: 0;
	opacity: 0;
	min-width: auto;
	visibility: hidden;
	margin-top: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li {
	padding-left: 0;
	padding-right: 0;
	text-transform: none;
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul {
	left: 100% !important;
	right: auto !important;
}

.primary-nav ul li.mega-menu-links>ul.mega-menu .item_text {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.primary-nav ul li.mega-menu-links>ul.mega-menu .item_text>img {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .08);
	border-radius: 4px;
	margin-bottom: 10px;
	transition: .4s;
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>.menu-item>a {
	font-size: 20px;
	font-weight: var(--lmsmart-header-font-weight);
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>.menu-item>a:hover .item_text>img {
	transform: translateY(-10px);
}

.tpc-sticky-header {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
	overflow: hidden;
	opacity: 0;
	transition: .3s;
}

.tpc-sticky-header.sticky_active {
	overflow: visible;
	transform: translateY(0);
	opacity: 1;
}

.tpc-sticky-header.header_sticky_shadow {
	box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
}

.tpc-mobile-header .tpc-header-row {
	display: flex;
	align-items: center;
}

.tpc-mobile-header .primary-nav ul li a span:after {
	display: none;
}

.tpc-mobile-header .header_search-button, .tpc-mobile-header .header_search-close {
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

.tpc-mobile-header .header_search .tpc-search .header_search-close {
	transform: scale(0);
}

.tpc-mobile-header .header_search.header_search-open .tpc-search .header_search-close {
	transform: scale(1);
}

.tpc-mobile-header .primary-nav ul li.mega-menu-links>ul.mega-menu .item_text>img {
	display: none;
}

.tpc-mobile-header .primary-nav ul li.mega-menu-links>ul.mega-menu>.menu-item>a {
	font-size: inherit;
	font-weight: inherit;
}

header .elementor-widget-wrap {
	align-items: center;
}

header nav.submenu-disable .menu-item__plus, header nav.submenu-disable .sub-menu {
	display: none;
}

body.single-header.elementor-editor-active .tpc-site-header, body.single-header.elementor-editor-active .tpc-site-header .primary-nav {
	display: block;
}

.lavalamp .lavalamp-object {
	transition-property: transform, width, height, opacity;
}

.lavalamp .lavalamp-object.ease-in-out {
	transition-timing-function: ease-in-out;
}

.lavalamp .lavalamp-object.linear {
	transition-timing-function: linear;
}

.lavalamp .lavalamp-object.easeInQuad {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

.lavalamp .lavalamp-object.easeInCubic {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.lavalamp .lavalamp-object.easeInQuart {
	transition-timing-function: cubic-bezier(.895, .03, .685, .22);
}

.lavalamp .lavalamp-object.easeInQuint {
	transition-timing-function: cubic-bezier(.755, .05, .855, .06);
}

.lavalamp .lavalamp-object.easeInSine {
	transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

.lavalamp .lavalamp-object.easeInExpo {
	transition-timing-function: cubic-bezier(.95, .05, .795, .035);
}

.lavalamp .lavalamp-object.easeInCirc {
	transition-timing-function: cubic-bezier(.6, .04, .98, .335);
}

.lavalamp .lavalamp-object.easeInBack {
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
}

.lavalamp .lavalamp-object.easeOutQuad {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.lavalamp .lavalamp-object.easeOutCubic {
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.lavalamp .lavalamp-object.easeOutQuart {
	transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.lavalamp .lavalamp-object.easeOutQuint {
	transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.lavalamp .lavalamp-object.easeOutSine {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

.lavalamp .lavalamp-object.easeOutExpo {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.lavalamp .lavalamp-object.easeOutCirc {
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.lavalamp .lavalamp-object.easeOutBack {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

.lavalamp .lavalamp-object.easeInOutQuad {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.lavalamp .lavalamp-object.easeInOutCubic {
	transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.lavalamp .lavalamp-object.easeInOutQuart {
	transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.lavalamp .lavalamp-object.easeInOutQuint {
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
}

.lavalamp .lavalamp-object.easeInOutSine {
	transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

.lavalamp .lavalamp-object.easeInOutExpo {
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.lavalamp .lavalamp-object.easeInOutCirc {
	transition-timing-function: cubic-bezier(.785, .135, .15, .86);
}

.lavalamp .lavalamp-object.easeInOutBack {
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

.hamburger-box {
	display: none;
	cursor: pointer;
}

.hamburger-box .hamburger-inner {
	width: 20px;
	line-height: 0;
}

.hamburger-box .hamburger-inner span {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 2px;
	vertical-align: top;
	background: currentColor;
}

.hamburger-box .hamburger-inner span+span {
	margin-top: 5px;
}

.header_area_container .hamburger-box {
	padding: 20px !important;
	margin-right: -20px;
	margin-left: -20px;
}

body.mobile_switch_on .hamburger-inner span:nth-child(1) {
	animation: ease .7s .4s burger_top-1-45 forwards;
}

body.mobile_switch_on .hamburger-inner span:nth-child(2) {
	animation: ease .7s .4s burger_scaled-1 forwards;
}

body.mobile_switch_on .hamburger-inner span:nth-child(3) {
	animation: ease .7s .4s burger_bottom-1-135 forwards;
}

body.mobile_switch_off .hamburger-inner span:nth-child(1) {
	animation: ease .7s .4s burger_top-2-45 backwards;
}

body.mobile_switch_off .hamburger-inner span:nth-child(2) {
	animation: ease .7s .4s burger_scaled-2 backwards;
}

body.mobile_switch_off .hamburger-inner span:nth-child(3) {
	animation: ease .7s .4s burger_bottom-2-135 backwards;
}

body.mobile_switch_on .mobile_nav_wrapper .tpc-menu_overlay {
	opacity: 1;
	visibility: visible;
}

.mobile_nav_wrapper .tpc-menu_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	visibility: hidden;
	opacity: 0;
	transition: .45s ease-in-out;
}

.mobile_nav_wrapper .primary-nav {
	width: calc(100% + 17px);
}

.mobile_nav_wrapper .primary-nav ul li ul li>a>span:before, .mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children:after, .mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children>a:after, .mobile_nav_wrapper .primary-nav>ul>li.menu-item-has-children>a:after, .mobile_nav_wrapper .primary-nav ul li ul li>a:before, .mobile_nav_wrapper .primary-nav>ul>li>a:after, .mobile_nav_wrapper .primary-nav>ul>li.menu-item-has-children>a:after, .mobile_nav_wrapper .primary-nav>ul>li.mega-menu.mega-cat>a:after, .mobile_nav_wrapper .primary-nav>ul>li>a span:before {
	display: none;
}

.mobile_nav_wrapper .primary-nav>ul>li>a>span {
	padding-right: 0 !important;
	margin-left: 0 !important;
}

.mobile_nav_wrapper .primary-nav>ul li {
	position: static;
}

.mobile_nav_wrapper .primary-nav ul li a {
	position: relative;
	text-transform: capitalize;
}

.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent>a>span, .mobile_nav_wrapper .primary-nav ul li ul li.current-menu-item>a>span, .mobile_nav_wrapper .primary-nav ul li ul li.current_page_item>a>span, .mobile_nav_wrapper .primary-nav ul li ul li:hover>a>span {
	color: inherit;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu {
	position: relative;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	min-width: auto;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	opacity: 1;
	visibility: visible;
	transition: 0s;
	white-space: initial;
	overflow: hidden;
	transform: none !important;
}

body.admin-bar .tpc-menu_outer {
	top: 32px;
	height: calc(100vh - 32px);
}

.tpc-menu_outer {
	position: fixed;
	z-index: 999;
	background-color: #222328;
	overflow: hidden;
	width: 400px;
	height: 100%;
	top: 0;
	transform: translateX(-100%);
	transition: transform .45s ease-in-out;
	-webkit-user-select: none;
	user-select: none;
}

.tpc-menu_outer.menu-position_right {
	right: 0;
	transform: translateX(100%);
}

.tpc-menu_outer.menu-position_right .tpc-menu-outer_header {
	right: auto;
	left: -35px;
}

.tpc-menu_outer .mobile-hamburger-close {
	position: relative;
	z-index: 999;
	border-radius: 5px;
	line-height: 0;
}

.tpc-menu_outer .tpc-menu-outer_header {
	position: absolute;
	top: 29px;
	right: -45px;
}

.tpc-menu_outer .tpc-menu-outer_header .hamburger-box {
	padding: 12px 10px;
}

.tpc-menu_outer .tpc-menu_content {
	position: relative;
	width: 100%;
	height: 100%;
}

.tpc-menu_outer .tpc-menu-outer_content {
	position: absolute;
	padding: 30px;
	width: 100%;
	bottom: 17px;
	top: 0;
	right: 0;
	left: 0;
	overflow-y: scroll;
	scrollbar-width: none;
}

.tpc-menu_outer .tpc-menu-outer_content::-webkit-scrollbar {
	display: none;
}

body.mobile_switch_on {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

body.mobile_switch_on .tpc-menu_outer {
	transform: translateX(0%);
	overflow: visible;
}

.mobile_nav_wrapper .tpc-menu-outer_content>* {
	margin-top: 20px;
}

.mobile_nav_wrapper .tpc-menu-outer_content>*:first-child {
	margin-top: 0;
}

.mobile_nav_wrapper .primary-nav>ul.mobile_switch_on {
	position: relative;
	left: 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 30px 0 0;
	padding: 0;
	text-align: left;
	display: block !important;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li {
	display: block;
	float: none;
	height: auto;
	padding: 0;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li div.mega-menu-container {
	display: none !important;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li:before {
	display: none;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu {
	min-height: inherit !important;
	padding-right: 0 !important;
	padding-left: 30px !important;
	max-width: none !important;
	background-image: none !important;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu.nitro-lazy {
	background-image: none !important;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li {
	width: 100%;
	margin-top: 0;
	font-weight: inherit !important;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li.hide-mega-headings a {
	display: block;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li ul.show_sub_menu {
	visibility: visible;
	opacity: 1;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li ul li:after {
	display: none;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li:after {
	display: none;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a {
	padding: 4px 0;
	margin: 0;
	color: inherit;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span {
	display: inline;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span.menu-item_plus {
	display: none;
}

.mobile_nav_wrapper .primary-nav ul li ul li {
	border-bottom: 0 !important;
	margin: 0;
}

.mobile_nav_wrapper .primary-nav ul li ul li:hover>a {
	background: transparent;
	color: inherit;
}

.mobile_nav_wrapper .primary-nav ul li ul li>a:after {
	display: none;
}

.mobile_nav_wrapper .primary-nav ul li ul li>a>span {
	padding: 0;
	background: none !important;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul>li>a:before {
	display: none;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul>li:hover>a>span {
	color: inherit;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu, .mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul, .mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
	box-shadow: none;
	margin-top: 0;
	font-weight: inherit;
	border: none;
	width: 100%;
	transition: 0s;
	background-color: #222328;
	display: none;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu:after, .mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul:after, .mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul:after {
	display: none;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
	padding-top: 0;
	padding-bottom: 0;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:hover, .mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:focus {
	padding-left: 0;
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher {
	width: 50px;
	height: 50px;
	z-index: 1;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	margin-right: 0;
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher:before {
	content: "";
	display: inline-block;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	transform: translate(-50%, -50%) rotate(135deg);
	opacity: .8;
	transition: .3s ease;
	background: none !important;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	width: 8px;
	height: 8px;
	visibility: visible;
	margin-top: 0;
	border-radius: 0;
	color: inherit;
	margin-left: 0 !important;
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher:after {
	content: "";
	display: block;
	position: absolute;
	top: 15%;
	left: 15%;
	width: 70%;
	height: 70%;
	opacity: .05;
	background-color: #fff;
	transition: .2s;
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher:hover:after, .mobile_nav_wrapper .primary-nav .menu-item .button_switcher:focus:after {
	opacity: .02;
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher.is-active:before {
	transform: translate(-50%, -50%) rotate(225deg);
}

.mobile_nav_wrapper .search_mobile_menu .header_search-field {
	border-radius: 5px;
}

.tpc-mobile-header .tpc-header-row_wrapper {
	height: 70px;
}

.tpc-mobile-header .mini-cart {
	position: static;
}

.tpc-mobile-header .tpc-header-row .header_side[class^='position_right'] .header_area_container>* {
	padding-left: 25px;
}

.tpc-mobile-header .tpc-header-row .header_side[class^='position_right'] .header_area_container>*:first-child {
	padding-left: 0;
}

.tpc-mobile-header .tpc-header-row .header_side[class^='position_left'] .header_area_container>* {
	padding-right: 25px;
}

.tpc-mobile-header .tpc-header-row .header_side[class^='position_left'] .header_area_container>*:last-child {
	padding-right: 0;
}

.tpc-mobile-header .tpc-header-row .header_side[class^='position_center'] .header_area_container>* {
	padding-left: 25px;
	padding-right: 25px;
}

.tpc-mobile-header .tpc-header-row .header_side[class^='position_center'] .header_area_container>*:last-child, .tpc-mobile-header .tpc-header-row .header_side[class^='position_center'] .header_area_container>*:first-child {
	padding-right: 0;
	padding-left: 0;
}

@media (max-width:1200px) {
	.tpc-theme-header .tpc-sticky-header {
		display: none;
	}
}

@media (max-width:782px) {
	body.admin-bar .tpc-menu_outer {
		top: 46px;
		height: calc(100vh - 46px);
	}
}

@media (max-width:420px) {
	.tpc-menu_outer {
		width: calc(100% - 48px);
	}
}

@media (max-width:360px) {
	.tpc-mobile-header .woo_mini_cart {
		width: calc(100vw - 40px);
	}
}

@keyframes burger_top-1-45 {
	0% {
		top: 0;
		transform: rotate(0);
	}
	
	50% {
		top: 7px;
		transform: rotate(0);
	}
	
	100% {
		top: 7px;
		transform: rotate(45deg);
	}
}

@keyframes burger_top-2-45 {
	0% {
		top: 7px;
		transform: rotate(45deg);
	}
	
	50% {
		top: 7px;
		transform: rotate(0);
	}
	
	100% {
		top: 0;
		transform: rotate(0);
	}
}

@keyframes burger_bottom-1-135 {
	0% {
		bottom: 0;
		transform: rotate(0);
	}
	
	50% {
		bottom: 7px;
		transform: rotate(0);
	}
	
	100% {
		bottom: 7px;
		transform: rotate(135deg);
	}
}

@keyframes burger_bottom-2-135 {
	0% {
		bottom: 7px;
		transform: rotate(135deg);
	}
	
	50% {
		bottom: 7px;
		transform: rotate(0);
	}
	
	100% {
		bottom: 0;
		transform: rotate(0);
	}
}

@keyframes burger_scaled-1 {
	50% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(0);
	}
}

@keyframes burger_scaled-2 {
	0% {
		transform: scale(0);
	}
	
	50% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(1);
	}
}

body .select2-container {
	font-size: 13px;
	font-weight: normal;
}

body .select2-container ul li {
	font-size: 13px;
	line-height: 30px;
	font-weight: 400;
}

body .select2-container--default .select2-search--inline .select2-search__field {
	line-height: 30px;
	height: 30px;
	max-width: 100%;
}

.select2-search--dropdown {
	padding: 16px 15px 0 15px;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
	background-color: #f6f7f9;
	padding: 0 20px;
	border: 1px solid #d6d5d7;
	transition: all .3s;
}

body .select2-container--default .select2-search--dropdown .select2-search__field:hover, body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border-color: #e7e8e8;
}

body .select2-container--default .select2-selection--single {
	padding: 10px 0;
	background: #f6f7f9;
	border: 1px solid #d6d5d7;
	border-radius: 5px;
	font-weight: var(--lmsmart-header-font-weight);
	margin: 0;
	height: 50px;
	text-align: left;
	transition: all .3s;
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
	float: left;
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: inherit;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit;
	line-height: 30px;
	padding-left: 20px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: unset;
	height: auto;
	right: 0;
	left: auto;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 0;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	right: 20px;
	font-family: "Font Awesome 5 Free";
	font-size: 11px;
	font-weight: 900;
	line-height: 49px;
	color: #94a0b9;
	padding-top: 1px;
	pointer-events: none;
}

body .select2-container--default .select2-selection--multiple {
	font-size: 0;
	padding: 9px 14px;
	border: 1px solid #d6d5d7;
	min-height: 50px;
	background-color: #fff;
	border-radius: 5px;
	transition: background-color .3s, border-radius .3s;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	max-width: 100%;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	padding-left: 0;
	padding-right: 10px;
	margin: 0 !important;
	max-width: 100%;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: unset;
	border: unset;
	margin-right: 5px;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	transition: color .4s;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #cf0a05;
}

body .select2-container--default.select2-container--focus .select2-selection--multiple, body .select2-container--default.select2-container--focus .select2-selection--single, body .select2-container--default.select2-container--open .select2-selection--multiple, body .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #e7e8e8;
	background-color: #f6f7f9;
}

body .select2-container--default .select2-results__option {
	padding-left: 18px;
	line-height: 30px;
}

body .select2-container--default .select2-results__option[aria-selected='true'], body .select2-container--default .select2-results__option[data-selected='true'] {
	background-color: #f6f7f9;
	color: inherit;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected='true'], body .select2-container--default .select2-results__option--highlighted[data-selected='true'] {
	font-weight: var(--lmsmart-header-font-weight);
}

body .select2-results {
	font-size: 13px;
}

body .select2-dropdown {
	border: unset;
	border: 1px solid #d6d5d7;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .12);
}

body .select2-container--open .select2-dropdown--above {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.woocommerce-input-wrapper .select__field:before {
	display: none;
}

.page-header {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	padding: 10px 0;
}

.page-header:before {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.page-header_wrapper {
	height: 100%;
	width: 100%;
}

.page-header_wrapper .tpc-container {
	height: 100%;
}

.page-header .page-header_content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-header_align_left {
	justify-content: left;
}

.page-header_align_left .page-header_content {
	align-items: flex-start;
	text-align: left;
}

.page-header_align_center {
	justify-content: center;
}

.page-header_align_center .page-header_content {
	align-items: center;
	text-align: center;
}

.page-header_align_right {
	justify-content: right;
}

.page-header_align_right .page-header_content {
	align-items: flex-end;
	text-align: right;
}

.page-header.breadcrumbs_align_left .page-header_breadcrumbs {
	align-self: flex-start;
}

.page-header.breadcrumbs_align_center .page-header_breadcrumbs {
	align-self: center;
}

.page-header.breadcrumbs_align_right .page-header_breadcrumbs {
	align-self: flex-end;
}

.page-header.breadcrumbs_inline .page-header_content {
	flex-direction: row;
	align-items: center;
}

.page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs {
	align-self: auto;
}

.page-header.breadcrumbs_inline.page-header_align_left .page-header_content {
	justify-content: space-between;
}

.page-header.breadcrumbs_inline.page-header_align_right .page-header_content {
	justify-content: space-between;
	flex-direction: row-reverse;
}

.page-header.breadcrumbs_inline.page-header_align_center .page-header_breadcrumbs {
	margin-left: 20px;
}

.page-header_title {
	font-weight: var(--lmsmart-header-font-weight);
	color: inherit;
}

.page-header_breadcrumbs:not(:first-child) {
	margin-top: 10px;
}

.page-header_breadcrumbs a {
	color: var(--lmsmart-content-color);
}

.breadcrumbs {
	font-size: 15px;
	font-weight: 400;
	margin-top: 10px;
}

.breadcrumbs a {
	color: var(--lmsmart-content-color);
}

.page-header_breadcrumbs .breadcrumbs {
	letter-spacing: 0;
	font-weight: 400;
}

.page-header_breadcrumbs .breadcrumbs .current {
	color: var(--lmsmart-primary-color);
	cursor: default;
	transition: .4s;
}

.page-header_breadcrumbs .breadcrumbs>a:hover~.current {
	color: inherit;
}

.page-header_breadcrumbs .divider:not(:last-child) {
	color: inherit;
	margin: 0 4px;
}

.breadcrumbs .divider:not(:last-child) {
	color: inherit;
	margin: 0 4px;
}

.page-header_breadcrumbs .divider:not(:last-child):before {
	content: "";
	display: inline-block;
	margin-bottom: 2px;
	font-family: "Flaticon";
	font-size: .65em;
	line-height: 1;
	font-weight: 400;
	color: var(--lmsmart-content-color);
	vertical-align: middle;
	transition: .3s;
}

.breadcrumbs .divider:not(:last-child):before {
	content: "/";
	display: inline-block;
	margin-bottom: 2px;
	font-family: "Flaticon";
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: var(--lmsmart-content-color);
	vertical-align: middle;
	transition: .3s;
	left: -2px;
	position: relative;
}

.page-header_wrapper_product .page-header_breadcrumbs {
	margin-top: 23px;
}

.single .blog-post .page-header_wrapper .page-header_breadcrumbs .breadcrumbs {
	text-align: center;
}

.single .blog-post .page-header_wrapper .page-header_breadcrumbs .breadcrumbs {
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0;
	font-weight: 500;
	font-size: 14px;
}

.header_search {
	position: relative;
}

.header_search-button {
	display: inline-block;
	position: relative;
	font-size: 17px;
	font-weight: 500;
	transform-origin: center;
	cursor: pointer;
	transition: .3s;
}

.header_search-close {
	position: absolute;
	line-height: 1;
	cursor: pointer;
	opacity: 0;
	transform-origin: center;
	transform: translateY(60%) scale(0);
}

.header_search .header_search-button-wrapper {
	display: flex;
	height: 100%;
	transition: .3s;
}

.header_search.search_alt .header_search-field .search-form, .header_search.search_standard .header_search-field .search-form, .header_search.search_mobile_menu .header_search-field .search-form {
	position: relative;
	z-index: 1;
}

.header_search.search_alt .header_search-field .search-field, .header_search.search_standard .header_search-field .search-field, .header_search.search_mobile_menu .header_search-field .search-field {
	padding: 12px 60px 11px 20px;
}

.header_search.search_alt .header_search-field .search-button, .header_search.search_standard .header_search-field .search-button, .header_search.search_mobile_menu .header_search-field .search-button {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 50px;
	top: 0;
	right: 0;
	margin: 0;
	border: none;
	outline: none;
	padding: 0;
	font-size: 0;
	background: transparent;
	box-shadow: none;
	opacity: 0;
	cursor: pointer;
}

.header_search.search_alt .header_search-field .search-button:focus, .header_search.search_alt .header_search-field .search-button:active, .header_search.search_standard .header_search-field .search-button:focus, .header_search.search_standard .header_search-field .search-button:active, .header_search.search_mobile_menu .header_search-field .search-button:focus, .header_search.search_mobile_menu .header_search-field .search-button:active {
	box-shadow: none;
	background: transparent;
}

.header_search.search_alt .header_search-field .search__icon, .header_search.search_standard .header_search-field .search__icon, .header_search.search_mobile_menu .header_search-field .search__icon {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 50px;
	font-weight: var(--lmsmart-header-font-weight);
	font-style: normal;
	text-align: center;
	transform: translate(0, 0);
	opacity: 1;
	transition: .4s;
}

.header_search.search_alt .header_search-field .search-button:hover~.search__icon, .header_search.search_standard .header_search-field .search-button:hover~.search__icon, .header_search.search_mobile_menu .header_search-field .search-button:hover~.search__icon {
	color: #fff;
}

.header_search.search_alt .header_search-field, .header_search.search_standard .header_search-field {
	opacity: 0;
	visibility: hidden;
	transform: scale3d(.8, .8, .8);
	transition: .3s;
}

.header_search.search_alt .header_search-field {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 100001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	background: rgba(65, 65, 65, .95);
}

.header_search.search_alt .header_search-field .search-form {
	width: 80%;
	max-width: var(--lmsmart-elementor-container-width);
}

.header_search.search_alt .header_search-field .search-field {
	width: 100%;
	font-weight: 400;
	font-size: 18px;
}

.header_search.search_alt .header_search-field .search-field::placeholder {
	font-size: 13px;
	font-weight: var(--lmsmart-header-font-weight);
	outline: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	transition: .4s;
}

.header_search.search_alt .header_search-field .search-field:focus::placeholder, .header_search.search_alt .header_search-field .search-field:active::placeholder {
	opacity: 0;
}

.header_search.search_alt .header_search-field .search-button {
	height: calc(100% - 20px);
}

.header_search.search_alt .header_search-field .header_search-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	max-width: var(--lmsmart-elementor-container-width);
	margin-bottom: 40px;
}

.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_description {
	font-size: 40px;
	line-height: 1.3;
	font-weight: var(--lmsmart-header-font-weight);
	color: #fff;
}

@media (max-width:480px) {
	.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_description {
		font-size: 30px;
	}
}

.header_search.search_alt .header_search-field .header_search-close {
	position: relative;
	padding: 22px;
}

.header_search.search_alt .header_search-field .header_search-close:not(:hover) {
	color: #fff;
}

.header_search.search_alt .header_search-field .header_search-close:before {
	top: 20px;
	left: 12px;
}

.header_search.search_alt .header_search-field .header_search-close:after {
	top: 11px;
	left: 20px;
}

@media (max-width:480px) {
	.header_search.search_alt .header_search-field .header_search-close {
		display: none;
	}
}

.header_search.search_standard .header_search-field {
	position: absolute;
	z-index: 2;
	top: 100%;
	right: -30px;
	padding: 30px 30px 10px;
	box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, .15);
	border-radius: 10px;
}

.header_search.search_standard .header_search-field .search-field {
	width: 270px;
}

@media (max-width:499px) {
	.header_search.search_standard .header_search-field {
		padding: 20px 20px 0;
		right: 0;
	}
}

.header_search.header_search-open.search_standard .header_search-button, .header_search.header_search-open.search_alt .header_search-button {
	opacity: 0;
	transform-origin: center;
	transform: scale(0);
	transition: 0s;
}

.header_search.header_search-open.search_standard .header_search-close, .header_search.header_search-open.search_alt .header_search-close {
	opacity: 1;
	transform: scale(1);
	transition: .3s ease-in-out;
}

.header_search.header_search-open.search_standard .header_search-field, .header_search.header_search-open.search_alt .header_search-field {
	opacity: 1;
	visibility: visible;
	transform: scale3d(1, 1, 1);
}

.header_search.search_mobile_menu .header_search-field .search-form .search-field {
	width: 100%;
}

.elementor-widget-tpc-header-search.full-height-yes .header_search-close {
	transform: scale(0);
}

.elementor-widget-tpc-header-search.full-height-yes .header_search-open .header_search-close {
	transform: scale(1);
}

.v_align_middle .header_search-button-wrapper {
	align-items: center;
}

.v_align_bottom .header_search-button-wrapper {
	align-items: flex-end;
}

.elementor-widget-tpc-header-search.full-height-yes {
	height: 100%;
}

.elementor-widget-tpc-header-search.full-height-yes>.elementor-widget-container, .elementor-widget-tpc-header-search.full-height-yes>.elementor-widget-container>.header_search {
	height: inherit;
}

.elementor-widget-tpc-header-search.full-height-yes>.elementor-widget-container .header_search-button-wrapper, .elementor-widget-tpc-header-search.full-height-yes>.elementor-widget-container>.header_search .header_search-button-wrapper {
	align-items: center;
}

section.elementor-section-content-top .full-height-yes.elementor-widget-tpc-header-search .elementor-widget-container .header_search-button-wrapper {
	align-items: flex-start;
}

section.elementor-section-content-bottom .full-height-yes.elementor-widget-tpc-header-search .elementor-widget-container .header_search-button-wrapper {
	align-items: flex-end;
}

.tpc-search {
	align-items: center;
}

@media screen and (max-width:479px) {
	.header_search-field {
		right: 0;
	}
	
	.header_search.search_standard .header_search-field input.search-field {
		width: calc(100vw - 85px);
	}
}

@media only screen and (max-width:440px) {
	.header_search.search_alt .header_search-wrap .header_search-heading_description {
		font-size: 30px;
	}
}

span.highlighter {
	padding: 1px .2em;
	color: #fff;
	border-radius: 3px;
}

blockquote {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 20px;
	line-height: 1.65;
	font-weight: 500;
	padding-left: 60px;
}

blockquote cite {
	display: block;
	position: relative;
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: var(--lmsmart-header-font-weight);
	color: #a2a2a2;
	font-style: normal;
	text-transform: uppercase;
}

blockquote:before {
	content: "";
	font-family: "Flaticon";
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 0;
	border-radius: unset;
	font-size: 40px;
	line-height: 1px;
	font-weight: var(--lmsmart-header-font-weight);
	font-style: normal;
	box-shadow: unset;
}

blockquote p:last-of-type {
	margin-bottom: 5px;
}

blockquote p[style*='text-align:left']+footer {
	text-align: left;
}

blockquote p[style*='text-align:center']+footer {
	text-align: center;
}

blockquote p[style*='text-align:right']+footer {
	text-align: right;
}

.elementor-drop-cap {
	margin-top: .11em;
	font-weight: var(--lmsmart-header-font-weight);
}

p.has-drop-cap:not(:focus):first-letter {
	font-size: 3em;
	line-height: 1.2;
	font-weight: 600;
}

small {
	font-size: .8em;
}

code, tt, kbd {
	font-size: 87.5%;
	word-break: break-word;
}

i, cite, em, var, address, dfn, q {
	font-style: italic;
}

kbd {
	font-family: monospace;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

.footer_wrapper {
	padding: 24px 0;
}

.footer_top-area p {
	margin-bottom: 0;
}

.footer_top-area.widgets_area .row {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer_top-area.widgets_area .row>div {
	padding-top: 50px;
	padding-bottom: 40px;
}

.footer_top-area .widget_rss .rssSummary {
	color: inherit;
}

.footer_top-area strong {
	font-weight: inherit;
}

.footer_top-area .textwidget img {
	margin-bottom: 20px;
}

.footer_top-area .widget.widget_rt_posts .recent-posts-widget {
	padding-top: 0;
}

.footer_top-area .primary-nav.footer-menu .menu-item a {
	font-weight: 500;
}

.footer_top-area .footer-link {
	position: relative;
	z-index: 1;
}

.footer_top-area .footer-link:before {
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
	bottom: 0;
	border-bottom: 1px solid;
	width: 0;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	visibility: visible;
	transition: all .3s ease-in-out 0s, color 0s;
}

.footer_top-area .footer-link:hover {
	color: #fff !important;
}

.footer_top-area .footer-link:hover:before {
	width: 100%;
	color: #fff !important;
}

.footer {
	position: relative;
	overflow: hidden;
}

.footer .widgets_area .title-wrapper .title, .footer .widgets_area .widget_rss ul li {
	color: #fff;
}

.footer .widget.widget_search .title-wrapper .title {
	color: var(--lmsmart-header-font-color);
}

.footer .widgets_area .widget_recent_comments ul li, .footer .widgets_area .widget_recent_comments ul li a {
	color: inherit;
}

.footer .widgets_area .tagcloud a:hover {
	color: #fff;
}

.footer .blog-posts .meta-data * {
	line-height: 22px;
}

.footer .blog-posts .blog-post_title {
	margin-top: -5px;
}

.footer .blog-posts .item:last-child .blog-post {
	margin-bottom: 0;
}

.footer .gallery-caption {
	display: none;
}

.footer .mc4wp-form-fields {
	position: relative;
}

.footer .mc4wp-form-fields input[type='email']:not([type='checkbox']) {
	width: 100%;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #6d7078;
	background-color: transparent;
	color: #dbdbdb;
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 20px;
}

.footer .mc4wp-form-fields input[type='email']:not([type='checkbox'])::placeholder {
	font-size: 13px;
	font-weight: var(--lmsmart-header-font-weight);
	outline: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	transition: .4s;
}

.footer .mc4wp-form-fields input[type='email']:not([type='checkbox']):focus::placeholder, .footer .mc4wp-form-fields input[type='email']:not([type='checkbox']):active::placeholder {
	opacity: 0;
}

.footer .mc4wp-form-fields input[type='submit'] {
	transition: all 400ms;
	margin-bottom: 0;
	padding: 0 34px;
	height: 44px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #fff !important;
	letter-spacing: 0;
}

.footer .mc4wp-form-fields input[type='submit']:hover, .footer .mc4wp-form-fields input[type='submit']:active, .footer .mc4wp-form-fields input[type='submit']:focus {
	background: transparent !important;
}

.footer .lmsmart_wave_footer {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
}

.footer .lmsmart_wave_footer svg {
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
}

.footer .widget_rt_posts .recent-posts-widget .meta-data {
	color: #bac4e1;
	font-size: 16px;
	margin-top: 8px;
}

.footer .widget_rt_posts .recent-posts-widget .meta-data span {
	font-family: inherit;
	font-weight: 400;
}

.footer .widget_rt_posts .recent-posts-widget .meta-data li:not(:first-child) {
	margin-top: 24px;
}

.footer .widget_rt_posts .post__title {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.primary-nav.footer-menu .menu-item {
	display: inline-block;
	margin: 0 20px;
}

.copyright {
	font-size: 14px;
}

.copyright p {
	margin: 0px;
}

#lmsmart-footer-inline-css {
	display: none;
}

body.single.single-footer header, body.single.single-footer header+.page-header {
	display: none;
}

body.elementor-page main .tpc-container.tpc-content-sidebar, body.elementor-page.single main .tpc-container:not(.tpc-content-sidebar) {
	padding-right: 0;
	padding-left: 0;
}

body.elementor-page main .tpc-container.tpc-content-sidebar .elementor-section-wrap, body.elementor-page.single main .tpc-container:not(.tpc-content-sidebar) .elementor-section-wrap {
	margin-left: -15px;
	margin-right: -15px;
}

body.elementor-page main .tpc-container, body.elementor-page .footer_top-area:not(.widgets_area) .tpc-container, body.elementor-editor-active main .tpc-container, body.elementor-editor-active .footer_top-area:not(.widgets_area) .tpc-container, body.elementor-editor-preview main .tpc-container, body.elementor-editor-preview .footer_top-area:not(.widgets_area) .tpc-container {
	width: auto;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

body.elementor-page main .tpc-container.full-width, body.elementor-page .footer_top-area:not(.widgets_area) .tpc-container.full-width, body.elementor-editor-active main .tpc-container.full-width, body.elementor-editor-active .footer_top-area:not(.widgets_area) .tpc-container.full-width, body.elementor-editor-preview main .tpc-container.full-width, body.elementor-editor-preview .footer_top-area:not(.widgets_area) .tpc-container.full-width {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

body.elementor-page.single-footer main:not(:empty) .tpc-container, body.elementor-page.single-footer .footer_top-area:not(:empty) .tpc-container, body.elementor-editor-active.single-footer main:not(:empty) .tpc-container, body.elementor-editor-active.single-footer .footer_top-area:not(:empty) .tpc-container, body.elementor-editor-preview.single-footer main:not(:empty) .tpc-container, body.elementor-editor-preview.single-footer .footer_top-area:not(:empty) .tpc-container {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

body.elementor-default .footer_top-area:not(.widgets_area) .tpc-container {
	width: auto;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

body.elementor-default .footer_top-area:not(.widgets_area) .tpc-container.full-width {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.elementor-element.elementor-widget.elementor-widget-spacer {
	margin-bottom: 0;
}

.elementor-image-gallery .gallery-item {
	margin-top: 0 !important;
}

.elementor-image-gallery img {
	border: 0 !important;
}

.elementor-section.tpc-add-background-text:before {
	margin-left: calc(8.9vw / 2);
}

.elementor-section.tpc-add-background-text:before, .elementor-section.tpc-add-background-text .tpc-background-text {
	position: absolute;
	font-size: 10.4167vw;
	font-weight: 900;
	line-height: .9em;
	z-index: 0;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	color: #ecf8fd;
	display: block;
	-webkit-user-select: none;
	user-select: none;
}

.elementor-section.tpc-add-background-text.tpc-animation-background-text:before {
	display: none;
}

.elementor-section.tpc-add-background-text .tpc-background-text .letter {
	display: inline-block;
	text-indent: 0;
	opacity: 0;
}

.elementor-section.tpc-add-background-text .tpc-background-text .letter:last-child {
	margin-right: -8.9vw;
}

body.elementor-editor-active .elementor-section.tpc-add-background-text.tpc-animation-background-text:before {
	display: block;
}

body .elementor-element-overlay ul li:before, body .elementor-select-preset ul li:before {
	background: transparent;
}

.elementor-widget-container .elementor-counter .elementor-counter-title {
	line-height: 1.3;
	margin-top: 12px;
	font-weight: 500;
}

.elementor-widget-container .elementor-swiper-button {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	color: black;
	background: #fff;
	transition: .4s;
}

.elementor-widget-container .elementor-swiper-button:hover {
	color: #fff;
}

.elementor-widget-container .elementor-swiper-button i {
	line-height: inherit;
	width: 100%;
	height: 100%;
}

.elementor-widget-container .elementor-swiper-button i:before {
	display: inline-block;
	font-family: flaticon;
}

.elementor-widget-container .elementor-swiper-button.elementor-swiper-button-prev {
	left: 35px;
}

.elementor-widget-container .elementor-swiper-button.elementor-swiper-button-prev i:before {
	content: "";
}

.elementor-widget-container .elementor-swiper-button.elementor-swiper-button-next {
	right: 35px;
}

.elementor-widget-container .elementor-swiper-button.elementor-swiper-button-next i:before {
	content: "";
}

.elementor-widget-container .elementor-image-carousel-wrapper:hover .elementor-swiper-button-next {
	right: 20px;
}

.elementor-widget-container .elementor-image-carousel-wrapper:hover .elementor-swiper-button-prev {
	left: 20px;
}

.elementor-widget-container .elementor-divider, .elementor-widget-container .elementor-divider-separator {
	border-radius: inherit;
}

.blog-style-standard.hover-animation .blog-post {
	padding-top: 25px;
}

.blog-style-standard.hover-animation .blog-post:hover .blog-post_wrapper {
	transform: translateY(-25px);
}

.blog-style-standard .blog-post_wrapper .blog-post_meta_info {
	position: absolute;
	z-index: 12;
	left: 0;
	bottom: -25px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	transition: .45s;
}

.blog-style-standard .blog-post_wrapper .blog-post_meta_info .meta-data {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.blog-style-standard .blog-post_wrapper>.blog-post_meta_info {
	position: relative;
	bottom: unset;
}

.blog-style-standard .blog-post_wrapper>.blog-post_meta_info:not(:empty) {
	margin-bottom: 3px;
}

.blog-style-standard .format-no_featured .blog-post_wrapper {
	border-radius: 0;
}

.blog-post.sticky-post {
	border: 2px solid var(--lmsmart-primary-color);
}

.blog-post.sticky-post.format-no_featured {
	border: 2px solid var(--lmsmart-primary-color);
}

.blog-style-standard .format-no_featured:not(.format-video) .post_date, .blog-style-standard .format-quote .post_date, .blog-style-standard .format-audio .post_date, .blog-style-standard .format-link .post_date {
	position: absolute;
	top: -30px;
	left: 50px;
	margin: 0;
}

.blog-style-standard .format-no_featured:not(.format-video) .post_date+.blog-post_content, .blog-style-standard .format-quote .post_date+.blog-post_content, .blog-style-standard .format-audio .post_date+.blog-post_content, .blog-style-standard .format-link .post_date+.blog-post_content {
	padding-top: 60px;
	margin-top: 30px;
}

.blog-style-standard .format-video .post_date, .blog-style-standard .format-gallery .post_date, .blog-style-standard .format-standard-image .post_date {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 4;
}

.blog-style-standard .tpc_col-12 .blog-post {
	margin-bottom: 70px;
}

.blog-style-standard .tpc_col-12:last-child .blog-post {
	margin-bottom: 47px;
}

.blog-style-standard .tpc_col-12 .format-video.blog-post .blog-post_media .blog-post_media_part {
	padding-bottom: 56%;
}

.blog-style-standard .tpc_col-12 .format-video.blog-post .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
	padding-bottom: 0;
}

.blog-style-standard .tpc_col-12 .format-audio.blog-post .blog-post_media .blog-post_media_part {
	padding-bottom: 20%;
}

.blog-style-standard .tpc_col-12>:not(.format-no_featured) .blog-post_content {
	background: #fff;
	z-index: 1;
	padding: 37px 50px 40px;
}

@media (max-width:767px) {
	.blog-style-standard .tpc_col-12>:not(.format-no_featured) .blog-post_content {
		padding: 37px 25px 40px;
	}
}

.blog-style-standard .tpc_col-6 .format-standard .blog-post_content, .blog-style-standard .tpc_col-6 .format-standard .blog-post_meta-wrap, .blog-style-standard .tpc_col-6 .format-quote.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-quote.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-6 .format-link.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-link.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-6 .format-aside.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-aside.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-6 .format-status.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-status.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-6 .format-chat.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-chat.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-6 .format-audio.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-audio.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-6 .format-gallery.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-gallery.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-6 .format-image.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-image.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-6 .format-video.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-video.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-4 .format-standard .blog-post_content, .blog-style-standard .tpc_col-4 .format-standard .blog-post_meta-wrap, .blog-style-standard .tpc_col-4 .format-quote.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-quote.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-4 .format-link.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-link.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-4 .format-aside.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-aside.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-4 .format-status.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-status.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-4 .format-chat.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-chat.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-4 .format-audio.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-audio.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-4 .format-gallery.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-gallery.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-4 .format-image.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-image.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-4 .format-video.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-video.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-3 .format-standard .blog-post_content, .blog-style-standard .tpc_col-3 .format-standard .blog-post_meta-wrap, .blog-style-standard .tpc_col-3 .format-quote.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-quote.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-3 .format-link.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-link.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-3 .format-aside.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-aside.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-3 .format-status.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-status.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-3 .format-chat.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-chat.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-3 .format-audio.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-audio.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-3 .format-gallery.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-gallery.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-3 .format-image.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-image.format-no_featured .blog-post_meta-wrap, .blog-style-standard .tpc_col-3 .format-video.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-video.format-no_featured .blog-post_meta-wrap {
	padding-left: 30px;
	padding-right: 30px;
}

.blog-style-standard .tpc_col-6 .format-standard .blog-post_content, .blog-style-standard .tpc_col-6 .format-quote.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-link.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-aside.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-status.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-chat.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-audio.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-gallery.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-image.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-6 .format-video.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-standard .blog-post_content, .blog-style-standard .tpc_col-4 .format-quote.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-link.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-aside.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-status.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-chat.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-audio.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-gallery.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-image.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-4 .format-video.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-standard .blog-post_content, .blog-style-standard .tpc_col-3 .format-quote.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-link.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-aside.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-status.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-chat.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-audio.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-gallery.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-image.format-no_featured .blog-post_content, .blog-style-standard .tpc_col-3 .format-video.format-no_featured .blog-post_content {
	padding-bottom: 25px;
}

.blog-style-standard .tpc_col-6 .format-standard .read-more-wrap, .blog-style-standard .tpc_col-6 .format-quote.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-6 .format-link.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-6 .format-aside.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-6 .format-status.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-6 .format-chat.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-6 .format-audio.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-6 .format-gallery.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-6 .format-image.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-6 .format-video.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-4 .format-standard .read-more-wrap, .blog-style-standard .tpc_col-4 .format-quote.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-4 .format-link.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-4 .format-aside.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-4 .format-status.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-4 .format-chat.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-4 .format-audio.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-4 .format-gallery.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-4 .format-image.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-4 .format-video.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-3 .format-standard .read-more-wrap, .blog-style-standard .tpc_col-3 .format-quote.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-3 .format-link.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-3 .format-aside.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-3 .format-status.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-3 .format-chat.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-3 .format-audio.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-3 .format-gallery.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-3 .format-image.format-no_featured .read-more-wrap, .blog-style-standard .tpc_col-3 .format-video.format-no_featured .read-more-wrap {
	padding-bottom: 5px;
}

.blog-style-standard .tpc_col-6 .format-no_featured:not(.format-video) .post_date, .blog-style-standard .tpc_col-6 .format-quote .post_date, .blog-style-standard .tpc_col-6 .format-audio .post_date, .blog-style-standard .tpc_col-6 .format-link .post_date, .blog-style-standard .tpc_col-4 .format-no_featured:not(.format-video) .post_date, .blog-style-standard .tpc_col-4 .format-quote .post_date, .blog-style-standard .tpc_col-4 .format-audio .post_date, .blog-style-standard .tpc_col-4 .format-link .post_date, .blog-style-standard .tpc_col-3 .format-no_featured:not(.format-video) .post_date, .blog-style-standard .tpc_col-3 .format-quote .post_date, .blog-style-standard .tpc_col-3 .format-audio .post_date, .blog-style-standard .tpc_col-3 .format-link .post_date {
	left: 30px;
}

.blog-style-standard .tpc_col-6 .format-link .blog-post_media_part, .blog-style-standard .tpc_col-4 .format-link .blog-post_media_part, .blog-style-standard .tpc_col-3 .format-link .blog-post_media_part {
	margin-bottom: 0;
}

.blog-style-standard .tpc_col-6 .post_meta-wrap, .blog-style-standard .tpc_col-4 .post_meta-wrap, .blog-style-standard .tpc_col-3 .post_meta-wrap {
	margin-bottom: 15px;
}

.blog-style-standard .tpc_col-6>:not(.format-no_featured) .blog-post_content, .blog-style-standard .tpc_col-4>:not(.format-no_featured) .blog-post_content, .blog-style-standard .tpc_col-3>:not(.format-no_featured) .blog-post_content {
	padding-bottom: 20px;
	background: #fff;
	box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 7%);
	z-index: 1;
	padding: 25px;
}

.blog-style-standard .tpc_col-6 .blog-post_title>a, .blog-style-standard .tpc_col-4 .blog-post_title>a, .blog-style-standard .tpc_col-3 .blog-post_title>a {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
}

.blog-style-standard .tpc_col-6 .meta-data>span:not(:last-of-type):after, .blog-style-standard .tpc_col-4 .meta-data>span:not(:last-of-type):after, .blog-style-standard .tpc_col-3 .meta-data>span:not(:last-of-type):after {
	margin-left: .85em;
	margin-right: .85em;
}

.blog-style-standard .format-standard .blog-post_content, .blog-style-standard .format-quote.format-no_featured .blog-post_content, .blog-style-standard .format-link.format-no_featured .blog-post_content, .blog-style-standard .format-aside.format-no_featured .blog-post_content, .blog-style-standard .format-status.format-no_featured .blog-post_content, .blog-style-standard .format-chat.format-no_featured .blog-post_content, .blog-style-standard .format-audio.format-no_featured .blog-post_content, .blog-style-standard .format-gallery.format-no_featured .blog-post_content, .blog-style-standard .format-image.format-no_featured .blog-post_content, .blog-style-standard .format-video.format-no_featured .blog-post_content {
	padding: 37px 50px 40px;
}

.blog-style-standard .format-standard .blog-post_meta-wrap, .blog-style-standard .format-quote.format-no_featured .blog-post_meta-wrap, .blog-style-standard .format-link.format-no_featured .blog-post_meta-wrap, .blog-style-standard .format-aside.format-no_featured .blog-post_meta-wrap, .blog-style-standard .format-status.format-no_featured .blog-post_meta-wrap, .blog-style-standard .format-chat.format-no_featured .blog-post_meta-wrap, .blog-style-standard .format-audio.format-no_featured .blog-post_meta-wrap, .blog-style-standard .format-gallery.format-no_featured .blog-post_meta-wrap, .blog-style-standard .format-image.format-no_featured .blog-post_meta-wrap, .blog-style-standard .format-video.format-no_featured .blog-post_meta-wrap {
	padding-left: 50px;
	padding-right: 50px;
}

.blog-style-standard .blog-post {
	transition: .3s;
	box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 7%);
	overflow: hidden;
	border-radius: 10px;
}

.blog-style-standard .blog-post .blog-post_content {
	position: relative;
}

.blog-style-standard .blog-post .blog-post_meta-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e5e5e5;
	padding-top: 14px;
	padding-bottom: 15px;
}

.blog-style-standard .blog-post .blog-post_meta-wrap:empty {
	display: none !important;
}

.blog-style-standard .blog-post .blog-post_meta-wrap .meta-info {
	display: flex;
	align-items: center;
}

.blog-style-standard .blog-post .blog-post_meta-wrap .meta-info div+div {
	margin-left: 18px;
}

.blog-style-standard .blog-post .blog-post_meta-wrap .meta-data img {
	border-radius: 50%;
	margin-right: 8px;
}

.blog-style-standard .blog-post blockquote cite {
	padding-left: 0;
}

.blog-style-standard .blog-post:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.blog-style-standard.blog_carousel .slick-slide {
	margin-bottom: 0;
}

.blog-style-standard.blog_carousel .slick-slide.item_slick {
	margin-bottom: 0;
}

.blog-style-standard .blog-post_text {
	font-size: 16px;
}

.blog-style-standard .blog-post_text .wp-block-pullquote blockquote {
	margin-bottom: 0;
	padding-bottom: 0;
}

.blog-style-standard .blog-post_text .wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: uppercase;
}

.blog-style-standard .blog-post_text .wp-block-pullquote.is-style-solid-color blockquote p:first-of-type {
	margin-top: -.225em;
}

.blog-style-standard .blog-post_text .wp-block-archives-list, .blog-style-standard .blog-post_text .wp-block-latest-posts {
	list-style: none;
}

.blog-style-standard .blog-post_text .wp-block-categories-list .children li {
	padding-left: 0;
}

.blog-style-standard .blog-post_text .more-link {
	display: none;
}

.blog-style-standard.acenter .meta-data {
	justify-content: center;
}

.blog-style-standard.aright .meta-data {
	justify-content: flex-end;
}

.blog-post {
	position: relative;
	margin-bottom: 30px;
}

.blog-post .blog-post_media {
	position: relative;
}

.blog-post .blog-post_media .blog-post_media_part {
	position: relative;
	border-radius: 0;
	line-height: 0;
	overflow: hidden;
}

.blog-post.format-gallery .blog-post_media .blog-post_media_part {
	overflow: hidden;
}

.blog-post.format-gallery .blog-post_media .tpc-carousel .slick-slide:not(:only-child) {
	cursor: e-resize;
}

.blog-post.standard .blog-post_media, .blog-post.format-standard .blog-post_media {
	margin-bottom: 12px;
}

.blog-post.format-standard-image .blog-post_content>.share_post-container, .blog-post.format-image .blog-post_content>.share_post-container, .blog-post.format-gallery .blog-post_content>.share_post-container, .blog-post.format-video .blog-post_content>.share_post-container {
	top: -26px;
}

.blog-post.format-standard-image .blog-post_content>.share_post-container>a:after, .blog-post.format-image .blog-post_content>.share_post-container>a:after, .blog-post.format-gallery .blog-post_content>.share_post-container>a:after, .blog-post.format-video .blog-post_content>.share_post-container>a:after {
	border-top-color: transparent;
	border-left-color: transparent;
	transform: rotate(44deg);
}

.blog-post.format-standard-image .blog-post_content>.share_post-container:hover>a:after, .blog-post.format-image .blog-post_content>.share_post-container:hover>a:after, .blog-post.format-gallery .blog-post_content>.share_post-container:hover>a:after, .blog-post.format-video .blog-post_content>.share_post-container:hover>a:after {
	transform: rotate(44deg) scale(.2);
}

.blog-post.format-standard-image .blog-post_media, .blog-post.format-image .blog-post_media {
	position: relative;
	z-index: 1;
}

.blog-post.format-standard-image .blog-post_media .image-overlay, .blog-post.format-image .blog-post_media .image-overlay {
	display: inline-block;
	position: relative;
	z-index: 1;
	border-radius: inherit;
}

.blog-post.format-standard-image .blog-post_media .image-overlay:before, .blog-post.format-standard-image .blog-post_media .image-overlay:after, .blog-post.format-image .blog-post_media .image-overlay:before, .blog-post.format-image .blog-post_media .image-overlay:after {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	transition: opacity .3s;
}

.blog-post.format-standard-image .blog-post_media .image-overlay:after, .blog-post.format-image .blog-post_media .image-overlay:after {
	opacity: 0;
}

.blog-post.format-standard-image .blog-post_media .image-overlay img, .blog-post.format-image .blog-post_media .image-overlay img {
	border-radius: inherit;
}

.blog-post.format-standard-image:hover .image-overlay:after, .blog-post.format-image:hover .image-overlay:after {
	opacity: 1;
}

.blog-post.format-quote .blog-post_media_part {
	margin-top: -4px;
}

.blog-post.format-quote .blog-post_quote-text {
	padding-left: 44px;
	font-size: 24px;
	line-height: 37px;
	font-weight: 600;
}

.blog-post.format-quote .blog-post_quote-text:last-child {
	margin-bottom: -7px;
}

.blog-post.format-quote .blog-post_quote-text:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: .15em;
	left: 1px;
	font-family: "flaticon";
	line-height: 1;
	font-size: 25px;
	font-weight: normal;
}

.blog-post.format-quote .blog-post_quote-author {
	margin-top: -6px;
	padding-left: 44px;
	font-size: 14px;
	font-weight: var(--lmsmart-header-font-weight);
	line-height: 30px;
}

.blog-post.format-quote .blog-post_quote-author .blog-post_quote-image {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 50%;
}

.blog-post.format-quote .blog-post_quote-author>span {
	vertical-align: middle;
}

.blog-post.format-link .blog-post_link {
	margin-top: 4px;
	margin-bottom: 13px;
	position: relative;
	z-index: 1;
}

.blog-post.format-link .blog-post_link .link_post {
	display: block;
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
}

.blog-post.format-link .blog-post_link .link_post:before {
	content: "";
	margin-right: 18px;
	margin-left: 1px;
	font-size: 27px;
	font-family: "Flaticon";
	vertical-align: middle;
	transition: .5s;
}

.related_posts .format-video .blog-post_media .blog-post_media_part {
	padding-bottom: 87.5%;
}

.related_posts .format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
	padding-bottom: 0;
}

.format-video .blog-post_media .blog-post_media_part {
	width: 100%;
	overflow: hidden;
}

.format-video .blog-post_media .blog-post_media_part.no-thumbnail+.post_categories {
	top: 65px;
}

.format-video .blog-post_media .blog-post_media_part .videobox_content {
	justify-content: center;
}

.format-video .blog-post_media .blog-post_media_part .videobox_content .videobox_link svg {
	transition: .45s;
}

.format-video .blog-post_media .blog-post_media_part .videobox_content .videobox_link:hover svg {
	fill: #fff;
}

.format-video .blog-post_media .blog-post_media_part .videobox_link_wrapper {
	top: auto;
}

.format-video .blog-post_media .blog-post_media_part .videobox_link {
	width: 56px;
	height: 56px;
	background-color: #fff;
}

.format-video .blog-post_media .blog-post_media_part, .format-audio .blog-post_media .blog-post_media_part {
	padding-bottom: 73.5%;
}

.format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax), .format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
	padding-bottom: 0;
}

.format-video .blog-post_media iframe, .format-audio .blog-post_media iframe {
	position: absolute;
	z-index: 1;
	height: 100%;
}

.format-audio .blog-post_wrapper .blog-post_media_part {
	margin-bottom: 27px;
}

.format-audio .blog-post_wrapper .blog-post_media+.post_categories {
	margin-top: 24px;
}

.format-audio iframe {
	border-radius: inherit;
}

.format-link.blog-post-single-item .blog-post_media_part {
	margin-bottom: -10px;
}

.format-quote .blog-post_media_part {
	margin-bottom: 22px;
}

.blog-post.sticky-post .blog-post_wrapper {
	background: unset;
	box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, .12);
}

.blog-posts .blog-post_title {
	display: block;
	margin-bottom: 14px;
	line-height: 30px;
	word-wrap: break-word;
	clear: both;
}

.blog-posts .blog-post_title:last-child {
	margin-bottom: 0;
}

.blog-posts .blog-post_title>a {
	font-size: 30px;
	line-height: 36px;
}

.blog-post_content .page-link {
	margin-top: 25px;
}

.blog-post_content:after {
	content: "";
	display: block;
	clear: both;
}

.blog-post_content .read-more-wrap {
	padding-top: 15px;
	padding-bottom: 0;
}

.blog-post_content .blog-post_title+.read-more-wrap {
	padding-top: 0;
}

.blog-post_content p, .blog-post_content p+address, #comments .comment_content>p, #comments .comment_content>p+address {
	margin-bottom: 18px;
}

.blog-post_content p:last-child, #comments .comment_content>p:last-child {
	margin-bottom: 0;
}

.blog-post_content p:empty, #comments .comment_content>p:empty {
	display: none;
}

.blog-post_content h1, .blog-post_content h2, .blog-post_content h3, .blog-post_content h4, .blog-post_content h5, .blog-post_content h6, .row>div>h1, .row>div>h2, .row>div>h3, .row>div>h4, .row>div>h5, .row>div>h6, #comments .comment_content h1, #comments .comment_content h2, #comments .comment_content h3, #comments .comment_content h4, #comments .comment_content h5, #comments .comment_content h6 {
	margin-bottom: 18px;
}

.blog-posts-list+.tpc-pagination {
	margin-bottom: 30px;
}

.blog-posts-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.archive .blog-posts-list {
	margin-top: 0;
}

.home .sidebar_right .blog-posts-list, .home .sidebar_left .blog-posts-list, .archive .sidebar_right .blog-posts-list, .archive .sidebar_left .blog-posts-list {
	margin-top: 0;
}

.elementor-widget-tpc-blog .elementor-widget-container {
	margin-bottom: 40px;
}

.elementor-widget-tpc-blog .blog-style-standard .tpc_col-12:last-child .blog-post {
	margin-bottom: 0;
}

.elementor-widget-tpc-blog.nav-left .tpc-pagination {
	text-align: left;
}

.elementor-widget-tpc-blog.nav-center .tpc-pagination {
	text-align: center;
}

.elementor-widget-tpc-blog.nav-right .tpc-pagination {
	text-align: right;
}

.home .row.sidebar_right, .home .row.sidebar_left {
	margin-top: 50px;
}

.mega-ajax-content .item .blog-post_media {
	margin-bottom: 14px;
}

.mega-ajax-content .item .blog-post_title {
	margin-bottom: 5px;
}

.mega-ajax-content .item .blog-post_content {
	white-space: normal;
}

.mega-ajax-content .item .meta-data {
	background: none;
	padding-left: 0;
	padding-right: 0;
}

.mega-ajax-content .format-video .blog-post_media .blog-post_media_part, .mega-ajax-content .format-audio .blog-post_media .blog-post_media_part {
	padding-bottom: 70.272%;
}

.blog_carousel .tpc-carousel .slick-dots {
	margin-top: 0;
}

.blog_carousel .tpc-carousel-wrapper {
	overflow: visible;
}

.blog_carousel_title-arrow .tpc-carousel .slick-prev.slick-arrow, .blog_carousel_title-arrow .tpc-carousel .slick-next.slick-arrow {
	display: none !important;
}

.slider-wrapper.tpc-carousel .blog-post_media-slider_slick {
	height: 100%;
}

.slider-wrapper.tpc-carousel .blog-post_media-slider_slick .item_slick {
	position: relative;
	z-index: 5;
	height: 100%;
	width: 100%;
}

.slider-wrapper.tpc-carousel .blog-post_media-slider_slick .item_slick span {
	height: 100%;
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	transition: all 1s cubic-bezier(.7, 0, .3, 1);
	overflow: hidden;
}

.slider-wrapper.tpc-carousel .blog-post_media-slider_slick .item_slick span img {
	transform: scale(1.25, 1.25);
	transition: 500ms ease-in-out;
}

.slider-wrapper.tpc-carousel .blog-post_media-slider_slick .item_slick.slick-active span img {
	transform: scale(1, 1);
}

.slider-wrapper.tpc-carousel .blog-post_media-slider_slick .slick-list, .slider-wrapper.tpc-carousel .blog-post_media-slider_slick .slick-track {
	height: 100%;
}

.slider-wrapper.tpc-carousel .slick-slider {
	z-index: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slider-wrapper.tpc-carousel .slick-slider .slick-arrow {
	z-index: 100;
}

.post_meta-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 20px;
}

.meta-data {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	font-weight: var(--lmsmart-header-font-weight);
}

.blog-post_content .meta-data i[class*="flaticon-"] {
	color: var(--lmsmart-primary-color);
	margin-right: 5px;
}

.meta-data .post_author {
	white-space: nowrap;
}

.meta-data .post_author img {
	border-radius: 50%;
	margin-right: 8px;
}

.meta-data>span {
	display: contents;
	vertical-align: middle;
	color: inherit;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 33px;
	font-weight: 400;
}

.blog-post_content .meta-data:first-child>* {
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	padding: 0;
	margin: 0;
	line-height: inherit;
	margin-right: 15px;
}

.meta-data .post_categories:not(:last-child) {
	margin-left: 20px;
	margin-right: 20px;
}

.meta-data .post_categories:not(:last-of-type):after {
	display: none;
}

.meta-data>span a:not(:hover) {
	color: inherit;
}

.meta-data>span.tpc-views:first-child:after {
	content: unset;
}

.meta-data .tpc-views:not(:first-child) {
	margin-left: .7em;
	display: inline-block;
}

.meta-data .post_likes:not(:first-child) {
	margin-left: 1.3em;
}

.meta-data .post_author a {
	position: relative;
}

.meta-data+.meta-data {
	flex-shrink: 0;
	margin-top: 3px;
}

.blog-posts-list .meta-data .post_views, .blog-posts-list .meta-data .post_likes {
	font-weight: 400;
}

@media (max-width:479px) {
	.meta-data .views_text, .meta-data .sl-count-text {
		display: none !important;
	}
}

@media (min-width:768px) and (max-width:992px) {
	.blog_columns-2 .meta-data .views_text, .blog_columns-2 .meta-data .sl-count-text {
		display: none !important;
	}
}

@media (min-width:768px) {
	.blog_columns-3 .meta-data .views_text, .blog_columns-3 .meta-data .sl-count-text, .blog_columns-4 .meta-data .views_text, .blog_columns-4 .meta-data .sl-count-text {
		display: none !important;
	}
}

.post_categories {
	display: inline-block;
	position: absolute;
	z-index: 99999;
	top: 35px;
	left: 35px;
}

.post_categories span {
	display: inline-block;
	position: relative;
	margin: 0;
	line-height: inherit;
	margin-right: 20px;
}

.post_categories span:not(:last-child) {
	margin-right: 6px;
}

.post_categories span a:not(:hover) {
	color: #fff;
}

.post_categories span a:hover {
	color: #f3f3f3;
}

.post_categories a {
	border: unset;
	font-size: 14px;
	border-radius: 100px;
	line-height: 40px;
	padding: 5px 15px;
	font-weight: 500;
}

.post_categories a:hover {
	color: #fff;
}

.item .post_categories>span>a {
	background: var(--lmsmart-primary-color);
}

.post_categories>span>a {
	background: var(--lmsmart-primary-color);
}

.blog-post_text+.page-link, .blog-post_text+.page-link+.clear+.button-read-more, .blog-post_text+.clear+.button-read-more {
	margin-bottom: 21px;
}

.blog-post_text .alignleft:last-child, .blog-post_text .alignright:last-child {
	margin-bottom: 10px;
}

.read-more-wrap {
	clear: both;
}

.read-more-wrap a>span {
	text-transform: uppercase;
}

.button-read-more {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 13px;
	font-weight: var(--lmsmart-header-font-weight);
	vertical-align: middle;
	transition: .4s;
	color: #fff;
	border-radius: 5px;
}

.button-read-more:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #2098d1;
	height: 1px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.button-read-more:hover:before, .button-read-more:focus:before, .button-read-more:active:before {
	left: 0;
	right: 0;
}

.tagcloud-wrapper .title_tags {
	font-size: 15px;
	margin-right: 10px;
}

.post_info-divider {
	clear: both;
	margin-top: 39px;
	border-bottom: 1px solid #e5e5e5;
}

.meta-data+.post_info-divider {
	margin-top: 4px;
}

.blog-post_excerpt {
	margin: 0 0 38px;
	font-size: 20px;
	line-height: 1.8;
	font-weight: 400;
}

.blog-post_excerpt>p:last-child {
	margin-bottom: 0;
}

.tpc-likes {
	min-width: 1.6em;
	flex-shrink: 0;
	line-height: 1.8;
	text-transform: uppercase;
}

.tpc-likes .sl-icon:before {
	color: inherit;
	transition: 0s;
}

.blog-post_wrapper {
	position: relative;
	transition: inherit;
}

.blog-post_wrapper .blog-post_media .lmsmart_module_videobox img {
	box-shadow: none;
}

.blog-post_wrapper .blog-post_media .lmsmart_module_videobox .videobox_link {
	border-color: transparent;
	opacity: .9;
}

.blog-post_wrapper .blog-post_content .lmsmart_module_videobox .videobox_wrapper_link:before {
	display: none;
}

.blog-post_wrapper .blog-post_content .lmsmart_module_videobox {
	margin-bottom: 50px;
}

.tpc_module_title.item_title {
	position: relative;
}

.tpc_module_title.item_title .carousel_arrows {
	position: absolute;
	z-index: 2;
	top: 2px;
	right: 0;
	text-align: center;
}

.tpc_module_title.item_title .carousel_arrows span[class*='slick_arrow'] {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	background: #f2f2f2;
	cursor: pointer;
	transition: .45s ease;
}

.tpc_module_title.item_title .carousel_arrows span[class*='slick_arrow'] span {
	display: block;
	line-height: 25px;
	text-align: center;
}

.tpc_module_title.item_title .carousel_arrows span[class*='slick_arrow'] span:after {
	content: "";
	font-family: flaticon;
	font-size: 14px;
	display: inline-block;
	border: 0;
	color: #939393 !important;
	vertical-align: top;
	line-height: 25px;
}

.tpc_module_title.item_title .carousel_arrows span[class*='slick_arrow']:hover span:after {
	color: #fff !important;
}

.tpc_module_title.item_title .carousel_arrows span[class*='slick_arrow'].left_slick_arrow span:after {
	content: "";
}

.row.sidebar_left .content-container {
	float: right;
}

.container-grid.row>.tpc-carousel {
	margin-left: 0;
	margin-right: 0;
}

.container-grid.row>.tpc-carousel.navigation_offset_element {
	padding-left: 40px;
	padding-right: 40px;
	overflow: hidden;
}

.container-grid.row>.tpc-carousel.navigation_offset_element>.slick-slider {
	overflow: visible;
}

.container-grid.row>.tpc-carousel.navigation_offset_element .slick-list {
	overflow: hidden;
}

.blog_subtitle {
	font-size: 18px;
	line-height: 1.4;
}

.tpc-views {
	display: inline-block;
}

.tpc-views .counter i {
	margin-right: 10px;
	transform: translateY(1px);
	color: var(--lmsmart-primary-color);
}

.attachment_media .meta-data {
	margin-bottom: 10px;
	font-weight: 600;
}

.attachment_media .meta-data>span {
	position: relative;
	padding-left: 23px;
}

.attachment_media .meta-data>span:first-child {
	padding-left: 0;
}

.attachment_media .meta-data>span:first-child:before {
	display: none;
}

.parallax-video {
	position: absolute !important;
	z-index: 2 !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.jarallax {
	position: relative;
	z-index: 0;
}

.jarallax>.jarallax-img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "object-fit:cover;";
	object-fit: cover;
}

.archive__heading {
	margin-bottom: 45px;
	text-align: center;
}

.archive__heading .archive__tax_description {
	margin-top: 10px;
}

.archive__heading .archive__tax_title {
	max-width: 530px;
	display: inline-block;
}

.archive__heading .archive__tax_title, .archive__heading .archive__tax_title>span {
	font-size: 36px;
	line-height: 48px;
}

.archive .tpc_blog_list {
	margin-bottom: 30px;
}

.blog_columns-2:not(.masonry) .item:nth-child(2n + 1), .blog_columns-3:not(.masonry) .tpc_col-4:nth-child(3n + 1), .blog_columns-4:not(.masonry) .tpc_col-3:nth-child(4n + 1) {
	clear: left;
}

.blog_columns-2 .blog-post_meta-wrap .share_post-container:not(:last-child) .share_social-wpapper {
	top: unset;
	right: 0;
	bottom: calc(100% + 15px);
	transform: unset;
}

@media (max-width:1024px) {
	.blog_columns-3:not(.masonry) .tpc_col-4:nth-child(3n + 1) {
		clear: none;
	}
	
	.blog_columns-3:not(.masonry) .tpc_col-4:nth-child(3n + 1) {
		clear: left;
	}
	
	.blog_columns-4:not(.masonry) .tpc_col-3:nth-child(4n + 1) {
		clear: none;
	}
	
	.lmsmart-post-navigation {
		margin-bottom: 0;
	}
}

.elementor-social-icon-instagram.elementor-icon {
	background-color: #c32aa3;
}

.share_post-container {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	-webkit-user-select: none;
	user-select: none;
	padding: 0 2px;
	margin: 0 9px;
	cursor: pointer;
	line-height: 21px;
}

.share_post-container:hover .share_social-wpapper, .share_post-container:hover .share_social-wpapper ul>li {
	opacity: 1;
	visibility: visible;
}

.share_post-container:hover .share_social-wpapper ul>li:nth-last-child(1) {
	transition-delay: 0s;
}

.share_post-container:hover .share_social-wpapper ul>li:nth-last-child(2) {
	transition-delay: .08s;
}

.share_post-container:hover .share_social-wpapper ul>li:nth-last-child(3) {
	transition-delay: .16s;
}

.share_post-container:hover .share_social-wpapper ul>li:nth-last-child(4) {
	transition-delay: .24s;
}

.share_post-container:hover .share_social-wpapper ul>li:nth-last-child(5) {
	transition-delay: .32s;
}

.share_post-container:hover .share_social-wpapper ul>li:nth-last-child(6) {
	transition-delay: .4s;
}

.share_post-container:hover .share_social-wpapper ul>li:nth-last-child(7) {
	transition-delay: .48s;
}

.share_post-container:hover>a:after {
	transform: scale(.2);
}

.share_post-container:after {
	content: "";
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: calc(100% + 12px);
}

.share_post-container .share_post {
	display: block;
	color: #fff !important;
}

.share_post-container span {
	display: block;
	line-height: inherit;
	border-radius: 50%;
	transition: all .45s;
}

.share_post-container>i {
	font-weight: var(--lmsmart-header-font-weight);
}

.share_post-container .share_reddit .fab {
	background-color: #ff5700;
}

.share_post-container .share_twitter .fab {
	background-color: #1da1f2;
}

.share_post-container .share_facebook .fab {
	background-color: #3b5998;
}

.share_post-container .share_linkedin .fab {
	background-color: #007bb5;
}

.share_post-container .share_whatsapp .fab {
	background-color: #25d366;
}

.share_post-container .share_telegram .fab {
	background-color: #08c;
}

.share_post-container .share_pinterest .fab {
	background-color: #e40000;
}

.share_post-container .share_social-title {
	display: none;
}

.share_post-container .share_social-wpapper {
	display: block;
	position: absolute;
	left: 50%;
	bottom: calc(100% + 12px);
	transform: translateX(-50%);
	background-color: #28314b;
	z-index: 2;
	box-shadow: none;
	border-radius: 5px;
	opacity: 0;
	margin: 0;
	padding: 2px;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	visibility: hidden;
	transition: all .4s ease-in-out;
}

.share_post-container .share_social-wpapper:after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5.5px 0 5.5px;
	border-color: #28314b transparent transparent transparent;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
}

.share_post-container .share_social-wpapper a.share_link {
	text-align: center;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	transition: .4s;
	opacity: 1;
	background: unset !important;
	visibility: visible;
	margin: 0;
	border-radius: unset;
}

.share_post-container .share_social-wpapper a.share_link:first-of-type {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.share_post-container .share_social-wpapper a.share_link:last-of-type {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

.share_post-container .share_social-wpapper a.share_link:before {
	display: none;
}

.share_post-container .share_social-wpapper a.share_link span {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 11px;
	border-radius: inherit;
}

.share_post-container .share_social-wpapper a.share_link:hover span {
	background-color: rgba(255, 255, 255, .13);
}

@media (min-width:420px) {
	.single_post_info .share_social-wpapper .share_social-title {
		display: block;
	}
}

.share_social-wpapper {
	display: flex;
	justify-content: center;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

.share_social-wpapper .share_social-title {
	display: none;
	font-weight: var(--lmsmart-header-font-weight);
	vertical-align: middle;
	margin-right: 24px;
	line-height: 30px;
	font-size: 15px;
}

.share_social-wpapper .share_link, .share_social-wpapper .share_post {
	position: relative;
	white-space: nowrap;
	transition: .1s ease-in-out;
}

.share_social-wpapper .share_facebook {
	background-color: #3b5998;
}

.share_social-wpapper .share_twitter {
	background-color: #1da1f2;
}

.share_social-wpapper .share_pinterest {
	background-color: #e40000;
}

.share_social-wpapper .share_linkedin {
	background-color: #007bb5;
}

.share_social-wpapper .share_whatsapp {
	background-color: #25d366;
}

.share_social-wpapper .share_reddit {
	background-color: #ff5700;
}

.share_social-wpapper .share_telegram {
	background-color: #08c;
}

.share_social-wpapper .share_link:hover.share_facebook {
	background-color: rgba(59, 89, 152, .9);
}

.share_social-wpapper .share_link:hover.share_twitter {
	background-color: rgba(29, 161, 242, .9);
}

.share_social-wpapper .share_link:hover.share_pinterest {
	background-color: rgba(189, 8, 28, .9);
}

.share_social-wpapper .share_link:hover.share_linkedin {
	background-color: rgba(0, 123, 181, .9);
}

.share_social-wpapper .share_link:hover.share_whatsapp {
	background-color: rgba(37, 211, 102, .9);
}

.share_social-wpapper .share_link:hover.share_reddit {
	background-color: rgba(255, 87, 0, .9);
}

.share_social-wpapper .share_link:hover.share_telegram {
	background-color: rgba(0, 136, 204, .9);
}

.share_social-wpapper .share_link {
	border-radius: 30px;
	text-align: center;
}

.share_social-wpapper .share_link span {
	display: inline-block;
	font-size: 13px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	color: #fff;
	transition: .3s;
}

.share_social-wpapper .share_link span:before {
	font-family: "Font Awesome 5 Brands";
}

.share_social-wpapper .share_link .share_name {
	display: none;
}

.share_social-wpapper .share_link:not(:first-of-type) {
	margin-left: 15px;
}

.author-info_social-wrapper .author-info_social-link {
	line-height: 30px;
}

.author-info_social-wrapper .author-info_social-link.fa {
	color: #b5b5b5;
}

.tpc-page-socials {
	position: absolute;
	z-index: 90;
	left: 50px;
}

.tpc-page-socials.fixed {
	position: fixed;
	z-index: 90;
}

.tpc-page-socials li {
	padding-bottom: 17px;
	line-height: 27px;
}

.tpc-page-socials .social__link {
	font-size: 13px;
	color: #fff;
	transition: all .4s, width 0s 1s;
}

.tpc-page-socials .social__link .social__name {
	display: inline-block;
	width: 0;
	font-weight: var(--lmsmart-header-font-weight);
	text-transform: uppercase;
	vertical-align: middle;
	overflow: hidden;
	opacity: 0;
	transform-origin: -25px 50%;
	transform: rotateY(.25turn);
	transition: inherit;
}

.tpc-page-socials .social__link .social__icon {
	padding-right: 1.2em;
}

.tpc-page-socials .social__link:hover {
	transition: all .4s;
}

.tpc-page-socials .social__link:hover .social__name {
	width: auto;
	opacity: 1;
	transform: rotateY(.1turn);
}

.tpc-page-socials .socials__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tpc-page-socials.appearence-hovered {
	padding-top: 35px;
	height: 0;
}

.tpc-page-socials.appearence-hovered .socials__desc {
	position: absolute;
	top: 0;
	left: 0;
	margin: -5px -5px 0;
	padding: 5px 5px 0;
	cursor: pointer;
}

.tpc-page-socials.appearence-hovered .socials__desc .social__icon {
	color: #fff;
}

.tpc-page-socials.appearence-hovered .socials__desc .social__name {
	display: none;
}

.tpc-page-socials.appearence-hovered .socials__list {
	visibility: hidden;
}

.tpc-page-socials.appearence-hovered .socials__list li {
	transform: translateX(-150%);
	opacity: 0;
	visibility: hidden;
	transition: .45s;
}

.tpc-page-socials.appearence-hovered .socials__list li:nth-child(1) {
	transition-delay: .05s;
}

.tpc-page-socials.appearence-hovered .socials__list li:nth-child(2) {
	transition-delay: .1s;
}

.tpc-page-socials.appearence-hovered .socials__list li:nth-child(3) {
	transition-delay: .15s;
}

.tpc-page-socials.appearence-hovered .socials__list li:nth-child(4) {
	transition-delay: .2s;
}

.tpc-page-socials.appearence-hovered .socials__list li:nth-child(5) {
	transition-delay: .25s;
}

.tpc-page-socials.appearence-hovered .socials__list li:nth-child(6) {
	transition-delay: .3s;
}

.tpc-page-socials.appearence-hovered .socials__list li:nth-child(7) {
	transition-delay: .35s;
}

.tpc-page-socials.appearence-hovered .socials__list li:nth-child(8) {
	transition-delay: .4s;
}

.tpc-page-socials.appearence-hovered .socials__list li:nth-child(9) {
	transition-delay: .45s;
}

.tpc-page-socials.appearence-hovered .socials__list li:nth-child(10) {
	transition-delay: .5s;
}

.tpc-page-socials.appearence-hovered .socials__desc:hover+.socials__list {
	visibility: visible;
}

.tpc-page-socials.appearence-hovered .socials__desc:hover+.socials__list li, .tpc-page-socials.appearence-hovered .socials__list:hover li {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.tpc-page-socials:not(.appearence-hovered) .socials__list li {
	opacity: 0;
	transform: translateX(-150%);
	animation: soc_slide_right .5s forwards;
}

.tpc-page-socials:not(.appearence-hovered) .socials__list li:nth-child(1) {
	animation-delay: 5.1s;
}

.tpc-page-socials:not(.appearence-hovered) .socials__list li:nth-child(2) {
	animation-delay: 5.2s;
}

.tpc-page-socials:not(.appearence-hovered) .socials__list li:nth-child(3) {
	animation-delay: 5.3s;
}

.tpc-page-socials:not(.appearence-hovered) .socials__list li:nth-child(4) {
	animation-delay: 5.4s;
}

.tpc-page-socials:not(.appearence-hovered) .socials__list li:nth-child(5) {
	animation-delay: 5.5s;
}

.tpc-page-socials:not(.appearence-hovered) .socials__list li:nth-child(6) {
	animation-delay: 5.6s;
}

.tpc-page-socials:not(.appearence-hovered) .socials__list li:nth-child(7) {
	animation-delay: 5.7s;
}

.tpc-page-socials:not(.appearence-hovered) .socials__list li:nth-child(8) {
	animation-delay: 5.8s;
}

.tpc-page-socials:not(.appearence-hovered) .socials__list li:nth-child(9) {
	animation-delay: 5.9s;
}

.tpc-page-socials:not(.appearence-hovered) .socials__list li:nth-child(10) {
	animation-delay: 6s;
}

@keyframes soc_slide_right {
	0% {
		transform: translateX(-150%);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.tpc-social-icons .elementor-icon i {
	transition: .3s;
}

.woocommerce div.product .share_social-wpapper .share_link {
	margin-right: 20px;
	font-size: 12px;
	color: #c2c2c2;
}

.woocommerce div.product .share_social-wpapper .share_link span.fa {
	transition: .45s ease-in-out;
}

.woocommerce div.product .share_social-wpapper .share_link:last-child {
	margin-right: 0;
}

.tpc-likes {
	display: inline-block;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: var(--lmsmart-header-font-weight);
}

.tpc-likes .sl-button {
	color: inherit;
	cursor: pointer;
	transition: .45s;
}

.tpc-likes .sl-count {
	display: inline-block;
	margin-left: 10px;
	font-weight: 400;
	font-size: 15px;
}

.tpc-likes .sl-icon {
	display: inline-block;
	font-size: 15px;
	vertical-align: middle;
	color: var(--lmsmart-primary-color);
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope, .isotope .isotope-item {
	transition-duration: .8s;
}

.isotope {
	transition-property: height, width;
}

.isotope .isotope-item {
	transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	transition-duration: 0s;
}

body ul, body ol {
	margin-left: .4em;
	padding-left: .9em;
}

body ul li, body ol li {
	position: relative;
	z-index: 1;
	line-height: 38px;
}

body ul>li:last-child, body ol>li:last-child {
	padding-bottom: 0;
}

body ol {
	list-style: none;
}

body ul[class*='lmsmart_'] {
	margin-left: 0;
	padding-left: 0;
}

body ul[class*='lmsmart_'] li {
	list-style: none;
}

body ul[class*='lmsmart_'] li:before {
	content: "";
	position: absolute;
	z-index: 1;
	border-radius: unset;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}

body ul.lmsmart_dot li {
	padding-left: calc(.5em + 12px);
}

body ul.lmsmart_dot li:before {
	top: 18px;
	left: 2px;
	width: .3125em;
	height: .3125em;
	border-radius: 50%;
}

body ul.lmsmart_dot.icon_right li {
	padding-left: 0;
	padding-right: calc(.5em + 12px);
}

body ul.lmsmart_dot.icon_right li:before {
	left: unset;
	right: 2px;
}

body ul.lmsmart_hyphen li {
	padding-left: calc(1em + 8px);
}

body ul.lmsmart_hyphen li:before {
	content: "";
	top: .1em;
	left: 0;
	font-size: .7em;
}

body ul.lmsmart_hyphen.icon_right li {
	padding-left: 0;
	padding-right: calc(1em + 8px);
}

body ul.lmsmart_hyphen.icon_right li:before {
	left: unset;
	right: 0;
}

body ul.lmsmart_plus li {
	padding-left: calc(1em + 8px);
}

body ul.lmsmart_plus li:before {
	content: "";
	top: .1em;
	left: 0;
	font-size: .7em;
}

body ul.lmsmart_plus.icon_right li {
	padding-left: 0;
	padding-right: calc(1em + 8px);
}

body ul.lmsmart_plus.icon_right li:before {
	left: unset;
	right: 0;
}

body ul.lmsmart_check li {
	padding-left: calc(1em + 9px);
}

body ul.lmsmart_check li:before {
	content: "";
	font-family: flaticon;
	top: 15px;
	left: 0;
	font-size: .8em;
	line-height: 1;
	font-weight: var(--lmsmart-header-font-weight);
	background: transparent;
}

body ul.lmsmart_check.icon_right li {
	padding-left: 0;
	padding-right: calc(1em + 9px);
}

body ul.lmsmart_check.icon_right li:before {
	left: unset;
	right: 0;
}

body ul.lmsmart_check.text_color li:before {
	color: currentColor;
}

body ul.no-list-style li {
	padding: 0;
	list-style: none;
}

body ul .lmsmart_disable, body ul .lmsmart_disable:before, body ul .lmsmart_disable:after, body ul .lmsmart_disable * {
	color: #9da8b7 !important;
}

body ul .lmsmart_disable_dark, body ul .lmsmart_disable_dark:before, body ul .lmsmart_disable_dark:after, body ul .lmsmart_disable_dark * {
	color: #a799cd !important;
}

body ol {
	counter-reset: li;
}

body ol[start='1'] {
	counter-reset: li 0;
}

body ol[start='2'] {
	counter-reset: li 1;
}

body ol[start='3'] {
	counter-reset: li 2;
}

body ol[start='4'] {
	counter-reset: li 3;
}

body ol[start='5'] {
	counter-reset: li 4;
}

body ol[start='6'] {
	counter-reset: li 5;
}

body ol[start='7'] {
	counter-reset: li 6;
}

body ol[start='8'] {
	counter-reset: li 7;
}

body ol[start='9'] {
	counter-reset: li 8;
}

body ol[start='10'] {
	counter-reset: li 9;
}

body ol[start='11'] {
	counter-reset: li 10;
}

body ol[start='12'] {
	counter-reset: li 11;
}

body ol[start='13'] {
	counter-reset: li 12;
}

body ol[start='14'] {
	counter-reset: li 13;
}

body ol[start='15'] {
	counter-reset: li 14;
}

body ol[start='16'] {
	counter-reset: li 15;
}

body ol[start='17'] {
	counter-reset: li 16;
}

body ol[start='18'] {
	counter-reset: li 17;
}

body ol[start='19'] {
	counter-reset: li 18;
}

body ol[start='20'] {
	counter-reset: li 19;
}

body ol[start='21'] {
	counter-reset: li 20;
}

body ol[start='22'] {
	counter-reset: li 21;
}

body ol[start='23'] {
	counter-reset: li 22;
}

body ol[start='24'] {
	counter-reset: li 23;
}

body ol[start='25'] {
	counter-reset: li 24;
}

body ol[start='26'] {
	counter-reset: li 25;
}

body ol[start='27'] {
	counter-reset: li 26;
}

body ol[start='28'] {
	counter-reset: li 27;
}

body ol[start='29'] {
	counter-reset: li 28;
}

body ol[start='30'] {
	counter-reset: li 29;
}

body ol>li {
	position: relative;
	counter-increment: li;
}

body ol>li:before {
	content: "." counter(li);
	display: inline-block;
	position: static;
	width: auto;
	height: auto;
	margin-left: calc(-1em - 2px);
	margin-right: calc(.25em + 8px);
	font-size: inherit;
	line-height: inherit;
	font-weight: var(--lmsmart-header-font-weight);
	direction: rtl;
}

body ul ol>li:before {
	top: 0;
	background-color: transparent !important;
}

body li ol {
	margin-bottom: 0;
	padding-bottom: 0;
}

.single.related_posts+.row #comments {
	margin-top: 41px;
	padding-top: 0;
}

#comments {
	margin-top: 30px;
	margin-bottom: 50px;
	clear: both;
}

#comments:before {
	content: "";
	display: block;
	clear: both;
}

#comments ul ul.children, #comments ol ul.children {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#comments #respond, #comments~#review_form_wrapper #respond {
	margin-top: 45px;
	border-radius: 10px;
	padding: 52px 60px 59px;
	background: #f6f7f9;
}

#comments #respond input[type='text'], #comments #respond input[type='url'], #comments #respond input[type='search'], #comments #respond input[type='email'], #comments #respond input[type='password'], #comments #respond input[type='tel'], #comments #respond input[type='time'], #comments #respond select, #comments #respond textarea, #comments~#review_form_wrapper #respond input[type='text'], #comments~#review_form_wrapper #respond input[type='url'], #comments~#review_form_wrapper #respond input[type='search'], #comments~#review_form_wrapper #respond input[type='email'], #comments~#review_form_wrapper #respond input[type='password'], #comments~#review_form_wrapper #respond input[type='tel'], #comments~#review_form_wrapper #respond input[type='time'], #comments~#review_form_wrapper #respond select, #comments~#review_form_wrapper #respond textarea {
	border-color: #d6d5d7;
	background: #fff;
}

#comments #respond input[type='text']:focus, #comments #respond input[type='url']:focus, #comments #respond input[type='search']:focus, #comments #respond input[type='email']:focus, #comments #respond input[type='password']:focus, #comments #respond input[type='tel']:focus, #comments #respond input[type='time']:focus, #comments #respond select:focus, #comments #respond textarea:focus, #comments~#review_form_wrapper #respond input[type='text']:focus, #comments~#review_form_wrapper #respond input[type='url']:focus, #comments~#review_form_wrapper #respond input[type='search']:focus, #comments~#review_form_wrapper #respond input[type='email']:focus, #comments~#review_form_wrapper #respond input[type='password']:focus, #comments~#review_form_wrapper #respond input[type='tel']:focus, #comments~#review_form_wrapper #respond input[type='time']:focus, #comments~#review_form_wrapper #respond select:focus, #comments~#review_form_wrapper #respond textarea:focus {
	border-color: #e7e8e8;
}

@media (max-width:600px) {
	#comments #respond, #comments~#review_form_wrapper #respond {
		padding: 30px 30px 35px;
	}
}

#comments>h3 {
	position: relative;
	z-index: 10;
}

#comments .pingback .edit-link .comment-edit-link, #comments .trackback .edit-link .comment-edit-link {
	font-size: .75em;
	color: #7e7676;
	margin-left: .3133em;
}

#comments .pingback .edit-link .comment-edit-link:hover, #comments .trackback .edit-link .comment-edit-link:hover {
	color: #b9a9cd;
}

#comments .comment-notes {
	margin-bottom: 21px;
}

#comments .comment-notes, #comments .comment-form-cookies-consent {
	font-size: 14px;
}

#comments .comment-form-cookies-consent {
	padding-top: 5px;
}

#comments .form-submit {
	margin-bottom: 0;
	clear: both;
}

#comments .form-submit input.submit {
	min-width: 180px;
}

#comments .commentlist {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: inherit;
	list-style: none;
}

#comments .commentlist li.pingback, #comments .commentlist li.trackback {
	padding: 0;
}

#comments .commentlist li.pingback .comment-body, #comments .commentlist li.trackback .comment-body {
	display: inline;
}

#comments .commentlist li.pingback:before, #comments .commentlist li.trackback:before {
	display: none;
}

#comments .commentlist+* {
	margin-top: 46px;
}

#comments .commentlist .comment-respond {
	margin: 20px 0;
}

#comments .commentlist .comment {
	padding: 0;
}

#comments .commentlist .comment:before, #comments .commentlist .comment:after {
	display: none;
}

#comments .commentlist .comment .stand_comment {
	min-height: 160px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(96, 101, 104, .15);
	padding: 39px 0 30px 100px;
}

#comments .commentlist .comment .stand_comment .thiscommentbody {
	position: relative;
	z-index: 1;
	min-height: 70px;
}

#comments .commentlist .comment .stand_comment .meta-data {
	padding-top: 0;
	line-height: 28px;
}

#comments .commentlist .comment .stand_comment .meta-data>a {
	font-weight: 400;
}

#comments .commentlist .comment .stand_comment .meta-data>span, #comments .commentlist .comment .stand_comment .meta-data>a {
	font-size: 14px;
	line-height: inherit;
	text-transform: unset;
}

#comments .commentlist .comment .commentava {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -100px;
	width: 70px;
	height: 70px;
}

#comments .commentlist .comment .commentava img {
	border-radius: 100px;
}

#comments .commentlist .comment.pingback .stand_comment {
	padding-left: 0;
}

#comments .commentlist .comment .children .comment {
	margin-left: 70px;
}

#comments .commentlist .comment .children .stand_comment {
	padding-left: 100px;
}

#comments .commentlist .comment .children .stand_comment .commentava {
	left: -100px;
}

#comments .commentlist>.comment>.children>.comment {
	margin-left: 100px;
}

#comments .commentlist>.comment:last-child {
	margin-bottom: -1px;
}

#comments .commentlist>.comment:last-child .stand_comment:last-child {
	border-bottom: 0;
}

#comments .commentlist .comment_info {
	display: inline-block;
	padding-right: 14px;
	margin-top: -2px;
}

#comments .commentlist .comment_info .meta-data {
	float: none;
	margin-bottom: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	background: none;
	opacity: 1;
}

#comments .commentlist .comment_info .meta-data .comment-edit-link {
	padding-left: 5px;
}

#comments .commentlist .comment_author_says {
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 5px;
}

#comments .commentlist .comment_author_says a {
	font-weight: inherit;
	font-size: inherit;
}

#comments .commentlist .comment_content {
	margin-top: -4px;
	line-height: 30px;
}

#comments .commentlist .comment_content>ul, #comments .commentlist .comment_content>ol {
	padding-bottom: 20px;
}

#comments .commentlist .comment_content p:last-child {
	margin-bottom: 0;
}

#comments .comment-reply-link {
	display: inline-block;
	background-color: #fff;
	position: absolute;
	top: 1px;
	right: 0;
	padding: 2px 9px 0;
	border-radius: 5px;
	font-size: 12px;
	line-height: 22px;
	font-weight: var(--lmsmart-header-font-weight);
	font-style: normal;
	text-transform: uppercase;
	overflow: hidden;
	transition: .3s;
	z-index: 1;
}

#comments .comment-reply-link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: inherit;
	z-index: -1;
}

#comments .comment-reply-link:hover {
	color: #fff;
}

#comments #cancel-comment-reply-link {
	font-weight: 300;
	text-transform: capitalize;
	opacity: .8;
}

#comments small #cancel-comment-reply-link {
	font-size: 18px;
	margin-left: 10px;
}

#comments ol.commentlist>li.comment:first-child {
	margin-top: -6px;
}

#comments ol.commentlist>li.trackback:first-child, #comments ol.commentlist>li.pingback:first-child {
	margin-top: 26px;
}

#comments .comments-title {
	margin-bottom: -11px;
}

#comments .comments-title .number-comments {
	margin-left: .25em;
	font-size: .8em;
	color: var(--lmsmart-header-font-color);
}

body .comment-respond .comment-reply-title {
	position: relative;
}

body .comment-respond .comment-form {
	margin-left: -10px;
	margin-right: -10px;
}

body .comment-respond .comment-form [class*='tpc_col-'], body .comment-respond .comment-form>p {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

body .comment-respond .comment-form .logged-in-as {
	margin-bottom: 21px;
	font-size: 14px;
}

body .comment-respond label {
	position: relative;
	margin: 0;
}

body .comment-respond label.label-name:after, body .comment-respond label.label-email:after, body .comment-respond label.label-url:after, body .comment-respond label.label-message:after, body .comment-respond label[for="comment"]:after, body .comment-respond label[for="email"]:after, body .comment-respond label[for="author"]:after {
	content: "";
	font-family: "Flaticon";
	font-size: 17px;
	position: absolute;
	left: 20px;
	line-height: 50px;
	color: inherit;
	z-index: 1;
}

body .comment-respond label.label-name~input, body .comment-respond label.label-name~textarea, body .comment-respond label.label-email~input, body .comment-respond label.label-email~textarea, body .comment-respond label.label-url~input, body .comment-respond label.label-url~textarea, body .comment-respond label.label-message~input, body .comment-respond label.label-message~textarea, body .comment-respond label[for="comment"]~input, body .comment-respond label[for="comment"]~textarea, body .comment-respond label[for="email"]~input, body .comment-respond label[for="email"]~textarea, body .comment-respond label[for="author"]~input, body .comment-respond label[for="author"]~textarea {
	padding-left: 46px;
}

body .comment-respond label.label-name:after, body .comment-respond label[for="author"]:after {
	content: "";
}

body .comment-respond label.label-email:after, body .comment-respond label[for="email"]:after {
	content: "";
	padding-top: 1px;
	height: 49px;
}

body .comment-respond label.label-url:after {
	content: "";
}

body .comment-respond label[for="comment"]:after {
	content: "";
}

body .comment-respond .form_field {
	width: 100%;
	margin-bottom: 20px !important;
}

body .comment-respond textarea.form_field {
	resize: none;
}

body .comment-form-cookies-consent {
	clear: both;
	top: -10px;
}

body .comment-form-cookies-consent>input, body .comment-form-cookies-consent>label, body .comment-form-cookies-consent>span {
	display: inline-block;
}

body .comment-form-cookies-consent>input {
	margin-right: 7px;
}

body .comment-form-cookies-consent>input[type='checkbox']+label {
	display: inline;
}

.wp-block-latest-comments>li {
	padding-left: 0;
}

.widget .wp-block-latest-comments>li:first-child {
	margin-top: -8px;
}

.blog-post_content ol.wp-block-latest-comments.has-avatars {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.blog-post_content ol.wp-block-latest-comments.has-avatars li:before {
	display: none;
}

.blog-post_content ol.wp-block-latest-comments:not(.has-excerpts):not(.has-avatars) li article {
	display: inline-block;
}

.sign_up {
	display: flex;
	justify-content: center;
	margin-right: -20px;
}

.sign_up input[type='submit'] {
	margin-left: 20px;
	height: 56px;
}

.sign_up input[type='email'] {
	width: 350px;
}

.sign_up .ajax-loader {
	display: none;
}

.footer .wpcf7 input:not([type='submit']) {
	font-size: 14px;
	font-weight: 400;
	color: inherit;
	outline: unset;
	background: transparent;
	box-shadow: unset;
	overflow: hidden;
}

.footer .wpcf7 input:not([type='submit']):focus, .footer .wpcf7 input:not([type='submit']):active {
	border-color: inherit;
	background: transparent;
}

.footer .wpcf7 input[type='email'] {
	position: relative;
	width: 100%;
	height: 56px;
	margin: unset;
	border: 1px solid rgba(255, 255, 255, .5);
	padding: 0px 60px 0 20px;
	color: #fff;
}

.footer .wpcf7 input[type='submit'], .footer .wpcf7 .footer-submit, .footer .wpcf7 .footer-submit:before {
	position: absolute;
	width: 41px;
	height: 41px;
	padding: 0;
	border: transparent;
	color: transparent;
}

.footer .wpcf7 input[type='submit'] {
	top: 4px;
	right: 4px;
	background: transparent;
}

.footer .wpcf7 .footer-submit {
	position: absolute;
	top: 4px;
	right: 4px;
}

.footer .wpcf7 .footer-submit:before {
	content: "";
	top: 0;
	right: 0;
	padding-top: 6px;
	font-family: flaticon;
	color: #fff;
	text-align: center;
	transition: .4s;
}

.footer .wpcf7 .footer-submit input[type='submit'] {
	top: 0;
	right: 0;
}

.footer .wpcf7 form>p:last-of-type:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 4px;
	right: 4px;
	width: 41px;
	height: 41px;
	font-family: flaticon;
	text-align: center;
	color: #fff;
	line-height: 42px;
}

.wpcf7 .demo-1-form .wpcf7-text {
	border-color: currentColor;
	color: #8b8b8b;
	background: transparent;
}

.wpcf7 .demo-1-form .wpcf7-text:focus {
	color: #fff;
}

.wpcf7 .demo-1-form .wpcf7-submit {
	border: unset;
	height: 56px;
	color: #fff;
}

.wpcf7 .demo-1-form [role='alert'] {
	display: inline-block !important;
	color: #fff;
}

@media (min-width:768px) {
	.wpcf7 .demo-1-form .tpc_col-5 {
		width: 37%;
	}
	
	.wpcf7 .demo-1-form .tpc_col-2 {
		width: 24%;
	}
}

.tpc-carousel {
	position: relative;
	z-index: 1;
}

.tpc-carousel .slick-slider {
	display: block;
	-webkit-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tpc-carousel .slick-list {
	display: block;
	position: relative;
	z-index: 1;
}

.tpc-carousel .slick-track {
	position: relative;
	z-index: 1;
}

.tpc-carousel .slick-track:after {
	content: "";
	display: table;
	clear: both;
}

.tpc-carousel .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	cursor: pointer;
}

.tpc-carousel .slick-slide.dragging img {
	pointer-events: none;
}

.tpc-carousel .slick-slide[aria-hidden='true'] {
	box-shadow: 0 0 transparent !important;
}

.tpc-carousel .slick-loading .slick-track, .tpc-carousel .slick-loading .slick-slide {
	visibility: hidden;
}

.tpc-pagination {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 30px;
	list-style: none;
	clear: both;
}

.tpc-pagination .page, .tpc-pagination .post-page-numbers {
	display: inline-block;
	margin: 0;
	line-height: 1;
}

.tpc-pagination .page:not(:last-child), .tpc-pagination .post-page-numbers:not(:last-child) {
	margin-right: 8px;
}

.tpc-pagination .page .page-numbers, .tpc-pagination .page .post-page-link, .tpc-pagination .post-page-numbers .page-numbers, .tpc-pagination .post-page-numbers .post-page-link {
	display: inline-block;
	position: relative;
	z-index: 1;
	height: 35px;
	min-width: 20px;
	padding: 0 5px;
	font-size: 14px;
	line-height: 35px;
	font-weight: 600;
	text-align: center;
	color: var(--lmsmart-content-color);
	vertical-align: middle;
	transition: .4s;
	border: 1px solid #e5e5e5;
	width: 35px;
	border-radius: 100px;
}

.tpc-pagination .page .page-numbers i, .tpc-pagination .page .post-page-link i, .tpc-pagination .post-page-numbers .page-numbers i, .tpc-pagination .post-page-numbers .post-page-link i {
	font-size: .65em;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-1px);
	transition: all .4s, color 0s;
}

.tpc-pagination .page span.current, .tpc-pagination .post-page-numbers span.current {
	display: block;
	text-align: center;
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	border: 0;
	border-radius: 100px;
	color: inherit;
	padding: 0 5px;
}

.tpc-pagination .page .page-numbers:hover {
	color: var(--lmsmart-primary-color);
}

.tpc-pagination .page .page-numbers.current {
	color: #fff;
}

.tpc-pagination .page:first-child, .tpc-pagination .post-page-numbers:first-child {
	margin-left: 0;
}

.tpc-pagination .page:last-child, .tpc-pagination .post-page-numbers:last-child {
	margin-right: 0;
}

.tpc-pagination .page-numbers.dots, .tpc-pagination .post-page-numbers.dots {
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
}

.blog-post_content .tpc-pagination {
	padding-bottom: 0;
	margin-bottom: -10px;
	margin-top: 20px;
}

.blog-post_content .tpc-pagination .post-page-link {
	min-width: unset;
	height: 30px;
	width: 30px;
	font-size: 14px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 0 0;
}

.tpc-paginate_links {
	margin-top: 40px;
}

.tpc-paginate_links .page-numbers {
	margin-right: 5px;
}

.tpc-paginate_links .page-numbers.current {
	display: inline-block;
	text-align: center;
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	border: 0;
	border-radius: 100px;
	color: inherit;
	color: #fff;
	background: var(--lmsmart-primary-color);
}

.tpc-paginate_links .page-numbers {
	display: inline-block;
	position: relative;
	z-index: 1;
	height: 35px;
	min-width: 20px;
	font-size: 14px;
	line-height: 35px;
	font-weight: 600;
	text-align: center;
	color: var(--lmsmart-content-color);
	vertical-align: middle;
	transition: .4s;
	border: 1px solid #e5e5e5;
	width: 35px;
	border-radius: 100px;
}

.tpc-paginate_links .page-numbers i {
	font-size: .65em;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-1px);
	transition: all .4s, color 0s;
}

.load_more_wrapper {
	position: relative;
	z-index: 1;
	text-align: center;
}

.load_more_wrapper .button_wrapper:hover .load_more_item {
	transform: translate(0);
}

.load_more_wrapper .button_wrapper {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}

.load_more_wrapper .load_more_item {
	position: relative;
	display: inline-block;
	margin: 0;
	border-radius: 5px;
	padding: 18px 40px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: var(--lmsmart-header-font-weight);
	height: 56px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	transition: .4s;
}

.load_more_wrapper .load_more_item:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -8px;
	font-family: "Font Awesome 5 Free";
	line-height: 1;
	font-size: 16px;
	color: #fff;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	transition: all .4s, color 0s;
	animation: rotating 2s linear infinite;
}

.load_more_wrapper .load_more_item span {
	position: relative;
	z-index: 1;
}

.load_more_wrapper .load_more_item.loading:before {
	color: inherit;
	opacity: 1;
}

.load_more_wrapper .load_more_item.loading span {
	opacity: 0;
}

.load_more_wrapper .load_more_item.full_width_btn .load_more_item {
	width: 100%;
}

.load_more_wrapper .load_more_item:hover:after {
	animation-play-state: running;
}

@keyframes rotating {
	0% {
		transform: rotate(0turn);
	}
	
	100% {
		transform: rotate(1turn);
	}
}

#scroll_up {
	position: fixed;
	z-index: 20;
	right: 20px;
	bottom: 20px;
	border-radius: 100px;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	transform: translateX(130%);
	transition: .4s;
}

#scroll_up:not(:empty) {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 50px;
	height: 50px;
	padding: 5px;
	line-height: 1;
	font-weight: var(--lmsmart-header-font-weight);
	word-break: break-all;
}

#scroll_up:empty {
	width: 46px;
	height: 46px;
}

#scroll_up:empty:after {
	content: "";
	display: inline-block;
	font-family: "flaticon";
	font-size: 17px;
	line-height: 45px;
	font-weight: var(--lmsmart-header-font-weight);
	transform: translateY(0) rotate(90deg);
}

#scroll_up:empty:hover:after {
	animation: scroll_up_anim 1.5s infinite;
}

#scroll_up.active {
	opacity: 1;
	transform: translateY(0);
}

@keyframes scroll_up_anim {
	0% {
		transform: translateY(0) rotate(90deg);
	}
	
	50% {
		transform: translateY(2px) rotate(90deg);
	}
	
	100% {
		transform: translateY(0) rotate(90deg);
	}
}

.tpc-container rs-module [class*="fab fa-"], .tpc-container .rb-modal-wrapper [class*="fab fa-"], .tpc-container #rs_overview [class*="fab fa-"], .tpc-container #objectlibrary [class*="fab fa-"], .tpc-container #waitaminute [class*="fab fa-"], .tpc-container #rs_overview_menu [class*="fab fa-"], .tpc-container #builderView [class*="fab fa-"] {
	font-weight: 400;
	font-family: "Font Awesome 5 Brands";
}

.tpc-container rs-module [class*="fab fa-"]:before, .tpc-container .rb-modal-wrapper [class*="fab fa-"]:before, .tpc-container #rs_overview [class*="fab fa-"]:before, .tpc-container #objectlibrary [class*="fab fa-"]:before, .tpc-container #waitaminute [class*="fab fa-"]:before, .tpc-container #rs_overview_menu [class*="fab fa-"]:before, .tpc-container #builderView [class*="fab fa-"]:before {
	font-family: "Font Awesome 5 Brands";
	font-weight: inherit;
}

.tpc-container rs-module [class*="far fa-"], .tpc-container rs-module [class*="fal fa-"], .tpc-container rs-module [class*="fas fa-"], .tpc-container .rb-modal-wrapper [class*="far fa-"], .tpc-container .rb-modal-wrapper [class*="fal fa-"], .tpc-container .rb-modal-wrapper [class*="fas fa-"], .tpc-container #rs_overview [class*="far fa-"], .tpc-container #rs_overview [class*="fal fa-"], .tpc-container #rs_overview [class*="fas fa-"], .tpc-container #objectlibrary [class*="far fa-"], .tpc-container #objectlibrary [class*="fal fa-"], .tpc-container #objectlibrary [class*="fas fa-"], .tpc-container #waitaminute [class*="far fa-"], .tpc-container #waitaminute [class*="fal fa-"], .tpc-container #waitaminute [class*="fas fa-"], .tpc-container #rs_overview_menu [class*="far fa-"], .tpc-container #rs_overview_menu [class*="fal fa-"], .tpc-container #rs_overview_menu [class*="fas fa-"], .tpc-container #builderView [class*="far fa-"], .tpc-container #builderView [class*="fal fa-"], .tpc-container #builderView [class*="fas fa-"] {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.tpc-container rs-module [class*="far fa-"]:before, .tpc-container rs-module [class*="fal fa-"]:before, .tpc-container rs-module [class*="fas fa-"]:before, .tpc-container .rb-modal-wrapper [class*="far fa-"]:before, .tpc-container .rb-modal-wrapper [class*="fal fa-"]:before, .tpc-container .rb-modal-wrapper [class*="fas fa-"]:before, .tpc-container #rs_overview [class*="far fa-"]:before, .tpc-container #rs_overview [class*="fal fa-"]:before, .tpc-container #rs_overview [class*="fas fa-"]:before, .tpc-container #objectlibrary [class*="far fa-"]:before, .tpc-container #objectlibrary [class*="fal fa-"]:before, .tpc-container #objectlibrary [class*="fas fa-"]:before, .tpc-container #waitaminute [class*="far fa-"]:before, .tpc-container #waitaminute [class*="fal fa-"]:before, .tpc-container #waitaminute [class*="fas fa-"]:before, .tpc-container #rs_overview_menu [class*="far fa-"]:before, .tpc-container #rs_overview_menu [class*="fal fa-"]:before, .tpc-container #rs_overview_menu [class*="fas fa-"]:before, .tpc-container #builderView [class*="far fa-"]:before, .tpc-container #builderView [class*="fal fa-"]:before, .tpc-container #builderView [class*="fas fa-"]:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.tpc-container rs-module [class*="far fa-"], .tpc-container .rb-modal-wrapper [class*="far fa-"], .tpc-container #rs_overview [class*="far fa-"], .tpc-container #objectlibrary [class*="far fa-"], .tpc-container #waitaminute [class*="far fa-"], .tpc-container #rs_overview_menu [class*="far fa-"], .tpc-container #builderView [class*="far fa-"] {
	font-weight: 900;
}

.tpc-container rs-module [class*="far fa-"]:before, .tpc-container .rb-modal-wrapper [class*="far fa-"]:before, .tpc-container #rs_overview [class*="far fa-"]:before, .tpc-container #objectlibrary [class*="far fa-"]:before, .tpc-container #waitaminute [class*="far fa-"]:before, .tpc-container #rs_overview_menu [class*="far fa-"]:before, .tpc-container #builderView [class*="far fa-"]:before {
	font-weight: 900;
}

.tpc-container .rev_slider_button {
	transition: all .4s;
}

rs-module input[type='text'], rs-module input[type='url'], rs-module input[type='search'], rs-module input[type='email'], rs-module input[type='password'], rs-module input[type='tel'], rs-module input[type='time'], rs-module select, rs-module textarea {
	margin-bottom: 20px;
}

.title-wrapper .title:after {
	content: "";
	width: 25px;
	height: 2px;
	display: inline-block;
	position: relative;
	top: -5px;
	background: var(--lmsmart-primary-color);
	margin-left: 15px;
}

.widget .wp-block-group__inner-container h2:after {
	content: "";
	width: 25px;
	height: 2px;
	display: inline-block;
	position: relative;
	top: 12px;
	background: var(--lmsmart-primary-color);
	margin-left: 15px;
}

.widget {
	position: relative;
	margin-bottom: 30px;
}

.widget:not(:first-child) {
	padding-top: 25px;
}

.widget:last-child {
	margin-bottom: 40px;
}

.widget .title-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: -.4em 0 23px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: var(--lmsmart-header-font-weight);
	position: relative;
}

.widget .wp-block-group__inner-container h2 {
	display: flex;
	flex-wrap: wrap;
	margin: -.4em 0 23px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: var(--lmsmart-header-font-weight);
	position: relative;
}

.widget .title-wrapper .rsswidget img {
	margin-top: 2px;
}

.widget ul li {
	font-size: 16px;
	line-height: 37px;
	font-weight: 400;
	transition: .3s;
}

.widget ul li a {
	color: inherit;
}

.widget>ul {
	margin-top: -6px;
	margin-bottom: -18px;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.widget>ul>li li, .widget>div>ul>li li {
	padding-left: 15px;
}

.widget ul li a {
	display: flex;
}

.widget ul li a .post_count {
	margin-left: auto;
	align-self: flex-start;
	margin-top: 4px;
	transition: inherit;
	height: 26px;
	line-height: 26px;
	min-width: 26px;
	padding: 1px 3px 0;
	color: #496285;
	font-size: 14px;
	font-weight: var(--lmsmart-header-font-weight);
	background-color: #e4f2f8;
	border-radius: 100px;
	text-align: center;
}

.widget ul li a:hover .post_count {
	color: #fff;
}

.widget_layered_nav .title-wrapper+ul, .widget_categories .title-wrapper+ul, .widget_product_categories .title-wrapper+ul {
	margin-top: -7px;
}

.widget_layered_nav ul, .widget_categories ul, .widget_product_categories ul {
	position: relative;
}

.widget_product_categories ul li img {
	margin-right: 13px;
}

.widget_recent_entries .title-wrapper+ul {
	margin-top: -7px;
}

.widget_recent_entries>ul {
	margin-bottom: -12px;
}

.widget_recent_entries>ul>li>a:before {
	content: "";
	font-family: "Flaticon";
	font-size: .8em;
	padding-right: 1em;
	color: #8fa0b3;
	transition: inherit;
}

.widget_recent_entries ul li .post-date {
	display: block;
	text-align: right;
	font-size: .8em;
}

.widget_recent_entries ul li:after {
	content: "";
	display: table;
	clear: both;
}

.widget_recent_entries ul li a {
	display: block;
}

.widget_tag_cloud {
	padding-bottom: 10px;
}

.widget_tag_cloud .tagcloud {
	margin-bottom: -21px;
	font-size: 14px;
}

.widget_media_gallery .title-wrapper {
	margin-bottom: 17px;
}

.widget_rss .title-wrapper+ul {
	margin-top: -10px;
}

.widget_rss .title-wrapper>a {
	position: relative;
	margin-bottom: 12px;
	padding-bottom: 12px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: .01em;
}

.widget_rss .title-wrapper>a img {
	display: none;
}

.widget_rss>ul {
	margin-bottom: -11px;
}

.widget_rss ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.widget_rss li {
	padding: 27px 0 0 0;
}

.widget_rss li:first-child {
	padding-top: 0;
}

.widget_rss li .rsswidget {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.widget_rss li .rss-date {
	display: block;
	margin: -7px 0 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	font-style: normal;
	text-transform: uppercase;
}

.widget_rss li .rssSummary {
	line-height: 30px;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 8px;
}

.widget_rss li cite {
	display: block;
	position: relative;
	margin-top: 0;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	font-weight: 600;
}

.widget_rss li cite:before {
	content: "–";
	margin-right: 5px;
}

.widget_text .textwidget {
	margin-top: -7px;
}

.wp-block-rss {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-weight: 600;
}

.wp-block-rss a {
	color: inherit;
}

.wp-block-archives-dropdown {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}

.wp-block-archives-dropdown select {
	height: 55px;
}

@media (min-width:380px) {
	.wp-block-archives-dropdown select {
		min-width: 270px;
	}
}

.blog-post.format-no_featured .wp-block-calendar tbody {
	background: #fff;
}

.widget_comments>ul>li:before, .widget_meta>ul>li:before, .widget_archive>ul>li:before, .widget_recent_comments>ul>li:before, ul.wp-block-archives>li:before {
	font-family: flaticon;
	transition: inherit;
}

.widget_archive ul, .widget_recent_entries ul, .widget_categories ul, .widget_product_categories ul, .widget_meta ul, ul.wp-block-archives {
	list-style: none;
}

.widget_archive ul ul, .widget_recent_entries ul ul, .widget_categories ul ul, .widget_product_categories ul ul, .widget_meta ul ul, ul.wp-block-archives ul {
	margin: 0;
	padding: 0;
}

.widget_archive ul li ul li:last-child, .widget_recent_entries ul li ul li:last-child, .widget_categories ul li ul li:last-child, .widget_product_categories ul li ul li:last-child, .widget_meta ul li ul li:last-child, ul.wp-block-archives li ul li:last-child {
	border-bottom: 0;
}

.widget_categories ul li img, .widget_product_categories ul li img, .widget_meta ul li img, .widget_archive ul li img, ul.wp-block-archives li img {
	max-width: 40px;
	margin-top: -4px;
	margin-right: 5px;
	vertical-align: middle;
}

.widget_categories ul li ul li img, .widget_product_categories ul li ul li img, .widget_meta ul li ul li img, .widget_archive ul li ul li img, ul.wp-block-archives li ul li img {
	display: none;
}

.widget_categories>ul, .widget_product_categories>ul, .widget_archive>ul, ul.wp-block-archives {
	margin-bottom: 0;
}

.widget_categories>ul li, .widget_product_categories>ul li, .widget_archive>ul li, ul.wp-block-archives li {
	padding: 0;
}

.widget_categories>ul li a, .widget_product_categories>ul li a, .widget_archive>ul li a, ul.wp-block-archives li a {
	margin: 6px 0;
}

.widget_categories>ul li:not(:last-child), .widget_product_categories>ul li:not(:last-child), .widget_archive>ul li:not(:last-child), ul.wp-block-archives li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.widget_categories>ul li li:first-of-type, .widget_product_categories>ul li li:first-of-type, .widget_archive>ul li li:first-of-type, ul.wp-block-archives li li:first-of-type {
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.widget_categories>ul>li, .widget_product_categories>ul>li, .widget_archive>ul>li, ul.wp-block-archives>li {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

ul.wp-block-archives {
	margin-left: 0;
	padding-left: 0;
}

ul.wp-block-archives li {
	font-size: 16px;
	line-height: 37px;
	font-weight: 600;
}

ul.wp-block-archives li a {
	display: flex;
}

ul.wp-block-archives li a:hover .post_count {
	color: #fff;
}

ul.wp-block-archives li .post_count {
	margin-left: auto;
	align-self: flex-start;
	margin-top: 8px;
	transition: inherit;
	height: 20px;
	line-height: 20px;
	min-width: 26px;
	padding: 1px 3px 0;
	color: #496285;
	font-size: 14px;
	font-weight: var(--lmsmart-header-font-weight);
	background-color: #e4f2f8;
	border-radius: 5px;
	text-align: center;
}

.widget_meta.widget .title-wrapper+ul {
	margin-top: -7px;
}

.widget_meta.widget>ul {
	margin-bottom: -13px;
}

.widget_meta.widget>ul li a {
	display: block;
}

.widget_meta.widget>ul li a:before {
	content: "";
	font-family: flaticon;
	font-size: .8em;
	padding-right: 1em;
	color: #8fa0b3;
	transition: inherit;
}

.widget_meta.widget>ul li a:not(:hover):before {
	color: #8fa0b3;
}

.widget_recent_comments .title-wrapper+ul {
	margin-top: -9px;
}

.widget_recent_comments>ul {
	margin-bottom: -6px;
	list-style: none;
}

.widget_recent_comments>ul>li:before {
	content: "";
	font-size: .8em;
	padding-right: 1em;
}

.widget_recent_comments>ul>li:not(:hover):before {
	color: #8fa0b3;
}

.widget_recent_comments ul li {
	padding: 10px 0;
	line-height: 1.38;
}

.widget_recent_comments a {
	display: inline !important;
}

.widget_recent_comments a[rel~='external'] {
	text-decoration: underline;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	font-weight: 600;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
	color: inherit;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
	font-size: 13px;
	text-transform: uppercase;
}

.wp-block-latest-comments__comment {
	line-height: 1.5;
	list-style: none;
	margin-bottom: 0;
}

.widget .wp-block-latest-comments__comment:before {
	top: 19px;
	position: relative;
}

.widget .wp-block-latest-comments__comment article {
	padding-left: 3px;
	position: relative;
	top: -6px;
}

.widget_recent_comments>ul>li:not(:hover):before {
	color: #8fa0b3;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	text-transform: uppercase;
	line-height: 24px;
	margin-top: 5px;
}

ul.wp-block-latest-posts {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.wp-block-latest-posts li {
	padding-left: 0;
}

ul.wp-block-latest-posts li:not(:first-child) {
	margin-top: 22px;
}

ul.wp-block-latest-posts li a {
	display: block;
	font-size: inherit;
	line-height: 24px;
	font-weight: 600;
	color: inherit;
}

ul.wp-block-latest-posts li a:before {
	content: "";
	font-family: "Flaticon";
	font-size: .8em;
	padding-right: 1em;
	color: #8fa0b3;
	transition: inherit;
	display: inline-block;
	transform: translateY(-1px);
}

ul.wp-block-latest-posts.is-grid li {
	margin: 0 20px 20px 0;
}

ul.wp-block-categories.wp-block-categories-list, ul.wp-block-categories.wp-block-categories-list ul {
	list-style: none;
}

ul.wp-block-categories.wp-block-categories-list li {
	padding-left: 0;
	font-size: 18px;
}

ul.wp-block-categories.wp-block-categories-list li:before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: -21px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.widget ul.wp-block-categories.wp-block-categories-list li:before {
	display: block;
	top: 0;
	left: -20px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	font-weight: 400;
	content: "";
	font-family: Flaticon;
	font-size: 10px;
	transition: background-color .3s;
}

ul.wp-block-categories.wp-block-categories-list li a {
	color: inherit;
	display: inline-block;
	font-size: 16px;
	line-height: 36px;
	font-weight: inherit;
}

ul.wp-block-categories.wp-block-categories-list li .post_count {
	display: inline-block;
	margin-left: 5px;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	color: #b7b7b7;
	box-sizing: border-box;
	transition: .15s;
}

ul.wp-block-categories.wp-block-categories-list li img {
	max-width: 40px;
	margin-top: -4px;
	margin-right: 15px;
	vertical-align: middle;
}

ul.wp-block-categories.wp-block-categories-list ul a {
	font-size: 16px;
	padding: 0;
}

ul.wp-block-categories.wp-block-categories-list>li li {
	line-height: 30px;
}

ul.wp-block-categories.wp-block-categories-list>li>ul {
	margin-top: -3px;
}

aside .widget_archive ul li a, footer .widget_archive ul li a {
	display: flex;
}

aside .widget_archive ul li a .post_count, footer .widget_archive ul li a .post_count {
	margin-left: auto;
	align-self: flex-start;
	margin-top: 8px;
	transition: inherit;
	height: 20px;
	line-height: 20px;
	min-width: 26px;
	padding: 1px 3px 0;
	color: #496285;
	font-size: 14px;
	font-weight: var(--lmsmart-header-font-weight);
	background-color: #e4f2f8;
	border-radius: 5px;
	text-align: center;
}

aside .widget_archive ul li a:hover .post_count, footer .widget_archive ul li a:hover .post_count {
	color: #fff;
}

aside .select__field, footer .select__field {
	margin-bottom: 0;
}

aside .widget_calendar, footer .widget_calendar {
	margin-bottom: -23px;
}

.widget.lmsmart_widget.widget_search {
	background: transparent;
}

body .widget_search:not(:first-child), body .widget_product_search:not(:first-child) {
	padding-top: 48px;
}

body .widget_search .search-form, body .widget_search .woocommerce-product-search, body .widget_product_search .search-form, body .widget_product_search .woocommerce-product-search {
	position: relative;
	z-index: 1;
	margin-bottom: 1px;
}

body .widget_search .search-form .search-field, body .widget_search .woocommerce-product-search .search-field, body .widget_product_search .search-form .search-field, body .widget_product_search .woocommerce-product-search .search-field {
	width: 100%;
	height: 50px;
	margin-bottom: 0;
	padding-right: 50px;
	font-weight: var(--lmsmart-header-font-weight);
	outline: none;
	overflow: hidden;
	background: #f6f7f9;
}

body .widget_search .search-form .search-field::placeholder, body .widget_search .woocommerce-product-search .search-field::placeholder, body .widget_product_search .search-form .search-field::placeholder, body .widget_product_search .woocommerce-product-search .search-field::placeholder {
	font-size: 13px;
	font-weight: var(--lmsmart-header-font-weight);
	outline: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	transition: .4s;
}

body .widget_search .search-form .search-field:focus::placeholder, body .widget_search .search-form .search-field:active::placeholder, body .widget_search .woocommerce-product-search .search-field:focus::placeholder, body .widget_search .woocommerce-product-search .search-field:active::placeholder, body .widget_product_search .search-form .search-field:focus::placeholder, body .widget_product_search .search-form .search-field:active::placeholder, body .widget_product_search .woocommerce-product-search .search-field:focus::placeholder, body .widget_product_search .woocommerce-product-search .search-field:active::placeholder {
	opacity: 0;
}

body .widget_search .search-form .search-button, body .widget_search .woocommerce-product-search .search-button, body .widget_product_search .search-form .search-button, body .widget_product_search .woocommerce-product-search .search-button {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 50px;
	top: 0;
	right: 0;
	margin: 0;
	border: none;
	outline: none;
	padding: 0;
	font-size: 0;
	background: transparent;
	box-shadow: none;
	opacity: 0;
	cursor: pointer;
}

body .widget_search .search-form .search-button:focus, body .widget_search .search-form .search-button:active, body .widget_search .woocommerce-product-search .search-button:focus, body .widget_search .woocommerce-product-search .search-button:active, body .widget_product_search .search-form .search-button:focus, body .widget_product_search .search-form .search-button:active, body .widget_product_search .woocommerce-product-search .search-button:focus, body .widget_product_search .woocommerce-product-search .search-button:active {
	box-shadow: none;
	background: transparent;
}

body .widget_search .search-form .search__icon, body .widget_search .woocommerce-product-search .search__icon, body .widget_product_search .search-form .search__icon, body .widget_product_search .woocommerce-product-search .search__icon {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 50px;
	font-weight: var(--lmsmart-header-font-weight);
	font-style: normal;
	text-align: center;
	transform: translate(0, 0);
	opacity: 1;
	transition: .4s;
}

body .widget_search .search-form .search-button:hover~.search__icon, body .widget_search .woocommerce-product-search .search-button:hover~.search__icon, body .widget_product_search .search-form .search-button:hover~.search__icon, body .widget_product_search .woocommerce-product-search .search-button:hover~.search__icon {
	color: #fff;
}

.widget input.wp-block-search__input {
	width: 100%;
	height: 51px;
	margin-bottom: 0;
	outline: none;
	overflow: hidden;
	border: 1px solid #d6d5d7;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.widget .wp-block-search .wp-block-search__button {
	font-size: 18px;
	background: transparent;
	border: 0;
	padding: 13px 15px !important;
	color: #fff;
	margin-left: 0;
	word-break: normal;
	line-height: 27px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 0;
	border: 1px solid #f6f7f9;
	border-radius: 5px;
}

.widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	padding: 0 20px;
}

.widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	background: #f6f7f9;
}

.wp-block-search .wp-block-search__buttonsvg path {
	transition: .4s;
}

.wp-block-search .wp-block-search__button:hover svg path {
	fill: var(--lmsmart-primary-color);
	transition: .4s;
}

.recent-posts-widget {
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.widget ul.recent-posts-widget li {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
}

.widget ul.recent-posts-widget li:last-child {
	border-bottom: none;
}

.recent-posts-widget li {
	padding: 0;
	line-height: inherit;
}

.recent-posts-widget li img {
	min-width: 72px;
	width: 72px;
}

.recent-posts-widget li:not(:first-child) {
	margin-top: 29px;
}

.recent-posts-widget .recent-posts-image_wrapper {
	margin: 1px 19px 0 0;
}

.recent-posts-widget .recent-posts-image_wrapper img {
	border-radius: 10px;
}

.recent-posts-widget .meta-data {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: -3px;
}

.recent-posts-widget .meta-data span {
	font-weight: 400;
	line-height: 24px;
	font-size: 15px;
}

.recent-posts-widget .recent-posts-content_wrapper {
	width: calc(100% - 20px);
	align-self: center;
}

.recent-posts-widget .recent-post-content {
	margin-top: 3px;
	font-size: .9rem;
	line-height: 1.8;
}

.recent-posts-widget .post__title {
	font-size: 16px;
	line-height: 24px;
	font-weight: var(--lmsmart-header-font-weight);
	transition: .4s;
	margin-top: -3px;
}

.recent-posts-widget .counter_posts {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 24px;
	text-align: center;
	border: 3px solid #fafafa;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	margin-left: -13px;
	margin-top: -15px;
}

.widget_rt_posts .recent-posts-widget {
	margin-top: 0;
	margin-bottom: -7px;
}

.tagcloud, .wp-block-tag-cloud {}

.tagcloud a, .wp-block-tag-cloud a {
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 6px 11px;
	font-size: inherit !important;
	line-height: 1.2;
	font-weight: 400;
	background: #f6f7f9;
	color: #3a506e;
	transition: .4s;
}

.tagcloud a:not(:last-child), .wp-block-tag-cloud a:not(:last-child) {
	margin-right: 6px;
}

.tagcloud a:hover, .wp-block-tag-cloud a:hover {
	color: #fff;
}

.wp-block-tag-cloud {
	font-size: 14px;
}

.blog-posts-list .wp-block-tag-cloud a {
	background: #fff;
}

.widget_nav_menu .menu, .widget_nav_menu>ul, .widget_pages .menu, .widget_pages>ul {
	margin-top: -7px;
	margin-left: 0;
	padding-left: 0;
}

.widget_nav_menu .menu, .widget_nav_menu .menu ul, .widget_nav_menu>ul, .widget_nav_menu>ul ul, .widget_pages .menu, .widget_pages .menu ul, .widget_pages>ul, .widget_pages>ul ul {
	list-style: none;
}

.widget_nav_menu .menu a, .widget_nav_menu>ul a, .widget_pages .menu a, .widget_pages>ul a {
	display: block;
	position: relative;
	padding-left: 20px;
}

.widget_nav_menu .menu a:before, .widget_nav_menu>ul a:before, .widget_pages .menu a:before, .widget_pages>ul a:before {
	position: absolute;
	left: 0;
	font-weight: 400;
	content: "";
	font-family: Flaticon;
	font-size: 10px;
	transition: background-color .3s;
}

.widget_nav_menu>ul a:hover:before, .widget_pages .menu a:hover:before {
	background-color: currentColor;
}

.widget_nav_menu .menu .sub-menu, .widget_nav_menu .menu .children, .widget_nav_menu>ul .sub-menu, .widget_nav_menu>ul .children, .widget_pages .menu .sub-menu, .widget_pages .menu .children, .widget_pages>ul .sub-menu, .widget_pages>ul .children {
	margin-left: 0;
	padding-left: 0;
}

.widget_nav_menu .menu .sub-menu li, .widget_nav_menu .menu .children li, .widget_nav_menu>ul .sub-menu li, .widget_nav_menu>ul .children li, .widget_pages .menu .sub-menu li, .widget_pages .menu .children li, .widget_pages>ul .sub-menu li, .widget_pages>ul .children li {
	margin-left: 0;
}

.widget_nav_menu .menu>.menu-item-has-children .sub-menu .menu-item-has-children, .widget_nav_menu .menu>.menu-item-has-children .sub-menu .page_item_has_children, .widget_nav_menu .menu>.menu-item-has-children .children .menu-item-has-children, .widget_nav_menu .menu>.menu-item-has-children .children .page_item_has_children, .widget_nav_menu .menu>.page_item_has_children .sub-menu .menu-item-has-children, .widget_nav_menu .menu>.page_item_has_children .sub-menu .page_item_has_children, .widget_nav_menu .menu>.page_item_has_children .children .menu-item-has-children, .widget_nav_menu .menu>.page_item_has_children .children .page_item_has_children, .widget_nav_menu>ul>.menu-item-has-children .sub-menu .menu-item-has-children, .widget_nav_menu>ul>.menu-item-has-children .sub-menu .page_item_has_children, .widget_nav_menu>ul>.menu-item-has-children .children .menu-item-has-children, .widget_nav_menu>ul>.menu-item-has-children .children .page_item_has_children, .widget_nav_menu>ul>.page_item_has_children .sub-menu .menu-item-has-children, .widget_nav_menu>ul>.page_item_has_children .sub-menu .page_item_has_children, .widget_nav_menu>ul>.page_item_has_children .children .menu-item-has-children, .widget_nav_menu>ul>.page_item_has_children .children .page_item_has_children, .widget_pages .menu>.menu-item-has-children .sub-menu .menu-item-has-children, .widget_pages .menu>.menu-item-has-children .sub-menu .page_item_has_children, .widget_pages .menu>.menu-item-has-children .children .menu-item-has-children, .widget_pages .menu>.menu-item-has-children .children .page_item_has_children, .widget_pages .menu>.page_item_has_children .sub-menu .menu-item-has-children, .widget_pages .menu>.page_item_has_children .sub-menu .page_item_has_children, .widget_pages .menu>.page_item_has_children .children .menu-item-has-children, .widget_pages .menu>.page_item_has_children .children .page_item_has_children, .widget_pages>ul>.menu-item-has-children .sub-menu .menu-item-has-children, .widget_pages>ul>.menu-item-has-children .sub-menu .page_item_has_children, .widget_pages>ul>.menu-item-has-children .children .menu-item-has-children, .widget_pages>ul>.menu-item-has-children .children .page_item_has_children, .widget_pages>ul>.page_item_has_children .sub-menu .menu-item-has-children, .widget_pages>ul>.page_item_has_children .sub-menu .page_item_has_children, .widget_pages>ul>.page_item_has_children .children .menu-item-has-children, .widget_pages>ul>.page_item_has_children .children .page_item_has_children {
	padding-bottom: 0;
}

.widget_nav_menu .menu>.menu-item-has-children .sub-menu .menu-item-has-children>a, .widget_nav_menu .menu>.menu-item-has-children .sub-menu .page_item_has_children>a, .widget_nav_menu .menu>.menu-item-has-children .children .menu-item-has-children>a, .widget_nav_menu .menu>.menu-item-has-children .children .page_item_has_children>a, .widget_nav_menu .menu>.page_item_has_children .sub-menu .menu-item-has-children>a, .widget_nav_menu .menu>.page_item_has_children .sub-menu .page_item_has_children>a, .widget_nav_menu .menu>.page_item_has_children .children .menu-item-has-children>a, .widget_nav_menu .menu>.page_item_has_children .children .page_item_has_children>a, .widget_nav_menu>ul>.menu-item-has-children .sub-menu .menu-item-has-children>a, .widget_nav_menu>ul>.menu-item-has-children .sub-menu .page_item_has_children>a, .widget_nav_menu>ul>.menu-item-has-children .children .menu-item-has-children>a, .widget_nav_menu>ul>.menu-item-has-children .children .page_item_has_children>a, .widget_nav_menu>ul>.page_item_has_children .sub-menu .menu-item-has-children>a, .widget_nav_menu>ul>.page_item_has_children .sub-menu .page_item_has_children>a, .widget_nav_menu>ul>.page_item_has_children .children .menu-item-has-children>a, .widget_nav_menu>ul>.page_item_has_children .children .page_item_has_children>a, .widget_pages .menu>.menu-item-has-children .sub-menu .menu-item-has-children>a, .widget_pages .menu>.menu-item-has-children .sub-menu .page_item_has_children>a, .widget_pages .menu>.menu-item-has-children .children .menu-item-has-children>a, .widget_pages .menu>.menu-item-has-children .children .page_item_has_children>a, .widget_pages .menu>.page_item_has_children .sub-menu .menu-item-has-children>a, .widget_pages .menu>.page_item_has_children .sub-menu .page_item_has_children>a, .widget_pages .menu>.page_item_has_children .children .menu-item-has-children>a, .widget_pages .menu>.page_item_has_children .children .page_item_has_children>a, .widget_pages>ul>.menu-item-has-children .sub-menu .menu-item-has-children>a, .widget_pages>ul>.menu-item-has-children .sub-menu .page_item_has_children>a, .widget_pages>ul>.menu-item-has-children .children .menu-item-has-children>a, .widget_pages>ul>.menu-item-has-children .children .page_item_has_children>a, .widget_pages>ul>.page_item_has_children .sub-menu .menu-item-has-children>a, .widget_pages>ul>.page_item_has_children .sub-menu .page_item_has_children>a, .widget_pages>ul>.page_item_has_children .children .menu-item-has-children>a, .widget_pages>ul>.page_item_has_children .children .page_item_has_children>a {
	display: block;
}

.widget_nav_menu .current-menu-item>a:before, .widget_pages .current-menu-item>a:before {
	color: inherit;
}

.author-widget_wrapper {
	position: relative;
	padding: 0;
	text-align: center;
	margin-bottom: -1px;
}

.author-widget_wrapper>h4+.author-widget_social, .author-widget_wrapper>p+.author-widget_social {
	margin-top: 11px;
}

.author-widget_img-wrapper {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 171px;
	height: 171px;
	border-radius: 171px;
	border: 5px solid currentColor;
}

.author-widget_img-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 0 10px 3px currentColor, 0 0 10px 3px currentColor;
	border-radius: inherit;
	transform: translate(11px, 9px);
	opacity: .23;
	pointer-events: none;
	z-index: -1;
}

.author-widget_img-wrapper img {
	width: 115px;
	border-radius: 115px;
	margin-top: 23px;
}

.author-widget_title {
	padding: 0 15px 0;
	margin-top: 23px;
	font-size: 22px;
	line-height: 1.5;
}

.author-widget_title span {
	font-size: inherit;
	line-height: inherit;
}

.author-widget_text {
	margin-top: 7px;
	margin-bottom: 0;
	padding: 0 10px;
}

.author-widget_social a {
	display: inline-block;
	position: relative;
	padding-top: 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 13px;
	line-height: 30px;
	font-weight: 400;
	color: #8fa0b3;
	text-align: center;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
}

.author-widget_social a:before {
	display: inline-block;
	transition: unset;
}

.author-widget_social a:hover {
	box-shadow: 5px 4px 13px 0 rgba(0, 0, 0, .12);
}

.author-widget_social a:hover[class$='twitter'] {
	color: #1da1f2;
}

.author-widget_social a:hover[class$='facebook-f'] {
	color: #3b5998;
}

.author-widget_social a:hover[class$='linkedin-in'] {
	color: #007bb5;
}

.author-widget_social a:hover[class$='instagram'] {
	color: #c32aa3;
}

.author-widget_social a:hover[class$='telegram'] {
	color: #08c;
}

.author-widget_social-link {
	margin: 0 5px;
}

.author-widget_img_sign-wrapper {
	position: absolute;
	z-index: -1;
	margin: -44px 0 0 22px;
}

.textwidget p:last-child {
	margin-bottom: 0;
}

.wp-block-search .wp-block-search__button svg {
	fill: var(--lmsmart-primary-color);
	transition: color .3s;
}

.wp-block-search:hover .wp-block-search__button svg {
	fill: var(--lmsmart-secondary-color);
	transition: color .3s;
}

.lmsmart_banner-widget {
	display: block;
	position: relative;
	padding: 0;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 0;
}

.lmsmart_banner-widget:not(:first-child) {
	margin-top: 50px;
}

.lmsmart_banner-widget .banner-widget_img-wrapper {
	display: block;
	margin-bottom: 1px;
	line-height: 0;
}

.lmsmart_banner-widget .banner-widget_text_sub {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	padding: 21px 37px 0;
	color: var(--lmsmart-secondary-color);
}

.lmsmart_banner-widget .banner-widget_text {
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	padding: 15px 37px 20px;
	color: var(--lmsmart-secondary-color);
}

.lmsmart_banner-widget .banner-widget_button {
	display: inline-block;
	position: relative;
	width: auto;
	margin: 6px 20px 35px;
	border-radius: 5px;
	padding: 10px 28px;
	font-size: 14px;
	font-weight: var(--lmsmart-header-font-weight);
	background-color: var(--lmsmart-primary-color);
	color: #fff;
	overflow: hidden;
	transition: .4s;
	line-height: 28px;
}

.lmsmart_banner-widget .banner-widget_button span {
	position: relative;
	z-index: 1;
}

.lmsmart_banner-widget .banner-widget__link {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: inherit;
}

.lmsmart_banner-widget:hover .banner-widget_button {
	border-color: currentColor;
	color: #fff;
	background-color: transparent;
}

.lmsmart_banner-widget:empty {
	display: none;
}

[class*='widget'][class*='media_gallery'] .gallery {
	margin: 10px -5px -5px !important;
}

[class*='widget'][class*='media_gallery'] .gallery-item {
	margin: 0 !important;
}

[class*='widget'][class*='media_gallery'] .gallery-item .gallery-icon {
	position: relative;
	z-index: 1;
	margin: 5px;
}

[class*='widget'][class*='media_gallery'] .gallery-item .gallery-icon>a {
	display: block;
	border-radius: 5px;
}

[class*='widget'][class*='media_gallery'] .gallery-item .gallery-icon a:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .4s;
	background: #fff;
	border-radius: inherit;
}

[class*='widget'][class*='media_gallery'] .gallery-item .gallery-icon a:hover:before {
	opacity: .6;
}

[class*='widget'][class*='media_gallery'] .gallery-item img {
	border: 0 !important;
	border-radius: inherit;
}

[class*='widget'][class*='media_gallery'] .gallery .gallery-caption {
	display: none;
}

body .widget_calendar .calendar_wrap {
	width: 100%;
}

body .widget_calendar .calendar_wrap table td {
	position: relative;
	z-index: 1;
	padding: 4px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

body .widget_calendar .calendar_wrap table td>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}

body .widget_calendar .calendar_wrap table td#today {
	color: #fff;
}

body .widget_calendar .calendar_wrap table tr {
	border: 0;
}

body .widget_calendar .calendar_wrap table th {
	padding: 5px 0;
	font-weight: var(--lmsmart-header-font-weight);
	text-align: center;
}

body .widget_calendar .calendar_wrap table caption {
	font-size: 16px;
	font-weight: var(--lmsmart-header-font-weight);
	padding: 7px;
	color: #fff;
	text-transform: uppercase;
}

body .widget_calendar .calendar_wrap table tfoot {
	display: none;
}

body .widget_calendar .calendar_wrap table td#today:before, body .widget_calendar .calendar_wrap tbody td>a:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .3s;
}

body .widget_calendar .calendar_wrap .wp-calendar-nav {
	margin-bottom: -7px;
}

.footer .calendar_wrap tbody, .footer .calendar_wrap td#today {
	color: inherit;
}

.wp-block-calendar {
	padding-bottom: 20px;
}

.wp-block-calendar tbody td, .wp-block-calendar th {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 4px 0;
	font-size: 14px;
	font-weight: 600;
}

.wp-block-calendar tbody td a, .wp-block-calendar th a {
	color: #fff;
}

.wp-block-calendar tbody td a:before, .wp-block-calendar th a:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .3s;
}

.wp-block-calendar tfoot #next {
	text-align: right;
}

.wp-block-calendar table caption {
	padding: 7px;
	font-size: 16px;
	font-weight: 600;
}

.wp-block-calendar table caption, .wp-block-calendar table #today>a {
	color: #fff;
}

.wp-block-calendar table th {
	padding: 5px 0;
	font-weight: var(--lmsmart-header-font-weight);
	text-align: center;
	background-color: #fff;
}

.wp-block-calendar a {
	text-decoration: none;
}

.widget_calendar .wp-calendar-nav, .wp-block-calendar .wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	font-weight: var(--lmsmart-header-font-weight);
	font-size: 14px;
	line-height: 0;
}

.widget_calendar .wp-calendar-nav span a, .wp-block-calendar .wp-calendar-nav span a {
	display: inline-block;
	margin-top: -1em;
	margin-bottom: 21px;
	line-height: 1;
}

.lmsmart_widget.widget_lp-widget-course-info .lp-course-info-fields {
	margin: 0;
	padding: 0;
}

.lmsmart_widget.widget_lp-widget-course-info .lp-course-info-fields .lp-course-info {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: var(--lmsmart-header-font-weight);
}

.lmsmart_widget.widget_lp-widget-course-info .lp-course-info-fields .lp-course-info label {
	margin-bottom: 0;
	font-size: inherit;
	font-weight: inherit;
	text-transform: uppercase;
}

.lmsmart_widget.widget_lp-widget-course-info .lp-course-info-fields .lp-course-info .lp-label {
	float: none;
	min-width: 25px;
	margin-left: 5px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	padding: 0 3.1px;
	font-size: 14px;
	line-height: 1.7;
	font-weight: var(--lmsmart-header-font-weight);
	color: #494f5f;
	text-align: center;
	background: transparent;
	transition: all .3s, color 0s;
}

.lmsmart_widget.widget_lp-widget-featured-courses .widget-title, .lmsmart_widget.widget_lp-widget-popular-courses .widget-title, .lmsmart_widget.widget_lp-widget-recent-courses .widget-title {
	margin: 0 0 20px;
}

.lmsmart_widget.widget_lp-widget-featured-courses .course-entry, .lmsmart_widget.widget_lp-widget-popular-courses .course-entry, .lmsmart_widget.widget_lp-widget-recent-courses .course-entry {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 30px;
}

.lmsmart_widget.widget_lp-widget-featured-courses .course-entry:last-child, .lmsmart_widget.widget_lp-widget-popular-courses .course-entry:last-child, .lmsmart_widget.widget_lp-widget-recent-courses .course-entry:last-child {
	margin-bottom: 0px;
}

.lmsmart_widget.widget_lp-widget-featured-courses .course-entry .course-cover, .lmsmart_widget.widget_lp-widget-popular-courses .course-entry .course-cover, .lmsmart_widget.widget_lp-widget-recent-courses .course-entry .course-cover {
	flex-shrink: 0;
}

.lmsmart_widget.widget_lp-widget-featured-courses .course-entry .img-placeholder, .lmsmart_widget.widget_lp-widget-popular-courses .course-entry .img-placeholder, .lmsmart_widget.widget_lp-widget-recent-courses .course-entry .img-placeholder {
	display: none;
}

.lmsmart_widget.widget_lp-widget-featured-courses .course-entry img, .lmsmart_widget.widget_lp-widget-popular-courses .course-entry img, .lmsmart_widget.widget_lp-widget-recent-courses .course-entry img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	margin-right: 20px;
	border-radius: 5px;
}

.lmsmart_widget.widget_lp-widget-featured-courses .course-entry .course-detail, .lmsmart_widget.widget_lp-widget-popular-courses .course-entry .course-detail, .lmsmart_widget.widget_lp-widget-recent-courses .course-entry .course-detail {
	margin-top: -2px;
}

.lmsmart_widget.widget_lp-widget-featured-courses .course-entry .course-detail .course-title, .lmsmart_widget.widget_lp-widget-popular-courses .course-entry .course-detail .course-title, .lmsmart_widget.widget_lp-widget-recent-courses .course-entry .course-detail .course-title {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	transition: .3s;
}

.lmsmart_widget.widget_lp-widget-featured-courses .course-entry .course-detail .course-title:hover, .lmsmart_widget.widget_lp-widget-popular-courses .course-entry .course-detail .course-title:hover, .lmsmart_widget.widget_lp-widget-recent-courses .course-entry .course-detail .course-title:hover {
	transition: .3s;
}

.lmsmart_widget.widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data, .lmsmart_widget.widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data, .lmsmart_widget.widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data {
	font-size: 14px;
	line-height: 1;
}

.lmsmart_widget.widget_lp-widget-featured-courses .course-entry .course-detail .course-description, .lmsmart_widget.widget_lp-widget-popular-courses .course-entry .course-detail .course-description, .lmsmart_widget.widget_lp-widget-recent-courses .course-entry .course-detail .course-description {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.3;
}

.lmsmart_widget.widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data .course-meta-field, .lmsmart_widget.widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data .course-meta-field, .lmsmart_widget.widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data .course-meta-field {
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
	font-weight: var(--lmsmart-header-font-weight);
	line-height: 1;
	text-transform: uppercase;
}

.lmsmart_widget.widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data .course-meta-field:not(:last-child):after, .lmsmart_widget.widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data .course-meta-field:not(:last-child):after, .lmsmart_widget.widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data .course-meta-field:not(:last-child):after {
	content: ",";
}

.lmsmart_widget.widget_lp-widget-featured-courses .archive-course-widget-outer:after, .lmsmart_widget.widget_lp-widget-popular-courses .archive-course-widget-outer:after, .lmsmart_widget.widget_lp-widget-recent-courses .archive-course-widget-outer:after {
	content: "";
	clear: both;
	display: block;
}

.lmsmart_widget.widget_lp-widget-course-progress .learn-press-course-results-progress .items-progress, .lmsmart_widget.widget_lp-widget-course-progress .learn-press-course-results-progress .course-progress {
	margin-bottom: 20px;
}

.lmsmart_widget.widget_lp-widget-course-progress .learn-press-course-results-progress .lp-course-progress-heading {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
}

.lmsmart_widget.widget_lp-widget-course-progress .learn-press-course-results-progress .number {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	display: inline-block;
}

.lmsmart_widget.widget_lpr_course_review {
	font-size: 14px;
	line-height: 20px;
}

.lmsmart_widget.widget_lpr_course_review .course-reviews-list-shortcode {
	padding: 0;
}

.lmsmart_widget.widget_lpr_course_review .course-rate .review-stars {
	height: 18px;
}

.lmsmart_widget.widget_lpr_course_review .course-rate .review-number {
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	margin-left: 10px;
}

.lmsmart_widget.widget_lpr_course_review .course-rate .course-rate {
	margin: 5px 0;
	font-size: 14px;
	line-height: 20px;
}

.lmsmart_widget.widget_lpr_course_review #course-reviews-shortcode .course-review-head {
	font-size: 16px;
	line-height: 24px;
}

.lmsmart_widget.widget_lpr_course_review #course-reviews-shortcode .course-average-rate {
	font-size: 14px;
	line-height: 20px;
}

.lmsmart_widget.widget_lpr_course_review #course-reviews-shortcode .course-reviews-list-shortcode li {
	padding: 0;
	margin-bottom: 30px;
	background-color: transparent;
	border: unset;
	overflow: hidden;
}

.lmsmart_widget.widget_lpr_course_review #course-reviews-shortcode .course-reviews-list-shortcode li:last-child {
	margin-bottom: 0;
}

.lmsmart_widget.widget_lpr_course_review #course-reviews-shortcode .course-reviews-list-shortcode li .review-author {
	width: 70px;
	margin-bottom: 10px;
}

.lmsmart_widget.widget_lpr_course_review #course-reviews-shortcode .course-reviews-list-shortcode li .review-author-info .user-name {
	font-size: 16px;
	line-height: 24px;
	margin: -5px 0 0;
}

.lmsmart_widget.widget_lpr_course_review #course-reviews-shortcode .course-reviews-list-shortcode li .review-author-info .review-stars-rated .review-stars {
	height: 16px;
	font-size: 16px;
}

.lmsmart_widget.widget_lpr_course_review #course-reviews-shortcode .course-reviews-list-shortcode li .review-author-info .review-title {
	margin-bottom: 0;
}

.lmsmart_widget.widget_lpr_course_review #course-reviews-shortcode .course-reviews-list-shortcode li .review-text {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.tpc_col-9.less-p-15 {
	padding-left: 35px;
	padding-right: 30px;
	padding-top: 15px;
}

.tpc-header-date {
	font-size: 11px;
	line-height: 1.1em;
	font-weight: var(--lmsmart-header-font-weight);
	text-transform: uppercase;
	display: flex;
}

.tpc-header-date.tpc-default-format {
	align-items: center;
}

.tpc-header-date.tpc-default-format>span:first-child {
	font-size: 2.73em;
	margin-right: 7px;
}

.tpc-header-date.tpc-default-format>span:last-child span {
	display: block;
}

.elementor-widget.elementor-align-center .tpc-header-list-info .elementor-icon-list-item:after {
	margin: 0;
}

.tpc-header-list-info .elementor-icon-list-item:before {
	display: none;
}

.tpc-header-list-info .elementor-icon-list-item span, .tpc-header-list-info .elementor-icon-list-item i {
	transition: .4s;
}

.tpc-header-list-info .tpc-header-list-icon i {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.tpc-header-list-info a {
	color: inherit;
}

.tpc-header-list-info svg {
	transition: inherit;
}

.elementor-element.elementor-widget.elementor-widget-tpc-header-logo, .elementor-element.elementor-widget.elementor-widget-tpc-header-date, .elementor-element.elementor-widget.elementor-widget-tpc-header-search, .elementor-element.elementor-widget.elementor-widget-tpc-header-delimiter, .elementor-element.elementor-widget.elementor-widget-tpc-header-list-info, .elementor-element.elementor-widget.elementor-widget-tpc-menu {
	margin-bottom: 0;
}

.elementor-element.elementor-widget.elementor-widget-tpc-header-logo, .elementor-element.elementor-widget.elementor-widget-tpc-header-date, .elementor-element.elementor-widget.elementor-widget-tpc-header-search, .elementor-element.elementor-widget.elementor-widget-tpc-header-delimiter, .elementor-element.elementor-widget.elementor-widget-tpc-header-list-info {
	width: auto;
}

.elementor-element.elementor-widget.elementor-widget-tpc-header-delimiter .delimiter {
	background: #e5e5e5;
}

.tpc-accordion .tpc-accordion_header {
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
	transition: .4s;
}

.tpc-accordion .tpc-accordion_title {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.tpc-accordion .tpc-accordion_title-prefix {
	margin-right: 5px;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.tpc-accordion .tpc-accordion_content {
	display: none;
}

.tpc-accordion .tpc-accordion_content p:last-child {
	margin-bottom: 0;
}

.tpc-accordion .tpc-accordion_panel .tpc-accordion_title {
	font-weight: var(--lmsmart-header-font-weight);
}

.tpc-accordion .tpc-accordion_icon {
	height: 32px;
	width: 32px;
	transition: .4s, color 0s;
}

.tpc-accordion.icon-plus .tpc-accordion_header .tpc-accordion_icon {
	position: relative;
	z-index: 1;
	height: 14px;
	width: 14px;
}

.tpc-accordion.icon-plus .tpc-accordion_header .tpc-accordion_icon:before, .tpc-accordion.icon-plus .tpc-accordion_header .tpc-accordion_icon:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(90deg);
	transition: .5s ease-in-out, color 0s;
}

.tpc-accordion.icon-plus .tpc-accordion_header .tpc-accordion_icon:before {
	width: inherit;
	height: 2px;
	margin: 0px 0 0 -7px;
}

.tpc-accordion.icon-plus .tpc-accordion_header .tpc-accordion_icon:after {
	width: 2px;
	height: inherit;
	margin: -6px 0 0 -1px;
}

.tpc-accordion.icon-plus .tpc-accordion_header.active .tpc-accordion_icon:before, .tpc-accordion.icon-plus .tpc-accordion_header.active .tpc-accordion_icon:after {
	transform: rotate(-90deg);
}

.tpc-accordion.icon-plus .tpc-accordion_header.active .tpc-accordion_icon:before {
	opacity: 0;
}

.tpc-accordion.icon-custom .tpc-accordion_header .tpc-accordion_icon {
	transform: rotate(90deg);
}

.tpc-accordion.icon-custom .tpc-accordion_header:hover .tpc-accordion_icon, .tpc-accordion.icon-custom .tpc-accordion_header.active .tpc-accordion_icon {
	transform: rotate(-90deg);
}

.tpc-accordion-services {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 -10px;
}

.tpc-accordion-services .service__item {
	display: flex;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	transition: .5s;
}

.tpc-accordion-services .service__item.active .service__content {
	opacity: 1;
	visibility: visible;
	transition: .5s;
	transition-delay: .3s;
}

.tpc-accordion-services .service__item:not(.active) .service__thumbnail {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

.tpc-accordion-services .service__thumbnail {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 0;
	width: calc(100% - 15px);
	height: 100%;
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
	transition: .3s;
}

.tpc-accordion-services .service__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
	left: -5px;
	width: 100%;
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%);
	transition: .2s;
}

.tpc-accordion-services .content__media {
	line-height: 1;
}

.tpc-accordion-services .content__media svg {
	width: 1em;
	height: 1em;
	display: block;
}

.tpc-accordion-services .content__button {
	align-self: baseline;
}

.elementor-widget-tpc-accordion-service.grid-col-2 .service__item {
	width: 33.33333%;
}

.elementor-widget-tpc-accordion-service.grid-col-2 .service__item.active {
	margin-right: 33.33333%;
}

.elementor-widget-tpc-accordion-service.grid-col-2 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active), .elementor-widget-tpc-accordion-service.grid-col-2 .service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active), .elementor-widget-tpc-accordion-service.grid-col-2 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active), .elementor-widget-tpc-accordion-service.grid-col-2 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active) {
	margin-right: 33.33333%;
}

.elementor-widget-tpc-accordion-service.grid-col-2 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-2 .service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-2 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-2 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active) .service__content {
	opacity: 1;
	visibility: visible;
}

.elementor-widget-tpc-accordion-service.grid-col-3 .service__item {
	width: 25%;
}

.elementor-widget-tpc-accordion-service.grid-col-3 .service__item.active {
	margin-right: 25%;
}

@media only screen and (min-width:1201px) {
	.elementor-widget-tpc-accordion-service.grid-col-3 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active)+.service__item:nth-child(3):not(.active), .elementor-widget-tpc-accordion-service.grid-col-3 .service__item:nth-child(4):not(.active)+.service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active), .elementor-widget-tpc-accordion-service.grid-col-3 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active)+.service__item:nth-child(9):not(.active) {
		margin-right: 25%;
	}
	
	.elementor-widget-tpc-accordion-service.grid-col-3 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active)+.service__item:nth-child(3):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-3 .service__item:nth-child(4):not(.active)+.service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-3 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active)+.service__item:nth-child(9):not(.active) .service__content {
		opacity: 1;
		visibility: visible;
	}
}

.elementor-widget-tpc-accordion-service.grid-col-4 .service__item {
	width: 20%;
}

.elementor-widget-tpc-accordion-service.grid-col-4 .service__item.active {
	margin-right: 20%;
}

@media only screen and (min-width:1301px) {
	.elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active)+.service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active), .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active)+.service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active), .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(9):not(.active)+.service__item:nth-child(10):not(.active)+.service__item:nth-child(11):not(.active)+.service__item:nth-child(12):not(.active) {
		margin-right: 20%;
	}
	
	.elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active)+.service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active)+.service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(9):not(.active)+.service__item:nth-child(10):not(.active)+.service__item:nth-child(11):not(.active)+.service__item:nth-child(12):not(.active) .service__content {
		opacity: 1;
		visibility: visible;
	}
}

@media only screen and (min-width:1201px) and (max-width:1300px) {
	.elementor-widget-tpc-accordion-service.grid-col-4 .service__item {
		width: 25%;
	}
	
	.elementor-widget-tpc-accordion-service.grid-col-4 .service__item.active {
		margin-right: 25%;
	}
	
	.elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active)+.service__item:nth-child(3):not(.active), .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(4):not(.active)+.service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active), .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active)+.service__item:nth-child(9):not(.active) {
		margin-right: 25%;
	}
	
	.elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active)+.service__item:nth-child(3):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(4):not(.active)+.service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active)+.service__item:nth-child(9):not(.active) .service__content {
		opacity: 1;
		visibility: visible;
	}
}

@media only screen and (min-width:993px) and (max-width:1200px) {
	.elementor-widget-tpc-accordion-service.grid-col-3 .service__item, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item {
		width: 33.33333%;
	}
	
	.elementor-widget-tpc-accordion-service.grid-col-3 .service__item.active, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item.active {
		margin-right: 33.33333%;
	}
	
	.elementor-widget-tpc-accordion-service.grid-col-3 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active), .elementor-widget-tpc-accordion-service.grid-col-3 .service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active), .elementor-widget-tpc-accordion-service.grid-col-3 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active), .elementor-widget-tpc-accordion-service.grid-col-3 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active), .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active), .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active), .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active), .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active) {
		margin-right: 33.33333%;
	}
	
	.elementor-widget-tpc-accordion-service.grid-col-3 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-3 .service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-3 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-3 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active) .service__content, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active) .service__content {
		opacity: 1;
		visibility: visible;
	}
}

@media only screen and (max-width:992px) {
	.elementor-widget-tpc-accordion-service.grid-col-2 .service__item, .elementor-widget-tpc-accordion-service.grid-col-3 .service__item, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item {
		width: 100%;
		margin-right: 0 !important;
	}
	
	.elementor-widget-tpc-accordion-service.grid-col-2 .service__item .service__content, .elementor-widget-tpc-accordion-service.grid-col-3 .service__item .service__content, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item .service__content {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}
	
	.elementor-widget-tpc-accordion-service.grid-col-2 .service__item .service__thumbnail, .elementor-widget-tpc-accordion-service.grid-col-3 .service__item .service__thumbnail, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item .service__thumbnail {
		position: relative;
		min-height: inherit;
		height: auto;
	}
}

@media only screen and (max-width:767px) {
	.elementor-widget-tpc-accordion-service.grid-col-2 .service__item, .elementor-widget-tpc-accordion-service.grid-col-3 .service__item, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item {
		flex-direction: column;
	}
	
	.elementor-widget-tpc-accordion-service.grid-col-2 .service__item .service__thumbnail, .elementor-widget-tpc-accordion-service.grid-col-2 .service__item .service__content, .elementor-widget-tpc-accordion-service.grid-col-3 .service__item .service__thumbnail, .elementor-widget-tpc-accordion-service.grid-col-3 .service__item .service__content, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item .service__thumbnail, .elementor-widget-tpc-accordion-service.grid-col-4 .service__item .service__content {
		position: static;
		width: 100%;
	}
}

.btn__wrap {
	font-size: 15px;
}

a.btn__a {
	background-color: var(--lmsmart-primary-color);
	border-color: var(--lmsmart-primary-color);
	color: #fff;
	padding: 14px 28px;
	border-radius: 3px;
	transition: all .4s, transform .15s;
}

a.btn__a:hover {
	background-color: var(--lmsmart-secondary-color);
	border-color: var(--lmsmart-secondary-color);
	transition: all .4s, transform .15s;
}

.button-wrapper {
	font-size: 0;
}

.tpc-button {
	display: inline-block;
	position: relative;
	border-radius: 5px;
	line-height: 1.1;
	font-weight: var(--lmsmart-header-font-weight);
	color: #fff;
	overflow: hidden;
}

.tpc-button .button-content-wrapper {
	display: flex;
	position: relative;
	font-weight: var(--lmsmart-header-font-weight);
}

.tpc-button .elementor-icon {
	font-size: inherit;
	transition: inherit;
}

.tpc-button .align-icon-left .icon-wrapper {
	margin-right: 7px;
}

.tpc-button .align-icon-right {
	flex-direction: row-reverse;
}

.tpc-button .align-icon-right .icon-wrapper {
	margin-left: 7px;
}

.tpc-button .icon-wrapper:empty {
	display: none;
}

.tpc-button.btn-size-xl {
	font-size: 14px;
	padding: 20.5px 37px;
}

.tpc-button.btn-size-lg {
	font-size: 14px;
	padding: 17.5px 31px;
}

.tpc-button.btn-size-md {
	font-size: 13px;
	padding: 16px 29px;
}

.tpc-button.btn-size-sm {
	font-size: 13px;
	padding: 13px 24px;
}

.elementor-widget-tpc-button.ajustify .tpc-button {
	width: 100%;
}

@media (max-width:1024px) {
	.elementor-widget-tpc-button.a-tabletleft {
		text-align: left;
	}
	
	.elementor-widget-tpc-button.a-tabletleft .tpc-button {
		width: auto;
	}
	
	.elementor-widget-tpc-button.a-tabletright {
		text-align: right;
	}
	
	.elementor-widget-tpc-button.a-tabletright .tpc-button {
		width: auto;
	}
	
	.elementor-widget-tpc-button.a-tabletcenter {
		text-align: center;
	}
	
	.elementor-widget-tpc-button.a-tabletcenter .tpc-button {
		width: auto;
	}
	
	.elementor-widget-tpc-button.a-tabletjustify .tpc-button {
		width: 100%;
	}
}

@media (max-width:767px) {
	.elementor-widget-tpc-button.a-mobileleft {
		text-align: left;
	}
	
	.elementor-widget-tpc-button.a-mobileleft .tpc-button {
		width: auto;
	}
	
	.elementor-widget-tpc-button.a-mobileright {
		text-align: right;
	}
	
	.elementor-widget-tpc-button.a-mobileright .tpc-button {
		width: auto;
	}
	
	.elementor-widget-tpc-button.a-mobilecenter {
		text-align: center;
	}
	
	.elementor-widget-tpc-button.a-mobilecenter .tpc-button {
		width: auto;
	}
	
	.elementor-widget-tpc-button.a-mobilejustify .tpc-button {
		width: 100%;
	}
}

.tpc-carousel .motion_style_navigation, .tpc-carousel .slick-arrow {
	display: block;
	position: absolute;
	z-index: 100;
	top: calc(50% - 22px);
	bottom: unset;
	width: 45px;
	height: 45px;
	margin: 0;
	border: unset;
	border-radius: 100px;
	padding: 0;
	font-size: 0;
	font-weight: 300;
	letter-spacing: 0;
	text-align: center;
	text-indent: 0;
	cursor: pointer;
	opacity: 0;
	box-shadow: 5px 4px 13px 0 rgba(46, 63, 99, .15);
	background: #fff;
	transition: all .4s, transform .15s;
}

.tpc-carousel:hover .motion_style_navigation, .tpc-carousel:hover .slick-arrow {
	opacity: 1;
	transition: all .4s, transform .15s;
}

.tpc-carousel .motion_style_navigation:hover, .tpc-carousel .slick-arrow:hover {
	color: #fff;
}

.tpc-carousel .motion_style_navigation:after, .tpc-carousel .slick-arrow:after {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	font-family: "Flaticon";
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	transition: color 0s;
}

.tpc-carousel .motion_style_navigation:active, .tpc-carousel .slick-arrow:active {
	transform: translate(2px, 2px);
}

.tpc-carousel .previous-button, .tpc-carousel .slick-prev {
	right: auto;
	left: 0;
	transform: translateX(0);
	transition: all .4s, transform .15s;
}

.tpc-carousel:hover .previous-button, .tpc-carousel:hover .slick-prev {
	left: 30px;
	transition: all .4s, transform .15s;
}

.tpc-carousel .previous-button:after, .tpc-carousel .slick-prev:after {
	content: "";
}

.tpc-carousel .next-button, .tpc-carousel .slick-next {
	left: auto;
	right: 0;
	transform: translateX(0);
}

.tpc-carousel:hover .next-button, .tpc-carousel:hover .slick-next {
	right: 30px;
	transition: all .4s, transform .15s;
}

.tpc-carousel .next-button:after, .tpc-carousel .slick-next:after {
	content: "";
}

@media (max-width:600px) {
	.tpc-carousel .slick-list {
		margin: 0;
	}
}

.tpc-carousel .lmsmart_carousel_list {
	overflow: hidden;
}

.tpc-carousel.prev_next_pos_right .slick-arrow {
	top: auto;
	bottom: 30px;
}

.tpc-carousel.prev_next_pos_right .slick-list {
	margin: 0;
}

.tpc-carousel.prev_next_pos_right .slick-prev {
	right: 85px;
	left: auto;
}

.tpc-carousel.prev_next_pos_right .slick-next {
	left: auto;
	right: 30px;
}

.tpc_module_team .tpc-carousel.prev_next_pos_right .slick-slider {
	padding-bottom: 80px;
}

.tpc-carousel .slick-dots {
	width: -webkit-max-content;
	width: max-content;
	margin: 30px 0 0;
	padding: 0 15px;
	line-height: 0;
	font-size: 0;
	min-height: 50px;
	z-index: 2;
	position: relative;
}

.tpc-carousel .slick-dots li {
	display: inline-block;
	margin: 0;
	padding: 5px;
	font-size: 0;
	line-height: 0;
	list-style: none;
	opacity: 1;
	cursor: pointer;
	transition: .4s;
}

.tpc-carousel .slick-dots li button {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: bottom;
	transition: inherit;
	opacity: .3;
}

.tpc-carousel .slick-dots li button:focus {
	outline: none;
}

.tpc-carousel .slick-dots li:last-child {
	margin-right: 0;
}

.tpc-carousel .slick-dots li:hover button, .tpc-carousel .slick-dots li.slick-active button {
	opacity: 1;
}

.tpc-carousel.pag_align_left .slick-dots {
	text-align: left;
}

.tpc-carousel.pag_align_center .slick-dots {
	text-align: center;
}

.tpc-carousel.pag_align_right .slick-dots {
	text-align: right;
}

.tpc-carousel.pagination_circle .slick-dots li {
	padding: 5px 5px;
}

.tpc-carousel.pagination_circle .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.tpc-carousel.pagination_circle_border .slick-dots li {
	margin: 1px;
	padding: 2px;
}

.tpc-carousel.pagination_circle_border .slick-dots li button {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	background: transparent;
}

.tpc-carousel.pagination_circle_border .slick-dots li button:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	margin-left: -2px;
	border-radius: 50%;
}

.tpc-carousel.pagination_square_border .slick-dots li {
	margin: 0px;
	padding: 0;
}

.tpc-carousel.pagination_square_border .slick-dots li button {
	width: 31px;
	height: 31px;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	border-radius: unset;
	background: transparent;
}

.tpc-carousel.pagination_square_border .slick-dots li button:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	margin-left: -3px;
	border-radius: unset;
}

.tpc-carousel.pagination_line .slick-dots li {
	margin: 0 5px;
	padding: 10px 0;
}

.tpc-carousel.pagination_line .slick-dots li button {
	width: 25px;
	height: 3px;
	background: transparent;
}

.tpc-carousel.pagination_line .slick-dots li button:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	transition: all .3s;
}

.tpc-carousel.pagination_line .slick-dots li:hover button:before, .tpc-carousel.pagination_line .slick-dots li.slick-active button:before {
	height: 3px;
}

.tpc-carousel.pagination_square .slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: unset;
}

.tpc-carousel.pagination_line_circle .slick-dots li {
	margin: 0;
	padding: 10px 5px;
}

.tpc-carousel.pagination_line_circle .slick-dots li button {
	width: 6px;
	height: 6px;
	border-radius: 6px;
}

.tpc-carousel.pagination_line_circle .slick-dots li.slick-active button {
	width: 25px;
}

.elementor-element.infinity_yes .tpc-carousel .slick-list {
	padding-right: 100vw;
	margin-right: -100vw;
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical {
	height: 600px;
	perspective: 1000px;
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap {
	height: 100%;
	transform: translateZ(-288px);
	transform-style: preserve-3d;
	transition: transform 1s;
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	height: 100%;
	margin: auto 15px !important;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: transform .7s, opacity 1s;
	pointer-events: none;
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap .tpc-testimonials_item {
	pointer-events: auto;
	cursor: pointer;
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap .tpc-testimonials_item:after {
	content: "";
	position: absolute;
	right: -4px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 93px;
	max-height: 60%;
	border-radius: 7px;
	z-index: 1;
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap.active {
	opacity: .6;
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap.current {
	opacity: 1;
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap.current .tpc-testimonials_item {
	cursor: default;
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(1) {
	transform: rotateX(0deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(2) {
	transform: rotateX(40deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(3) {
	transform: rotateX(80deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(4) {
	transform: rotateX(120deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(5) {
	transform: rotateX(160deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(6) {
	transform: rotateX(200deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(7) {
	transform: rotateX(240deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(8) {
	transform: rotateX(280deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(9) {
	transform: rotateX(320deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .tpc-carousel_wrap .tpc-testimonials-item_wrap>div {
	background-color: #fff;
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .motion_style_navigation:after {
	transform: rotateZ(-90deg);
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .previous-button {
	top: auto;
	bottom: calc(50% - 50px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-vertical .next-button {
	top: calc(50% - 50px);
	bottom: auto;
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal {
	height: 600px;
	perspective: 1000px;
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap {
	height: 100%;
	transform: translateZ(-288px);
	transform-style: preserve-3d;
	transition: transform 1s;
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	width: 700px;
	max-width: 100%;
	margin: auto !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: transform .7s, opacity 1s;
	pointer-events: none;
}

@media (min-width:600px) {
	.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap {
		max-width: 75%;
	}
	
	.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap.active {
		opacity: .6;
	}
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap .tpc-testimonials_item {
	pointer-events: auto;
	cursor: pointer;
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap .tpc-testimonials_item:after {
	content: "";
	position: absolute;
	top: auto;
	right: 0;
	bottom: -4px;
	left: 0;
	margin: auto;
	width: 93px;
	height: 7px;
	max-width: 60%;
	border-radius: 7px;
	z-index: 1;
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap.current {
	opacity: 1;
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap.current .tpc-testimonials_item {
	cursor: default;
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(1) {
	transform: rotateY(0deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(2) {
	transform: rotateY(40deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(3) {
	transform: rotateY(80deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(4) {
	transform: rotateY(120deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(5) {
	transform: rotateY(160deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(6) {
	transform: rotateY(200deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(7) {
	transform: rotateY(240deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(8) {
	transform: rotateY(280deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap:nth-child(9) {
	transform: rotateY(320deg) translateZ(288px);
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .tpc-carousel_wrap .tpc-testimonials-item_wrap>div {
	background-color: #fff;
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .previous-button {
	top: auto;
	bottom: 0;
	left: calc(50% - 50px);
	right: auto;
}

.tpc-carousel.tpc-carousel_motion_style.direction-horizontal .next-button {
	top: auto;
	bottom: 0;
	right: calc(50% - 50px);
	left: auto;
}

.tpc-carousel.tpc-carousel_motion_style .motion_style_navigation {
	position: absolute;
	left: auto;
	right: -71px;
	z-index: 2;
	box-shadow: unset;
	background-color: unset;
	color: #758aa7;
}

body[data-elementor-device-mode="mobile"] .tpc-carousel.tpc-carousel_motion_style.direction-vertical .motion_style_navigation {
	display: none;
}

.tpc-circuit-service {
	position: relative;
	z-index: 1;
	height: 0;
	padding-top: 100%;
}

.tpc-circuit-service:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	border-radius: 50%;
	border: 1px solid #dee1ed;
}

.tpc-circuit-service .tpc-services_icon-wrap {
	position: absolute;
	z-index: 1;
	left: 41%;
	top: 41%;
	width: 18%;
	height: 18%;
	font-size: 40px;
	border-radius: 50%;
	box-shadow: 0px 6px 13px rgba(145, 145, 145, .2);
	cursor: pointer;
	transition: .4s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tpc-circuit-service .tpc-services_icon-wrap .services_icon {
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 1;
	transition: .6s;
	line-height: 1;
}

.tpc-circuit-service .tpc-services_content-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 25% 29%;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}

.tpc-circuit-service .tpc-services_icon {
	line-height: 1;
}

.tpc-circuit-service .tpc-services_item.active .tpc-services_icon-wrap+.tpc-services_content-wrap {
	opacity: 1;
	visibility: visible;
}

.tpc-circuit-service .tpc-services_title {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
}

.tpc-circuit-service .tpc-services_text {
	font-size: 14px;
}

.tpc-circuit-service.tablet_resp .services_descr {
	display: none;
}

.tpc-circuit-service.tablet_resp .services_title {
	margin-bottom: 0;
	font-size: 22px;
}

.tpc-circuit-service.tablet_resp .services_icon {
	font-size: 75%;
}

.tpc-circuit-service.mobile_resp .services_title {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 26px;
}

.tpc-circuit-service.mobile_resp .services_subtitle {
	font-size: 13px;
}

.tpc-circuit-service.mobile_resp .services_icon {
	font-size: 55%;
}

.tpc-circuit-service.mobile_resp .services_descr {
	display: none;
}

.tpc-clients {
	display: flex;
	flex-wrap: wrap;
}

.tpc-clients .tpc-carousel_wrapper {
	width: 100%;
	overflow: visible;
	text-align: center;
}

.tpc-clients .tpc-carousel_wrapper .tpc-carousel {
	margin-left: -15px;
	margin-right: -15px;
}

.tpc-clients.lmsmart-feedback-style-2 .tpc-carousel_wrapper .tpc-carousel {
	margin-left: 0;
	margin-right: 0;
}

.tpc-clients .clients_image {
	float: left;
	display: flex;
	align-items: inherit;
	transition: .4s;
}

.tpc-clients .clients_image .image_wrapper {
	display: flex;
	position: relative;
	z-index: 1;
	align-items: center;
	height: -webkit-max-content;
	height: max-content;
}

.tpc-clients .clients_image .image_wrapper, .tpc-clients .clients_image .image_wrapper>img {
	border-radius: inherit;
}

.tpc-clients .clients_image.slick-slide {
	display: flex;
}

.tpc-clients .hover_image {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	visibility: hidden;
}

.tpc-clients.items-1>.clients_image {
	width: 100%;
}

.tpc-clients.items-1>.clients_image:nth-child(2), .tpc-clients.items-1>.clients_image:nth-child(n + 3) {
	clear: left;
}

.tpc-clients.items-2>.clients_image {
	width: 50%;
}

.tpc-clients.items-2>.clients_image:nth-child(3), .tpc-clients.items-2>.clients_image:nth-child(2n + 5) {
	clear: left;
}

.tpc-clients.items-3>.clients_image {
	width: 33.33333%;
}

.tpc-clients.items-3>.clients_image:nth-child(4), .tpc-clients.items-3>.clients_image:nth-child(3n + 7) {
	clear: left;
}

.tpc-clients.items-4>.clients_image {
	width: 25%;
}

.tpc-clients.items-4>.clients_image:nth-child(5), .tpc-clients.items-4>.clients_image:nth-child(4n + 9) {
	clear: left;
}

.tpc-clients.items-5>.clients_image {
	width: 20%;
}

.tpc-clients.items-5>.clients_image:nth-child(6), .tpc-clients.items-5>.clients_image:nth-child(5n + 11) {
	clear: left;
}

.tpc-clients.items-6>.clients_image {
	width: 16.66666%;
}

.tpc-clients.items-6>.clients_image:nth-child(7), .tpc-clients.items-6>.clients_image:nth-child(6n + 13) {
	clear: left;
}

.tpc-clients img {
	transition: .3s;
}

.tpc-clients.anim-zoom .clients_image img {
	transform: scale(.95);
}

.tpc-clients.anim-zoom .clients_image:hover img {
	transform: scale(1);
}

.tpc-clients.anim-opacity .clients_image img {
	opacity: .5;
}

.tpc-clients.anim-opacity .clients_image:hover img {
	opacity: 1;
}

.tpc-clients.anim-grayscale .clients_image img {
	filter: grayscale(100%);
	opacity: .6;
}

.tpc-clients.anim-grayscale .clients_image:hover img {
	filter: grayscale(0);
	opacity: 1;
}

.tpc-clients.anim-contrast .clients_image:hover img {
	filter: contrast(300%);
}

.tpc-clients.anim-blur-1 .clients_image:hover img {
	filter: blur(1px);
}

.tpc-clients.anim-blur-2 .clients_image img {
	filter: blur(1px);
}

.tpc-clients.anim-blur-2 .clients_image:hover img {
	filter: blur(0);
}

.tpc-clients.anim-invert .clients_image:hover img {
	filter: invert(100%);
}

.tpc-clients.anim-ex_images .hover_image {
	display: block;
	opacity: 0;
}

.tpc-clients.anim-ex_images .image_wrapper:hover .hover_image {
	opacity: 1;
	visibility: visible;
}

.tpc-clients.anim-ex_images .image_wrapper:hover .hover_image+.main_image {
	opacity: 0;
}

.tpc-clients.anim-ex_images_ver .image_wrapper {
	overflow: hidden;
}

.tpc-clients.anim-ex_images_ver .hover_image {
	display: block;
	transform: translateY(-100%);
}

.tpc-clients.anim-ex_images_ver .image_wrapper:hover .hover_image {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
}

.tpc-clients.anim-ex_images_ver .image_wrapper:hover .hover_image+.main_image {
	transform: translateY(100%);
}

.elementor-section-full_width .elementor-column-gap-no .elementor-widget-tpc-clients .tpc-carousel .slick-slider, .elementor-section-full_width .elementor-column-gap-no .elementor-widget-tpc-clients .tpc-carousel .slick-list {
	overflow: visible;
}

.tpc-countdown .countdown-row {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
}

.tpc-countdown .countdown-section {
	color: inherit;
	position: relative;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	max-width: 2.5em;
	width: 100%;
}

.tpc-countdown .countdown-section .countdown-amount {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	font-size: 1em;
	line-height: .78;
	font-weight: var(--lmsmart-header-font-weight);
	color: inherit;
	margin: 0 auto;
	padding: 0 .3em .07em .3em;
}

.tpc-countdown .countdown-section .countdown-period {
	display: none;
	margin-top: .8889em;
	font-size: 18px;
	font-weight: var(--lmsmart-header-font-weight);
	line-height: 1;
	color: inherit;
	text-transform: uppercase;
	text-align: center;
	padding: 0 .4em;
}

.tpc-countdown.cd_large {
	font-size: 120px;
}

.tpc-countdown.cd_large .countdown-period {
	font-size: 18px;
}

.tpc-countdown.cd_large .countdown-amount:before, .tpc-countdown.cd_large .countdown-amount:after {
	width: 10px;
	height: 10px;
}

.tpc-countdown.cd_medium {
	font-size: 72px;
}

.tpc-countdown.cd_medium .countdown-period {
	font-size: 18px;
}

.tpc-countdown.cd_medium .countdown-amount:before, .tpc-countdown.cd_medium .countdown-amount:after {
	width: 6px;
	height: 6px;
}

.tpc-countdown.cd_small {
	font-size: 40px;
}

.tpc-countdown.cd_small .countdown-period {
	font-size: 14px;
}

.tpc-countdown.cd_small .countdown-amount:before, .tpc-countdown.cd_small .countdown-amount:after {
	width: 4px;
	height: 4px;
}

.tpc-countdown.custom_font .countdown-section {
	font-family: inherit;
}

.tpc-countdown.custom_font .countdown-section .countdown-amount, .tpc-countdown.custom_font .countdown-period {
	font-family: inherit;
	font-weight: inherit;
}

@media only screen and (max-width:992px) {
	.tpc-countdown.cd_large {
		font-size: 70px;
	}
	
	.tpc-countdown.cd_medium {
		font-size: 56px;
	}
	
	.tpc-countdown.cd_small {
		font-size: 40px;
	}
}

@media only screen and (max-width:768px) {
	.tpc-countdown.cd_large {
		font-size: 54px;
	}
	
	.tpc-countdown.cd_medium {
		font-size: 48px;
	}
	
	.tpc-countdown.cd_small {
		font-size: 34px;
	}
}

@media only screen and (max-width:480px) {
	.tpc-countdown.cd_large {
		font-size: 48px;
	}
	
	.tpc-countdown.cd_medium {
		font-size: 38px;
	}
	
	.tpc-countdown.cd_small {
		font-size: 28px;
	}
	
	.tpc-countdown .countdown-section .countdown-period {
		font-size: 14px;
	}
}

@media only screen and (max-width:420px) {
	.tpc-countdown.cd_large {
		font-size: 38px;
	}
	
	.tpc-countdown.cd_medium {
		font-size: 30px;
	}
	
	.tpc-countdown.cd_small {
		font-size: 22px;
	}
}

@media only screen and (max-width:360px) {
	.tpc-countdown.cd_large {
		font-size: 28px;
	}
	
	.tpc-countdown.cd_medium {
		font-size: 22px;
	}
	
	.tpc-countdown.cd_small {
		font-size: 18px;
	}
}

.elementor-widget-tpc-countdown.elementor-align-left {
	text-align: left;
}

.elementor-widget-tpc-countdown.elementor-align-left .countdown-row {
	justify-content: flex-start;
}

.elementor-widget-tpc-countdown.elementor-align-left .countdown-section {
	flex: 0;
}

.elementor-widget-tpc-countdown.elementor-align-center {
	text-align: center;
}

.elementor-widget-tpc-countdown.elementor-align-center .countdown-row {
	justify-content: center;
}

.elementor-widget-tpc-countdown.elementor-align-right {
	text-align: right;
}

.elementor-widget-tpc-countdown.elementor-align-right .countdown-row {
	justify-content: flex-end;
}

.elementor-widget-tpc-countdown.elementor-align-right .countdown-section {
	flex: 0;
}

.elementor-widget-tpc-countdown.show_separating-yes .countdown-section:not(:last-child) .countdown-amount:before, .elementor-widget-tpc-countdown.show_separating-yes .countdown-section:not(:last-child) .countdown-amount:after {
	content: "";
	position: absolute;
	right: 0;
	z-index: 1;
	transform: translateX(50%);
	width: calc(.1em + 1px);
	height: calc(.1em + 1px);
}

.elementor-widget-tpc-countdown.show_separating-yes .countdown-section:not(:last-child) .countdown-amount:before {
	bottom: 50%;
	transform: translateX(50%) translateY(-50%);
}

.elementor-widget-tpc-countdown.show_separating-yes .countdown-section:not(:last-child) .countdown-amount:after {
	top: 50%;
	transform: translateX(50%) translateY(50%);
}

.elementor-widget-tpc-countdown.show_value_names-yes .tpc-countdown .countdown-section .countdown-period {
	display: block;
}

.tpc-counter .media-wrap {
	display: inline-block;
}

.tpc-counter_value-wrap {
	display: inline-flex;
	font-size: 36px;
	line-height: 1;
	font-weight: var(--lmsmart-header-font-weight);
	justify-content: center;
}

.tpc-counter__placeholder-wrap {
	position: relative;
	font-weight: inherit;
}

.tpc-counter__value {
	position: absolute;
	z-index: 1;
	right: 0;
}

.tpc-counter__placeholder {
	visibility: hidden;
}

.tpc-counter__prefix {
	text-align: right;
}

.tpc-counter__suffix {
	text-align: left;
}

.tpc-counter_title {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 600;
}

.tpc-counter.aleft .tpc-counter_title {
	text-align: left;
}

.tpc-counter.aleft.title-inline .content-wrap {
	justify-content: flex-start;
}

.tpc-counter.aright.title-inline .content-wrap {
	justify-content: flex-end;
}

.tpc-counter.title-inline .content-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.elementor-widget-icon-box.elementor-position-left .tpc-counter_wrap, .elementor-widget-image-box.elementor-position-left .tpc-counter_wrap {
	display: flex;
	text-align: left;
	flex-direction: row;
}

.elementor-widget-icon-box.elementor-position-left .tpc-counter_media-wrap, .elementor-widget-image-box.elementor-position-left .tpc-counter_media-wrap {
	display: inline-flex;
	flex: 0 0 auto;
}

.elementor-widget-icon-box.elementor-position-left .content-wrap, .elementor-widget-image-box.elementor-position-left .content-wrap {
	flex-grow: 1;
}

.elementor-widget-icon-box.elementor-position-right .tpc-counter_wrap, .elementor-widget-image-box.elementor-position-right .tpc-counter_wrap {
	display: flex;
	text-align: right;
	flex-direction: row-reverse;
}

.elementor-widget-icon-box.elementor-position-right .media-wrap, .elementor-widget-image-box.elementor-position-right .media-wrap {
	display: inline-flex;
	flex: 0 0 auto;
}

.elementor-widget-icon-box.elementor-position-right .content-wrap, .elementor-widget-image-box.elementor-position-right .content-wrap {
	flex-grow: 1;
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img, .elementor-widget-image-box.elementor-position-top .elementor-icon-box-img {
	margin: auto;
}

.tpc-demo-item {
	text-align: center;
}

.tpc-demo-item .demo-item_image-wrap {
	position: relative;
	z-index: 1;
	transition: .4s;
}

.tpc-demo-item .demo-item_image-link {
	position: relative;
	z-index: 1;
}

.tpc-demo-item .demo-item_image {
	box-shadow: 11px 10px 38px 0px rgba(46, 63, 99, .15);
	border-radius: 10px;
	transition: .4s;
}

.tpc-demo-item .demo-item_title-link {
	display: inline-block;
}

.tpc-demo-item .demo-item_title {
	font-size: 24px;
	line-height: 1.3;
	transition: .4s;
}

.tpc-demo-item .demo-item_label {
	font-size: 36px;
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.tpc-demo-item .tpc-button {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	white-space: nowrap;
	text-transform: uppercase;
}

.tpc-demo-item:hover .demo-item_image {
	box-shadow: 11px 10px 50px 0px rgba(46, 63, 99, .25);
}

.tpc-demo-item:hover .demo-item_image-wrap {
	transform: translateY(-10px);
}

.tpc-demo-item.coming-soon {
	pointer-events: none;
}

.tpc-demo-item.coming-soon .demo-item_image-link:before {
	opacity: 0;
}

.elementor-widget-tpc-double-headings .tpc-double_heading {
	position: relative;
}

.elementor-widget-tpc-double-headings .tpc-double_heading .dbl__title-wrapper {
	position: relative;
	z-index: 1;
	line-height: 0;
}

.elementor-widget-tpc-double-headings .tpc-double_heading .dbl__title {
	font-size: 36px;
	line-height: 1.3334em;
	font-weight: inherit;
	color: inherit;
}

.elementor-widget-tpc-double-headings .tpc-double_heading .dbl__subtitle {
	display: inline-block;
	position: relative;
	font-size: 13px;
	font-weight: var(--lmsmart-header-font-weight);
	line-height: 1.2;
	margin-bottom: 14px;
}

.elementor-widget-tpc-double-headings .tpc-double_heading .dbl__subtitle span, .elementor-widget-tpc-double-headings .tpc-double_heading .dbl__subtitle span:before {
	display: inline-block;
	vertical-align: middle;
}

.elementor-widget-tpc-double-headings .shape-bg {
	max-width: 165px;
	width: 165px;
	position: absolute;
}

.elementor-widget-tpc-double-headings .thumb-shape-bg {
	max-width: 165px;
	width: 165px;
	position: absolute;
}

.elementor-widget-tpc-double-headings .shape-bg>.shape__bg {
	position: absolute;
	content: "";
	width: 165px;
	height: 22px;
	border-radius: 50px;
	z-index: -1;
	top: 12px;
	left: 0;
}

.elementor-widget-tpc-double-headings .thumb-shape-bg>.thumb-shape__bg {
	position: absolute;
	content: "";
	width: 165px;
	height: 22px;
	border-radius: 50px;
	z-index: -1;
	top: 15px;
	left: 0;
}

.elementor-widget-tpc-double-headings .shape-bg.animation_active .shape__bg {
	-webkit-animation: section-animation 4s infinite;
	animation: section-animation 4s infinite;
}

.elementor-widget-tpc-double-headings .thumb-shape-bg.animation_active .thumb-shape__bg img {
	-webkit-animation: section-animation 4s infinite;
	animation: section-animation 4s infinite;
}

@keyframes section-animation {
	0% {
		width: 0;
	}
	
	15% {
		width: 100%;
	}
	
	85% {
		opacity: 1;
	}
	
	90% {
		width: 100%;
		opacity: 0;
	}
	
	to {
		width: 0;
		opacity: 0;
	}
}

.tpc-image-animate {
	position: relative;
	line-height: 0;
	max-width: 100%;
}

.tpc-image-animate .img-layer_image-wrapper {
	position: relative;
	line-height: 0;
	display: block;
	width: inherit;
	max-width: 100%;
	height: inherit;
	max-height: 100%;
}

.tpc-image-animate .img-layer_image-wrapper img {
	pointer-events: none;
}

.tpc-image-animate .img-layer_image-wrapper:not(:first-child) {
	position: absolute;
	left: 0;
	top: 0;
}

.tpc-image-animate .img-layer_image-wrapper .img-layer_image {
	transition: all .5s;
}

.tpc-image-animate .img-layer_image-wrapper.up_down1 .img-layer_image {
	animation: image_upDown1 2s infinite alternate;
}

.tpc-image-animate .img-layer_image-wrapper.up_down2 .img-layer_image {
	animation: image_upDown2 2s infinite alternate;
}

.tpc-image-animate .img-layer_image-wrapper.up_down3 .img-layer_image {
	animation: image_upDown3 2s infinite alternate;
}

.tpc-image-animate .img-layer_image-wrapper.left_right1 .img-layer_image {
	animation: image_leftRight1 2s infinite alternate;
}

.tpc-image-animate .img-layer_image-wrapper.left_right2 .img-layer_image {
	animation: image_leftRight2 2s infinite alternate;
}

.tpc-image-animate .img-layer_image-wrapper.left_right3 .img-layer_image {
	animation: image_leftRight3 2s infinite alternate;
}

.tpc-image-animate .img-layer_image-wrapper.scale1 .img-layer_image {
	animation: image_scale1 2s infinite alternate;
}

.tpc-image-animate .img-layer_image-wrapper.scale2 .img-layer_image {
	animation: image_scale2 2s infinite linear;
}

.tpc-image-animate .img-layer_image-wrapper.scale3 .img-layer_image {
	animation: image_scale3 2s infinite linear;
}

.tpc-image-animate .img-layer_image-wrapper.move1 .img-layer_image {
	animation: image_move1 4s infinite linear;
}

.tpc-image-animate .img-layer_image-wrapper.move2 .img-layer_image {
	animation: image_move2 4s infinite linear;
}

.tpc-image-animate .img-layer_image-wrapper.move3 .img-layer_image {
	animation: image_move3 4s infinite linear;
}

.tpc-image-animate .img-layer_image-wrapper.move4 .img-layer_image {
	animation: image_move4 4s infinite linear;
}

.tpc-image-animate .img-layer_image-wrapper.move-rotate1 .img-layer_image {
	animation: image_move_rotate1 4s infinite linear;
}

.tpc-image-animate .img-layer_image-wrapper.move-rotate2 .img-layer_image {
	animation: image_move_rotate2 4s infinite linear;
}

.tpc-image-animate .img-layer_image-wrapper.move-rotate3 .img-layer_image {
	animation: image_move_rotate3 4s infinite linear;
}

.tpc-image-animate .img-layer_image-wrapper.move-rotate4 .img-layer_image {
	animation: image_move_rotate4 4s infinite linear;
}

@keyframes image_upDown1 {
	0% {
		transform: translateY(-5px);
	}
	
	100% {
		transform: translateY(5px);
	}
}

@keyframes image_upDown2 {
	0% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(10px);
	}
}

@keyframes image_upDown3 {
	0% {
		transform: translateY(-15px);
	}
	
	100% {
		transform: translateY(15px);
	}
}

@keyframes image_leftRight1 {
	0% {
		transform: translateX(-5px);
	}
	
	100% {
		transform: translateX(5px);
	}
}

@keyframes image_leftRight2 {
	0% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(10px);
	}
}

@keyframes image_leftRight3 {
	0% {
		transform: translateX(-15px);
	}
	
	100% {
		transform: translateX(15px);
	}
}

@keyframes image_scale1 {
	0% {
		transform: scale(.8);
	}
	
	100% {
		transform: scale(1.1);
	}
}

@keyframes image_scale2 {
	0% {
		transform: scale(.9);
	}
	
	50% {
		transform: scale(1.1);
	}
	
	100% {
		transform: scale(.9);
	}
}

@keyframes image_scale3 {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes image_move1 {
	0% {
		transform: translate(0px, 0px);
	}
	
	25% {
		transform: translate(10px, 20px);
	}
	
	50% {
		transform: translate(30px, 30px);
	}
	
	75% {
		transform: translate(20px, 10px);
	}
	
	100% {
		transform: translate(0px, 0px);
	}
}

@keyframes image_move2 {
	0% {
		transform: translate(0px, 0px);
	}
	
	25% {
		transform: translate(20px, -20px);
	}
	
	50% {
		transform: translate(0px, -40px);
	}
	
	75% {
		transform: translate(20px, -20px);
	}
	
	100% {
		transform: translate(0px, 0px);
	}
}

@keyframes image_move3 {
	0% {
		transform: translate(0px, 0px);
	}
	
	25% {
		transform: translate(20px, 0px);
	}
	
	50% {
		transform: translate(30px, -20px);
	}
	
	75% {
		transform: translate(20px, 0px);
	}
	
	100% {
		transform: translate(0px, 0px);
	}
}

@keyframes image_move4 {
	0% {
		transform: translate(0px, 0px);
	}
	
	15% {
		transform: translate(0px, 20px);
	}
	
	30% {
		transform: translate(-20px, 20px);
	}
	
	45% {
		transform: translate(-20px, 40px);
	}
	
	60% {
		transform: translate(-25px, 30px);
	}
	
	75% {
		transform: translate(-20px, 20px);
	}
	
	90% {
		transform: translate(0px, 20px);
	}
	
	100% {
		transform: translate(0px, 0px);
	}
}

@keyframes image_move_rotate1 {
	0% {
		transform: translate(0px, 0px) rotate(0);
	}
	
	25% {
		transform: translate(-10px, -10px) rotate(5deg);
	}
	
	50% {
		transform: translate(-20px, 0px) rotate(0);
	}
	
	75% {
		transform: translate(-10px, -10px) rotate(-2deg);
	}
	
	100% {
		transform: translate(0, 0) rotate(0);
	}
}

@keyframes image_move_rotate2 {
	0% {
		transform: translate(0px, 0px) rotate(0);
	}
	
	25% {
		transform: translate(10px, 10px) rotate(-5deg);
	}
	
	50% {
		transform: translate(-5px, 15px) rotate(-10deg);
	}
	
	75% {
		transform: translate(-10px, 5px) rotate(-5deg);
	}
	
	100% {
		transform: translate(0, 0) rotate(0);
	}
}

@keyframes image_move_rotate3 {
	0% {
		transform: translate(0px, 0px) rotate(0);
	}
	
	20% {
		transform: translate(0px, -10px) rotate(-5deg);
	}
	
	40% {
		transform: translate(15px, -15px) rotate(0deg);
	}
	
	60% {
		transform: translate(25px, 0px) rotate(7deg);
	}
	
	80% {
		transform: translate(10px, 10px) rotate(-2deg);
	}
	
	100% {
		transform: translate(0, 0) rotate(0);
	}
}

@keyframes image_move_rotate4 {
	0% {
		transform: translate(0px, 0px) rotate(0);
	}
	
	15% {
		transform: translate(-10px, 10px) rotate(5deg);
	}
	
	30% {
		transform: translate(-25px, 15px) rotate(10deg);
	}
	
	45% {
		transform: translate(-25px, 25px) rotate(13deg);
	}
	
	60% {
		transform: translate(-5px, 20px) rotate(16deg);
	}
	
	75% {
		transform: translate(5px, 5px) rotate(13deg);
	}
	
	90% {
		transform: translate(15px, -10px) rotate(8deg);
	}
	
	100% {
		transform: translate(0, 0) rotate(0);
	}
}

.tpc-image_comparison.cocoen {
	cursor: pointer;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 15px;
}

.tpc-image_comparison.cocoen img.comp-image {
	max-width: none;
	display: block;
	width: 100%;
}

.tpc-image_comparison.cocoen>div {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50%;
}

.tpc-image_comparison.cocoen .cocoen-drag {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	margin-left: -1px;
	background: #fff;
	cursor: ew-resize;
}

.tpc-image_comparison.cocoen .cocoen-drag:before, .tpc-image_comparison.cocoen .cocoen-drag:after {
	font-family: flaticon;
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #232323;
	cursor: pointer;
	font-size: 14px;
	margin-top: -35px;
	border-radius: 50%;
}

.tpc-image_comparison.cocoen .cocoen-drag:before {
	z-index: 1;
	content: "";
	left: 50%;
	margin-left: -35px;
	background: #fff;
	text-align: left;
	padding-left: 13px;
}

.tpc-image_comparison.cocoen .cocoen-drag:after {
	z-index: 2;
	content: "";
	right: 50%;
	margin-right: -35px;
	text-align: right;
	padding-right: 13px;
	background: transparent !important;
}

.tpc-image-layers {
	position: relative;
	line-height: 0;
	max-width: 100%;
}

.tpc-image-layers .img-layer_image-wrapper {
	position: relative;
	line-height: 0;
	display: block;
	width: inherit;
	max-width: 100%;
	height: inherit;
	max-height: 100%;
}

.tpc-image-layers .img-layer_image-wrapper:not(:first-child) {
	position: absolute;
	left: 0;
	top: 0;
}

.tpc-image-layers .img-layer_image-wrapper .img-layer_image {
	transition: all .5s;
}

.tpc-image-layers .img-layer_image-wrapper.fade_in .img-layer_image, .tpc-image-layers .img-layer_image-wrapper.slide_big_up .img-layer_image, .tpc-image-layers .img-layer_image-wrapper.slide_big_down .img-layer_image, .tpc-image-layers .img-layer_image-wrapper.slide_big_left .img-layer_image, .tpc-image-layers .img-layer_image-wrapper.slide_big_right .img-layer_image, .tpc-image-layers .img-layer_image-wrapper.slide_up .img-layer_image, .tpc-image-layers .img-layer_image-wrapper.slide_down .img-layer_image, .tpc-image-layers .img-layer_image-wrapper.slide_left .img-layer_image, .tpc-image-layers .img-layer_image-wrapper.slide_right .img-layer_image, .tpc-image-layers .img-layer_image-wrapper.flip_x .img-layer_image, .tpc-image-layers .img-layer_image-wrapper.flip_y .img-layer_image, .tpc-image-layers .img-layer_image-wrapper.zoom_in .img-layer_image {
	opacity: 0;
	visibility: hidden;
}

.tpc-image-layers .img-layer_image-wrapper.slide_big_up .img-layer_image {
	transform: translateY(100%);
}

.tpc-image-layers .img-layer_image-wrapper.slide_big_down .img-layer_image {
	transform: translateY(-100%);
}

.tpc-image-layers .img-layer_image-wrapper.slide_big_left .img-layer_image {
	transform: translateX(100%);
}

.tpc-image-layers .img-layer_image-wrapper.slide_big_right .img-layer_image {
	transform: translateX(-100%);
}

.tpc-image-layers .img-layer_image-wrapper.slide_up .img-layer_image {
	transform: translateY(50%);
}

.tpc-image-layers .img-layer_image-wrapper.slide_down .img-layer_image {
	transform: translateY(-50%);
}

.tpc-image-layers .img-layer_image-wrapper.slide_left .img-layer_image {
	transform: translateX(50%);
}

.tpc-image-layers .img-layer_image-wrapper.slide_right .img-layer_image {
	transform: translateX(-50%);
}

.tpc-image-layers .img-layer_image-wrapper.flip_x .img-layer_image {
	transform: rotateX(-100deg);
}

.tpc-image-layers .img-layer_image-wrapper.flip_y .img-layer_image {
	transform: rotateY(-100deg);
}

.tpc-image-layers .img-layer_image-wrapper.zoom_in .img-layer_image {
	transform: scale3d(.2, .2, .2);
}

.tpc-image-layers.img-layer_animate .img-layer_image-wrapper.fade_in .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_up .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_down .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_left .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_right .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_up .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_left .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_right .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.flip_x .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.flip_y .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.zoom_in .img-layer_image {
	opacity: 1;
	visibility: visible;
}

.tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_up .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_down .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_up .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_image {
	transform: translateY(0);
}

.tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_left .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_right .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_left .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.slide_right .img-layer_image {
	transform: translateX(0);
}

.tpc-image-layers.img-layer_animate .img-layer_image-wrapper.flip_x .img-layer_image, .tpc-image-layers.img-layer_animate .img-layer_image-wrapper.flip_y .img-layer_image {
	transform: rotate(0);
}

.tpc-image-layers.img-layer_animate .img-layer_image-wrapper.zoom_in .img-layer_image {
	transform: scale3d(1, 1, 1);
}

.elementor-widget-tpc-info-box .elementor-widget-container {
	position: relative;
}

.elementor-widget-tpc-info-box .elementor-widget-container .tpc-infobox__link {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.elementor-widget-tpc-info-box .elementor-widget-container:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	opacity: 0;
	transition: inherit;
}

.elementor-widget-tpc-info-box .elementor-widget-container:hover:before {
	opacity: 1;
}

.elementor-widget-tpc-info-box .elementor-widget-container .tpc-infobox__link:hover+.tpc-infobox .tpc-infobox_button:before {
	width: 100%;
	transition-delay: .4s;
}

.elementor-widget-tpc-info-box .elementor-widget-container .tpc-infobox__link:hover+.tpc-infobox .tpc-infobox_button:after {
	width: 0;
}

.elementor-widget-tpc-info-box .tpc-infobox {
	transition: .4s;
}

.elementor-widget-tpc-info-box .tpc-infobox .tpc-infobox_wrapper {
	position: relative;
}

.elementor-widget-tpc-info-box .tpc-infobox .tpc-infobox_title {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.5;
	word-break: break-word;
	transition: .4s;
}

.elementor-widget-tpc-info-box .tpc-infobox .tpc-infobox_title .tpc-infobox_title-idle, .elementor-widget-tpc-info-box .tpc-infobox .tpc-infobox_title .tpc-infobox_title-add {
	font: inherit;
	color: inherit;
	line-height: inherit;
	text-transform: inherit;
}

.elementor-widget-tpc-info-box .tpc-infobox .tpc-infobox_title .tpc-infobox_title-add {
	transition: .4s;
}

.elementor-widget-tpc-info-box .tpc-infobox .tpc-infobox_title:after {
	content: "";
	display: none;
	width: 40px;
	height: 2px;
	margin: 19px 0 21px 0;
	background-color: currentColor;
	transition: color .3s;
}

.elementor-widget-tpc-info-box .tpc-infobox .tpc-image-box_img {
	display: inline-block;
}

.elementor-widget-tpc-info-box .tpc-infobox .tpc-image-box_img>span {
	display: block;
}

.elementor-widget-tpc-info-box .tpc-infobox .tpc-infobox-title_wrapper {
	position: relative;
}

.elementor-widget-tpc-info-box .tpc-infobox .tpc-infobox_content {
	transition: .4s;
}

.elementor-widget-tpc-info-box .tpc-infobox .tpc-infobox_content p:last-child {
	margin-bottom: 0;
}

.elementor-widget-tpc-info-box .tpc-infobox .tpc-infobox_subtitle {
	position: relative;
	font-size: 120px;
	font-weight: var(--lmsmart-header-font-weight);
	line-height: 1;
	transition: .4s;
	z-index: -1;
}

.elementor-widget-tpc-info-box .tpc-infobox .tpc-infobox-button_wrapper {
	margin-top: 10px;
}

.elementor-widget-tpc-info-box.show_border-yes .tpc-infobox .tpc-image-box_img {
	position: relative;
	z-index: 1;
	transition: color .3s;
}

.elementor-widget-tpc-info-box.show_border-yes .tpc-infobox .tpc-image-box_img:after, .elementor-widget-tpc-info-box.show_border-yes .tpc-infobox .tpc-image-box_img:before {
	content: "";
	position: absolute;
	top: -18px;
	right: -18px;
	bottom: -18px;
	left: -18px;
	border-radius: 50%;
	pointer-events: none;
}

.elementor-widget-tpc-info-box.show_border-yes .tpc-infobox .tpc-image-box_img:after {
	border: 5px solid currentColor;
	z-index: -1;
}

.elementor-widget-tpc-info-box.show_border-yes .tpc-infobox .tpc-image-box_img:before {
	box-shadow: inset 0 0 10px 3px currentColor, 0 0 10px 3px currentColor;
	transform: translate(6px, 4px);
	opacity: .23;
	z-index: -2;
}

.elementor-widget-tpc-info-box.show_border-yes .tpc-infobox .tpc-image-box_img>span {
	border-radius: 50%;
	overflow: hidden;
}

.elementor-widget-tpc-info-box.animation_lifting {
	padding-top: 20px;
	transform: translateY(0);
	transition: .5s;
}

.elementor-widget-tpc-info-box.animation_lifting>.elementor-widget-container {
	position: relative;
	transition: .5s;
}

.elementor-widget-tpc-info-box.animation_lifting:hover>.elementor-widget-container {
	transform: translateY(-20px);
}

.elementor-widget-tpc-info-box.animation_toggling .tpc-infobox_wrapper, .elementor-widget-tpc-info-box.animation_toggling .media-wrapper {
	transition: .6s;
}

.elementor-widget-tpc-info-box.animation_toggling .tpc-infobox_content, .elementor-widget-tpc-info-box.animation_toggling .tpc-infobox-button_wrapper {
	opacity: 0;
}

.elementor-widget-tpc-info-box.animation_toggling .elementor-widget-container {
	overflow: hidden;
}

.elementor-widget-tpc-info-box.animation_toggling .elementor-widget-container:hover .media-wrapper {
	opacity: 0;
}

.elementor-widget-tpc-info-box.animation_toggling .elementor-widget-container:hover .tpc-infobox_content, .elementor-widget-tpc-info-box.animation_toggling .elementor-widget-container:hover .tpc-infobox-button_wrapper {
	opacity: 1;
}

.tpc-flipbox {
	position: relative;
	perspective: 1000px;
	width: 100%;
	height: 300px;
}

.tpc-flipbox_wrap {
	position: relative;
	z-index: 1;
	transition: .7s;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	perspective: inherit;
}

.tpc-flipbox_title span {
	display: inline-block;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
}

.tpc-flipbox_content p:last-child {
	margin-bottom: 0;
}

.tpc-flipbox_button-wrap .tpc-button {
	font-size: 13px;
}

.tpc-flipbox_item-link {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.tpc-flipbox_front, .tpc-flipbox_back {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 10px 8px 35px rgba(49, 49, 49, .08);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotate(0);
	transition: .7s;
	perspective: inherit;
	transform-style: preserve-3d;
}

.tpc-flipbox_front {
	z-index: 2;
}

.tpc-flipbox_front .tpc-flipbox_title span {
	font-size: 36px;
	font-weight: 600;
}

.tpc-flipbox_back .tpc-flipbox_title {
	position: relative;
	z-index: 1;
}

.tpc-flipbox_back .tpc-flipbox_title span {
	font-size: 24px;
	font-weight: 500;
}

.tpc-flipbox.type_flip_right .tpc-flipbox_back {
	transform: rotateY(-180deg);
}

.tpc-flipbox.type_flip_right:hover .tpc-flipbox_wrap {
	transform: rotateY(180deg);
}

.tpc-flipbox.type_flip_left .tpc-flipbox_back {
	transform: rotateY(180deg);
}

.tpc-flipbox.type_flip_left:hover .tpc-flipbox_wrap {
	transform: rotateY(-180deg);
}

.tpc-flipbox.type_flip_top .tpc-flipbox_back {
	transform: rotateX(-180deg);
}

.tpc-flipbox.type_flip_top:hover .tpc-flipbox_wrap {
	transform: rotateX(180deg);
}

.tpc-flipbox.type_flip_bottom .tpc-flipbox_back {
	transform: rotateX(180deg);
}

.tpc-flipbox.type_flip_bottom:hover .tpc-flipbox_wrap {
	transform: rotateX(-180deg);
}

.elementor-widget-tpc-flipbox.aleft .tpc-flipbox .tpc-image-box_img {
	margin-right: auto;
}

.elementor-widget-tpc-flipbox.acenter .tpc-flipbox .tpc-image-box_img {
	margin-left: auto;
	margin-right: auto;
}

.elementor-widget-tpc-flipbox.aright .tpc-flipbox .tpc-image-box_img {
	margin-left: auto;
}

.tpc-gallery_items:not(.gallery-carousel) {
	display: flex;
	flex-wrap: wrap;
}

.tpc-gallery_items.gallery-justified .tpc-gallery_item {
	position: absolute;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
}

.tpc-gallery_item-wrapper>a {
	display: flex;
	flex-direction: column;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.tpc-gallery_item {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.tpc-gallery_item:before, .tpc-gallery_item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: .4s;
}

.tpc-gallery_item:after {
	opacity: 0;
}

.tpc-gallery_image-info {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
}

.tpc-gallery_image-info.show_until_hover, .tpc-gallery_image-info.show_always {
	opacity: 1;
	visibility: visible;
}

.tpc-gallery_image-title {
	line-height: 1.1;
	font-size: 1.1em;
	font-weight: 600;
}

.tpc-gallery_image-title+.tpc-gallery_image-descr {
	margin-top: 5px;
}

.tpc-gallery_image-descr {
	line-height: 1;
}

.tpc-gallery_item:hover:before {
	opacity: 0;
}

.tpc-gallery_item:hover:after {
	opacity: 1;
}

.tpc-gallery_item:hover .tpc-gallery_image-info {
	opacity: 1;
	visibility: visible;
}

.tpc-gallery_item:hover .tpc-gallery_image-info.show_until_hover {
	opacity: 0;
	visibility: hidden;
}

.tpc-gallery_items.appear-animation .tpc-gallery_item-wrapper {
	opacity: 0;
}

.tpc-gallery_items.appear-animation.fade-in .tpc-gallery_item-wrapper.animate {
	animation: fade_in .9s ease forwards;
}

.tpc-gallery_items.appear-animation.slide-top .tpc-gallery_item-wrapper.animate {
	animation: slide_top .5s ease forwards;
	transform: translateY(50px);
}

.tpc-gallery_items.appear-animation.slide-bottom .tpc-gallery_item-wrapper.animate {
	animation: slide_bottom .5s ease forwards;
	transform: translateY(-50px);
}

.tpc-gallery_items.appear-animation.slide-left .tpc-gallery_item-wrapper.animate {
	animation: slide_left .5s ease forwards;
	transform: translateX(50px);
}

.tpc-gallery_items.appear-animation.slide-right .tpc-gallery_item-wrapper.animate {
	animation: slide_right .5s ease forwards;
	transform: translateX(-50px);
}

.tpc-gallery_items.appear-animation.zoom .tpc-gallery_item-wrapper.animate {
	animation: zoom_in .5s ease forwards;
	transform: scale(.5);
}

.elementor-widget-tpc-gallery.col-1 .tpc-gallery_item-wrapper {
	width: 100%;
}

.elementor-widget-tpc-gallery.col-2 .tpc-gallery_item-wrapper {
	width: 50%;
}

.elementor-widget-tpc-gallery.col-3 .tpc-gallery_item-wrapper {
	width: 33.3333%;
}

.elementor-widget-tpc-gallery.col-4 .tpc-gallery_item-wrapper {
	width: 25%;
}

.elementor-widget-tpc-gallery.col-5 .tpc-gallery_item-wrapper {
	width: 20%;
}

@media (max-width:1024px) {
	.elementor-widget-tpc-gallery.col-tablet-1 .tpc-gallery_item-wrapper {
		width: 100%;
	}
	
	.elementor-widget-tpc-gallery.col-tablet-2 .tpc-gallery_item-wrapper {
		width: 50%;
	}
	
	.elementor-widget-tpc-gallery.col-tablet-3 .tpc-gallery_item-wrapper {
		width: 33.3333%;
	}
	
	.elementor-widget-tpc-gallery.col-tablet-4 .tpc-gallery_item-wrapper {
		width: 25%;
	}
	
	.elementor-widget-tpc-gallery.col-tablet-5 .tpc-gallery_item-wrapper {
		width: 20%;
	}
}

@media (max-width:767px) {
	.elementor-widget-tpc-gallery.col-mobile-1 .tpc-gallery_item-wrapper {
		width: 100%;
	}
	
	.elementor-widget-tpc-gallery.col-mobile-2 .tpc-gallery_item-wrapper {
		width: 50%;
	}
	
	.elementor-widget-tpc-gallery.col-mobile-3 .tpc-gallery_item-wrapper {
		width: 33.3333%;
	}
	
	.elementor-widget-tpc-gallery.col-mobile-4 .tpc-gallery_item-wrapper {
		width: 25%;
	}
	
	.elementor-widget-tpc-gallery.col-mobile-5 .tpc-gallery_item-wrapper {
		width: 20%;
	}
}

.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.justified-gallery>a, .justified-gallery>div, .justified-gallery>figure {
	position: absolute;
	display: inline-block;
	filter: "alpha(opacity=10)";
	opacity: .1;
	margin: 0;
	padding: 0;
}

.justified-gallery>a>img, .justified-gallery>div>img, .justified-gallery>figure>img, .justified-gallery>a>a>img, .justified-gallery>div>a>img, .justified-gallery>figure>a>img, .justified-gallery>a>svg, .justified-gallery>div>svg, .justified-gallery>figure>svg, .justified-gallery>a>a>svg, .justified-gallery>div>a>svg, .justified-gallery>figure>a>svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: none;
	filter: "alpha(opacity=0)";
	opacity: 0;
}

.justified-gallery>.jg-entry-visible {
	filter: "alpha(opacity=100)";
	opacity: 1;
	background: none;
}

.justified-gallery>.jg-entry-visible>img, .justified-gallery>.jg-entry-visible>a>img, .justified-gallery>.jg-entry-visible>svg, .justified-gallery>.jg-entry-visible>a>svg {
	filter: "alpha(opacity=100)";
	opacity: 1;
	transition: opacity 500ms ease-in;
}

.justified-gallery>.jg-spinner {
	position: absolute;
	bottom: 0;
	margin-left: -24px;
	padding: 10px 0 10px 0;
	left: 50%;
	filter: "alpha(opacity=100)";
	opacity: 1;
	overflow: initial;
}

.justified-gallery>.jg-spinner>span {
	display: inline-block;
	filter: "alpha(opacity=0)";
	opacity: 0;
	width: 8px;
	height: 8px;
	margin: 0 4px 0 4px;
	background-color: #000;
	border-radius: 6px;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan {
	position: relative;
	z-index: 1;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan.hover-animation {
	padding-top: 20px;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan.hover-animation .pricing_plan_wrap {
	transform: translateY(0);
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan.hover-animation:hover .pricing_plan_wrap {
	transform: translateY(-20px);
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_plan_wrap {
	background-size: cover;
	background-position: center;
	background-color: #fff;
	box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, .12);
	transition: .5s;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_header {
	position: relative;
	z-index: 1;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_title_wrapper {
	display: inline-block;
	position: relative;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_title {
	position: relative;
	z-index: 1;
	font-size: 13px;
	line-height: 1;
	font-weight: var(--lmsmart-header-font-weight);
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_title:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	opacity: .35;
	transform: translateY(-1px);
	margin-right: 8px;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_title__shadow {
	position: absolute;
	z-index: -1;
	bottom: .04em;
	font-size: 2.4em;
	line-height: 1;
	opacity: .5;
	white-space: nowrap;
}

@supports (-webkit-text-stroke-width:1px) {
	.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_title__shadow {
		opacity: 1;
		color: transparent !important;
		-webkit-text-stroke-width: 1px;
	}
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_highlighter {
	position: absolute;
	z-index: 1;
	top: 33px;
	right: 0;
	font-size: 16px;
	font-weight: 600;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_highlighter-icon {
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	margin-right: 13px;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_highlighter-icon:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	line-height: 1;
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_price_wrap {
	font-size: 42px;
	line-height: .01;
	font-weight: var(--lmsmart-header-font-weight);
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_currency {
	font-size: .55em;
	vertical-align: super;
	display: inline-block;
	transform: translateY(2px);
	margin-right: 7px;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_price {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-family: inherit;
	font-size: inherit;
	line-height: .95;
	font-weight: inherit;
	color: inherit;
	vertical-align: baseline;
	text-decoration: inherit;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_price .price_decimal {
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 101%;
	padding-left: .15em;
	vertical-align: top;
	font-family: inherit;
	font-size: .45em;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_period {
	font-size: 14px;
	line-height: 1.3;
	font-weight: var(--lmsmart-header-font-weight);
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_content {
	padding-top: 20px;
	padding-bottom: 23px;
	text-align: left;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_content p {
	margin-bottom: 14px;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_content ul {
	padding-bottom: 19px;
	word-break: break-word;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_content ul:last-child {
	padding-bottom: 0;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_content ul li {
	margin-bottom: 2px;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_content ul li[style*='color']:before {
	color: inherit;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_content ul li i {
	margin-right: 10px;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_desc {
	font-size: 14px;
	padding: 17px 0;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .pricing_footer {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .tpc-button {
	width: 100%;
}

.elementor-widget-tpc-pricing-table .tpc-pricing_plan .tpc-button .button-content-wrapper {
	justify-content: center;
}

.elementor-widget-tpc-pricing-table.aleft .pricing_content ul {
	align-items: flex-start;
}

.elementor-widget-tpc-pricing-table.acenter .pricing_content ul {
	align-items: center;
	margin-left: 0;
	padding-left: 0;
}

.elementor-widget-tpc-pricing-table.aright .pricing_content ul {
	align-items: flex-end;
}

.tpc-progress_bar .progress_wrap {
	display: block;
	border-radius: unset;
	transition: width 1.5s;
}

.tpc-progress_bar .progress_label_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	line-height: 1;
	white-space: nowrap;
	transition: inherit;
}

.tpc-progress_bar .progress_bar_wrap {
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	border-radius: unset;
	transition: inherit;
}

.tpc-progress_bar .progress_bar {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 0;
	height: inherit;
	border-radius: inherit;
	transform: translateY(-50%);
	transition: inherit;
}

.tpc-progress_bar .progress_bar:after {
	content: "";
	position: absolute;
	top: -4px;
	right: -4px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: inherit;
}

.tpc-progress_bar .progress_value_wrap {
	position: relative;
	z-index: 0;
	margin-left: 5px;
	padding-top: 1px;
}

.tpc-progress_bar .progress_bar_wrap-wrap {
	transition: inherit;
}

.tpc-progress_bar .progress_label_wrap .progress_label, .tpc-progress_bar .progress_label_wrap .progress_value_wrap {
	font-weight: 600;
	font-size: 14px;
}

.tpc-progress_bar.dynamic-value .progress_label_wrap {
	width: 0;
}

.elementor-widget-tpc-rotated-text .elementor-widget-container {
	transform: rotate(180deg);
	writing-mode: vertical-rl;
}

.tpc-rotated_text .tpc__title-wrapper {
	font-size: 24px;
	line-height: 1.3em;
}

.tpc-rotated_text .tpc__title-wrapper .tpc__title {
	font-size: inherit;
	line-height: inherit;
	transition: color .3s;
}

.tpc-rotated_text .tpc__subtitle {
	font-size: 16px;
	line-height: 1.3em;
	transition: color .3s;
}

.tpc-rotated_text .tpc__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 1;
}

body[data-elementor-device-mode="desktop"] .elementor-widget-tpc-rotated-text.disable-rotation-yes .elementor-widget-container, body[data-elementor-device-mode="tablet"] .elementor-widget-tpc-rotated-text.disable-rotation-tablet-yes .elementor-widget-container, body[data-elementor-device-mode="mobile"] .elementor-widget-tpc-rotated-text.disable-rotation-mobile-yes .elementor-widget-container {
	transform: unset;
	writing-mode: unset;
	height: auto;
}

.tpc-tabs_headings {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	position: relative;
	overflow: hidden;
}

.tpc-tabs_header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	font-weight: var(--lmsmart-header-font-weight);
	line-height: 1.3;
	cursor: pointer;
	transition: .4s;
}

.tpc-tabs_header:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: .4s;
	z-index: 1;
	width: 100%;
	height: 1px;
}

.tpc-tabs_header:first-child {
	margin-left: 0 !important;
}

.tpc-tabs_header:last-child {
	margin-right: 0 !important;
}

.tpc-tabs_content {
	display: block;
}

.tpc-tabs_content>.elementor {
	margin: 10px;
}

.tpc-tabs_icon {
	line-height: 1;
	color: inherit;
	transition: .4s;
}

.tpc-tabs_icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
	transition: inherit;
}

.tpc-tabs_title {
	font-size: 18px;
	color: inherit;
	line-height: inherit;
}

.tpc-tabs.icon_position-left .tpc-tabs_header {
	flex-direction: row-reverse;
}

.tpc-tabs.icon_position-right .tpc-tabs_header {
	flex-direction: row;
}

.tpc-tabs.icon_position-top .tpc-tabs_header {
	flex-direction: column-reverse;
}

.tpc-tabs.icon_position-bottom .tpc-tabs_header {
	flex-direction: column;
}

@media (max-width:1024px) {
	.tpc-tabs.icon_position-tablet-left .tpc-tabs_header {
		flex-direction: row-reverse;
	}
	
	.tpc-tabs.icon_position-tablet-right .tpc-tabs_header {
		flex-direction: row;
	}
	
	.tpc-tabs.icon_position-tablet-top .tpc-tabs_header {
		flex-direction: column-reverse;
	}
	
	.tpc-tabs.icon_position-tablet-bottom .tpc-tabs_header {
		flex-direction: column;
	}
}

@media (max-width:767px) {
	.tpc-tabs.icon_position-mobile-left .tpc-tabs_header {
		flex-direction: row-reverse;
	}
	
	.tpc-tabs.icon_position-mobile-right .tpc-tabs_header {
		flex-direction: row;
	}
	
	.tpc-tabs.icon_position-mobile-top .tpc-tabs_header {
		flex-direction: column-reverse;
	}
	
	.tpc-tabs.icon_position-mobile-bottom .tpc-tabs_header {
		flex-direction: column;
	}
}

.tpc-tabs.tabs_align-left .tpc-tabs_headings {
	justify-content: flex-start;
}

.tpc-tabs.tabs_align-left .tpc-tabs_headings .tpc-tabs_header:last-child {
	margin-right: 0 !important;
}

.tpc-tabs.tabs_align-right .tpc-tabs_headings {
	justify-content: flex-end;
}

.tpc-tabs.tabs_align-right .tpc-tabs_headings .tpc-tabs_header:first-child {
	margin-left: 0 !important;
}

.tpc-tabs.tabs_align-center .tpc-tabs_headings {
	justify-content: center;
}

.tpc-tabs.tabs_align-center .tpc-tabs_headings .tpc-tabs_header:last-child {
	margin-right: 0 !important;
}

.tpc-tabs.tabs_align-center .tpc-tabs_headings .tpc-tabs_header:first-child {
	margin-left: 0 !important;
}

.tpc-tabs.tabs_align-justify .tpc-tabs_header {
	flex: 1;
}

.tpc-tabs.tabs_align-justify .tpc-tabs_header:last-child {
	margin-right: 0 !important;
}

.tpc-tabs.tabs_align-justify .tpc-tabs_header:first-child {
	margin-left: 0 !important;
}

@media (max-width:1024px) {
	.tpc-tabs.tabs_align-tablet-left .tpc-tabs_headings {
		justify-content: flex-start;
	}
	
	.tpc-tabs.tabs_align-tablet-left .tpc-tabs_headings .tpc-tabs_header:last-child {
		margin-right: 0 !important;
	}
	
	.tpc-tabs.tabs_align-tablet-right .tpc-tabs_headings {
		justify-content: flex-end;
	}
	
	.tpc-tabs.tabs_align-tablet-right .tpc-tabs_headings .tpc-tabs_header:first-child {
		margin-left: 0 !important;
	}
	
	.tpc-tabs.tabs_align-tablet-center .tpc-tabs_headings {
		justify-content: center;
	}
	
	.tpc-tabs.tabs_align-tablet-center .tpc-tabs_headings .tpc-tabs_header:last-child {
		margin-right: 0 !important;
	}
	
	.tpc-tabs.tabs_align-tablet-center .tpc-tabs_headings .tpc-tabs_header:first-child {
		margin-left: 0 !important;
	}
	
	.tpc-tabs.tabs_align-tablet-justify .tpc-tabs_header {
		flex: 1;
	}
	
	.tpc-tabs.tabs_align-tablet-justify .tpc-tabs_header:last-child {
		margin-right: 0 !important;
	}
	
	.tpc-tabs.tabs_align-tablet-justify .tpc-tabs_header:first-child {
		margin-left: 0 !important;
	}
}

@media (max-width:767px) {
	.tpc-tabs.tabs_align-mobile-left .tpc-tabs_headings {
		justify-content: flex-start;
	}
	
	.tpc-tabs.tabs_align-mobile-left .tpc-tabs_headings .tpc-tabs_header:last-child {
		margin-right: 0 !important;
	}
	
	.tpc-tabs.tabs_align-mobile-right .tpc-tabs_headings {
		justify-content: flex-end;
	}
	
	.tpc-tabs.tabs_align-mobile-right .tpc-tabs_headings .tpc-tabs_header:first-child {
		margin-left: 0 !important;
	}
	
	.tpc-tabs.tabs_align-mobile-center .tpc-tabs_headings {
		justify-content: center;
	}
	
	.tpc-tabs.tabs_align-mobile-center .tpc-tabs_headings .tpc-tabs_header:last-child {
		margin-right: 0 !important;
	}
	
	.tpc-tabs.tabs_align-mobile-center .tpc-tabs_headings .tpc-tabs_header:first-child {
		margin-left: 0 !important;
	}
	
	.tpc-tabs.tabs_align-mobile-justify .tpc-tabs_header {
		flex: 1 0 auto;
		width: 100%;
	}
	
	.tpc-tabs.tabs_align-mobile-justify .tpc-tabs_header:last-child {
		margin-right: 0 !important;
	}
	
	.tpc-tabs.tabs_align-mobile-justify .tpc-tabs_header:first-child {
		margin-left: 0 !important;
	}
}

.tpc_module_team {
	position: relative;
	z-index: 1;
}

.tpc_module_team .team-item {
	float: left;
	padding: 22.5px;
}

.tpc_module_team .team-item_wrap {
	position: relative;
	z-index: 1;
	padding: 0;
	background: #fff;
	box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, .15);
	border-radius: 10px;
	transition: .3s;
}

.tpc_module_team .team__image-wrapper {
	position: relative;
}

.tpc_module_team .team__image-wrapper .team__icons {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 16px;
	display: flex;
	flex-wrap: wrap-reverse;
}

.tpc_module_team .team__image-wrapper .team__icons .team-icon {
	width: 45px;
	height: 45px;
	margin: 4px;
	border-radius: 50%;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	z-index: 3;
	transition: .4s;
}

.tpc_module_team .team__image-wrapper .team__icons .team-icon:first-child {
	display: none;
	font-size: 17px;
	cursor: pointer;
}

@media (min-width:600px) {
	.tpc_module_team .team__image-wrapper .team__icons .team-icon:first-child {
		display: block;
	}
	
	.tpc_module_team .team__image-wrapper .team__icons .team-icon:not(:first-child) {
		opacity: 0;
		transform: scale(.9);
		will-change: transform;
	}
}

.tpc_module_team .team__image-wrapper .team__icons .team-icon:nth-last-child(1) {
	transition: all .4s 0s, opacity .3s 0s, transform .4s 0s;
}

.tpc_module_team .team__image-wrapper .team__icons .team-icon:nth-last-child(2) {
	transition: all .4s .08s, opacity .3s .08s, transform .4s .08s;
}

.tpc_module_team .team__image-wrapper .team__icons .team-icon:nth-last-child(3) {
	transition: all .4s .16s, opacity .3s .16s, transform .4s .16s;
}

.tpc_module_team .team__image-wrapper .team__icons .team-icon:nth-last-child(4) {
	transition: all .4s .24s, opacity .3s .24s, transform .4s .24s;
}

.tpc_module_team .team__image-wrapper .team__icons .team-icon:nth-last-child(5) {
	transition: all .4s .32s, opacity .3s .32s, transform .4s .32s;
}

.tpc_module_team .team__image-wrapper .team__icons .team-icon:nth-last-child(6) {
	transition: all .4s .4s, opacity .3s .4s, transform .4s .4s;
}

.tpc_module_team .team__image-wrapper .team__icons .team-icon:nth-last-child(7) {
	transition: all .4s .48s, opacity .3s .48s, transform .4s .48s;
}

.tpc_module_team .team__image-wrapper .team__icons .team-icon:nth-last-child(8) {
	transition: all .4s .56s, opacity .3s .56s, transform .4s .56s;
}

.tpc_module_team .team__image-wrapper .team__icons .team-icon:nth-last-child(9) {
	transition: all .4s .64s, opacity .3s .64s, transform .4s .64s;
}

.tpc_module_team .team__image-wrapper .team__icons .team-icon:nth-last-child(10) {
	transition: all .4s .72s, opacity .3s .72s, transform .4s .72s;
}

.tpc_module_team .team__image-wrapper .team__icons .team-icon:hover {
	color: #fff !important;
}

.tpc_module_team .team__image {
	display: block;
	position: relative;
}

.tpc_module_team .team__image img {
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.tpc_module_team .team__image:before, .tpc_module_team .team__image:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .3s;
}

.tpc_module_team .team__image:after {
	opacity: 0;
}

.tpc_module_team .team-item_info {
	padding: 25px 0 21px;
	transition: .4s;
}

.tpc_module_team.item_separator-show .team-item_info:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -3px;
	left: 0;
	width: 70px;
	height: 5px;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	z-index: 1;
}

.tpc_module_team .team-title {
	padding-bottom: 6px;
	font-size: 24px;
	line-height: 1.25;
}

.tpc_module_team .team-title:only-child {
	margin-bottom: 25px;
}

.tpc_module_team .team-title a {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	transition: .3s;
}

.tpc_module_team .team-department {
	transition: inherit;
	color: #9e9e9e;
	font-weight: 500;
}

.tpc_module_team .team-item_excerpt {
	margin: 2px 0 5px;
	line-height: 1.7;
	transition: .4s;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.tpc_module_team .team-item_excerpt::-webkit-scrollbar {
	display: none;
}

.tpc_module_team .team-item_wrap:hover .team__image:before {
	opacity: 0;
}

.tpc_module_team .team-item_wrap:hover .team__image:after {
	opacity: 1;
}

.tpc_module_team .team-item_wrap:hover .team__image-wrapper .team__icons .team-icon:first-child {
	color: #fff;
}

.tpc_module_team .team-item_wrap:hover .team__image-wrapper .team__icons .team-icon:not(:first-child) {
	opacity: 1;
	transform: scale(1);
}

.tpc_module_team .team-item_wrap:hover .team__image-wrapper .team__icons .team-icon:nth-child(1) {
	transition: all .4s, opacity .3s 0s, transform .4s 0s;
}

.tpc_module_team .team-item_wrap:hover .team__image-wrapper .team__icons .team-icon:nth-child(2) {
	transition: all .4s, opacity .3s .08s, transform .4s .08s;
}

.tpc_module_team .team-item_wrap:hover .team__image-wrapper .team__icons .team-icon:nth-child(3) {
	transition: all .4s, opacity .3s .16s, transform .4s .16s;
}

.tpc_module_team .team-item_wrap:hover .team__image-wrapper .team__icons .team-icon:nth-child(4) {
	transition: all .4s, opacity .3s .24s, transform .4s .24s;
}

.tpc_module_team .team-item_wrap:hover .team__image-wrapper .team__icons .team-icon:nth-child(5) {
	transition: all .4s, opacity .3s .32s, transform .4s .32s;
}

.tpc_module_team .team-item_wrap:hover .team__image-wrapper .team__icons .team-icon:nth-child(6) {
	transition: all .4s, opacity .3s .4s, transform .4s .4s;
}

.tpc_module_team .team-item_wrap:hover .team__image-wrapper .team__icons .team-icon:nth-child(7) {
	transition: all .4s, opacity .3s .48s, transform .4s .48s;
}

.tpc_module_team .team-item_wrap:hover .team__image-wrapper .team__icons .team-icon:nth-child(8) {
	transition: all .4s, opacity .3s .56s, transform .4s .56s;
}

.tpc_module_team .team-item_wrap:hover .team__image-wrapper .team__icons .team-icon:nth-child(9) {
	transition: all .4s, opacity .3s .64s, transform .4s .64s;
}

.tpc_module_team .team-item_wrap:hover .team__image-wrapper .team__icons .team-icon:nth-child(10) {
	transition: all .4s, opacity .3s .72s, transform .4s .72s;
}

@media (max-width:600px) {
	.tpc_module_team .team-item_wrap .team__image-wrapper .team__icons .team-icon:first-child {
		opacity: 0;
	}
}

.tpc_module_team.team-col_1 .team-item {
	width: 100%;
}

.tpc_module_team.team-col_2 .team-item {
	width: 50%;
}

.tpc_module_team.team-col_2 .team-item:nth-child(2n + 1) {
	clear: left;
}

.tpc_module_team.team-col_3 .team-item {
	width: 33.3333333%;
}

.tpc_module_team.team-col_3 .team-item:nth-child(3n + 1) {
	clear: left;
}

.tpc_module_team.team-col_4 .team-item {
	width: 25%;
}

.tpc_module_team.team-col_4 .team-item:nth-child(4n + 1) {
	clear: left;
}

.tpc_module_team.team-col_5 .team-item {
	width: 20%;
}

.tpc_module_team.team-col_5 .team-item:nth-child(5n + 1) {
	clear: left;
}

.tpc_module_team.team-col_6 .team-item {
	width: 16.6666666%;
}

.tpc_module_team.team-col_6 .team-item:nth-child(6n + 1) {
	clear: left;
}

.tpc_module_team .tpc-carousel .team-item_wrap {
	box-shadow: 6px 5px 14px rgba(0, 0, 0, .1);
}

.tpc_module_team .tpc-carousel .team-item.slick-slide:not(:first-child) {
	clear: none;
}

.tpc_module_team:after {
	content: "";
	display: block;
	clear: both;
}

.socials-official-idle .team-icon {
	background-color: #fff;
}

.socials-official-hover .team-icon:hover {
	color: #fff;
}

.single-team .single_team_page .team-single_wrapper {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: 60px;
	margin-bottom: 100px;
	border-radius: 10px;
	padding: 50px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top right;
}

@media (max-width:1200px) {
	.single-team .single_team_page .team-single_wrapper[style^='background-image:url'] {
		background-size: contain;
	}
}

@media (max-width:992px) {
	.single-team .single_team_page .team-single_wrapper[style^='background-image:url'] {
		background-image: none !important;
	}
	
	.single-team .single_team_page .team-single_wrapper[style^='background-image:url'].nitro-lazy {
		background-image: none !important;
	}
}

.single-team .single_team_page .team-single_wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	background: inherit;
	z-index: -1;
	box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, .15);
}

.single-team .single_team_page .team-image_wrap {
	align-self: flex-end;
	margin-right: 75px;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: -100px;
}

@media (max-width:1200px) {
	.single-team .single_team_page .team-image_wrap {
		margin-right: 60px;
	}
}

@media (min-width:600px) {
	.single-team .single_team_page .team__image {
		width: 100%;
		max-width: 515px;
	}
}

.single-team .single_team_page .team__image img {
	border-radius: 10px;
	display: block;
}

.single-team .single_team_page .team-info_wrapper {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding-top: 18px;
	padding-bottom: 22px;
}

.single-team .single_team_page .team-title {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 1.055;
}

.single-team .single_team_page .team-info_item {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.6;
}

.single-team .single_team_page .team-info_item.department {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 22px;
}

.single-team .single_team_page .team-info_item.highlighted {
	margin-bottom: 0;
	position: absolute;
	bottom: -121px;
	right: -120px;
	color: #ecf8fd;
	font-size: 200px;
	line-height: 1em;
	z-index: -2;
}

@media (max-width:1399px) {
	.single-team .single_team_page .team-info_item.highlighted {
		right: 20px;
		font-size: 150px;
		bottom: -97px;
	}
}

@media (max-width:600px) {
	.single-team .single_team_page .team-info_item.highlighted {
		font-size: 120px;
		bottom: -97px;
	}
}

.single-team .single_team_page .team-info_item:first-child {
	margin-top: 0;
}

.single-team .single_team_page .team-info_item h5, .single-team .single_team_page .team-info_item span {
	display: inline;
	font-size: inherit;
	line-height: inherit;
}

.single-team .single_team_page .team-info_item h5 {
	margin-right: .5em;
	font-size: 18px;
	font-weight: var(--lmsmart-header-font-weight);
}

.single-team .single_team_page .team-info_item a {
	color: inherit;
}

.single-team .single_team_page .team__icons {
	margin-top: 22px;
	line-height: 1;
}

.single-team .single_team_page .team__icons .team-icon {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	margin-left: 10px;
	background-color: #f0f9fd;
}

.single-team .single_team_page .team__icons .team-icon:first-child {
	display: none;
}

.single-team .single_team_page .team__icons .team-icon:nth-child(2) {
	margin-left: 0;
}

.single-team .single_team_page .team__icons .team-icon:hover {
	color: #fff;
}

.single-team .single_team_page .team__icons .team-icon:hover {
	background-color: #fff;
	box-shadow: 5px 4px 13px 0 rgba(0, 0, 0, .12);
}

.single-team .single_team_page .team__icons .team-icon:hover[class*='skype'] {
	color: #00aff0 !important;
}

.single-team .single_team_page .team__icons .team-icon:hover[class*='tumblr'] {
	color: #35465d !important;
}

.single-team .single_team_page .team__icons .team-icon:hover[class*='twitter'] {
	color: #1da1f2 !important;
}

.single-team .single_team_page .team__icons .team-icon:hover[class*='youtube'] {
	color: #f00 !important;
}

.single-team .single_team_page .team__icons .team-icon:hover[class*='facebook'] {
	color: #3b5998 !important;
}

.single-team .single_team_page .team__icons .team-icon:hover[class*='linkedin'] {
	color: #007bb5 !important;
}

.single-team .single_team_page .team__icons .team-icon:hover[class*='telegram'] {
	color: #08c !important;
}

.single-team .single_team_page .team__icons .team-icon:hover[class*='whatsapp'] {
	color: #25d366 !important;
}

.single-team .single_team_page .team__icons .team-icon:hover[class*='dribbble'] {
	color: #ea4c89 !important;
}

.single-team .single_team_page .team__icons .team-icon:hover[class*='pinterest'] {
	color: #e40000 !important;
}

.single-team .single_team_page .team__icons .team-icon:hover[class*='instagram'] {
	color: #c32aa3 !important;
}

.single-team .single_team_page .team__icons .team-icon:hover[class*='google-plus'] {
	color: #db4437 !important;
}

.single-team .single_team_page .team-info-desc {
	margin-top: 20px;
}

.single-team .single_team_page .team-single_speaches-title {
	font-weight: 400;
	margin-bottom: 30px;
}

.single-team .single_team_page .team-single_speaches-info .speech-info_item {
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.single-team .single_team_page .team-single_speaches-info .speech-info_day {
	margin-bottom: 6px;
	font-size: 22px;
}

.single-team .single_team_page .team-single_speaches-info .speech-info_time {
	margin-bottom: 8px;
}

.single-team .single_team_page .team-single_speaches-info .speech-info_time, .single-team .single_team_page .team-single_speaches-info .speech-info_desc {
	font-size: 18px;
}

.elementor-widget-tpc-testimonials.additional_style_yes .tpc-testimonials_item {
	display: flex;
	align-items: center;
	overflow: hidden;
}

@media (max-width:1024px) {
	.elementor-widget-tpc-testimonials.additional_style_yes .tpc-testimonials_item {
		flex-direction: column;
	}
}

.elementor-widget-tpc-testimonials.additional_style_yes .tpc-testimonials_item .tpc-testimonials_image {
	flex-shrink: 0;
}

.tpc-testimonials {
	position: relative;
}

.tpc-testimonials .tpc-testimonials-item_wrap {
	margin-bottom: 30px;
	transition: .4s;
}

.tpc-testimonials .tpc-testimonials_item {
	position: relative;
	z-index: 1;
	transform: translate(0);
	transition: inherit;
}

.tpc-testimonials.hover_animation .tpc-testimonials-item_wrap {
	padding-top: 20px;
}

.tpc-testimonials.hover_animation .tpc-testimonials-item_wrap:hover .tpc-testimonials_item {
	transform: translateY(-20px);
}

.tpc-testimonials .meta_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.tpc-testimonials .name_wrap {
	display: flex;
	flex-direction: column;
}

.tpc-testimonials .tpc-testimonials_name {
	font-size: 22px;
	line-height: 1.3;
	transition: .4s;
	font-weight: 600;
}

.tpc-testimonials .tpc-testimonials_name a {
	font-weight: inherit;
	font-family: inherit;
	color: inherit;
	line-height: inherit;
	font-size: inherit;
}

@media (max-width:600px) {
	.tpc-testimonials .tpc-testimonials_name {
		font-size: 18px;
	}
}

.tpc-testimonials .tpc-testimonials_position {
	display: block;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 600;
}

.tpc-testimonials .tpc-testimonials_quote {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
}

.tpc-testimonials .tpc-testimonials_quote p:last-child {
	margin-bottom: 0;
}

@media (max-width:600px) {
	.tpc-testimonials .tpc-testimonials_quote {
		font-size: 16px;
	}
}

.tpc-testimonials .tpc-testimonials_date {
	display: block;
	font-size: 18px;
	font-weight: 400;
}

.tpc-testimonials .tpc-testimonials_image {
	padding-right: 29px;
}

.tpc-testimonials .tpc-testimonials_image img {
	display: inline-block;
}

@media (max-width:600px) {
	.tpc-testimonials .tpc-testimonials_image {
		padding-right: 20px;
	}
}

.tpc-testimonials.type-inline_top .tpc-carousel .tpc-testimonials-item_wrap, .tpc-testimonials.type-inline_bottom .tpc-carousel .tpc-testimonials-item_wrap {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

.tpc-testimonials.type-inline_top .content_wrap {
	margin-top: 18px;
}

.tpc-testimonials.type-inline_top .tpc-testimonials_date {
	margin-top: 11px;
}

.tpc-testimonials.type-inline_top .tpc-testimonials_item {
	padding: 53px 50px 41px 50px;
}

@media (max-width:600px) {
	.tpc-testimonials.type-inline_top .tpc-testimonials_item {
		padding: 38px 30px 26px 30px;
	}
}

.tpc-testimonials.type-inline_bottom .content_wrap {
	margin-bottom: 18px;
}

.tpc-testimonials.type-inline_bottom .tpc-testimonials_date {
	margin-bottom: 11px;
}

.tpc-testimonials.type-inline_bottom .tpc-testimonials_item {
	padding: 41px 50px 53px 50px;
}

@media (max-width:600px) {
	.tpc-testimonials.type-inline_bottom .tpc-testimonials_item {
		padding: 26px 30px 38px 30px;
	}
}

.tpc-testimonials.type-author_top .tpc-testimonials_image {
	margin-bottom: 25px;
	padding-right: 0;
}

.tpc-testimonials.type-author_top .content_wrap {
	margin-bottom: 21px;
}

.tpc-testimonials.type-author_top .tpc-testimonials_item {
	padding: 53px 50px 41px 50px;
}

@media (max-width:600px) {
	.tpc-testimonials.type-author_top {
		padding: 38px 30px 26px 30px;
	}
}

.tpc-testimonials.type-author_bottom .content_wrap {
	margin-bottom: 18px;
}

.tpc-testimonials.type-author_bottom .meta_wrap {
	flex-direction: column;
}

.tpc-testimonials.type-author_bottom .tpc-testimonials_item {
	padding: 41px 50px 53px 50px;
}

@media (max-width:600px) {
	.tpc-testimonials.type-author_bottom .tpc-testimonials_item {
		padding: 26px 30px 38px 30px;
	}
}

.tpc-testimonials.type-author_bottom .tpc-testimonials_image {
	padding: 0 0 29px 0;
}

.tpc-testimonials.aleft.type-author_bottom .meta_wrap {
	align-items: flex-start;
}

.tpc-testimonials.aleft.type-author_top .meta_wrap, .tpc-testimonials.aleft.type-inline_top .meta_wrap, .tpc-testimonials.aleft.type-inline_bottom .meta_wrap {
	justify-content: flex-start;
}

.tpc-testimonials.acenter.type-author_top .meta_wrap, .tpc-testimonials.acenter.type-inline_bottom .meta_wrap {
	justify-content: center;
}

.tpc-testimonials.aright.type-author_bottom .meta_wrap {
	align-items: flex-end;
}

.tpc-testimonials.aright.type-author_top .meta_wrap, .tpc-testimonials.aright.type-inline_top .meta_wrap, .tpc-testimonials.aright.type-inline_bottom .meta_wrap {
	justify-content: flex-end;
}

.tpc-testimonials .tpc-carousel .tpc-carousel_wrapper {
	overflow: visible;
}

.tpc-testimonials .tpc-carousel .tpc-carousel_wrapper .tpc-carousel_slick {
	margin: 0 -15px;
}

.tpc-testimonials .tpc-carousel .tpc-carousel_wrapper .tpc-carousel_slick .slick-list {
	padding: 0 15px;
}

.tpc-testimonials .tpc-carousel .slick-prev {
	left: 10px;
}

.tpc-testimonials .tpc-carousel .slick-next {
	right: 10px;
}

.tpc-testimonials .tpc-carousel.prev_next_pos_right .tpc-carousel_slick {
	padding-bottom: 40px;
}

.tpc-testimonials .tpc-carousel.prev_next_pos_right .slick-next {
	right: 15px;
}

.tpc-testimonials .tpc-carousel.prev_next_pos_right .slick-prev {
	right: 65px;
}

.tpc-testimonials .tpc-carousel_vertical .tpc-carousel .tpc-testimonials-item_wrap {
	margin: auto 15px;
	transition: transform .7s, opacity 1s;
}

.tpc-testimonials:after {
	content: "";
	display: block;
	clear: both;
}

.tpc-timeline-vertical {
	position: relative;
	z-index: 1;
	padding: 10px 0 10px;
}

.tpc-timeline-vertical .tlv__items-wrapper {
	padding-bottom: 40px;
}

.tpc-timeline-vertical .tlv__item {
	display: flex;
	position: relative;
	text-align: left;
}

.tpc-timeline-vertical .tlv__item:nth-child(odd) {
	text-align: left;
}

.tpc-timeline-vertical .tlv__item:nth-child(odd) .tlv__date-wrapper {
	justify-content: flex-end;
}

.tpc-timeline-vertical .tlv__item:nth-child(even) {
	flex-direction: row-reverse;
	text-align: right;
}

.tpc-timeline-vertical .tlv__item:nth-child(even) .tlv__date-wrapper {
	justify-content: flex-start;
}

.tpc-timeline-vertical .tlv__item:nth-child(even) .tlv__content-wrapper {
	flex-direction: row-reverse;
}

.tpc-timeline-vertical .tlv__item:hover .tlv__thumbnail--hover {
	opacity: 1;
}

.tpc-timeline-vertical .tlv__item:hover .tlv__thumbnail--hover+.tlv__thumbnail--idle {
	opacity: 0;
}

.tpc-timeline-vertical .tlv__date-wrapper, .tpc-timeline-vertical .tlv__volume-wrapper {
	flex-basis: calc(50% - 2.5px);
	transition: .5s;
}

.tpc-timeline-vertical .tlv__curve-wrapper {
	position: relative;
	min-width: 5px;
}

.tpc-timeline-vertical .tlv__curve-wrapper:before, .tpc-timeline-vertical .tlv__curve-wrapper:after {
	content: "";
	position: absolute;
	top: 50%;
	border-radius: 50%;
	transition: .4s;
}

.tpc-timeline-vertical .tlv__curve-wrapper:before {
	top: calc(50% - 12px);
	left: -9.5px;
	width: 24px;
	height: 24px;
	box-shadow: 11px 10px 38px 0 rgba(0, 0, 0, .18);
}

.tpc-timeline-vertical .tlv__curve-wrapper:after {
	top: calc(50% - 6.5px);
	left: -4px;
	width: 13px;
	height: 13px;
	background-color: currentColor;
}

.tpc-timeline-vertical .tlv__content-wrapper {
	display: flex;
	box-shadow: 6px 7px 20px rgba(0, 0, 0, .1);
}

.tpc-timeline-vertical .tlv__media {
	position: relative;
	flex-shrink: 0;
}

.tpc-timeline-vertical .tlv__media [class|=tlv__thumbnail] {
	border-radius: inherit;
	transition: .6s;
}

.tpc-timeline-vertical .tlv__thumbnail--hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.tpc-timeline-vertical .tlv__content {
	transition: .5s;
}

.tpc-timeline-vertical .tlv__content p:last-child {
	margin-bottom: 0;
}

.tpc-timeline-vertical .tlv__title {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 1.4;
	transition: .5s;
}

.tpc-timeline-vertical .tlv__text {
	transition: .5s;
}

.tpc-timeline-vertical .tlv__date-wrapper {
	display: flex;
	align-items: center;
}

.tpc-timeline-vertical .tlv__date {
	font-size: 30px;
	transition: .5s;
}

.tpc-timeline-vertical.appear_animation .tlv__item {
	opacity: 0;
}

.tpc-timeline-vertical.appear_animation .tlv__item, .tpc-timeline-vertical.appear_animation .tlv__item .tlv__date-wrapper, .tpc-timeline-vertical.appear_animation .tlv__item .tlv__volume-wrapper {
	transition: all .4s, opacity .5s .4s, transform .5s .4s;
}

.tpc-timeline-vertical.appear_animation .tlv__item:nth-child(odd) .tlv__date-wrapper {
	transform: translateX(-20%);
}

.tpc-timeline-vertical.appear_animation .tlv__item:nth-child(odd) .tlv__volume-wrapper {
	transform: translateX(20%);
}

.tpc-timeline-vertical.appear_animation .tlv__item:nth-child(even) .tlv__date-wrapper {
	transform: translateX(20%);
}

.tpc-timeline-vertical.appear_animation .tlv__item:nth-child(even) .tlv__volume-wrapper {
	transform: translateX(-20%);
}

.tpc-timeline-vertical.appear_animation .tlv__item.show {
	opacity: 1;
}

.tpc-timeline-vertical.appear_animation .tlv__item.show .tlv__date-wrapper, .tpc-timeline-vertical.appear_animation .tlv__item.show .tlv__volume-wrapper {
	transform: translateX(0);
}

.tpc-working-hours .working-item {
	display: flex;
	align-items: baseline;
}

.tpc-working-hours .working-item_day {
	order: 1;
	margin-right: 13px;
}

.tpc-working-hours .working-item_hours {
	order: 3;
	margin-left: 13px;
}

.tpc-working-hours .working-item:after {
	content: "";
	width: 100%;
	height: 1px;
	flex: 1;
	order: 2;
	transform: translateY(1px);
}

.tpc-working-hours .working-item .working-item_day {
	font-weight: 400;
}

.tpc-working-hours .working-item .working-item_hours {
	font-weight: 600;
}

.lmsmart-slider {
	position: relative;
}

.lmsmart-slider .slide {
	position: relative;
	padding: 130px 0 240px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.lmsmart-slider .lmsmart-slider-background-overlay {
	position: absolute;
	content: "";
	background: rgba(8, 41, 77, .53);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.lmsmart-slider .content-box {
	position: relative;
	width: 100%;
}

.lmsmart-slider .content-box .slider-title {
	color: #fff;
	font-size: 60px;
	font-weight: var(--lmsmart-header-font-weight);
	padding-top: 0;
	margin-bottom: 25px;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
}

.elementor-widget-lmsmart-slider-addons .lmsmart-slider .content-box .slider-title {
	font-size: 60px;
}

.lmsmart-slider .active .slider-title {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1s;
}

.lmsmart-slider .content-box .lmsmart-slider-content {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
	opacity: 0;
	-webkit-transition: all 1.7s ease;
	-moz-transition: all 1.7s ease;
	-ms-transition: all 1.7s ease;
	-o-transition: all 1.7s ease;
	transition: all 1.7s ease;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
}

.lmsmart-slider .active .lmsmart-slider-content {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1.7s;
}

.lmsmart-slider .content-box .button-box {
	position: relative;
	display: block;
	opacity: 0;
	-webkit-transition: all 2.2s ease;
	-moz-transition: all 2.2s ease;
	-ms-transition: all 2.2s ease;
	-o-transition: all 2.2s ease;
	transition: all 2.2s ease;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}

.lmsmart-slider .active .button-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2.2s;
}

.lmsmart-slider .lmsmart-slider-btn .rep-btn {
	padding: 12px 35px;
	margin: 7px;
	border-radius: 3px;
	background: #ffc600;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}

.lmsmart-slider .lmsmart-slider-btn .rep-btn.left-btn {
	background: #ffc600;
	border: 2px solid #ffc600;
	color: #07294d;
	font-weight: 600;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}

.lmsmart-slider .lmsmart-slider-btn .rep-btn.left-btn:hover {
	background: #07294d;
	border: 2px solid #07294d;
	color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}

.lmsmart-slider .lmsmart-slider-btn .rep-btn.right-btn {
	border: 2px solid #fff;
	color: #07294d;
	font-weight: 600;
	background: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}

.lmsmart-slider .lmsmart-slider-btn .rep-btn.right-btn:hover {
	background: #07294d;
	border: 2px solid #07294d;
	color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}

.lmsmart-slider .owl-dots {
	position: absolute;
	text-align: center;
	left: 50%;
	bottom: 52px;
	display: none;
}

.lmsmart-slider .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, .5);
	cursor: pointer;
	margin: 0 3px;
	transition: all .5s ease;
}

.lmsmart-slider .owl-dots .owl-dot.active span, .lmsmart-slider .owl-dots .owl-dot:hover span {
	background: #fff;
	border: none;
}

.lmsmart-slider .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	width: 100%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.lmsmart-slider:hover .owl-nav {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.lmsmart-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	color: rgba(255, 255, 255, .1);
}

.lmsmart-slider .owl-nav .owl-prev {
	position: absolute;
	left: 10px;
	display: inline-block;
	color: #fff;
	font-size: 32px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	transition: all .5s ease;
	border: 2px solid #fff;
	height: 48px;
	width: 48px;
	border-radius: 50px;
	line-height: 43px;
}

.lmsmart-slider:hover .owl-nav .owl-prev {
	left: 35px;
	transition: all .5s ease;
}

.lmsmart-slider .owl-nav span.fa {
	font-family: "FontAwesome";
	font-weight: 400;
}

.lmsmart-slider .owl-nav .owl-next {
	position: absolute;
	right: 10px;
	display: inline-block;
	color: #fff;
	font-size: 32px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	transition: all .5s ease;
	border: 2px solid #fff;
	height: 48px;
	width: 48px;
	border-radius: 50px;
	line-height: 43px;
}

.lmsmart-slider:hover .owl-nav .owl-next {
	right: 35px;
	transition: all .5s ease;
}

.lmsmart-slider .owl-nav .owl-prev:hover, .lmsmart-slider .owl-nav .owl-next:hover {
	background-color: #ffc600;
	color: #192d66;
	border-color: #ffc600;
}

@media (max-width:575.98px) {
	.lmsmart-slider .slide {
		padding: 50px 0;
	}
	
	.lmsmart-slider .content-box .slider-title {
		font-size: 40px;
	}
	
	.lmsmart-slider .lmsmart-slider-btn .rep-btn {
		padding: 10px 20px;
	}
	
	.lmsmart-slider .owl-nav {
		display: none;
	}
}

.lmsmart-section-addon-1 {
	position: relative;
	display: block;
	height: 600px;
	width: 570px;
}

.lmsmart-section-addon-1 .front-image-1 {
	position: absolute;
	left: 40px;
	top: 40px;
}

.tpc-event {
	border-radius: 5px;
	background-color: var(--lmsmart-header-font-color);
	padding: 35px 45px;
	border-top: 8px solid var(--lmsmart-primary-color);
}

.tpc-event .event-title .top-heading {
	font-size: 22px;
	color: #fff;
	padding-top: 0;
	margin-bottom: 5px;
	font-weight: var(--lmsmart-header-font-weight);
}

.tpc-event.tpc-event .event-single-wrap {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.tpc-event .event-single-wrap .event-item-list {
	display: block;
	margin-top: 20px;
	border-bottom: 1px solid #3f454f;
	padding-bottom: 20px;
}

.tpc-event .event-single-wrap .event-item-list:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.tpc-event .event-single-wrap .event-item-list:first-child .tpc-single-event {
	padding-top: 0;
}

.tpc-event .event-single-wrap .event-item-list:last-child .tpc-single-event {
	border-bottom: 0;
	padding-bottom: 0;
}

.tpc-event .event-single-wrap .event-item-list .tpc-event-img {
	float: left;
	object-fit: cover;
	margin-right: 20px;
	width: 80px;
}

.tpc-event .event-single-wrap .event-item-list .tpc-event-img img {
	width: 80px;
	height: 80px;
	margin: 0;
	border-radius: 5px;
	object-fit: cover;
}

.tpc-event .event-single-wrap .event-item-list .tpc-single-event span {
	font-size: 14px;
	color: #fff;
	line-height: 0;
}

.tpc-event .event-single-wrap .event-item-list .tpc-single-event .tpc-event-map {
	margin-left: 10px;
}

.tpc-event .event-single-wrap .event-item-list .tpc-single-event span i {
	color: #fff;
	margin-right: 3px;
}

.tpc-event .event-single-wrap .event-item-list .tpc-single-event a {
	display: block;
	margin-top: 7px;
}

.tpc-event .event-single-wrap .event-item-list .tpc-single-event a .event-title {
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
	font-weight: var(--lmsmart-header-font-weight);
	transition: all .5s ease;
	line-height: 22px;
}

.tpc-event .event-single-wrap .event-item-list .tpc-single-event a:hover .event-title {
	color: var(--lmsmart-primary-color);
	transition: all .5s ease;
}

.tpc-event.active-more-events {
	padding: 50px 50px 80px 50px;
}

.tpc-event .more-events a {
	color: #fff;
	float: right;
	font-size: 14px;
	padding-top: 18px;
	transition: all .5s ease;
}

.tpc-event .more-events a:hover {
	color: var(--lmsmart-primary-color);
	transition: all .5s ease;
}

.tpc-searching {
	margin: 0 auto;
	width: 450px;
}

.tpc-courses-searching.tpc-searching {
	margin-top: 0;
}

.tpc-course-form-wrapper input[type="text"], .tpc-courses-searching.tpc-searching {
	display: inline;
}

.tpc-courses-searching {
	overflow: hidden;
}

.tpc-course-form-wrapper {
	display: flex;
	overflow: hidden;
	border-radius: 4px;
}

.tpc-course-form-wrapper input.tpc-course-input {
	border-radius: 0;
	margin-bottom: 0;
}

.tpc-course-form-wrapper .tpc-course-btn {
	transition: all .8s ease;
	border-radius: 0;
}

.tpc-course-form-wrapper input[type="text"] {
	padding: 12px 20px;
	font-size: 16px;
	border: 0;
}

.tpc-course-form-wrapper button {
	background: #fff;
	color: var(--lmsmart-primary-color);
	border-radius: 0;
	line-height: inherit;
}

.tpc-course-form-wrapper button:hover {
	background: #fff;
	color: var(--lmsmart-header-font-color);
}

.tpc-course-form-wrapper button:focus {
	background: #fff;
	color: var(--lmsmart-header-font-color);
}

.tpc-content-wrapper .none-massage {
	color: #fff;
}

.tpc-hero-section {
	position: relative;
	background-color: #f7f4f4;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 930px;
	display: flex;
	align-items: center;
}

.tpc-hero-content {
	color: black;
	position: relative;
}

@media (max-width:991.98px) {
	.tpc-hero-content {
		padding: 40px 0 40px 0;
	}
}

.tpc-hero-content .title {
	color: var(--lmsmart-header-font-color);
	font-weight: var(--lmsmart-header-font-weight);
	margin: 0;
	font-size: 54px;
	line-height: 65px;
}

.tpc-hero-content .title.underline-active {
	text-decoration: underline;
	text-decoration-color: #99b1f5;
}

.tpc-hero-content p {
	font-size: 18px;
	color: #686f7a;
	font-weight: 400;
	padding: 25px 0 25px;
	margin-bottom: 0;
}

.tpc-hero-right {
	position: absolute;
	right: 100px;
	top: 160px;
	text-align: right;
	max-width: 650px;
}

@media (max-width:1200px) {
	.tpc-hero-right {
		right: 35px;
	}
}

@media (max-width:1224px) {}

.tpc-hero-right .image1 {
	z-index: 1;
	position: relative;
}

.tpc-hero-right .image2 {
	position: absolute;
	top: 350px;
	right: 0;
	z-index: 1;
}

.tpc-hero-right .image3 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

@media (max-width:1667px) {
	.tpc-hero-section {
		min-height: 800px;
	}
	
	.tpc-hero-right {
		max-width: 450px;
	}
	
	.tpc-hero-right .image2 {
		top: 260px;
	}
	
	.tpc-hero-right .image3 {
		max-width: 80%;
	}
}

@media (max-width:768px) {
	.tpc-hero-right {
		width: 62%;
		right: 20%;
	}
	
	.tpc-hero-right .image2 {
		top: 180px;
	}
	
	.tpc-hero-right .image3 {
		max-width: 80%;
	}
}

@media (max-width:430px) {
	.tpc-hero-right .image2 {
		top: 140px;
	}
}

.tpc-hero-section .tpc-searching {
	margin: 0;
}

.tpc-hero-section .tpc-course-form-wrapper button {
	background: var(--lmsmart-primary-color);
	color: #fff;
}

.tpc-hero-section .tpc-header-list-info .tpc-header-list-icon i {
	height: 30px;
	width: 30px;
	border-radius: 100px;
	line-height: 33px;
	text-align: center;
}

.tpc-hero-section .tpc-course-form-wrapper input[type="text"] {
	border: 1px solid #d6d5d7;
}

.lmsmart-teacher-wrapper {
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}

.lmsmart-teacher-wrapper .teacher-image img {
	width: 100%;
	object-fit: cover;
}

.lmsmart-teacher-wrapper .teacher-bottom {
	background: #f9f9f9;
	padding: 20px 25px 15px;
	border-bottom: 5px solid #ff6d34;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lmsmart-clm:nth-child(3n+1) .lmsmart-teacher-wrapper .teacher-bottom {
	border-bottom: 5px solid #ff6d34;
}

.lmsmart-clm:nth-child(3n+2) .lmsmart-teacher-wrapper .teacher-bottom {
	border-bottom: 5px solid #8dd17e;
}

.lmsmart-clm:nth-child(3n+3) .lmsmart-teacher-wrapper .teacher-bottom {
	border-bottom: 5px solid #ffbc51;
}

.lmsmart-teacher-wrapper .teacher-name-deg {
	width: 80%;
	float: left;
}

.lmsmart-teacher-wrapper .social-shear {
	width: 20%;
	float: left;
	text-align: right;
	position: relative;
}

.lmsmart-teacher-wrapper .social-shear span.team-icon {
	text-align: center;
	margin-top: 0;
}

.lmsmart-teacher-wrapper .social-shear svg {
	width: 20px;
}

.lmsmart-teacher-wrapper .social-shear .team-icon {
	font-size: 14px;
	transition: .35s;
	border-radius: 100px;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	margin-top: 10px;
}

.lmsmart-clm:nth-child(3n+1) .social-shear .team-icon {
	background: #ff6d34;
}

.lmsmart-clm:nth-child(3n+2) .social-shear .team-icon {
	background: #8dd17e;
}

.lmsmart-clm:nth-child(3n+3) .social-shear .team-icon {
	background: #ffbc51;
}

.lmsmart-teacher-wrapper .social-shear a:hover.team-icon {
	transition: .35s;
}

.lmsmart-teacher-wrapper .social-shear a:hover.team-icon:before {
	opacity: .7;
	transition: .35s;
}

.lmsmart-teacher-wrapper .teacher-name {
	font-size: 18px;
	margin-bottom: 5px;
	color: var(--lmsmart-header-font-color);
	transition: .35s;
}

.lmsmart-teacher-wrapper a:hover .teacher-name {
	color: var(--lmsmart-header-font-color);
	transition: .35s;
}

.lmsmart-teacher-wrapper .teacher-deg {
	margin-bottom: 0;
	color: #686f7a;
	font-size: 15px;
}

.lmsmart-teacher-wrapper a.team-icon {
	width: 43px;
	height: 35px;
	border-radius: unset;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #00bda6;
	opacity: 0;
	transform: translateY(-15px);
	transition: .35s;
}

.lmsmart-teacher-wrapper a.team-icon:hover {
	transition: .35s;
}

.lmsmart-clm:nth-child(3n+1) .lmsmart-teacher-wrapper a.team-icon {
	background: #ff6d34;
}

.lmsmart-clm:nth-child(3n+2) .lmsmart-teacher-wrapper a.team-icon {
	background: #8dd17e;
}

.lmsmart-clm:nth-child(3n+3) .lmsmart-teacher-wrapper a.team-icon {
	background: #ffbc51;
}

.lmsmart-teacher-wrapper .team-info-icons {
	position: absolute;
	bottom: 51px;
	transition: .35s;
	right: 0px;
}

.lmsmart-teacher-wrapper:hover a.team-icon {
	opacity: 1;
	transform: translate(0);
	transition: .35s;
}

.lmsmart-teacher-layout.layout-2 {
	padding-left: 15px;
	padding-right: 15px;
}

.lmsmart-teacher-layout.layout-2 .lmsmart-clm {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.layout-2 .lmsmart-clm .lmsmart-teacher-wrapper {
	border-radius: 0;
}

.layout-2 .lmsmart-teacher-wrapper .social-shear>.team-icon {
	border-radius: inherit;
	color: var(--lmsmart-header-font-color);
	height: inherit;
	width: inherit;
	line-height: inherit;
	background: transparent !important;
}

.layout-2 .lmsmart-teacher-wrapper .social-shear .team-icon {
	font-size: 15px;
	transition: .35s;
	border-radius: 0;
	height: 40px;
	width: 45px;
	line-height: 40px;
	margin-top: 0;
}

.layout-2 .lmsmart-teacher-wrapper .team-info-icons {
	position: absolute;
	bottom: 66px;
	transition: .35s;
	right: -25px;
}

.lmsmart-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.lmsmart-container {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.lmsmart-container {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.lmsmart-container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.lmsmart-container {
		max-width: var(--lmsmart-elementor-container-width);
		padding-left: 0;
		padding-right: 0;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-sm-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-sm-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-sm-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-sm-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-sm-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-md-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-md-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-md-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-md-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-lg-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-lg-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-lg-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@-webkit-keyframes lmsmartAnimationFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes lmsmartAnimationFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.lmsmartFadeInUp {
	-webkit-animation-name: lmsmartAnimationFadeInUp;
	animation-name: lmsmartAnimationFadeInUp;
}

.lmsmartFadeInUp.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.lmsmart-course-top.switch-layout-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#lp-archive-courses .switch-layout-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.switch-layout-container {
	background: #f5f5f5;
	padding: 10px 14px;
	margin-bottom: 20px;
	min-height: 54px;
}

.switch-layout-container .lmsmart-course-order {
	margin-left: auto;
	margin-right: 20px;
}

.switch-layout-container .lmsmart-course-order select {
	height: 34px;
	color: #999;
	font-size: 13px;
	padding: 0 20px 0 10px;
}

.switch-layout-container .select__field:before {
	right: 13px;
	line-height: 32px;
}

.switch-layout-container .select__field {
	margin-bottom: 0;
}

.switch-layout-container .courses-searching input[type=text] {
	margin-bottom: 0;
}

.switch-layout-container.has_desc {
	margin-bottom: 15px;
}

.switch-layout-container .switch-layout {
	float: left;
}

.switch-layout-container .switch-layout a {
	font-size: 18px;
	display: inline-block;
	line-height: 34px;
	margin-right: 5px;
	color: #ccc;
}

.switch-layout-container .course-index {
	display: inline-block;
	line-height: 34px;
	font-size: 13px;
	color: #999;
	margin-left: 15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.switch-layout-container .courses-searching {
	float: right;
	position: relative;
	max-width: calc(100% - 70px);
	max-width: -moz-calc(100% - 70px);
}

.switch-layout-container .courses-searching ul {
	margin: 0;
	padding-left: 0;
	right: 0;
	z-index: 2;
	line-height: 35px;
	background: #fff;
	border: none;
	margin-top: 10px;
	min-width: 465px;
	position: absolute;
	margin-right: -10px;
	padding: 20px 20px;
	box-shadow: 0 3px 6px rgba(128, 128, 128, 27%);
	-webkit-box-shadow: 0 3px 6px rgba(128, 128, 128, 27%);
	-moz-box-shadow: 0 3px 6px rgba(128, 128, 128, 27%);
	max-height: 350px;
	overflow: overlay;
}

.switch-layout-container .courses-searching ul li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.switch-layout-container .courses-searching ul li:last-child {
	border-bottom: 0;
}

.switch-layout-container .courses-searching ul li img {
	width: 40px;
	height: 35px;
	margin-right: 10px;
	border-radius: 3px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 5%);
}

.switch-layout-container .courses-searching ul li a {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	color: var(--lmsmart-heading-color);
	font-size: 14px;
}

.switch-layout-container .courses-searching ul li a:hover {
	color: var(--lmsmart-primary-color);
}

.switch-layout-container .courses-searching ul li.ob-selected a {
	color: var(--lmsmart-primary-color);
}

.switch-layout-container .courses-searching ul li:last-child {
	margin-bottom: 10px;
}

.switch-layout-container .courses-searching form {
	border: 0;
	background: #fff;
	width: 270px;
	position: relative;
	line-height: 34px;
	max-width: 100%;
}

.switch-layout-container .courses-searching form input[type=text] {
	font-size: 13px;
	color: #999;
	line-height: 20px;
	padding: 6px 0 6px 12px;
	border-radius: 0;
	width: 100%;
	height: 34px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.switch-layout-container .courses-searching form input[type=text]:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.switch-layout-container .courses-searching form button[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	z-index: 10;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	outline: none;
	width: 30px;
	padding: 0;
	height: 33px;
}

.switch-layout-container .courses-searching form button[type=submit] i {
	font-size: 14px;
	color: #ccc;
	line-height: 34px;
}

@media only screen and (max-width:992px) {
	.lmsmart-course-top .filter__top {
		padding: 5px 0;
	}
}

@media only screen and (max-width:698px) {
	.switch-layout-container .courses-searching {
		width: 100%;
		max-width: 100%;
	}
	
	.switch-layout-container .courses-searching form {
		width: 100%;
		max-width: 100%;
	}
	
	.switch-layout-container .lmsmart-course-order {
		margin-right: 0;
		width: 100%;
	}
	
	form.lmsmart-course-filter-form {
		width: 100%;
	}
	
	.switch-layout-container .lmsmart-course-order select {
		width: 100%;
	}
}

.post-type-archive.post-type-archive-courses .site-content>.tutor-course-filter-wrapper>div {
	padding: 0;
}

.lmsmart-sidebar-filter {
	background: #fff;
	margin-bottom: 40px;
}

.lmsmart-course-filter-wrapper>div:first-child {
	width: 270px;
}

.lmsmart-course-filter-wrapper>div:last-child {
	width: calc(100% - 270px);
	padding-left: 30px !important;
}

@media (max-width:767.98px) {
	.lmsmart-course-filter-wrapper>div:last-child {
		padding-right: 30px !important;
	}
	
	.lmsmart-course-filter-wrapper {
		background: #fff;
		margin-bottom: 40px;
		margin-right: 0;
	}
	
	.lmsmart-container .searchandfilter input[type="submit"] {
		margin-top: 15px;
	}
}

.lmsmart-archive-single-cat {
	position: relative;
	color: #2a3235;
}

.lmsmart-sidebar-filter .widget-title {
	color: #07294d;
	font-size: 18px;
	font-weight: var(--lmsmart-header-font-weight);
	margin-bottom: 15px;
	line-height: 29px;
	position: relative;
}

.lmsmart-sidebar-filter .widget-title:before {
	bottom: -8px;
}

.lmsmart-sidebar-filter .filter-content-wrap {
	overflow: auto;
	height: 300px;
}

.lmsmart-sidebar-filter .single-filter.widget {
	background: rgba(243, 243, 246, 0);
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	padding: 0 30px 15px 30px;
	padding-top: 20px;
}

.lmsmart-sidebar-filter.is-top .single-filter.widget {
	border: 0;
}

.lmsmart-sidebar-filter .single-filter.widget:nth-child(2) {
	padding-top: 30px;
	margin-top: 0;
}

.lmsmart-sidebar-filter .single-filter.widget:last-child {
	padding-bottom: 30px;
}

.lmsmart-sidebar-filter .single-filter.widget label {
	display: block;
	cursor: pointer;
	font-weight: normal;
	font-size: 15px;
	color: #666;
	transition: all .5s ease;
}

.lmsmart-sidebar-filter .single-filter.widget label:hover {
	color: var(--lmsmart-primary-color);
	transition: all .5s ease;
}

.lmsmart-sidebar-filter .filter-checkbox-count {
	font-size: 14px;
}

.lmsmart-sidebar-filter>div:first-child .lmsmart-course-search-field i {
	line-height: 38px;
	color: var(--lmsmart-heading-color);
}

.lmsmart-wrap.lmsmart-courses-wrap.lmsmart-container.lmsmart-course-filter-loop-container .course__title a {
	color: inherit;
	font-size: 18px;
	font-weight: var(--lmsmart-header-font-weight);
	line-height: 28px;
}

.lmsmart-wrap.lmsmart-courses-wrap.lmsmart-container.lmsmart-course-filter-loop-container .course__title {
	height: 55px;
}

.lmsmart-wrap.lmsmart-courses-wrap.lmsmart-container .course__title {
	height: 60px;
}

.lmsmart-wrap.lmsmart-courses-wrap.lmsmart-container .course__title a {
	font-size: 22px;
	line-height: 30px;
}

.lmsmart-sidebar-filter .lmsmart-clear-all-filter {
	margin-top: 0;
	background: #fff;
	padding: 0 30px 30px 30px;
}

.lmsmart-sidebar-filter .lmsmart-clear-all-filter>a i {
	padding-right: 5px;
}

.lmsmart-sidebar-filter select[name=lmsmart_course_filter] {
	padding: 3px 5px 3px 12px;
}

.lmsmart-sidebar-filter label {
	margin-bottom: 8px;
}

.lmsmart-sidebar-filter .filter-content::-webkit-scrollbar {
	width: 1em;
}

div.lmsmart_search_result {
	display: none;
}

.lmsmart-archive-single-cat .category-toggle {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 8px;
	cursor: pointer;
	font-size: 14px;
	color: var(--lmsmart-header-font-color);
	line-height: 24px;
}

.lmsmart-archive-single-cat .lmsmart-archive-childern {
	padding: 0 0px 2px 10px;
}

.lmsmart-archive-single-cat {
	position: relative;
	color: #2a3235;
}

.filter-content-wrap::-webkit-scrollbar {
	width: 6px;
	border-radius: 10px;
}

.filter-content-wrap::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
}

.filter-content-wrap::-webkit-scrollbar-thumb {
	background-color: #bbb;
	outline: 0;
	border-radius: 10px;
}

.lmsmart-sidebar-filter.is-top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #f8f8f8;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	padding: 35px 40px 5px 35px;
	transition: all .3s linear;
}

.lmsmart-sidebar-filter.is-top .single-filter.widget+.single-filter.widget {
	padding: 0;
}

.lmsmart-sidebar-filter.is-top .widget:not(:first-child) {
	padding-top: 0;
	padding-bottom: 0;
	padding: 0;
}

.lmsmart-sidebar-filter.is-top .single-filter.widget {
	margin-bottom: 25px;
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.lmsmart-sidebar-filter input[type='radio'], .lmsmart-sidebar-filter input[type='checkbox'] {
	width: 16px;
	height: 16px;
	margin-top: .55em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	position: relative;
}

.lmsmart-sidebar-filter input[type=checkbox]:checked:before {
	content: "";
	margin: 0;
	font-family: "flaticon";
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	background: var(--lmsmart-primary-color);
	height: 14px;
	width: 14px;
}

.course-top-bar {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.course-top-text p {
	padding: 0;
	margin: 0;
	font-size: 15px;
}

.course-top-text p span {
	font-weight: var(--lmsmart-header-font-weight);
	color: var(--lmsmart-header-font-color);
}

.course-top-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.course-top-inner>* {
	margin-right: 30px;
	font-size: 15px;
}

.course-top-inner span {
	margin-right: 6px;
}

.course-top-inner a {
	margin-right: 4px;
}

.course-top-inner>*:last-child {
	margin-right: 0;
	margin-top: 0;
}

.course-collapse-btn {
	margin-top: 20px;
}

.course-collapse-btn .btn {
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	background-color: var(--lmsmart-primary-color);
	color: #fff;
}

.course-collapse-btn .btn i {
	margin: 0 3px;
}

.course-collapse-btn .btn.collapsed {
	background-color: #3bbca7;
}

.course-collapse-btn .btn:hover {
	background-color: var(--lmsmart-header-font-color);
}

.collapse {
	display: block;
	max-height: 0px;
	overflow: hidden;
	transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}

.collapse.show {
	max-height: 99em;
	transition: max-height .5s ease-in-out;
}

.lmsmart-order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.lmsmart-order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.tpc-course {
	position: relative;
	width: 25%;
	padding: 15px;
}

@media (max-width:1200px) {
	.tpc-course {
		width: 33.333333%;
	}
}

@media (max-width:1024px) {
	.tpc-course {
		width: 50%;
	}
}

@media (max-width:767px) {
	.tpc-course {
		width: 100%;
	}
}

.tpc-course p {
	font-size: 15px;
}

.course-content p {
	font-size: 15px;
}

.lmsmart-course.lmsmart-course-list .course-content p {
	margin-bottom: 12px;
}

.tpc-course:hover .course__popup-wrap {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: .3s ease;
}

.tpc-course .course__popup-wrap {
	position: absolute;
	top: -10px;
	left: -25px;
	right: -25px;
	padding: 42px 40px 42px;
	background-color: #fff;
	box-shadow: 0 10px 30px 11px rgba(0, 0, 0, 10%);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	z-index: 100;
	transition: none;
}

.course__popup-wrap>div.btn__wrap>a {
	width: 100%;
	text-align: center;
	display: block;
	padding: 7px 30px;
	font-weight: 500;
}

.course__popup-wrap .course__title {
	font-size: 18px;
}

.course__content--meta {
	padding: 10px 30px 10px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.course__excerpt {
	font-size: 15px;
}

.course__excerpt h1, .course__excerpt h2, .course__excerpt h3, .course__excerpt h4, .course__excerpt h5, .course__excerpt h6 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 8px;
	margin-top: 5px;
}

.course__excerpt ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.course__excerpt ul li {
	position: relative;
	padding-left: 20px;
	line-height: 30px;
}

.course__excerpt ul li:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: "";
	font-family: "Flaticon";
	color: #3bbca7;
	font-size: 12px;
}

.lmsmart-course.lmsmart-course-list .course__content--meta {
	padding: 0;
	font-size: 14px;
}

.lmsmart-course.lmsmart-course-list .course__content--meta span.is__icon i {
	color: var(--lmsmart-primary-color);
	margin-right: 3px;
}

.course__meta-left span {
	margin-right: 10px;
}

.course__review {
	display: inline-block;
}

.course__popup-wrap .course__review {
	margin-top: 12px;
}

.lmsmart-course.lmsmart-course-list .course__review {
	position: relative;
	top: 3px;
	margin-right: 0;
}

.course__review .review-stars-rated {
	margin-bottom: 0;
}

.course__review .review-stars-rated svg {
	width: 14px;
}

.course__popup-wrap .course__content--meta {
	padding-left: 0;
	padding-right: 0;
}

.course__popup-wrap .course__content--meta {
	font-size: 14px;
	display: inline-block;
}

.tpc-courses__grid, .tpc-courses .tpc-courses__grid {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.tpc-courses__grid .tpc-course {
	padding: 0 15px 20px;
}

.tpc-courses__grid.carousel {
	display: block;
}

.tpc-courses__grid.carousel .slick-list {
	margin: 0;
}

.tpc-courses__grid.carousel .course__container {
	margin: 0;
	box-shadow: 4px 5px 15px 0px rgba(0, 0, 0, .08);
}

.tpc-pagination {
	margin-top: 40px;
}

.course__container {
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 10px;
	background: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 7%);
	transition: all .3s linear;
	position: relative;
}

.course__container:hover .course__media-link:before {
	opacity: .3;
}

.course__content--info, .course__content--info {
	position: relative;
	z-index: 1;
	padding: 20px 30px;
	border-bottom: 1px solid #ebebeb;
}

.course__content-meta span {
	font-size: 13px;
}

.course__content--meta>span {
	margin-right: 10px;
}

.course__content-meta>span i {
	margin-right: 2px;
}

.course__content--info+.course__content--meta {
	font-size: 14px;
	position: relative;
	padding: 14px 30px 14px 30px;
}

.course-meta {
	font-size: 15px;
	margin-top: 12px;
}

.course-meta span {
	margin-right: 8px;
}

.course-meta span i {
	margin-right: 4px;
	color: var(--lmsmart-primary-color);
}

.tpc-courses__grid.grid-col--4 .course__content--info+.course__content--meta {
	padding: 17px 30px 17px 30px;
}

.tpc-courses__grid.grid-col--4 .course__content--info+.course__content--meta:before {
	width: 77%;
	top: 0;
}

.course__content--meta, .course__content--meta {
	padding: 10px 30px;
}

.course__content--meta:empty {
	display: none;
}

.course__content--meta>span:last-child {
	margin-right: 0;
}

.tpc-courses.layout-2 .course__content--meta span.price span {
	margin-right: 0;
}

.tpc-courses.layout-3 .course__content--meta span.price span {
	margin-right: 0;
}

.tpc-courses.layout-2 .course__content--meta .price {
	font-weight: var(--lmsmart-header-font-weight);
}

.course__content--meta .price {
	font-weight: var(--lmsmart-header-font-weight);
	color: var(--lmsmart-header-font-color);
}

.tpc-course .course__content--meta span>i {
	margin-right: 4px;
}

.tpc-course .course__content--meta span i {
	color: var(--lmsmart-primary-color);
}

.tpc-course .course__content--meta>span.tutor-course-wishlist {
	padding-left: 0;
	margin-right: 0;
}

.tpc-course .course__content--meta>.price {
	display: inline-block;
	text-align: right;
	float: right;
}

.layout-2 .tpc-course .course__content--meta>.price {
	color: var(--lmsmart-header-font-color);
}

.layout-3 .tpc-course .course__content--meta>.price {
	color: var(--lmsmart-header-font-color);
}

.tpc-course .course__content--meta>a.added_to_cart.wc-forward {
	position: absolute;
	right: 0;
}

.tpc-course .course__content--meta>.price .tutor-loop-cart-btn-wrap a.added {
	display: none;
}

.course__media {
	position: relative;
	z-index: 1;
}

.tpc-courses__grid.grid-col--4 .course__media img {
	height: 175px;
	width: 100%;
	object-fit: cover;
}

.lmsmart-course.lmsmart-course-list .course__media img {
	height: 200px;
	object-fit: cover;
	border-radius: 5px;
	overflow: hidden;
}

.tpc-course .tpc-course-author-name img.avatar {
	width: 32px;
	height: 32px;
}

.tpc-course .course-price {
	font-size: 14px;
	font-weight: var(--lmsmart-header-font-weight);
	min-width: 62px;
	height: 62px;
	border-radius: 100px;
	text-transform: uppercase;
	box-shadow: 5px 4px 13px 0px rgba(0, 0, 0, 11%);
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	top: -56px;
	right: 0;
	margin-right: 30px;
	color: #fff;
	background: var(--lmsmart-primary-color);
}

.elementor-widget-tpc-lp-courses .tpc-course .course-price {
	top: -36px;
}

.tpc-course .course-price span {
	line-height: 1;
	font-size: inherit;
	font-style: inherit;
	margin: 0;
	color: #fff;
}

.tpc-course .course-price span.origin-price {
	font-size: .85em;
	margin-bottom: 4px;
	text-decoration: line-through;
}

.course__media+.course__content .course__content--info {
	padding: 0 30px 20px 30px;
	border-bottom: 1px solid #ebebeb;
	margin-top: 30px;
}

.course__media-video {
	padding-bottom: 72.975%;
}

.course__media-video iframe {
	position: absolute;
	z-index: 1;
	height: 100%;
}

.course__media .course__media-link {
	display: block;
	position: relative;
}

.course__media .course__media-link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: .4s;
	background: #1c2336;
	opacity: 0;
}

.course__categories {
	display: inline-block;
}

.lmsmart-course.lmsmart-course-list .course__categories {
	margin-right: 8px;
}

.lmsmart-course.lmsmart-course-list {
	border-top: 1px solid #ebebeb;
	padding-top: 40px;
	margin-bottom: 40px;
}

.layout-2 .course__categories {
	margin-top: 25px;
}

.layout-2 .course__top-meta {
	margin-top: 0;
}

.layout-2 .course-price span {
	color: #fff;
}

.course__top-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.course__popup-wrap .course__top-meta {
	margin-top: 0;
}

.lmsmart-course.lmsmart-course-list .course__top-meta {
	justify-content: flex-start;
	margin-top: 0;
	margin-bottom: 5px;
}

.course__top-meta .price {
	color: var(--lmsmart-header-font-color);
	font-weight: var(--lmsmart-header-font-weight);
}

.course__categories a, .course__categories a {
	font-size: 13px;
	font-weight: 600;
	border-radius: 3px;
	padding: 0 11px;
	line-height: 29px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	color: var(--lmsmart-primary-color);
	white-space: nowrap;
	background: rgba(59, 188, 167, .07);
}

.course__categories a:hover, .course__categories a:hover {
	color: #fff;
	background: var(--lmsmart-primary-color);
}

.tpc-course .course__categories a:nth-child(n+2) {
	display: none;
}

.course__title {
	margin-top: 12px;
	line-height: 18px;
}

.lmsmart-course.lmsmart-course-list .course__title {
	margin-top: 0;
	margin-bottom: 10px;
}

.course__title a {
	color: inherit;
	font-size: 18px;
	line-height: 28px;
	font-weight: var(--lmsmart-header-font-weight);
}

.tpc-courses__grid.grid-col--4 .course__title a {
	font-size: 18px;
	line-height: 28px;
}

.tpc-course .tpc-course-author-name {
	margin-top: 15px;
	font-size: 15px;
	color: #838383;
}

.course__content--meta span {
	color: #838383;
}

.tpc-course:hover .course__popup-wrap .tpc-course-author-name {
	margin-bottom: 18px;
	margin-top: 0;
}

.tpc-course .tpc-course-author-name a {
	color: #686f7a;
}

.tpc-course .tpc-course-author-name a:hover {
	color: var(--lmsmart-primary-color);
}

.tpc-course .tutor-loop-cart-btn-wrap a {
	color: #686f7a;
}

.tpc-course .tutor-loop-cart-btn-wrap a:hover {
	color: var(--lmsmart-primary-color);
}

.tpc-course .tpc-course-author-name img {
	border-radius: 100px;
	margin-right: 5px;
}

.course__filter, .course__filter {
	margin-bottom: 30px;
	position: relative;
}

.tpc-video_popup .videobox_link_wrapper, .tpc-video_popup .videobox_link_wrapper {
	left: 50%;
	transform: translate(-50%, -50%);
}

.tpc-video_popup .videobox_link, .tpc-video_popup .videobox_link {
	width: 56px;
	height: 56px;
	background: #fff;
}

.tpc-video_popup .videobox_link:hover svg, .tpc-video_popup .videobox_link:hover svg {
	fill: var(--lmsmart-primary-color);
}

.tpc-courses__grid.grid-col--1 .tpc-course, .tpc-courses__grid.grid-col--1 .tpc-course {
	width: 100%;
}

.tpc-courses__grid.grid-col--2 .tpc-course, .tpc-courses__grid.grid-col--2 .tpc-course {
	width: 50%;
}

.tpc-courses__grid.grid-col--3 .tpc-course, .tpc-courses__grid.grid-col--3 .tpc-course {
	width: 33.333333%;
}

.tpc-courses__grid.grid-col--4 .tpc-course, .tpc-courses__grid.grid-col--4 .tpc-course {
	width: 25%;
}

.tpc-courses__grid.grid-col--5 .tpc-course, .tpc-courses__grid.grid-col--5 .tpc-course {
	width: 20%;
}

@media (max-width:1500px) {
	.tpc-courses__grid.grid-col--5 .tpc-course, .tpc-courses__grid.grid-col--5 .tpc-course {
		width: 25%;
	}
}

@media (max-width:1200px) {
	.tpc-courses__grid.grid-col--4 .tpc-course, .tpc-courses__grid.grid-col--5 .tpc-course, .tpc-courses__grid.grid-col--4 .tpc-course, .tpc-courses__grid.grid-col--5 .tpc-course {
		width: 33.333333%;
	}
}

@media (max-width:1024px) {
	.tpc-courses__grid.grid-col--3 .tpc-course, .tpc-courses__grid.grid-col--4 .tpc-course, .tpc-courses__grid.grid-col--5 .tpc-course, .tpc-courses__grid.grid-col--3 .tpc-course, .tpc-courses__grid.grid-col--4 .tpc-course, .tpc-courses__grid.grid-col--5 .tpc-course {
		width: 50%;
	}
}

@media (max-width:767px) {
	.tpc-courses__grid.grid-col--2 .tpc-course, .tpc-courses__grid.grid-col--3 .tpc-course, .tpc-courses__grid.grid-col--4 .tpc-course, .tpc-courses__grid.grid-col--5 .tpc-course, .tpc-courses__grid.grid-col--2 .tpc-course, .tpc-courses__grid.grid-col--3 .tpc-course, .tpc-courses__grid.grid-col--4 .tpc-course, .tpc-courses__grid.grid-col--5 .tpc-course {
		width: 100%;
	}
}

.tpc-animate-01 {
	-webkit-animation: tpc-animate-1 3s infinite;
	animation: tpc-animate-1 3s infinite;
}

@-webkit-keyframes tpc-animate-1 {
	0% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	
	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}

.tpc-animate-02 {
	-webkit-animation: tpc-animate-02 5s infinite;
	animation: tpc-animate-02 5s infinite;
}

@-webkit-keyframes tpc-animate-02 {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	
	50% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	
	100% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
}

.tpc-animate-03 {
	-webkit-animation: tpc-animate-03 3s infinite;
	animation: tpc-animate-03 3s infinite;
}

@-webkit-keyframes tpc-animate-03 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.tpc-animate-04 {
	-webkit-animation: tpc-animate-04 4s infinite;
	animation: tpc-animate-04 4s infinite;
}

@-webkit-keyframes tpc-animate-04 {
	0% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	
	50% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	
	100% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
}

.tpc-animate-05 {
	-webkit-animation: tpc-animate-05 15s alternate infinite linear;
	animation: tpc-animate-05 15s alternate infinite linear;
}

@-webkit-keyframes tpc-animate-05 {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg);
	}
	
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg);
	}
	
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg);
	}
	
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg);
	}
	
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes tpc-animate-05 {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg);
	}
	
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg);
	}
	
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg);
	}
	
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg);
	}
	
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

.lmsmart-hero-wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
}

.lmsmart-hero-wrap .hero-2-shape-01 {
	width: 75px;
	position: absolute;
	top: 125px;
	left: 5%;
	z-index: -1;
}

.lmsmart-hero-wrap .hero-2-shape-02 {
	position: absolute;
	top: -270px;
	left: 20%;
	z-index: -1;
}

@media only screen and (max-width:575px) {
	.lmsmart-hero-wrap .hero-2-shape-02 {
		top: -120px;
	}
}

.lmsmart-hero-wrap .hero-2-shape-03 {
	position: absolute;
	bottom: -225px;
	left: 45px;
	z-index: -1;
}

@media only screen and (max-width:575px) {
	.lmsmart-hero-wrap .hero-2-shape-03 {
		bottom: -120px;
	}
}

.lmsmart-hero-wrap .here-2-bg {
	position: absolute;
	top: 0;
	left: -10%;
	height: 100%;
	width: 63%;
	background-color: #116eee;
	z-index: -1;
	-webkit-transform: skewX(17deg);
	-ms-transform: skewX(17deg);
	transform: skewX(17deg);
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.lmsmart-hero-wrap .here-2-bg {
		width: 65%;
		-webkit-transform: skewX(14deg);
		-ms-transform: skewX(14deg);
		transform: skewX(14deg);
		left: -7%;
	}
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
	.lmsmart-hero-wrap .here-2-bg {
		width: 100%;
		left: 0;
		-webkit-transform: skewX(0);
		-ms-transform: skewX(0);
		transform: skewX(0);
	}
}

.lmsmart-hero-2-content {
	padding-top: 135px;
	padding-bottom: 145px;
	max-width: 550px;
	position: relative;
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
	.lmsmart-hero-2-content {
		padding-top: 80px;
		padding-bottom: 90px;
	}
}

.lmsmart-hero-2-content .title {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.25;
}

.lmsmart-hero-2-content p {
	font-size: 20px;
	margin-top: 25px;
}

@media only screen and (max-width:575px) {
	.lmsmart-hero-2-content p {
		font-size: 18px;
	}
}

.lmsmart-hero-2-content .here-2-btn {
	position: relative;
	display: inline-block;
}

.lmsmart-hero-2-content .here-2-btn a.btn__a {
	margin-top: 25px;
	position: relative;
	margin-right: 70px;
	display: inline-block;
	font-weight: 500;
}

.lmsmart-hero-2-content .here-2-btn .here-2-btn-shape {
	position: absolute;
	top: 28px;
	right: -70px;
	z-index: 99999;
}

.tpc-cat-item .single-items-1 {
	overflow: hidden;
}

.tpc-cat-item .single-items-1 a {
	display: block;
	height: 95px;
	line-height: 100px;
	background-color: #f6f7f9;
	position: relative;
	padding-left: 95px;
	border-radius: 5px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.tpc-cat-item .single-items-1 a .cat-item_image {
	position: absolute;
	top: 50%;
	left: 30px;
	max-width: initial;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tpc-cat-item .single-items-1 a .cat_name {
	font-size: 20px;
	font-weight: 600;
	color: var(--lmsmart-header-font-color);
	line-height: 1.3;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.tpc-cat-item .single-items-1 a:hover {
	background-color: var(--lmsmart-header-font-color);
}

.tpc-cat-item .single-items-1 a:hover .cat_name {
	color: #fff;
}

.tpc-cat-item .single-cat__item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.tpc-cat-item .single-cat__item .items-image {
	position: relative;
	overflow: hidden;
}

.tpc-cat-item .single-cat__item .items-image img {
	width: 100%;
	object-fit: cover;
	border-radius: 3px;
	transition: all .4s linear;
}

.tpc-cat-item .single-cat__item:hover .items-image img {
	transform: scale(1.1);
}

.tpc-cat-item .single-cat__item .items-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, .68) 0%, transparent 80%);
	border-radius: 3px;
	z-index: 1;
}

.tpc-cat-item .single-cat__item .items-cont {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	padding: 0 35px 0 35px;
	z-index: 2;
}

.tpc-cat-item .single-cat__item .tpc-video_popup .videobox_content {
	margin-bottom: 20px;
}

.tpc-cat-item .single-cat__item .tpc-video_popup .videobox_link {
	width: 45px;
	height: 45px;
}

.tpc-cat-item .single-cat__item .items-cont .tpc-video_popup .videobox_icon {
	width: 15px;
	fill: var(--lmsmart-primary-color);
}

.tpc-cat-item .single-cat__item .items-cont .course-cat {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.tpc-cat-item .single-cat__item .items-cont .course-cat:hover {
	color: var(--lmsmart-primary-color);
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.tpc-cat-item .single-cat__item .items-cont .total-course {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.tpc-cat-item .single-cat__item .arrow__icon {
	color: #fff;
	background: var(--lmsmart-primary-color);
	height: 40px;
	width: 40px;
	border-radius: 100px;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}

.tpc-cat-item .single-cat__item.layout-3 .items-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tpc-mailchimp-form-wrap {
	position: relative;
	overflow: hidden;
}

.tpc-mailchimp-form-wrap input {
	width: 100%;
	height: 55px;
	font-size: 16px;
	font-weight: 400;
	padding-left: 20px;
	padding-right: 150px;
	margin-bottom: 0;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	background: #fff;
}

@media only screen and (max-width:575px) {
	.tpc-mailchimp-form-wrap input {
		padding: 0 20px;
	}
}

.tpc-mailchimp-form-wrap .btn {
	position: absolute;
	height: 55px;
	background-color: var(--lmsmart-primary-color);
	color: #fff;
	top: 0;
	right: 0;
	padding: 0 30px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.tpc-mailchimp-form-wrap .btn:hover {
	background-color: var(--lmsmart-secondary-color);
}

@media only screen and (max-width:575px) {
	.tpc-mailchimp-form-wrap .btn {
		position: relative;
		margin-top: 10px;
		width: 100%;
		border-radius: 5px;
	}
}

.lmsmart-dubble-feedback {
	padding: 40px 110px;
	border-radius: 10px;
	background-color: #fdfaf1;
	display: flex;
	flex-wrap: wrap;
}

.lmsmart-dubble-feedback.lmsmart-feedback-style-5 {
	background-color: transparent;
}

@media (max-width:1199px) {
	.lmsmart-dubble-feedback {
		padding: 40px;
	}
}

@media (max-width:575px) {
	.lmsmart-dubble-feedback {
		padding: 20px;
	}
}

.lmsmart-dubble-feedback .feedback-author {
	width: 35%;
}

@media (max-width:767px) {
	.lmsmart-dubble-feedback .feedback-author {
		width: 90%;
		margin: 0 auto;
	}
	
	.lmsmart-dubble-feedback .feedback-content {
		width: 100%;
	}
}

.lmsmart-dubble-feedback .feedback-author-wrapper {
	border: 1px solid rgba(255, 211, 77, .3);
	border-radius: 50%;
	padding: 30px;
	position: relative;
}

.lmsmart-dubble-feedback.lmsmart-feedback-style-5 .feedback-author-wrapper {
	border: none;
}

.lmsmart-dubble-feedback.lmsmart-feedback-style-5 .author-images-wrapper {
	border: 1px solid #8a7efc;
}

.lmsmart-dubble-feedback .feedback-author-wrapper .feedback-quote {
	position: absolute;
	top: 23px;
	right: 15px;
	border-radius: 50%;
	background-color: #3bbca7;
	width: 79px;
	height: 79px;
	line-height: 90px;
	text-align: center;
	font-size: 42px;
	color: #fff;
	z-index: 2;
}

.lmsmart-dubble-feedback .author-images-wrapper {
	border: 1px solid rgba(255, 211, 77, .3);
	border-radius: 50%;
	padding: 30px;
}

.lmsmart-dubble-feedback .author-image img {
	border-radius: 50%;
	width: 100%;
}

.lmsmart-dubble-feedback .feedback-content {
	width: 65%;
	padding-left: 70px;
	padding-top: 30px;
}

@media (max-width:767px) {
	.lmsmart-dubble-feedback .feedback-content {
		width: 100%;
		padding-left: 0;
	}
	
	.lmsmart-dubble-feedback .single-feedback-content {
		text-align: center;
	}
}

.lmsmart-dubble-feedback .single-feedback-content p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.66;
	color: var(--lmsmart-header-font-color);
}

.lmsmart-dubble-feedback .single-feedback-content p.feedback-name {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 600;
}

.lmsmart-dubble-feedback .single-feedback-content p.feedback-degree {
	font-size: 15px;
	font-weight: 400;
	color: var(--lmsmart-content-color);
	margin-bottom: 0;
}

.lmsmart-dubble-feedback {
	position: relative;
}

.lmsmart-dubble-feedback .shape-1 {
	width: 90px;
	position: absolute;
	top: 55px;
	z-index: 4;
	left: 101px;
}

.lmsmart-dubble-feedback .shape-2 {
	width: 32px;
	position: absolute;
	bottom: 60px;
	left: 340px;
	z-index: 1;
}

@media only screen and (max-width:1199px) {
	.lmsmart-dubble-feedback .shape-2 {
		display: none;
	}
}

.isotope-filter {
	margin-bottom: 48px;
}

.isotope-filter a {
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-weight: var(--lmsmart-header-font-weight);
	text-transform: uppercase;
	transition: .4s;
	margin-left: 22px;
	margin-right: 22px;
}

.course__filter.isotope-filter>a:last-child {
	margin-right: 0;
}

@media (max-width:767px) {
	.isotope-filter a {
		margin-left: 12px;
		margin-right: 12px;
	}
}

.isotope-filter a.empty {
	display: none;
}

.isotope-filter a .number_filter {
	position: absolute;
	z-index: 1;
	top: -10px;
	width: 26px;
	height: 16px;
	right: -16px;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	color: #fff;
	transform: translateY(4px);
	transition: .5s ease;
	font-size: 10px;
	font-weight: var(--lmsmart-header-font-weight);
}

.isotope-filter a.active:before, .isotope-filter a:hover:before {
	opacity: 1;
	transform: translateY(0);
}

.isotope-filter a.active .number_filter, .isotope-filter a:hover .number_filter {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.isotope-filter.filter-left {
	text-align: left;
}

.isotope-filter.filter-center {
	text-align: center;
}

.isotope-filter.filter-right {
	text-align: right;
}

.slider-section {
	position: relative;
}

.slider-section .shape-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.slider-section .shape-1 svg .shape-path {
	fill: #fff;
}

.slider-section .shape-2 {
	position: absolute;
	width: 67px;
	top: 34%;
	left: 130px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-section .shape-2 {
		width: 60px;
		top: 15%;
		left: 50px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-section .shape-2 {
		top: 5%;
		width: 57px;
	}
}

@media only screen and (max-width:767px) {
	.slider-section .shape-2 {
		width: 47px;
		left: 45px;
	}
}

@media only screen and (max-width:575px) {
	.slider-section .shape-2 {
		top: 67%;
	}
}

.slider-section .shape-3 {
	position: absolute;
	width: 46px;
	top: 145px;
	left: 38%;
}

@media only screen and (max-width:767px) {
	.slider-section .shape-3 {
		width: 40px;
		top: 95px;
	}
}

@media only screen and (max-width:575px) {
	.slider-section .shape-3 {
		top: 100px;
		width: 36px;
	}
}

.slider-section .shape-4 {
	position: absolute;
	width: 68px;
	top: 230px;
	right: 225px;
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
	.slider-section .shape-4 {
		right: 85px;
		top: 130px;
	}
}

@media only screen and (max-width:767px) {
	.slider-section .shape-4 {
		right: 55px;
		top: 100px;
		width: 50px;
	}
}

@media only screen and (max-width:575px) {
	.slider-section .shape-4 {
		right: 40px;
		top: 98px;
		width: 45px;
	}
}

.slider-content {
	padding-top: 75px;
	max-width: 520px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content {
		padding-top: 80px;
	}
}

@media only screen and (max-width:767px) {
	.slider-content {
		padding-top: 150px;
		padding-bottom: 0px;
	}
}

.slider-content .sub-title {
	font-size: 14px;
	text-transform: uppercase;
	color: #3bbca7;
	letter-spacing: 1px;
}

.slider-content .title {
	font-size: 48px;
	font-weight: 600;
	color: #072f60;
	line-height: 1.25;
	margin-top: 10px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content .title {
		font-size: 40px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content .title {
		font-size: 30px;
	}
}

@media only screen and (max-width:575px) {
	.slider-content .title {
		font-size: 28px;
	}
}

.slider-content p {
	max-width: 400px;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 25px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content p {
		font-size: 16px;
	}
}

.slider-content>.btn {
	margin-top: 35px;
}

.slider-form {
	margin-top: 50px;
}

.slider-form form {
	position: relative;
}

.slider-form form input {
	width: 100%;
	border: 1px solid #ebebeb;
	height: 60px;
	padding-left: 20px;
	padding-right: 180px;
	font-size: 18px;
	color: #666;
	background-color: #fff;
	border-radius: 4px;
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:575px) {
	.slider-form form input {
		height: 50px;
		padding: 0 15px;
		font-size: 16px;
	}
}

.slider-form form .btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:575px) {
	.slider-form form .btn {
		position: relative;
		width: 100%;
		display: block;
		margin-top: 10px;
		height: 50px;
		line-height: 50px;
	}
}

.slider-form span {
	color: #3bbca7;
	display: block;
	margin-top: 25px;
}

.slider-form span a {
	color: #666;
}

.slider-form span a:hover {
	color: #072f60;
}

.slider-images {
	padding-top: 200px;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-images {
		padding-top: 150px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-images {
		padding-top: 180px;
	}
}

@media only screen and (max-width:767px) {
	.slider-images {
		padding-top: 50px;
	}
}

.slider-images .image-shape-01 {
	position: absolute;
	bottom: 100px;
	left: 50px;
	z-index: -1;
	max-width: 530px;
	width: 100%;
}

@media only screen and (max-width:575px) {
	.slider-images .image-shape-01 {
		max-width: 250px;
		left: 30px;
	}
}

.slider-images .image-shape-01 svg .svg-path {
	fill: #ffd24d;
}

.slider-images .image-shape-02 {
	position: absolute;
	z-index: -1;
	left: 67px;
	top: 42%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 260px;
	width: 100%;
}

@media only screen and (max-width:767px) {
	.slider-images .image-shape-02 {
		top: 25%;
		left: 0;
		max-width: 190px;
	}
}

.slider-images .image-shape-02 svg .svg-path {
	fill: #344c4c;
}

.slider-images .image-shape-03 {
	position: absolute;
	top: 21%;
	right: 24%;
}

.slider-images .image-shape-04 {
	position: absolute;
	top: 170px;
	left: 130px;
	z-index: -1;
}

.slider-images .image-shape-04 img {
	width: 150px;
}

.slider-images .image-shape-05 {
	position: absolute;
	width: 172px;
	height: 172px;
	background-color: #afe0fb;
	border-radius: 50%;
	top: 195px;
	left: 15px;
	z-index: -2;
}

.slider-images .image-shape-06 {
	position: absolute;
	width: 236px;
	height: 236px;
	background-color: #fc6;
	border-radius: 50%;
	bottom: -100px;
	right: 90px;
	z-index: -1;
}

.slider-images .image {
	text-align: right;
	position: relative;
}

.slider-images-02 {
	padding-top: 200px;
	padding-bottom: 170px;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-images-02 {
		padding-top: 150px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-images-02 {
		padding-top: 150px;
	}
}

@media only screen and (max-width:767px) {
	.slider-images-02 {
		padding-top: 50px;
		padding-bottom: 70px;
	}
}

.slider-images-02 .image-shape-01 {
	position: absolute;
	top: 170px;
	left: 130px;
	z-index: -1;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-images-02 .image-shape-01 {
		top: 20px;
	}
}

.slider-images-02 .image-shape-01 img {
	width: 150px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-images-02 .image-shape-01 img {
		width: 120px;
	}
}

.slider-images-02 .image-shape-02 {
	position: absolute;
	width: 172px;
	height: 172px;
	background-color: #afe0fb;
	border-radius: 50%;
	top: 195px;
	left: 15px;
	z-index: -2;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-images-02 .image-shape-02 {
		left: -60px;
	}
}

@media only screen and (max-width:767px) {
	.slider-images-02 .image-shape-02 {
		width: 72px;
		height: 72px;
		top: 80px;
	}
}

.slider-images-02 .image-shape-03 {
	position: absolute;
	width: 236px;
	height: 236px;
	background-color: #fc6;
	border-radius: 50%;
	bottom: 70px;
	right: 90px;
	z-index: -1;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-images-02 .image-shape-03 {
		right: 40px;
	}
}

@media only screen and (max-width:767px) {
	.slider-images-02 .image-shape-03 {
		width: 170px;
		height: 170px;
	}
}

.slider-images-02 .image {
	text-align: right;
	position: relative;
}

.image-content {
	position: absolute;
	top: 50%;
	right: 0;
	text-align: left;
	padding-left: 50px;
	padding-right: 28px;
	padding-top: 30px;
	padding-bottom: 25px;
	width: 265px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, .23);
	box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, .23);
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:575px) {
	.image-content {
		padding-left: 40px;
		max-width: 245px;
	}
}

.image-content .image-icon {
	position: absolute;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:575px) {
	.image-content .image-icon {
		left: -25px;
	}
}

.image-content .image-icon i {
	border-radius: 50%;
	background-color: #072f60;
	width: 61px;
	height: 61px;
	line-height: 75px;
	display: block;
	text-align: center;
	font-size: 30px;
	color: #fff;
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:575px) {
	.image-content .image-icon i {
		width: 51px;
		height: 51px;
		line-height: 60px;
		font-size: 24px;
	}
}

.image-content .start i {
	font-size: 20px;
	color: #fda000;
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:575px) {
	.image-content .start i {
		font-size: 18px;
	}
}

.image-content p {
	font-size: 18px;
	line-height: 1.6;
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:575px) {
	.image-content p {
		font-size: 16px;
		line-height: 1.4;
	}
}

.slider-section-03 {
	padding-top: 188px;
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
	.slider-section-03 {
		padding-top: 78px;
	}
}

.single-slider {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
}

.single-slider .slider-shape-01 {
	width: 75px;
	position: absolute;
	top: 125px;
	left: 5%;
	z-index: -1;
}

.single-slider .slider-shape-02 {
	position: absolute;
	top: -270px;
	left: 20%;
	z-index: -1;
}

@media only screen and (max-width:575px) {
	.single-slider .slider-shape-02 {
		top: -120px;
	}
}

.single-slider .slider-shape-03 {
	position: absolute;
	bottom: -225px;
	left: 45px;
	z-index: -1;
}

@media only screen and (max-width:575px) {
	.single-slider .slider-shape-03 {
		bottom: -120px;
	}
}

.single-slider .slider-bg {
	position: absolute;
	top: 0;
	left: -5%;
	height: 100%;
	width: 58%;
	background-color: #116eee;
	z-index: -1;
	-webkit-transform: skewX(17deg);
	-ms-transform: skewX(17deg);
	transform: skewX(17deg);
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-slider .slider-bg {
		width: 64%;
		-webkit-transform: skewX(14deg);
		-ms-transform: skewX(14deg);
		transform: skewX(14deg);
		left: -6%;
	}
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
	.single-slider .slider-bg {
		width: 100%;
		left: 0;
		-webkit-transform: skewX(0);
		-ms-transform: skewX(0);
		transform: skewX(0);
	}
}

.slider-content-02 {
	padding-top: 135px;
	padding-bottom: 145px;
	max-width: 550px;
	position: relative;
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
	.slider-content-02 {
		padding-top: 80px;
		padding-bottom: 90px;
	}
}

.slider-content-02 .title {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	line-height: 1.25;
}

@media only screen and (max-width:767px) {
	.slider-content-02 .title {
		font-size: 40px;
	}
}

@media only screen and (max-width:575px) {
	.slider-content-02 .title {
		font-size: 24px;
	}
}

.slider-content-02 .title span {
	color: #ffe347;
}

.slider-content-02 p {
	color: #fff;
	font-size: 20px;
	margin-top: 25px;
}

@media only screen and (max-width:575px) {
	.slider-content-02 p {
		font-size: 18px;
	}
}

.slider-content-02 .slider-btn {
	margin-top: 38px;
	position: relative;
	padding-right: 70px;
	display: inline-block;
}

.slider-content-02 .slider-btn .shape {
	position: absolute;
	top: 0;
	right: 0;
}

.slider-section-04 {
	background-image: -webkit-linear-gradient(0deg, #e9f6f8 0%, #e8ebf5 100%);
	background-image: -ms-linear-gradient(0deg, #e9f6f8 0%, #e8ebf5 100%);
	position: relative;
	z-index: 1;
}

.slider-section-04 .shape-1 {
	position: absolute;
	width: 90px;
	top: 34%;
	left: 130px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-section-04 .shape-1 {
		width: 60px;
		top: 15%;
		left: 50px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-section-04 .shape-1 {
		top: 5%;
		width: 57px;
	}
}

@media only screen and (max-width:767px) {
	.slider-section-04 .shape-1 {
		width: 47px;
		left: 45px;
	}
}

@media only screen and (max-width:575px) {
	.slider-section-04 .shape-1 {
		top: 67%;
	}
}

.slider-images-04 {
	position: relative;
	padding-top: 130px;
	text-align: center;
	z-index: 1;
}

@media only screen and (max-width:767px) {
	.slider-images-04 {
		padding-top: 50px;
	}
}

.slider-images-04 .image-shape-01 {
	position: absolute;
	top: 25%;
	left: -4%;
	z-index: -1;
}

.animation-style-01 .slider-content, .animation-style-01 .slider-content-02 {
	opacity: 1;
}

.animation-style-01 .slider-content>*:nth-child(1), .animation-style-01 .slider-content-02>*:nth-child(1) {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animation-style-01 .slider-content>*:nth-child(2), .animation-style-01 .slider-content-02>*:nth-child(2) {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animation-style-01 .slider-content>*:nth-child(3), .animation-style-01 .slider-content-02>*:nth-child(3) {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animation-style-01 .slider-content>*:nth-child(4), .animation-style-01 .slider-content-02>*:nth-child(4) {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.counter-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.counter-section .counter-shape-01 {
	border-radius: 50%;
	background-color: #afe0fb;
	position: absolute;
	width: 36px;
	height: 36px;
	z-index: -1;
	left: 6%;
	top: 12%;
}

.counter-section .counter-shape-02 {
	width: 1093px;
	position: absolute;
	z-index: -1;
	top: -150px;
	right: -200px;
	opacity: .1;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.counter-section .counter-shape-02 {
		width: 893px;
	}
}

.counter-section .counter-shape-02 svg .shape-path {
	fill: #3bbca7;
}

.counter-wrapper {
	border-bottom: 1px solid #ebebeb;
	padding-top: 40px;
	padding-bottom: 70px;
}

.counter-wrapper .row .col .single-counter {
	border-right: 1px solid #ebebeb;
}

@media only screen and (max-width:575px) {
	.counter-wrapper .row .col .single-counter {
		border-right: 0;
	}
}

.counter-wrapper .row .col:last-child .single-counter {
	border-right: 0;
}

.single-counter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

@media only screen and (max-width:575px) {
	.single-counter {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.single-counter .counter-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
	.single-counter .counter-box .counter-icon img {
		height: 60px;
	}
}

.single-counter .counter-box .counter-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 40px;
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
	.single-counter .counter-box .counter-content {
		padding-left: 20px;
	}
}

.single-counter .counter-box .counter-content .count {
	font-size: 48px;
	font-weight: 700;
	color: #072f60;
	line-height: 1.2;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-counter .counter-box .counter-content .count {
		font-size: 40px;
	}
}

@media only screen and (max-width:767px) {
	.single-counter .counter-box .counter-content .count {
		font-size: 30px;
	}
}

.counter-wrapper-02 .title {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.3;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.counter-wrapper-02 .title {
		font-size: 30px;
	}
}

@media only screen and (max-width:575px) {
	.counter-wrapper-02 .title {
		font-size: 20px;
	}
}

.single-counter-02 {
	text-align: center;
	margin-top: 30px;
}

.single-counter-02 .cont {
	color: #3bbca7;
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-counter-02 .cont {
		font-size: 40px;
	}
}

@media only screen and (max-width:575px) {
	.single-counter-02 .cont {
		font-size: 30px;
	}
}

.counter-wrapper-03 {
	padding-top: 15px;
}

.single-counter-03 {
	text-align: center;
	margin-top: 30px;
}

.single-counter-03 .cont {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-counter-03 .cont {
		font-size: 40px;
	}
}

@media only screen and (max-width:575px) {
	.single-counter-03 .cont {
		font-size: 30px;
	}
}

.single-counter-03 p {
	color: #fff;
}

.counter-content {
	max-width: 410px;
}

.counter-content .title {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.3;
	margin-top: -6px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.counter-content .title {
		font-size: 30px;
	}
}

@media only screen and (max-width:575px) {
	.counter-content .title {
		font-size: 20px;
	}
}

.counter-content .signechar {
	margin-top: 30px;
}

.counter-content .author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.counter-content .author .author-images {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.counter-content .author .author-images img {
	width: 90px;
	border-radius: 50%;
}

.counter-content .author .author-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 30px;
}

.counter-content .author .author-content .name {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}

.counter-content .author .author-content p {
	font-size: 14px;
}

.counter-box-wrapper {
	position: relative;
	z-index: 1;
}

.counter-box-wrapper .shape-1 {
	position: absolute;
	width: 115px;
	left: 15%;
	top: 20px;
	z-index: -1;
}

.counter-box-wrapper .row .col:first-child {
	margin-top: 30px;
}

.single-counter-box {
	text-align: center;
	margin-top: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, .16);
	box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, .16);
	border-radius: 5px;
	height: 200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (max-width:767px) {
	.single-counter-box {
		height: 150px;
	}
}

.single-counter-box .counter-box {
	height: auto;
}

.single-counter-box .cont {
	color: #3bbca7;
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-counter-box .cont {
		font-size: 40px;
	}
}

@media only screen and (max-width:575px) {
	.single-counter-box .cont {
		font-size: 30px;
	}
}

.single-counter-box p {
	color: #072f60;
}

.courses-wrapper {
	margin-top: 30px;
}

.tab-menu {
	padding-top: 10px;
}

.tab-menu .nav li {
	margin: 0 17px;
	padding-top: 10px;
}

@media only screen and (max-width:767px) {
	.tab-menu .nav li {
		margin: 0 10px;
	}
}

.tab-menu .nav li button {
	font-size: 16px;
	font-weight: 600;
	color: #a1a1a1;
	border: 0;
	padding: 0;
	background: none;
}

@media only screen and (max-width:767px) {
	.tab-menu .nav li button {
		font-size: 15px;
	}
}

.tab-menu .nav li button:hover, .tab-menu .nav li button.active {
	color: #072f60;
}

.courses-tab-content {
	margin-top: 0 !important;
	padding-top: 10px;
}

.single-course {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .07);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .07);
	background-color: #fff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	margin-top: 30px;
	position: relative;
}

.single-course .courses-image {
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.single-course .courses-image a {
	display: block;
	position: relative;
}

.single-course .courses-image a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
}

.single-course .courses-image a img {
	width: 100%;
}

.single-course .courses-content {
	padding: 20px 30px;
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (max-width:767px) {
	.single-course .courses-content {
		padding: 15px;
	}
}

.single-course .courses-content .top-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single-course .courses-content .top-meta .tag {
	border-radius: 5px;
	background-color: rgba(59, 188, 167, .071);
	font-size: 14px;
	font-weight: 600;
	color: #3bbca7;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
}

.single-course .courses-content .top-meta .tag:hover {
	background-color: #3bbca7;
	color: #fff;
}

.single-course .courses-content .top-meta .price .sale-price {
	font-size: 14px;
	font-weight: 600;
	color: #072f60;
}

.single-course .courses-content .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 15px;
}

.single-course .courses-content .author-name {
	font-size: 14px;
	font-weight: 600;
	color: #838383;
	margin-top: 5px;
}

.single-course .courses-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 30px 15px;
	border-top: 1px solid #ebebeb;
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (max-width:767px) {
	.single-course .courses-meta {
		padding: 10px 15px 15px;
	}
}

.single-course .courses-meta .student {
	font-size: 13px;
	color: #838383;
	margin-top: 5px;
}

.single-course .courses-meta .rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 5px;
}

.single-course .courses-meta .rating .rating-star {
	display: block;
	position: relative;
}

.single-course .courses-meta .rating .rating-star::before {
	content: "";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #b4b4b4;
	letter-spacing: 2px;
}

.single-course .courses-meta .rating .rating-star .rating-active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.single-course .courses-meta .rating .rating-star .rating-active::before {
	content: "";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #fda000;
	letter-spacing: 2px;
}

.single-course .courses-meta .rating span {
	font-size: 13px;
	color: #838383;
}

.single-course:hover .courses-image a::before {
	opacity: .2;
}

#powerTip {
	background-color: transparent;
	background-color: #fff;
	border-color: #fff;
	color: inherit;
	white-space: normal;
	-webkit-box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, .18);
	box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, .18);
}

#course-hover {
	display: none;
}

.course-hover {
	width: 360px;
	z-index: 11;
	padding: 40px 50px;
	position: relative;
}

.course-hover::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-color: #fff;
	left: -8px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.course-hover .top-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.course-hover .top-meta .tag {
	border-radius: 5px;
	background-color: rgba(59, 188, 167, .071);
	font-size: 14px;
	font-weight: 600;
	color: #3bbca7;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
}

.course-hover .top-meta .tag:hover {
	background-color: #3bbca7;
	color: #fff;
}

.course-hover .top-meta .price .sale-price {
	font-size: 14px;
	font-weight: 600;
	color: #072f60;
}

.course-hover .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 15px;
}

.course-hover .courses-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	gap: 15px;
}

.course-hover .courses-meta .student {
	font-size: 13px;
	color: #838383;
	margin-top: 5px;
}

.course-hover>p {
	font-size: 14px;
	margin-top: 10px;
}

.course-hover .courses-key-future {
	padding-top: 15px;
}

.course-hover .courses-key-future .title {
	font-size: 16px;
	font-weight: 700;
}

.course-hover .courses-key-future .future-list {
	padding-top: 5px;
}

.course-hover .courses-key-future .future-list li {
	position: relative;
	padding-left: 25px;
	font-size: 14px;
}

.course-hover .courses-key-future .future-list li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	font-family: "FontAwesome";
	color: #3bbca7;
}

.course-hover .courses-btn {
	padding-top: 25px;
}

.course-hover .courses-btn .btn {
	height: 40px;
	line-height: 40px;
	display: block;
}

.courses-more {
	margin-top: 60px;
	position: relative;
}
