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

.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 {
    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 {
    padding: 37px;
    position: relative;
    display: block;
    font-size: 20px
}

.post-load-more.hide,
.ajax_lazy_load.hide,
.post-lazy-load.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 {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.ajax_lazy_load .post-lazy-load .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) {
    animation-delay: -0.45s
}

.ajax_lazy_load .post-lazy-load .tp-spin-ring div:nth-child(2) {
    animation-delay: -0.3s
}

.ajax_lazy_load .post-lazy-load .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 a.button-link-wrap {
    display: block;
    width: 100%;
    text-align: center
}

a.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-4 .button-link-wrap {
    padding: 15px 30px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #252525;
    vertical-align: top;
    background: #252525;
    -webkit-transition: background 150ms ease-in-out, color 150ms ease-in-out;
    -moz-transition: background 150ms ease-in-out, color 150ms ease-in-out;
    -o-transition: background 150ms ease-in-out, color 150ms ease-in-out;
    -ms-transition: background 150ms ease-in-out, color 150ms ease-in-out;
    transition: background 150ms ease-in-out, color 150ms ease-in-out;
    position: relative;
    overflow: hidden;
    color: #8a8a8a;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important
}

.pt_plus_button.button-style-4 .button-link-wrap:hover {
    color: #252525;
    border: 1px solid #252525
}

.pt_plus_button.button-style-4 .button-link-wrap::after {
    content: attr(data-hover);
    display: grid;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #00d7e4;
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform ease 0.3s;
    -moz-transition: -moz-transform ease 0.3s;
    -o-transition: -o-transform ease 0.3s;
    -ms-transition: -ms-transform ease 0.3s;
    transition: transform ease 0.3s;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important
}

.pt_plus_button.button-style-4 .button-link-wrap:hover::after {
    -ms-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(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-11 .button-link-wrap {
    display: inline-block;
    background: #252525;
    border: 1px solid #252525;
    overflow: hidden
}

.pt_plus_button.button-style-11 .button-link-wrap:hover>span {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    display: block;
    opacity: 0
}

.pt_plus_button.button-style-11 .button-link-wrap::before {
    content: attr(data-hover);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #252525;
    background: #ff214f;
    display: grid;
    align-items: center;
    text-align: center
}

.pt_plus_button.button-style-11 .button-link-wrap>span,
.pt_plus_button.button-style-11 .button-link-wrap::before {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    padding: 15px 30px;
    display: block
}

.pt_plus_button.button-style-11.hover-left .button-link-wrap::before {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.pt_plus_button.button-style-11.hover-right .button-link-wrap::before {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.pt_plus_button.button-style-11.hover-top .button-link-wrap::before {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.pt_plus_button.button-style-11.hover-bottom .button-link-wrap::before {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.pt_plus_button.button-style-11.hover-left .button-link-wrap:hover::before,
.pt_plus_button.button-style-11.hover-right .button-link-wrap:hover::before,
.pt_plus_button.button-style-11.hover-top .button-link-wrap:hover::before,
.pt_plus_button.button-style-11.hover-bottom .button-link-wrap:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.pt_plus_button.button-style-11 .button-link-wrap {
    overflow: hidden;
    padding: 0
}

.pt_plus_button.button-style-12 .button-link-wrap {
    display: inline-block;
    border: 1px solid #252525;
    padding: 15px 30px;
    overflow: hidden
}

.pt_plus_button.button-style-12 .button-link-wrap span {
    z-index: 1;
    position: relative
}

.pt_plus_button.button-style-12 .button-link-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 50px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff214f;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    -ms-transform: scale3d(1, 2, 1);
    -o-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -webkit-transform 0.3s, opacity 0.3s;
    -ms-transition: -webkit-transform 0.3s, opacity 0.3s;
    -o-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform .1, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    transition-timing-function: cubic-bezier(.7, 0, .9, 1)
}

.pt_plus_button.button-style-12 .button-link-wrap:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1)
}

.pt_plus_button.button-style-13 .button-link-wrap {
    display: inline-block;
    border: 1px solid #252525;
    padding: 15px 30px;
    overflow: hidden
}

.pt_plus_button.button-style-13 .button-link-wrap span {
    position: relative;
    z-index: 1
}

.pt_plus_button.button-style-13 .button-link-wrap::before {
    opacity: .4
}

.pt_plus_button.button-style-13 .button-link-wrap::before,
.pt_plus_button.button-style-13 .button-link-wrap::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -ms-transform 0.3s;
    -ms-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.pt_plus_button.button-style-13.hover-top .button-link-wrap::before,
.pt_plus_button.button-style-13.hover-top .button-link-wrap::after {
    bottom: 100%;
    left: 0
}

.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::before,
.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::after {
    bottom: -100%;
    left: 0
}

.pt_plus_button.button-style-13.hover-right .button-link-wrap::before,
.pt_plus_button.button-style-13.hover-right .button-link-wrap::after {
    right: 100%;
    top: 0;
    left: 100%
}

.pt_plus_button.button-style-13.hover-left .button-link-wrap::before,
.pt_plus_button.button-style-13.hover-left .button-link-wrap::after {
    left: -100%;
    right: 100%;
    top: 0
}

.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::before,
.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::after {
    -webkit-transform: translate3d(100%, 0%, 0);
    -ms-transform: translate3d(100%, 0%, 0);
    -moz-transform: translate3d(100%, 0%, 0);
    -o-transform: translate3d(100%, 0%, 0);
    transform: translate3d(100%, 0%, 0)
}

.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::before,
.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::after {
    -webkit-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0)
}

.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::before,
.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::after {
    -webkit-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0)
}

.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::before,
.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::after {
    -webkit-transform: translate3d(0%, -100%, 0);
    -ms-transform: translate3d(0%, -100%, 0);
    -moz-transform: translate3d(0%, -100%, 0);
    -o-transform: translate3d(0%, -100%, 0);
    transform: translate3d(0%, -100%, 0)
}

.pt_plus_button.button-style-13 .button-link-wrap:hover::after {
    -webkit-transition-delay: 0.175s;
    -moz-transition-delay: 0.175s;
    -o-transition-delay: 0.175s;
    transition-delay: 0.175s
}

.pt_plus_button.button-style-13 .button-link-wrap::before,
.pt_plus_button.button-style-13 .button-link-wrap::after {
    background: #ff214f
}

.pt_plus_button.button-style-20 .button-link-wrap {
    display: inline-block;
    margin: 0;
    padding: 15px 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #252525
}

.pt_plus_button.button-style-20 .button-link-wrap span,
.pt_plus_button.button-style-20 .button-link-wrap i.btn-icon {
    position: relative;
    z-index: 1
}

.pt_plus_button.button-style-20 .button-link-wrap:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.pt_plus_button.button-style-20 .button-link-wrap:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #ff214f;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.pt_plus_button.button-style-20 .button-link-wrap:hover:after {
    height: 280%;
    opacity: 1
}

.pt_plus_button.button-style-20 .button-link-wrap:active:after {
    height: 500%;
    opacity: 1
}

html.video {
    overflow: inherit !important
}

html.video:before {
    content: unset !important
}

.pt-plus-button-wrapper {
    position: relative;
    display: block;
    z-index: 1
}

.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-pricing-table {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.plus-pricing-table-widget {
    position: relative;
    display: block
}

.plus-pricing-table .pricing-table-inner {
    position: relative;
    padding: 20px;
    width: 100%;
    border-width: 0;
    border-style: solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.plus-pricing-table .pricing-table-inner:hover {
    z-index: 1
}

.pricing-title-content {
    position: relative;
    display: block;
    width: 100%
}

.pricing-title-content.style-1 {
    display: block;
    text-align: center
}

.pricing-title-content.style-1>div {
    margin-bottom: 8px
}

.pricing-title-content.style-1>div:last-child {
    margin-bottom: 0
}

.pricing-price-wrap.style-1 {
    text-align: center;
    display: block;
    position: relative
}

.plus-pricing-table ul.plus-icon-list-items {
    list-style: none;
    padding: 0;
    margin: 0
}

.plus-pricing-table ul.plus-icon-list-items span.plus-icon-list-text {
    display: inline-block
}

.plus-pricing-table ul.plus-icon-list-items li>span:first-child {
    margin-right: 8px;
    line-height: inherit
}

.plus-pricing-table .pricing-overlay-color {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    z-index: -1
}

.plus-pricing-table .content-overlay-bg-color {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    z-index: -1
}

.pricing-content-wrap.listing-content.style-1 {
    position: relative;
    display: block;
    width: 100%
}

.pricing-content-wrap.listing-content.style-1 ul.plus-icon-list-items {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important
}

.pricing-content-wrap.listing-content.style-1 a.read-more-options {
    position: relative;
    top: -1px;
    display: block;
    text-align: center;
    border: 1px solid #eee;
    padding: 10px;
    font-size: 13px;
    letter-spacing: .5px;
    color: #313131;
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important
}

.pricing-content-wrap.listing-content.style-1 li {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.pricing-content-wrap.listing-content li p {
    margin-bottom: 0
}

.pricing-content-wrap.listing-content.style-1 li:last-child {
    margin-bottom: 0px !important
}

.pricing-content-wrap.listing-content.style-2 {
    text-align: center;
    display: block;
    position: relative
}

.pricing-content-wrap.listing-content.style-2 ul li {
    border-bottom: 1px solid #d3d3d3;
    padding: 5px
}

.pricing-content-wrap.listing-content.style-2 ul li:last-child {
    border-bottom: 0
}

.pricing-content-wrap.content-desc p {
    margin-bottom: 10px
}

.pricing-content-wrap.content-desc.style-1 .pricing-content p:last-child {
    margin-bottom: 0
}

.pricing-content-wrap.content-desc.style-1 hr.border-line {
    margin: 30px 0;
    display: block
}

.pricing-content-wrap.content-desc.style-1 .pricing-content {
    padding: 0 4%
}

.plus-pricing-table .pricing-table-inner .pricing-icon {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 auto 8px
}

.plus-pricing-table .pricing-icon.icon-squre {
    border-radius: 2px;
    line-height: 1
}

.plus-pricing-table .pricing-icon.icon-rounded {
    border-radius: 30px !important
}

.plus-pricing-table .icon-hexagon {
    border-radius: initial;
    -webkit-mask: url(../../plugins/the-plus-addons-for-elementor-page-builder/assets/images/info-box/hexagon-shape.svg) top right / 100% 100%
}

.plus-pricing-table .icon-pentagon {
    border-radius: initial;
    -webkit-mask: url(../../plugins/the-plus-addons-for-elementor-page-builder/assets/images/info-box/pentagon-shape.svg) top right / 100% 100%
}

.plus-pricing-table .icon-square-rotate {
    border-radius: initial;
    -webkit-mask: url(../../plugins/the-plus-addons-for-elementor-page-builder/assets/images/info-box/square-rotate.svg) top right / 100% 100%
}

.pricing-price-wrap.style-1 span.price-postfix-text {
    display: block;
    margin-top: 5px
}

.pricing-price-wrap.style-1 span.price-prefix-text,
.pricing-price-wrap.style-1 .pricing-price {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
    color: #212121
}

.pricing-price-wrap.style-1 span.price-postfix-text {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    letter-spacing: .5px;
    color: #888
}

.pricing-price-wrap.style-2 {
    display: block;
    text-align: center
}

.pricing-price-wrap.style-2 span.price-prefix-text {
    font-size: 20px;
    color: #444;
    font-weight: 400;
    line-height: 1;
    padding-right: 5px
}

.pricing-price-wrap.style-2 .pricing-price {
    font-size: 40px;
    color: #444;
    font-weight: 500;
    line-height: 1.1
}

.pricing-price-wrap.style-2 span.price-postfix-text {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #7d8fa0;
    line-height: 1.3
}

.pricing-previous-price-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    color: #aaa;
    font-weight: 500;
    padding-right: 10px;
    text-decoration: line-through !important;
    font-size: 20px
}

.plus-pricing-table .pricing-title,
.plus-pricing-table .pricing-subtitle,
.plus-pricing-table .pricing-icon,
.pricing-price-wrap span.price-postfix-text,
.pricing-price-wrap span.price-prefix-text,
.pricing-price-wrap .pricing-price,
.pricing-previous-price-wrap,
.plus-pricing-table .pricing-content-wrap.listing-content li,
.plus-pricing-table .pricing-content-wrap.listing-content li span.plus-icon-list-text,
.plus-pricing-table .pricing-content-wrap.listing-content li span.plus-icon-list-icon,
.pricing-content-wrap.listing-content.style-1 ul.plus-icon-list-items,
.pricing-content-wrap.listing-content.style-1 a.read-more-options,
.plus-pricing-table.pricing-style-3 .pricing-top-part,
.pricing-ribbon-pin .ribbon-pin-inner p,
.pricing-ribbon-pin .ribbon-pin-inner {
    -webkit-transition: all 0.3s;
    moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.plus-pricing-table .pricing-table-inner .pricing-cta-text {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px
}

.plus-pricing-table .pricing-table-inner .pricing-cta-text p {
    margin-bottom: 0
}

.plus-pricing-table.pricing-style-1 .pricing-table-inner {
    box-shadow: 0 0 10px 0 rgba(136, 136, 136, .25098039215686274);
    background: #fff;
    border-radius: 3px
}

.plus-pricing-table.pricing-style-1 .pricing-title-content {
    margin-bottom: 20px
}

.plus-pricing-table.pricing-style-1 .pricing-price-wrap {
    margin-bottom: 20px
}

.plus-pricing-table.pricing-style-1 .pt-plus-button-wrapper {
    text-align: center;
    display: block;
    margin-bottom: 25px
}

.plus-pricing-table.pricing-style-1 .pricing-title {
    color: #313131;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.plus-pricing-table.pricing-style-1 .pricing-subtitle {
    font-size: 15px;
    line-height: 1.2;
    color: #888;
    font-weight: 500
}

.plus-pricing-table.pricing-style-1 .pt_plus_button.button-style-8 .button-link-wrap {
    border-radius: 30px
}