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

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    width: 100%
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@charset 'UTF-8';
.slick-loading .slick-list {
    background: #fff url(../../plugins/theplus_elementor_addon/assets/images/ajax-loader.gif) center center no-repeat
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 11
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 15px
}

[dir='rtl'] .slick-prev {
    right: 15px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: 15px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 15px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	display: none !important;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

.rtl .slick-next .icon-wrap {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.rtl .slick-prev .icon-wrap {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slick-nav,
.slick-nav:hover,
.slick-nav:focus,
.slick-nav:active {
    background: transparent;
    outline: none;
    color: unset;
    border: 0;
    box-shadow: none
}

.list-carousel-slick .slick-slide.slick-current.slick-active.slick-center {
    position: relative;
    z-index: 1
}

.list-carousel-slick .post-inner-loop {
    overflow: visible
}

.list-carousel-slick .post-inner-loop .slick-list.draggable {
    position: relative;
    display: block;
    cursor: all-scroll;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.list-carousel-slick[data-slider_rows="2"] .slick-slide>div,
.list-carousel-slick[data-slider_rows="3"] .slick-slide>div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.list-carousel-slick .grid-item {
    padding: 0
}

ul.slick-dots.style-1 li button:before,
ul.slick-dots.style-2 li button:before,
ul.slick-dots.style-3 li button:before {
    display: none
}

.slick-dots.style-1 li button:before,
.slick-dots.style-2 li button:before,
.slick-dots.style-3 li button:before {
    content: '';
    width: 0;
    height: 0
}

.slick-dots.style-1 li,
.slick-dots.style-2 li,
.slick-dots.style-3 li {
    margin: 0 6px;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    display: inline-block
}

.slick-dots.style-2 li button {
    border: 1px solid #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    text-indent: -999em;
    cursor: pointer;
    position: absolute
}

.slick-dots.style-1 li button {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    -webkit-box-shadow: inset 0 0 0 8px rgba(196, 77, 72, .42);
    box-shadow: inset 0 0 0 8px rgba(196, 77, 72, .42);
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease
}

.slick-dots.style-1 li button:hover,
.slick-dots.style-1 li button:focus {
    -moz-box-shadow: inset 0 0 0 8px #c44d48;
    -webkit-box-shadow: inset 0 0 0 8px #c44d48;
    box-shadow: inset 0 0 0 8px #c44d48
}

.slick-dots.style-1 li.slick-active button {
    -moz-box-shadow: inset 0 0 0 1px #c44d48;
    -webkit-box-shadow: inset 0 0 0 1px #c44d48;
    box-shadow: inset 0 0 0 1px #c44d48
}

.slick-dots.style-2 li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    left: 0;
    border: 1px solid #000;
    background: #000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
    -o-transition: -o-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
    -ms-transition: -ms-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s
}

.slick-dots.style-2 li button {
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
    -o-transition: -o-transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease
}

.slick-dots.style-2 li:hover button,
.slick-dots.style-2 li button:focus,
.slick-dots.style-2 li.slick-active button {
    background: #000
}

.slick-dots.style-2 li.slick-active button {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%)
}

.slick-dots.style-2 li.slick-active::after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease;
    -o-transition: -o-transform 0.3s ease, opacity 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

ul.slick-dots.style-2 {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

ul.slick-dots.style-2 svg {
    opacity: 0
}

.list-carousel-slick .slick-slider.slick-dotted {
    margin-bottom: 30px
}

.list-carousel-slick .slick-slider.slick-dotted {
    padding-bottom: 20px
}

.list-carousel-slick.hover-slider-dots ul.slick-dots,
.list-carousel-slick.hover-slider-arrow .slick-nav.slick-arrow {
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.list-carousel-slick.hover-slider-dots:hover ul.slick-dots,
.list-carousel-slick.hover-slider-arrow:hover .slick-nav.slick-arrow {
    opacity: 1
}

.list-carousel-slick .slick-slider .slick-nav.style-2 {
    border: none;
    outline: none
}

.list-carousel-slick .slick-slider .slick-nav.style-2:hover,
.list-carousel-slick .slick-slider .slick-nav.style-2:focus {
    background-color: transparent
}

ul.slick-dots.style-3 li button {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #252525;
    text-indent: -999em;
    cursor: pointer;
    position: absolute
}

ul.slick-dots.style-3 li button {
    background: transparent;
    box-shadow: inset 0 0 0 1px #c44d48;
    -webkit-box-shadow: inset 0 0 0 1px #c44d48;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease
}

ul.slick-dots.style-3 li button:hover,
ul.slick-dots.style-3 li button:focus {
    -moz-box-shadow: inset 0 0 0 2px rgba(196, 77, 72, .6);
    -webkit-box-shadow: inset 0 0 0 2px rgba(196, 77, 72, .6);
    box-shadow: inset 0 0 0 2px rgba(196, 77, 72, .6)
}

ul.slick-dots.style-3 li.slick-active button {
    -moz-box-shadow: inset 0 0 0 8px #c44d48;
    -webkit-box-shadow: inset 0 0 0 8px #c44d48;
    box-shadow: inset 0 0 0 8px #c44d48
}

.slick-dots.style-4 .slick-active button {
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 1);
    border: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent
}

.slick-dots.style-4 button {
    width: 14px;
    height: 14px;
    margin: 3px
}

.slick-dots.style-4 button {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: transparent
}

.slick-dots.style-4 li.slick-active button:before,
.slick-dots.style-4 li button:hover::before {
    opacity: .75;
    color: black;
    transform: scale(.4);
    -ms-transform: scale(.4);
    -moz-transform: scale(.4);
    -o-transform: scale(.4);
    -webkit-transform: scale(.4);
    background: rgb(255, 255, 255)
}

.slick-dots.style-4 li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    text-align: center;
    opacity: 1;
    color: black;
    width: 12px;
    height: 12px;
    margin-top: 4px;
    margin-left: 4px;
    outline: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgb(72, 50, 50);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition: background 0.3s ease, -moz-transform 0.3s ease;
    -o-transition: background 0.3s ease, -o-transform 0.3s ease;
    -ms-transition: background 0.3s ease, -ms-transform 0.3s ease;
    transition: background 0.3s ease, transform 0.3s ease
}

.slick-dots.style-5 li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    padding-top: 8px
}

.slick-dots.style-5 button {
    float: right;
    width: 20px;
    height: 4px;
    -webkit-transition: width .3s, background .3s !important;
    -moz-transition: width .3s, background .3s;
    -o-transition: width .3s, background .3s;
    -ms-transition: width .3s, background .3s;
    transition: width .3s, background .3s;
    background: #00a276;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0
}

.slick-dots.style-5 li button:before {
    content: '' !important;
    width: 0;
    height: 0
}

.slick-dots.style-5 .slick-active button,
.slick-dots.style-5 li:hover button {
    width: 30px !important
}

.slick-dots.style-6 li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #000;
    margin-top: -1px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s
}

