.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.animate-general {
	opacity: 0
}

*:not(.elementor-editor-active) .plus-conditions--hidden {
	display: none
}

body.plus_row_scroll_overflow {
	overflow-x: hidden
}

section.plus_row_scroll_overflow {
	overflow: hidden!important
}

.elementor-widget-video .elementor-wrapper .fluidvids {
	position: initial
}

.fluidvids {
	width: 100%;
	max-width: 100%;
	position: relative
}

.fluidvids-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.wpb_video_wrapper .fluidvids {
	position: initial
}

.elementor-widget-wrap .js-tilt[data-tilt]:hover {
	box-shadow: none
}

.elementor-widget-wrap .js-tilt[data-tilt] {
	transition: initial
}

.plus-widget-wrapper .plus-widget-inner-tilt {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(500px);
	transform: perspective(500px);
	position: relative;
	display: block
}

h3.theplus-posts-not-found {
	font-size: 14px;
	background: #8072fc;
	padding: 10px;
	text-align: center;
	line-height: 25px;
	border-radius: 3px;
	box-shadow: 0 5px 30px -5px #8072fc;
	color: #fff
}

.plus-sticky-column-sticky {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.magic-scroll .parallax-scroll,
.magic-scroll .scale-scroll,
.magic-scroll .both-scroll,
.plus-list-adv-typo-block .plus-adv-text-typo.parallax-scroll {
	-webkit-transition: -webkit-transform 1.3s ease .0s;
	-ms-transition: -ms-transform 1.3s ease .0s;
	-moz-transition: -moz-transform 1.3s ease .0s;
	-o-transition: -o-transform 1.3s ease .0s;
	transition: transform 1.3s ease .0s;
	will-change: transform
}

.pt-plus-reveal.animated {
	display: block;
	position: relative
}

.heading-title.pt-plus-reveal {
	display: inline-block
}

.pt-plus-reveal.animated::before {
	content: '';
	background: #313131;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: 0% 0% 0;
	-webkit-animation: pt-plus-reveal 2s 800ms cubic-bezier(0, 0, .2, 1) both;
	animation: pt-plus-reveal 2s 800ms cubic-bezier(0, 0, .2, 1) both;
	z-index: 11
}

.pt-plus-reveal.animated::after {
	content: '';
	background: #ff214f;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: 0% 0% 0;
	-webkit-animation: pt-plus-reveal 2s 400ms cubic-bezier(0, 0, .2, 1) both;
	animation: pt-plus-reveal 2s 400ms cubic-bezier(0, 0, .2, 1) both;
	z-index: 1
}

@-webkit-keyframes pt-plus-reveal {
	0% {
		transform: scaleX(0)
	}
	50% {
		transform: scaleX(1);
		transform-origin: 0% 0% 0
	}
	51% {
		transform-origin: 100% 50% 0
	}
	100% {
		transform: scaleX(0);
		transform-origin: 100% 50% 0
	}
}

@keyframes pt-plus-reveal {
	0% {
		transform: scaleX(0)
	}
	50% {
		transform: scaleX(1);
		transform-origin: 0% 0% 0
	}
	51% {
		transform-origin: 100% 50% 0
	}
	100% {
		transform: scaleX(0);
		transform-origin: 100% 50% 0
	}
}

.image-floating,
.hover_floating,
.image-tossing,
.hover_tossing,
.image-pulse,
.hover_pulse {
	display: inline-block;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s
}

.image-floating,
.hover_floating:hover {
	animation-name: content_effect_floating;
	-webkit-animation-name: content_effect_floating;
	animation-duration: 2.2s;
	-webkit-animation-duration: 2.2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite
}

.image-tossing,
.hover_tossing:hover {
	animation-name: content_effect_tossing;
	-webkit-animation-name: content_effect_tossing;
	animation-duration: 2.2s;
	-webkit-animation-duration: 2.2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite
}

.image-pulse,
.hover_pulse:hover {
	animation-name: content_effect_pulse;
	-webkit-animation-name: content_effect_pulse;
	animation-duration: 2.2s;
	-webkit-animation-duration: 2.2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite
}

.image-rotating,
.hover_rotating:hover {
	animation-name: continue-rotating;
	-webkit-animation-name: rotating;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	animation-duration: 8s;
	-webkit-animation-duration: 8s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite
}

.image-drop_waves:after,
.hover_drop_waves:after {
	content: '';
	background: #ff214f;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.image-drop_waves:after,
.hover_drop_waves:hover:after {
	-webkit-animation-name: content-icon-float-away;
	animation-name: content-icon-float-away
}

@-webkit-keyframes content-icon-float-away {
	0% {
		opacity: .8
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.4);
		transform: scale(1.4)
	}
}

@keyframes content-icon-float-away {
	0% {
		opacity: .8
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.4);
		transform: scale(1.4)
	}
}

