.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)
    }
}

.lity {
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(31, 31, 31, 0.18);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
    min-width: 97%;
    margin: 0 auto
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1
}

.lity-close {
    z-index: 9994;
    width: 45px;
    height: 45px;
    position: fixed;
    left: 50%;
    top: auto;
    bottom: 40px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    background: #313131;
    border-radius: 40px;
    padding: 8px 12px;
    font-style: normal;
    font-size: 35px;
    font-family: open sans;
    line-height: inherit;
    transition: all .2s linear;
    transform: translate3d(-50%, 0%, 0);
    text-shadow: none;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    transform: translate3d(-50%, 0%, 0) scale(1.1);
    text-decoration: none;
    text-align: center;
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.lity-hide {
    display: none
}

.lity-wrap {
    position: absolute !important;
    overflow: auto !important
}

.lity-content img {
    margin: 0 auto
}

.opened-lity-popup #content.site-content {
    filter: blur(2px)
}

.lity .lity-close:hover,
.lity .lity-close:focus {
    outline: none
}

.pt_plus_video_player {
    display: block;
    position: relative;
    width: 100%
}

.pt_plus_video_player iframe.fluidvids-item {
    opacity: 0
}

.pt_plus_video_player .ts-video-embed-container iframe {
    opacity: 1
}

.pt_plus_video_player .fluidvids iframe {
    opacity: 1
}

.pt_plus_video_player.not-touch iframe,
.pt_plus_video_player.not-touch video {
    pointer-events: none
}

.pt_plus_video_player .fluidvids {
    position: initial
}

.video_container {
    margin: 0;
    padding: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-space {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden
}

.pt_plus_video-box-shadow {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.ts-video-caption {
    -ms-filter: "alpha(Opacity=0.8)";
    filter: alpha(opacity=0.8);
    -moz-opacity: .8;
    opacity: .8;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    cursor: pointer;
    padding: 0;
    margin: 0;
    z-index: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.pt_plus_video_player:hover .ts-video-caption {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: 1
}

.tp-video-popup-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    z-index: 1;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.pt_plus_video_player .tp-video-popup-icon .tp-video-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.ts-video-caption-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-weight: 400;
    left: 0;
    color: #fff;
    background: 0 0;
    padding: 5px 5%;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    line-height: 1;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    text-overflow: ellipsis;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pt_plus_video_player:hover .ts-video-caption-text {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.pt_plus_video_player {
    position: relative;
    overflow: hidden
}

.ts-video-image-zoom.set-image {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1
}

.ts-video-icon {
    height: auto;
    position: relative;
    z-index: 1;
    max-width: 80px
}

.ts-video-wrapper {
    width: 100%;
    display: block
}

.ts-video-wrapper.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.ts-video-wrapper.embed-container iframe,
.ts-video-wrapper.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.ts-video-embed-container {
    position: relative;
    display: block;
    padding: 0;
    padding-bottom: 56.25%;
    margin: 0;
    height: 0;
    overflow: hidden
}

.ts-video-hidden {
    display: none !important
}

.ts-video-embed-container {
    padding-bottom: 56.25000%
}

.pt-plus-video-frame {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.ts-type-self-hosted .ts-video-thumbnail {
    z-index: 1;
    object-fit: cover
}

.ts-type-self-hosted .ts-video-play-btn {
    z-index: 2;
    background: transparent
}

img.ts-video-thumbnail {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
    object-fit: cover;
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

button.ts-video-play-btn.ts-video-blay-btn-youtube {
    background: transparent;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
    opacity: .8;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ts-video-poster {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.ts-video-wrapper:hover .ts-video-play-btn {
    opacity: 1
}

.pt_plus_video_player .tp-video-icon-inner {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 1
}

.pt_plus_video_player .tp-video-popup {
    overflow: visible;
    position: relative;
    display: inline-block;
    width: auto
}

.pt_plus_video-box-shadow.creative-mask-media {
    mask-repeat: no-repeat;
    mask-size: 120% 120%;
    mask-position: -20px -30px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: 0 0;
    height: auto;
    display: inline-block
}