.slick-dots.style-6 .slick-active button {
    border: 2px solid transparent !important
}

.slick-dots.style-6 li button:before {
    content: '' !important;
    width: 0;
    height: 0
}

ul.slick-dots.style-6 li button:after {
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    position: absolute;
    left: 50%;
    top: 50%;
    text-indent: 0;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "/";
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-left: -3px;
    margin-top: -4px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.slick-dots.style-6 .slick-active button:after,
.slick-dots.style-6 li:hover button {
    opacity: 1
}

.slick-dots.style-7 li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots.style-7 button {
    float: right;
    width: 40px;
    height: 3px;
    -webkit-transition: width .3s, background .3s !important;
    -moz-transition: width .3s, background .3s;
    -o-transition: width .3s, background .3s;
    -ms-transition: width .3s, background .3s;
    transition: width .3s, background .3s;
    background: #00a276;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0
}

.slick-dots.style-7 li button:before {
    content: '' !important;
    width: 0;
    height: 0
}

.list-carousel-slick.overlay-content-dots ul.slick-dots {
    bottom: 10px
}

.list-carousel-slick.vertical-dots ul.slick-dots {
    bottom: auto;
    right: 10px;
    width: auto;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.list-carousel-slick.vertical-dots ul.slick-dots li {
    display: block;
    float: none;
    margin: 10px 10px
}

.list-carousel-slick.vertical-dots ul.slick-dots.style-2 {
    position: absolute
}

.list-carousel-slick.vertical-dots ul.slick-dots.style-3 li {
    margin: 15px 10px
}

.list-carousel-slick.vertical-dots ul.slick-dots.style-4 button {
    width: 20px;
    height: 20px;
    margin: 0
}

.list-carousel-slick .slick-vertical .slick-slide {
    border: 0
}

.outer-slider-arrow .slick-nav.slick-prev.slick-arrow {
    left: -85px
}

.outer-slider-arrow .slick-nav.slick-next.slick-arrow {
    right: -65px
}

.slick-nav.slick-prev.style-1,
.slick-nav.slick-next.style-1 {
    z-index: 11;
    padding: 30px 30px;
    background: #fafafa;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.slick-prev.style-1:before,
.slick-next.style-1:before {
    font-size: 28px;
    opacity: 1 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    padding-top: 0;
    width: 100%;
    height: 100%;
    color: #222;
    top: 0;
    left: 0;
    line-height: 54px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 111;
    text-shadow: 0 0 transparent !important
}

.slick-nav.slick-prev.style-1:hover:before,
.slick-nav.slick-next.style-1:hover:before {
    color: #fff
}

.slick-nav.slick-prev.style-1:hover,
.slick-nav.slick-next.style-1:hover {
    background: #313131
}

.slick-prev.style-2,
.slick-next.style-2 {
    margin: 0 10px;
    width: 50px;
    height: 50px
}

.slick-prev.style-2 .icon-wrap:before,
.slick-prev.style-2 .icon-wrap:after,
.slick-next.style-2 .icon-wrap:before,
.slick-next.style-2 .icon-wrap:after {
    content: '';
    position: absolute;
    left: 25%;
    width: 3px;
    height: 50%;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background 0.3s;
    -moz-transition: -webkit-transform 0.3s, background 0.3s;
    -o-transition: -webkit-transform 0.3s, background 0.3s;
    -ms-transition: -webkit-transform 0.3s, background 0.3s;
    transition: transform 0.3s, background 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slick-prev.style-2 .icon-wrap,
.slick-next.style-2 .icon-wrap {
    position: relative;
    display: block;
    margin: 0% 0 0 10%;
    width: 80%;
    height: 80%
}

.slick-prev.style-2 .icon-wrap::before,
.slick-next.style-2 .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(30deg);
    -ms-transform: translateX(-50%) rotate(30deg);
    -moz-transform: translateX(-50%) rotate(30deg);
    -o-transform: translateX(-50%) rotate(30deg);
    transform: translateX(-50%) rotate(30deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.slick-prev.style-2:hover .icon-wrap::before,
.slick-next.style-2:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.slick-prev.style-2 .icon-wrap::after,
.slick-next.style-2 .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-30deg);
    -ms-transform: translateX(-50%) rotate(-30deg);
    -moz-transform: translateX(-50%) rotate(-30deg);
    -o-transform: translateX(-50%) rotate(-30deg);
    transform: translateX(-50%) rotate(-30deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.slick-prev.style-2:hover .icon-wrap::after,
.slick-next.style-2:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.slick-prev.style-2:before,
.slick-next.style-2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    content: '';
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -webkit-transform 0.3s, opacity 0.3s;
    -o-transition: -webkit-transform 0.3s, opacity 0.3s;
    -ms-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    text-shadow: 0 0 transparent !important
}

.slick-prev.style-2:hover::before,
.slick-next.style-2:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.slick-prev.style-2:hover .icon-wrap::before,
.slick-prev.style-2:hover .icon-wrap::after,
.slick-next.style-2:hover .icon-wrap::before,
.slick-next.style-2:hover .icon-wrap::after {
    background: #cc6055
}

.slick-next.style-2 .icon-wrap {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slick-nav.style-3,
.slick-nav.style-4 {
    width: 30px;
    height: 30px;
    position: absolute
}

.slick-nav.style-3:before,
.slick-nav.style-4:before {
    font-family: 'slick';
    font-size: 28px;
    opacity: 1;
    color: black;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease
}

.slick-nav.style-3.top-right,
.slick-nav.style-4.top-right {
    top: -25px;
    right: 15px;
    left: auto
}

.slick-prev.style-3.top-right,
.slick-prev.style-4.top-right {
    right: 50px
}

.slick-nav.style-3.bottm-left,
.slick-nav.style-4.bottm-left {
    bottom: -45px;
    left: 15px;
    top: auto
}

.slick-next.style-3.bottm-left,
.slick-next.style-4.bottm-left {
    left: 50px
}

.slick-nav.style-3.bottom-center,
.slick-nav.style-4.bottom-center {
    left: 50%;
    right: 17px;
    bottom: -45px;
    top: auto
}

.slick-prev.style-3.bottom-center,
.slick-prev.style-4.bottom-center {
    margin-left: -20px;
    transform: translateY(-50%) translateX(-50%)
}

.slick-next.style-3.bottom-center,
.slick-next.style-4.bottom-center {
    margin-left: 20px;
    transform: translateY(-50%) translateX(-50%)
}

.slick-nav.style-3.bottom-right,
.slick-nav.style-4.bottom-right {
    bottom: -45px;
    right: 15px;
    top: auto;
    left: auto
}

.slick-prev.style-3.bottom-right,
.slick-prev.style-4.bottom-right {
    right: 50px
}

.slick-nav.style-3:hover:before {
    color: #fff;
    opacity: .7
}

.slick-nav.style-3:before,
.slick-nav.style-4:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 22px;
    color: white;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    text-align: center;
    display: inline-block;
    background: #000;
    -moz-border-radius: 58%;
    -webkit-border-radius: 58%;
    border-radius: 58%;
    text-shadow: 0 0 transparent !important
}

.slick-next.style-3:before {
    content: "\f105";
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 30px
}

.slick-prev.style-3:before {
    content: "\f104";
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 30px
}

.slick-next.style-4:before {
    content: "\f105";
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 30px
}

.slick-prev.style-4:before {
    content: "\f104";
    padding: 0;
    margin-left: -5px;
    width: 100%;
    height: 100%;
    line-height: 30px
}

.slick-nav.style-4:before {
    border: 1px solid #000;
    background: transparent;
    color: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 0 0 transparent !important
}

.slick-nav.style-4:hover:before {
    color: #fff;
    opacity: .7
}

.slick-prev.style-5,
.slick-next.style-5 {
    margin: 0 10px;
    width: 50px;
    height: 50px
}

.slick-prev.style-5 .icon-wrap:before,
.slick-prev.style-5 .icon-wrap:after,
.slick-next.style-5 .icon-wrap:before,
.slick-next.style-5 .icon-wrap:after {
    content: '';
    position: absolute;
    left: 25%;
    width: 2px;
    height: 50%;
    background: #ccc;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background 0.3s;
    -moz-transition: -moz-transform 0.3s, background 0.3s;
    -o-transition: -o-transform 0.3s, background 0.3s;
    -ms-transition: -ms-transform 0.3s, background 0.3s;
    transition: transform 0.3s, background 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slick-prev.style-5 .icon-wrap,
.slick-next.style-5 .icon-wrap {
    position: relative;
    display: block;
    margin: 0% 0 0 10%;
    width: 80%;
    height: 80%
}

.slick-prev.style-5 .icon-wrap {
    -webkit-transition: .3s linear;
    -ms-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.slick-next.style-5:hover span.icon-wrap,
.slick-next.style-5:focus span.icon-wrap {
    -webkit-transform: rotate(180deg) scale(1.1) translateX(-5px);
    -ms-transform: rotate(180deg) scale(1.1) translateX(-5px);
    -moz-transform: rotate(180deg) scale(1.1) translateX(-5px);
    -o-transform: rotate(180deg) scale(1.1) translateX(-5px);
    transform: rotate(180deg) scale(1.1) translateX(-5px)
}

.slick-prev.style-5:hover span.icon-wrap,
.slick-prev.style-5:focus span.icon-wrap {
    -webkit-transform: scale(1.1) translateX(-5px);
    -ms-transform: scale(1.1) translateX(-5px);
    -moz-transform: scale(1.1) translateX(-5px);
    -o-transform: scale(1.1) translateX(-5px);
    transform: scale(1.1) translateX(-5px)
}

.slick-prev.style-5 .icon-wrap::before,
.slick-next.style-5 .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(30deg);
    -ms-transform: translateX(-50%) rotate(30deg);
    -moz-transform: translateX(-50%) rotate(30deg);
    -o-transform: translateX(-50%) rotate(30deg);
    transform: translateX(-50%) rotate(30deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.slick-prev.style-5 .icon-wrap::after,
.slick-next.style-5 .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-30deg);
    -ms-transform: translateX(-50%) rotate(-30deg);
    -moz-transform: translateX(-50%) rotate(-30deg);
    -o-transform: translateX(-50%) rotate(-30deg);
    transform: translateX(-50%) rotate(-30deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.slick-prev.style-5:before,
.slick-next.style-5:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    text-shadow: 0 0 transparent !important
}

.slick-prev.style-5:hover::before,
.slick-next.style-5:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.slick-prev.style-5:hover .icon-wrap::before,
.slick-prev.style-5:hover .icon-wrap::after,
.slick-next.style-5:hover .icon-wrap::before,
.slick-next.style-5:hover .icon-wrap::after {
    background: #cc6055
}

.slick-next.style-5 .icon-wrap {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s linear;
    -ms-transition: .5s linear;
    -moz-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear
}

.style-6.slick-arrow.slick-next:before,
.style-6.slick-arrow.slick-prev:before {
    content: '→';
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform .37s cubic-bezier(.77, 0, .18, 1);
    -ms-transition: -ms-transform .37s cubic-bezier(.77, 0, .18, 1);
    -moz-transition: -moz-transform .37s cubic-bezier(.77, 0, .18, 1);
    -o-transition: -o-transform .37s cubic-bezier(.77, 0, .18, 1);
    transition: transform .37s cubic-bezier(.77, 0, .18, 1);
    background: #3641ff;
    text-shadow: 0 0 transparent !important
}

.style-6.slick-arrow.slick-prev:before {
    -webkit-transform: translate3d(3.625rem, 0, 0);
    -ms-transform: translate3d(3.625rem, 0, 0);
    -moz-transform: translate3d(3.625rem, 0, 0);
    -o-transform: translate3d(3.625rem, 0, 0);
    transform: translate3d(3.625rem, 0, 0)
}

.style-6.slick-arrow.slick-prev,
.style-6.slick-arrow.slick-next {
    width: 50px;
    height: 50px;
    overflow: hidden;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.style-6.slick-arrow.slick-next:before {
    -webkit-transform: translate3d(3.625rem, 0, 0);
    -ms-transform: translate3d(3.625rem, 0, 0);
    -moz-transform: translate3d(3.625rem, 0, 0);
    -o-transform: translate3d(3.625rem, 0, 0);
    transform: translate3d(3.625rem, 0, 0)
}

.style-6.slick-arrow.slick-prev:before {
    -ms-transform: translate3d(-3.625rem, 0, 0);
    -moz-transform: translate3d(-3.625rem, 0, 0);
    -o-transform: translate3d(-3.625rem, 0, 0);
    -webkit-transform: translate3d(-3.625rem, 0, 0);
    transform: translate3d(-3.625rem, 0, 0)
}

.style-6.slick-arrow.slick-next:hover:before,
.style-6.slick-arrow.slick-prev:hover:before {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-nav.style-6 .icon-wrap {
    z-index: 1;
    position: relative
}

.slick-nav.style-6.slick-arrow {
    font-size: 16px
}

.slick-nav.style-6.icon-wrap {
    position: relative;
    z-index: 1
}

@media (min-width:1200px) and (max-width:1300px) {
    .outer-slider-arrow .slick-nav.slick-prev.slick-arrow {
        left: 15px
    }
    .outer-slider-arrow .slick-nav.slick-next.slick-arrow {
        right: 15px
    }
}

@media (min-width:992px) and (max-width:1080px) {
    .outer-slider-arrow .slick-nav.slick-prev.slick-arrow {
        left: 15px
    }
    .outer-slider-arrow .slick-nav.slick-next.slick-arrow {
        right: 15px
    }
}

@media (min-width:992px) and (max-width:1080px) {
    .outer-slider-arrow .slick-nav.slick-prev.slick-arrow {
        left: 15px
    }
    .outer-slider-arrow .slick-nav.slick-next.slick-arrow {
        right: 15px
    }
}

@media (max-width:865px) {
    .outer-slider-arrow .slick-nav.slick-prev.slick-arrow {
        left: 15px
    }
    .outer-slider-arrow .slick-nav.slick-next.slick-arrow {
        right: 15px
    }
}

.theplus-carousel-anything-wrapper {
    position: relative;
    display: block;
    width: 100%
}

.theplus-carousel-anything-wrapper .plus-carousel-inner {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.theplus-carousel-anything-wrapper .plus-carousel-inner .slick-slide img {
    display: inline-block;
    width: auto
}

.theplus-carousel-anything-wrapper .plus-carousel-inner.slick-initialized {
    opacity: 1
}

.theplus-carousel-anything-wrapper.list-carousel-slick.overlay-content-dots .slick-slider.slick-dotted {
    margin-bottom: 0
}

.theplus-carousel-anything-wrapper .slide-overflow-hidden {
    overflow: hidden
}

.theplus-carousel-anything-wrapper .plus-slide-content #pt-plus-row-settings {
    z-index: -1
}