@keyframes continue-rotating {
	from {
		-webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
		-moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
		-ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
		-o-transform: rotate(0deg) translate(-10px) rotate(0deg);
		transform: rotate(0deg) translate(-10px) rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		-moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		-ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		-o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		transform: rotate(360deg) translate(-10px) rotate(-360deg)
	}
}

@-webkit-keyframes continue-rotating {
	from {
		-webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
		-moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
		-ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
		-o-transform: rotate(0deg) translate(-10px) rotate(0deg);
		transform: rotate(0deg) translate(-10px) rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		-moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		-ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		-o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		transform: rotate(360deg) translate(-10px) rotate(-360deg)
	}
}

.floating {
	animation-name: content_effect_floating;
	-webkit-animation-name: content_effect_floating;
	animation-duration: 2.2s;
	-webkit-animation-duration: 2.2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite
}

.tossing {
	animation-name: content_effect_tossing;
	-webkit-animation-name: content_effect_tossing;
	animation-duration: 2.2s;
	-webkit-animation-duration: 2.2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite
}

.pulse {
	animation-name: content_effect_pulse;
	-webkit-animation-name: content_effect_pulse;
	animation-duration: 2.2s;
	-webkit-animation-duration: 2.2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite
}

.rotate-continue {
	-webkit-animation-name: rotating;
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotating;
	-moz-animation-duration: 10s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	animation-name: rotating;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes rotating {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg)
	}
}

@keyframes rotating {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}

@keyframes content_effect_floating {
	0% {
		transform: translateY(0%)
	}
	50% {
		transform: translateY(2%)
	}
	100% {
		transform: translateY(0%)
	}
}

@-webkit-keyframes content_effect_floating {
	0% {
		-webkit-transform: translateY(0%)
	}
	50% {
		-webkit-transform: translateY(2%)
	}
	100% {
		-webkit-transform: translateY(0%)
	}
}

@keyframes content_effect_tossing {
	0% {
		transform: rotate(-1deg)
	}
	50% {
		transform: rotate(1deg)
	}
	100% {
		transform: rotate(-1deg)
	}
}

@-webkit-keyframes content_effect_tossing {
	0% {
		-webkit-transform: rotate(-1deg)
	}
	50% {
		-webkit-transform: rotate(1deg)
	}
	100% {
		-webkit-transform: rotate(-1deg)
	}
}

@keyframes content_effect_pulse {
	0% {
		transform: scale(.97);
		opacity: 1
	}
	50% {
		transform: scale(1);
		opacity: 1
	}
	100% {
		transform: scale(.97);
		opacity: 1
	}
}

@-webkit-keyframes content_effect_pulse {
	0% {
		-webkit-transform: scale(.97);
		opacity: .7
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(.97);
		opacity: .7
	}
}

.animted-content-inner {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1
}

.pt_plus_animated_svg .svg_inner_block {
	position: relative;
	display: inline-flex
}

.pt_plus_animated_svg object {
	max-width: 100%;
	width: 100%
}

.pt_plus_animated_svg object,
.pt_plus_row_bg_animated_svg object,
.ts-hover-draw-svg object {
	opacity: 0
}

.pt_plus_row_bg_animated_svg .svg_inner_block {
	position: absolute
}

.pt_plus_animated_svg object {
	min-height: 100%
}

.svg_inner_block .embed-responsive,
.svg_inner_block .embed-responsive .embed-responsive-item,
.svg_inner_block .embed-responsive iframe,
.svg_inner_block .embed-responsive embed,
.svg_inner_block .embed-responsive object,
.svg_inner_block .embed-responsive video {
	position: relative;
	padding: 0;
	height: auto
}

.lity-wrap {
	overflow: auto!important
}

.pop-up-btn .button-link-wrap span {
	position: relative;
	z-index: 2
}

.pop-up-btn .button-style-7 .button-link-wrap span {
	position: initial
}

.pop-up-btn .button-style-21 .button-link-wrap:after {
	background: #ff004b;
	z-index: 1
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container {
	min-width: auto!important
}

.lity-iframe-container {
	width: 100%;
	height: 100vh;
	padding-top: 0%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
	margin-bottom: 0
}

.ts-icon-img {
	margin-bottom: 10px;
	position: relative
}

.flip-back,
.flip-front {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: table
}

.flip-back .vertical-center,
.flip-front .vertical-center {
	display: table-cell;
	vertical-align: middle
}

.flip-horizontal :hover .flip-front {
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.flip-horizontal :hover .flip-back {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0)
}

.flip-horizontal .flip-back {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.bezier-flip {
	-webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .5s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
	transition: all .5s cubic-bezier(.645, .045, .355, 1)
}

.padding-flip {
	padding: 30px 40px
}

.origin-center {
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center
}

.no-backface {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.numtext-left {
	text-align: left
}

.numtext-center {
	text-align: center
}

.numtext-right {
	text-align: right
}

.icon-right {
	text-align: right
}

.icon-left {
	float: left
}

.icon-center {
	margin: 0 auto
}

.ts-icon {
	display: block;
	position: relative;
	-o-transition: all 1.3s;
	-webkit-transition: all 1.3s;
	-moz-transition: all 1.3s;
	-ms-transition: all 1.3s;
	transition: all 1.3s
}

.icon-img-b {
	line-height: 1;
	margin-bottom: 15px
}

.service-media .icon-img-b {
	margin-right: 15px
}

.border-pd {
	border: 2px solid
}

.subject-color {
	-o-transition: all 1.3s;
	-webkit-transition: all 1.3s;
	-ms-transition: all 1.3s;
	-moz-transition: all 1.3s;
	transition: all 1.3s;
	margin-bottom: 20px;
	line-height: 1
}

.sub-subject-color {
	margin-bottom: 20px;
	line-height: 1
}

.ts-icon-1 {
	display: block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden
}

.pad-0 {
	padding: 0
}

.pad-5 {
	padding: 5px
}

.pad-30 {
	padding: 30px;
	padding-bottom: 10px
}

.border-icon {
	display: block;
	position: relative;
	padding: 30px;
	padding-bottom: 10px
}

hr.hr-border {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.service-icon-style-1 .icn-txt {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden
}

.icon-right .ts-icon-1 {
	text-align: right
}

.service-icon-style-2 .icn-content {
	padding: 20px;
	display: block;
	position: relative;
	background: #F9B701
}

.service-icon-style-2 .icn-header {
	display: block;
	position: relative;
	padding: 20px
}

.service-icon-style-2 .plus-number-counter,
.service-icon-style-2 .subject-color {
	margin-bottom: 0
}

.service-icon-style-3 .pt_plus_animated_svg,
.service-icon-style-4 .pt_plus_animated_svg {
	width: auto;
	margin-right: 15px
}

.grid-item:focus {
	outline: none
}

.pt-plus-pagination .current {
	background: #313131;
	color: #fff
}

.ajax_load_more {
	display: block;
	text-align: center;
	width: 100%;
	position: relative
}

.post-load-more,
.ajax_load_more .tp-morefilter {
	border: 1px solid;
	padding: 10px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 20px 0;
	display: inline-block;
	cursor: pointer;
	font-size: 22px
}

.ajax_lazy_load {
	position: relative;
	display: block;
	width: 100%;
	text-align: center
}

.post-lazy-load,
.tp-morefilter {
	padding: 37px;
	position: relative;
	display: block;
	font-size: 20px
}

.ajax_load_more .tp-morefilter {
	display: inline-block
}

.post-load-more.hide,
.ajax_lazy_load.hide,
.post-lazy-load.hide,
.ajax_load_more .tp-morefilter.hide {
	display: none!important
}

.plus-all-posts-loaded {
	position: relative;
	display: block;
	top: 0;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	margin-top: 25px;
	color: #313131;
	font-weight: 500;
	-moz-animation: plus-hide-load 0.7s ease-in-out 5s forwards;
	-webkit-animation: plus-hide-load 0.7s ease-in-out 5s forwards;
	-o-animation: plus-hide-load 0.7s ease-in-out 5s forwards;
	animation: plus-hide-load 0.7s ease-in-out 5s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@keyframes plus-hide-load {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		top: -25px
	}
	100% {
		opacity: 0;
		width: 0;
		height: 0;
		margin-top: 0;
		display: none
	}
}

@-webkit-keyframes plus-hide-load {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		top: -25px
	}
	100% {
		opacity: 0;
		width: 0;
		height: 0;
		margin-top: 0;
		display: none
	}
}

@media (min-width:1025px) {
	.elementor-element.elementor-element-edit-mode.elementor-hidden-desktop {
		opacity: .5
	}
	.pt-plus-row-set .desktop-hide,
	.tooltip_desktop_hide .menu-tooltip-title {
		display: none
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.elementor-element.elementor-element-edit-mode.elementor-hidden-tablet {
		opacity: .5
	}
}

@media (max-width:767px) {
	.elementor-element.elementor-element-edit-mode.elementor-hidden-phone {
		opacity: .5
	}
	.plus-table-col {
		border: none
	}
	.plus-sort-icon:after {
		font-family: 'Font Awesome 5 Free'!important;
		font-weight: 600
	}
	.sorting .plus-sort-icon:after {
		content: "\f0dc"
	}
	.sorting_asc .plus-sort-icon:after {
		content: "\f0de"
	}
	.sorting_desc .plus-sort-icon:after {
		content: "\f0dd"
	}
}

@media (min-width:601px) and (max-width:1024px) {
	.text--tabletleft {
		text-align: left!important;
		margin-left: 0!important
	}
	.text--tabletcenter {
		text-align: center!important;
		margin: 0 auto!important
	}
	.text--tabletright {
		text-align: right!important;
		margin-right: 0!important
	}
	.text--tabletjustify {
		text-align: justify!important
	}
	.elementor-widget-tp-heading-title.text--tabletleft .seprator.sep-l,
	.elementor-widget-tp-heading-title.text--tabletjustify .seprator.sep-l {
		margin-left: 0
	}
	.elementor-widget-tp-heading-title.text--tabletcenter .seprator.sep-l {
		margin: 0 auto
	}
	.elementor-widget-tp-heading-title.text--tabletright .seprator.sep-l {
		margin-right: 0
	}
	.pt-plus-row-set .tablet-hide,
	.tooltip_tablet_hide .menu-tooltip-title {
		display: none
	}
}

@media (max-width:600px) {
	.text--mobileleft {
		text-align: left!important;
		margin-left: 0!important
	}
	.text--mobilecenter {
		text-align: center!important;
		margin: 0 auto!important
	}
	.text--mobileright {
		text-align: right!important;
		margin-right: 0!important
	}
	.text--mobilejustify {
		text-align: justify!important
	}
	.elementor-widget-tp-heading-title.text--mobileleft .seprator.sep-l,
	.elementor-widget-tp-heading-title.text--mobilejustify .seprator.sep-l {
		margin-left: 0
	}
	.elementor-widget-tp-heading-title.text--mobilecenter .seprator.sep-l {
		margin: 0 auto
	}
	.elementor-widget-tp-heading-title.text--mobileright .seprator.sep-l {
		margin-right: 0
	}
	.plus-advance-heading {
		display: block;
		position: relative
	}
	.dataTables_length.plus-tbl-entry-wrapper.plus-table-info {
		display: flex;
		position: relative;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px
	}
	.dataTables_filter.plus-tbl-search-wrapper.plus-table-info {
		display: flex;
		position: relative;
		align-items: center;
		justify-content: center
	}
}

@media (min-width:991px) {
	.hide-desktop {
		display: none
	}
}

@media (min-width:601px) and (max-width:990px) {
	.hide-tablet {
		display: none
	}
}

@media (max-width:600px) {
	.hide-mobile {
		display: none
	}
}

@media (max-width:767px) {
	.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item {
		width: 33.33%!important;
		height: 250px!important
	}
	ul.pt_plus_countdown li {
		margin: 0 10px 20px
	}
	.service-flipbox,
	.service-flipbox-holder {
		cursor: pointer
	}
	.pt_plus_social_list.style-14 ul.social_list li {
		width: 130px;
		display: inline-block
	}
	.pt_plus_social_list.style-14 .social_list {
		flex-wrap: wrap
	}
	.pt-plus-row-set .mobile-hide,
	.tooltip_mobile_hide .menu-tooltip-title {
		display: none
	}
	.post-inner-loop.tp-row {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (max-width:660px) {
	.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item {
		width: 50%!important;
		height: 300px!important
	}
	#wpadminbar {
		position: fixed
	}
}

@media (max-width:480px) {
	.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item {
		width: 100%!important;
		height: 420px!important
	}
}

@media (max-width:375px) {
	.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item {
		height: 300px!important
	}
}

.ajax_lazy_load .post-lazy-load .tp-spin-ring,
.ajax_lazy_load .tp-morefilter .tp-spin-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px
}

.ajax_lazy_load .post-lazy-load .tp-spin-ring div,
.ajax_lazy_load .tp-morefilter .tp-spin-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	margin: 8px;
	border: 2px solid #000;
	border-radius: 50%;
	animation: tp-spin-ring-animation 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	border-color: #000 transparent transparent transparent
}

.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(1),
.ajax_lazy_load .tp-morefilter .tp-spin-ring div:nth-child(1) {
	animation-delay: -0.45s
}

.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(2),
.ajax_lazy_load .tp-morefilter .tp-spin-ring div:nth-child(2) {
	animation-delay: -0.3s
}

.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(3),
.ajax_lazy_load .tp-morefilter .tp-spin-ring div:nth-child(3) {
	animation-delay: -0.15s
}

@keyframes tp-spin-ring-animation {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

.pt-plus-button-wrapper {
	position: relative;
	display: block
}

.ts-button.content_hover_effect {
	position: relative;
	display: inline-block;
	width: auto
}

.pt-plus-button-wrapper .parallax-scroll {
	position: relative;
	display: inline-block
}

.pt-plus-button-wrapper .pt-plus-move-parallax {
	position: relative;
	display: inline-block;
	width: auto
}

.pt-plus-button-wrapper .pt-plus-move-parallax.full-button {
	width: 100%
}

.pt_plus_button {
	position: relative;
	display: inline-block;
	width: auto
}

.pt_plus_button.full-button {
	width: 100%;
	text-align: center
}

.ts-button.content_hover_effect.full-button {
	width: 100%
}

.pt_plus_button.full-button .button-link-wrap {
	display: block;
	width: 100%;
	text-align: center
}

.button-link-wrap:hover {
	text-decoration: blink
}

.pt_plus_button.trnasition_hover {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.pt_plus_button.trnasition_hover:hover {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px)
}

.pt_plus_button .button-link-wrap i {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle
}

.pt_plus_button .button-link-wrap {
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
	cursor: pointer;
	color: #000;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.pt_plus_button .button-link-wrap:hover .button_line {
	-webkit-animation: mymove 1s;
	-webkit-animation-iteration-count: 1;
	animation: mymove 1s;
	animation-iteration-count: 1
}

.pt_plus_button .button-link-wrap .button_line {
	position: absolute;
	background: #000;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0%;
	pointer-events: none;
	z-index: 11;
	display: inline-block
}

@-webkit-keyframes mymove {
	0% {
		left: 0%;
		width: 100%
	}
	45% {
		left: 100%;
		width: 0%
	}
	55% {
		left: 0%;
		width: 0%
	}
	100% {
		left: 0%;
		width: 100%
	}
}

@keyframes mymove {
	0% {
		left: 0%;
		width: 100%
	}
	45% {
		left: 100%;
		width: 0%
	}
	55% {
		left: 0%;
		width: 0%
	}
	100% {
		left: 0%;
		width: 100%
	}
}

.button-link-wrap i.button-before {
	margin-right: 10px
}

.button-link-wrap i.button-after {
	margin-left: 10px
}

.pt_plus_button.button-style-7 .button-link-wrap {
	padding-right: 36px
}

.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow {
	letter-spacing: 0!important
}

.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before {
	font-family: 'Font Awesome 5 Free'!important;
	font-weight: 600;
	font-style: normal;
	text-decoration: inherit;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
	line-height: 30px;
	font-size: 14px;
	position: absolute;
	right: 0;
	width: 23px;
	text-align: center;
	height: 30px;
	top: 50%;
	margin-top: -16px;
	-ms-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
	transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
	-moz-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
	-o-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
	-ms-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
	-webkit-transition: all 0.33s cubic-bezier(.12, .75, .4, 1)
}

.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after {
	position: absolute;
	content: '';
	border-bottom: 1px solid;
	height: 1px;
	width: 22px;
	right: 12px;
	top: 50%;
	margin-top: -1px;
	-ms-transform: scale(0, 1) translateX(0);
	-webkit-transform: scale(0, 1) translateX(0);
	-moz-transform: scale(0, 1) translateX(0);
	-o-transform: scale(0, 1) translateX(0);
	transform: scale(0, 1) translateX(0);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
	pointer-events: none;
	-webkit-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
	-moz-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
	-o-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
	-ms-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
	transition: all 0.33s cubic-bezier(.12, .75, .4, 1)
}

.pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:after,
.pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:before,
.tp-info-active .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after,
.tp-info-active .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before,
.pt_plus_info_box .post-inner-loop:hover .info-box-inner.tp-info-fbc .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after,
.pt_plus_info_box .post-inner-loop:hover .info-box-inner.tp-info-fbc .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before,
.info-box-inner.tp-info-nc:hover .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before,
.info-box-inner.tp-info-nc:hover .pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after {
	-ms-transform: scale(1, 1) translateX(9px);
	-webkit-transform: scale(1, 1) translateX(9px);
	-moz-transform: scale(1, 1) translateX(9px);
	-o-transform: scale(1, 1) translateX(9px);
	transform: scale(1, 1) translateX(9px)
}

.pt_plus_button.button-style-7 .button-link-wrap:after {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid rgba(0, 0, 0, .3);
	height: 25px;
	width: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12.5px;
	content: ' ';
	display: block;
	pointer-events: none;
	-ms-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
	-moz-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
	-o-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
	-webkit-transition: all 0.33s cubic-bezier(.12, .75, .4, 1);
	transition: all 0.33s cubic-bezier(.12, .75, .4, 1)
}

.pt_plus_button.button-style-7 .button-link-wrap:hover:after,
.tp-info-active .pt_plus_button.button-style-7 .button-link-wrap:after,
.pt_plus_info_box .post-inner-loop .info-box-inner.tp-info-fbc .pt_plus_button.button-style-7 .button-link-wrap:after,
.info-box-inner.tp-info-nc:hover .pt_plus_button.button-style-7 .button-link-wrap:after {
	-ms-transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.pt_plus_button.button-style-8 {
	overflow: visible
}

.pt_plus_button.button-style-8 .button-link-wrap {
	-moz-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .27);
	-webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .27);
	box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .27);
	padding: 15px 30px;
	border: 1px solid #252525
}

.pt_plus_button.button-style-8 .button-link-wrap:hover {
	-webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .08);
	box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .08);
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px)
}

.pt_plus_button.button-style-9 .button-link-wrap {
	padding-right: 20px
}

.pt_plus_button.button-style-9 .button-link-wrap .btn-arrow {
	position: relative;
	display: inline-block;
	margin-left: 10px
}

.pt_plus_button.button-style-9 .button-link-wrap .fa-show {
	-webkit-transform: translateX(0%) translateZ(0) translateY(-50%);
	-ms-transform: translateX(0%) translateZ(0) translateY(-50%);
	-moz-transform: translateX(0%) translateZ(0) translateY(-50%);
	-o-transform: translateX(0%) translateZ(0) translateY(-50%);
	transform: translateX(0%) translateZ(0) translateY(-50%);
	position: absolute;
	top: 50%
}

.pt_plus_button.button-style-9 .button-link-wrap:hover .fa-show {
	opacity: 0;
	-webkit-transform: translateX(20px) translateZ(0) translateY(-50%);
	-ms-transform: translateX(20px) translateZ(0) translateY(-50%);
	-moz-transform: translateX(20px) translateZ(0) translateY(-50%);
	-o-transform: translateX(20px) translateZ(0) translateY(-50%);
	transform: translateX(20px) translateZ(0) translateY(-50%);
	-webkit-transition: -webkit-transform .7s cubic-bezier(.23, 1, .32, 1), opacity .45s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: -moz-transform .7s cubic-bezier(.23, 1, .32, 1), opacity .45s cubic-bezier(.165, .84, .44, 1);
	-o-transition: -o-transform .7s cubic-bezier(.23, 1, .32, 1), opacity .45s cubic-bezier(.165, .84, .44, 1);
	-ms-transition: -ms-transform .7s cubic-bezier(.23, 1, .32, 1), opacity .45s cubic-bezier(.165, .84, .44, 1);
	transition: transform .7s cubic-bezier(.23, 1, .32, 1), opacity .45s cubic-bezier(.165, .84, .44, 1)
}

.pt_plus_button.button-style-9 .button-link-wrap .fa-hide {
	opacity: 0;
	-webkit-transform: translateX(-20px) translateZ(0);
	-ms-transform: translateX(-20px) translateZ(0);
	-moz-transform: translateX(-20px) translateZ(0);
	-o-transform: translateX(-20px) translateZ(0);
	transform: translateX(-20px) translateZ(0)
}

.pt_plus_button.button-style-9 .button-link-wrap:hover .fa-hide {
	opacity: 1;
	-webkit-transform: translateX(0) translateZ(0);
	-ms-transform: translateX(0) translateZ(0);
	-moz-transform: translateX(0) translateZ(0);
	-o-transform: translateX(0) translateZ(0);
	transform: translateX(0) translateZ(0);
	-webkit-transition: -webkit-transform .7s .1s cubic-bezier(.23, 1, .32, 1), opacity .45s .1s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: -moz-transform .7s .1s cubic-bezier(.23, 1, .32, 1), opacity .45s .1s cubic-bezier(.165, .84, .44, 1);
	-o-transition: -o-transform .7s .1s cubic-bezier(.23, 1, .32, 1), opacity .45s .1s cubic-bezier(.165, .84, .44, 1);
	-ms-transition: -ms-transform .7s .1s cubic-bezier(.23, 1, .32, 1), opacity .45s .1s cubic-bezier(.165, .84, .44, 1);
	transition: transform .7s .1s cubic-bezier(.23, 1, .32, 1), opacity .45s .1s cubic-bezier(.165, .84, .44, 1)
}

.plus-table-wrapper table tbody>tr:nth-child(odd)>td,
.plus-table-wrapper table tbody>tr:nth-child(odd)>th {
	background: transparent
}

.elementor-element.elementor-widget-tp-table .elementor-widget-container {
	overflow: hidden
}

.plus-table-wrapper {
	position: relative;
	display: block;
	overflow: hidden
}

.plus-table-wrapper .plus-table {
	border-collapse: collapse;
	position: relative;
	display: table;
	overflow: hidden
}

.plus-table-wrapper .plus-advance-heading label {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap
}

.plus-table-wrapper {
	overflow-x: auto
}

.plus-table {
	border-spacing: 0;
	margin: 0;
	table-layout: auto
}

.plus-table {
	border-collapse: collapse
}

.plus-table tr.plus-table-row {
	border: 0
}

.plus-advance-heading {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.plus-advance-heading .plus-tbl-entry-wrapper select {
	height: auto;
	margin-left: 5px;
	margin-right: 5px
}

.plus-advance-heading .plus-tbl-search-wrapper input {
	height: auto;
	margin-left: 10px
}

.plus-tbl-entry-wrapper,
.plus-tbl-search-wrapper {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.plus-advance-heading .plus-tbl-search-wrapper input {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 12px 20px 12px 40px
}

.plus-table-wrapper .dataTables_paginate {
	display: none
}

.plus-table-row .plus-table-col {
	vertical-align: middle;
	position: relative
}

.plus-table__text-inner {
	display: inline-block
}

.plus-align-icon--left {
	margin-right: 12px;
	display: inline-block
}

.plus-align-icon--right {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	order: 3;
	margin-left: 12px;
	display: inline-block
}

.plus-col-img--left {
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle
}

.plus-col-img--right {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	order: 2;
	margin-left: 12px;
	display: inline-block;
	vertical-align: middle
}

.plus-sort-icon {
	float: right;
	margin-left: 5px
}

td .plus-table__text {
	display: inline-block
}

th .plus-table__text {
	display: inline-block
}

tr.plus-table-row td {
	border-bottom: 1px solid #eee
}

tr.plus-table-row th {
	border-bottom: none
}

span.sort-style {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.plus-table-col {
	border: none
}

.plus-sort-icon:after {
	font-family: 'Font Awesome 5 Free'!important;
	font-weight: 600
}

.sorting .plus-sort-icon:after {
	content: "\f0dc"
}

.sorting_asc .plus-sort-icon:after {
	content: "\f0de"
}

.sorting_desc .plus-sort-icon:after {
	content: "\f0dd"
}

.plus-table-col .pt_plus_button {
	display: block;
	width: 100%
}

.plus-table__text span.plus-table__text-inner+.pt_plus_button {
	margin-top: 10px
}

.plus-table.plus-table-mob-res .plus-table-mob-row {
	display: none
}

.plus-table .plus-table-col .tb-col-link {
	position: relative;
	display: block;
	width: 100%
}

@media (max-width:767px) {
	.plus-table.plus-table-mob-res thead {
		display: none
	}
	.plus-table.plus-table-mob-res tbody tr td {
		float: none;
		clear: left;
		width: 100%;
		text-align: left;
		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
	}
	.plus-table.plus-table-mob-res tbody tr {
		float: none;
		clear: left;
		width: 100%;
		text-align: left;
		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;
		flex-wrap: wrap
	}
	.plus-table.plus-table-mob-res tbody tr.plus-table-row {
		border: 1px solid #bbb;
		margin-bottom: 8px
	}
	.plus-table.plus-table-mob-res tbody tr td.plus-table-col:last-child {
		border-bottom: 0px!important
	}
	.plus-table.plus-table-mob-res .plus-table-mob-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}
	.plus-table.plus-table-mob-res .plus-table-mob-wrap span.plus-table-mob-row {
		display: inline-block;
		padding: 15px 15px 15px 15px;
		margin-right: 0;
		text-align: center;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-flex-basis: 120px;
		-ms-flex-preferred-size: 120px;
		flex-basis: 120px
	}
	.plus-table.plus-table-mob-res .plus-table-mob-wrap span.plus-table__text {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.plus-table.plus-table-mob-res .plus-table-mob-wrap span.plus-table__text {
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.plus-table.plus-table-mob-res .plus-table-mob-wrap span.plus-table__text .pt_plus_button {
		margin: 0 auto;
		text-align: center
	}
	.plus-table.plus-table-mob-res tbody tr td.plus-table-col {
		border: none!important;
		border-bottom: 1px solid #bbb!important
	}
	.plus-table-mob-wrap span.plus-table-mob-row {
		border-right: 1px solid #bbb
	}
	.plus-table.plus-table-mob-res tbody tr td.plus-table-col {
		padding: 0px!important
	}
	.plus-table.plus-table-mob-res tbody tr:last-child td.plus-table-col:last-child {
		border-bottom: 0px!important
	}
}

.tp-tooltip-on-icon {
	display: inline-block;
	vertical-align: middle
}