.premium-notbar-template .premium-notbar {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-notbar-outer-container {
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-notbar-outer-container .premium-notbar-background-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 9999
}

.premium-notbar-outer-container .premium-notbar-edit-top.premium-notbar-relative,.premium-notbar-outer-container .premium-notbar-top.premium-notbar-relative {
    position: relative
}

.premium-notbar {
    position: fixed;
    z-index: 9999;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #6ec1e4
}

.premium-notbar.premium-notbar-wide {
    width: 100%;
    left: 0
}

.premium-notbar a.premium-notbar-close {
    display: inline-block;
    background: 0 0;
    line-height: .5;
    padding: 5px;
    cursor: pointer
}

.premium-notbar .premium-notbar-content-wrapper {
    padding: 5px 7px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-notbar .premium-notbar-icon-text-container {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-notbar .premium-notbar-custom-image {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-left: 5px
}

.premium-notbar .premium-notbar-icon {
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    color: #54595f;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-notbar .premium-notbar-icon-lottie {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px;
    margin-right: 5px
}

.premium-notbar .premium-notbar-icon-lottie svg {
    width: 60px;
    height: 60px
}

.premium-notbar .premium-notbar-close {
    border: none;
    color: #54595f;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-notbar-outer-container .premium-notbar-edit-top.premium-notbar-fixed {
    top: 32px
}

.elementor-element-edit-mode.elementor-widget-premium-notbar .premium-notbar-outer-container .premium-notbar-edit-top.premium-notbar-fixed,.premium-notbar-outer-container .premium-notbar-top.premium-notbar-fixed {
    top: 0
}

.premium-notbar.premium-notbar-bottom {
    bottom: 0
}

.premium-notbar.premium-notbar-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-notbar-content-wrapper .premium-notbar-text {
    margin: 0;
    display: inline-block;
    color: #54595f
}

.premium-notbar-content-wrapper .premium-notbar-text * {
    margin-bottom: 0
}

.premium-notbar-close-container {
    cursor: pointer
}

.premium-icon-box-container-out {
    position: relative;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 1s ease-in,-webkit-transform 1ms;
    transition: all 1s ease-in,-webkit-transform 1ms;
    transition: all 1s ease-in,transform 1ms;
    transition: all 1s ease-in,transform 1ms,-webkit-transform 1ms;
    background: #6ec1e4
}

.premium-icon-box-container-out .premium-icon-box-whole-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.premium-icon-box-container-out .premium-icon-box-animation {
    width: 50px;
    height: 50px;
    overflow: hidden
}

.premium-icon-box-content-outer-wrap.premium-icon-box-cta-left {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%
}

.premium-icon-box-content-outer-wrap.premium-icon-box-cta-right {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.premium-icon-box-content-wrap p {
    margin: 0
}

.premium-icon-box-more {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.premium-icon-box-more.premium-icon-box-flex-ver-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.premium-icon-box-more.premium-icon-box-flex-ver-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-icon-box-more.premium-icon-box-flex-ver-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.premium-icon-box-text-wrap {
    width: 100%
}

.premium-icon-box-right .premium-icon-box-title-container,.premium-mobile-icon-box-right .premium-icon-box-title-container,.premium-tablet-icon-box-right .premium-icon-box-title-container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.premium-icon-box-left .premium-icon-box-title-container,.premium-mobile-icon-box-left .premium-icon-box-title-container,.premium-tablet-icon-box-left .premium-icon-box-title-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.premium-icon-box-center .premium-icon-box-title-container,.premium-mobile-icon-box-center .premium-icon-box-title-container,.premium-tablet-icon-box-center .premium-icon-box-title-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-icon-box-container-in {
    position: relative;
    padding: 20px;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    background: rgba(110,193,228,.3);
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-icon-box-container-in.premium-icon-box-flex-left {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.premium-icon-box-container-in.premium-icon-box-flex-right {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.premium-icon-box-container-in.premium-icon-box-flex-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.premium-icon-box-container-in.premium-icon-box-flex-ver-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.premium-icon-box-container-in.premium-icon-box-flex-ver-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-icon-box-container-in.premium-icon-box-flex-ver-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.premium-icon-box-container-in.premium-icon-box-flex-left .premium-icon-box-icon-container,.premium-icon-box-container-in.premium-icon-box-flex-right .premium-icon-box-icon-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.premium-icon-box-container-in .premium-icon-box-icon {
    border-color: #000;
    font-size: 40px;
    padding: 8px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-icon-box-container-in .premium-icon-box-animation {
    display: inline-block
}

.premium-icon-box-container-in .premium-icon-box-animation,.premium-icon-box-container-in .premium-icon-box-content-wrap,.premium-icon-box-container-in .premium-icon-box-custom-image,.premium-icon-box-container-in .premium-icon-box-title {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-icon-box-container-in .premium-icon-box-title {
    margin: 0
}

.premium-icon-box-container-in .premium-icon-box-label {
    margin-left: 5px
}

.premium-icon-box-container-in .premium-icon-box-title-container {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px
}

.premium-icon-box-container-in .premium-icon-box-content {
    overflow: hidden;
    margin-bottom: 10px
}

.premium-icon-box-container-out .premium-icon-box-big {
    position: absolute;
    bottom: -8%;
    right: -3%;
    color: rgba(41,41,41,.1)
}

.premium-icon-box-container-out .premium-icon-box-big .premium-icon-box-animation {
    width: 150px;
    height: 150px
}

.premium-icon-box-container-out .premium-icon-box-big i {
    font-size: 200px
}

.premium-icon-box-container-in .premium-icon-box-link {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-icon-box-container-out .premium-icon-box-container-in .premium-icon-box-more {
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-icon-box-more .premium-icon-box-link {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-icon-box-big {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-icon-box-big * {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-icon-box-container-in:hover .hvr-pulse-grow {
    -webkit-animation: hvr-pulse-grow .3s ease-in-out alternate infinite;
    animation: hvr-pulse-grow .3s ease-in-out alternate infinite
}

.premium-icon-box-container-out:hover .premium-icon-box-big.premium-icon-box-big-hover i {
    font-size: 220px
}

.premium-icon-box-container-out:hover .premium-icon-box-big.premium-icon-box-big-hover .premium-icon-box-animation,.premium-icon-box-container-out:hover .premium-icon-box-big.premium-icon-box-big-hover img {
    -webkit-transform: scaleX(1.2) scaleY(1.2);
    -ms-transform: scaleX(1.2) scaleY(1.2);
    transform: scaleX(1.2) scaleY(1.2)
}

.premium-icon-box-container-in:hover .hvr-buzz {
    -webkit-animation: hvr-buzz .3s ease-out infinite;
    animation: hvr-buzz .3s ease-out infinite
}

.rotate {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.premium-icon-box-container-in:hover .rotate {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.d-rotate {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.premium-icon-box-container-in:hover .d-rotate {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(3deg);
        transform: translateX(3px) rotate(3deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-3deg);
        transform: translateX(-3px) rotate(-3deg)
    }
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.hvr-float-shadow:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

.premium-icon-box-container-in:hover .hvr-float-shadow {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.premium-icon-box-container-in:hover .hvr-float-shadow:after {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.premium-icon-box-container-in:hover .hvr-wobble-vertical {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.premium-instafeed-container {
    min-height: 20px
}

.premium-insta-feed-wrap {
    text-align: center;
    position: relative;
    display: block
}

.premium-insta-info-wrap {
    height: 100%;
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 2
}

.premium-insta-feed-wrap>a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer
}

.premium-insta-info-wrap p:not(.premium-insta-image-caption) {
    display: inline-block
}

.premium-insta-feed:hover .premium-insta-info-wrap {
    opacity: 1
}

.premium-instafeed-container .premium-insta-grid {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-insta-img-wrap {
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-insta-img-wrap img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-insta-video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    visibility: hidden;
    background-color: #000;
    z-index: 3
}

.premium-insta-info-wrap .premium-insta-comment,.premium-insta-info-wrap .premium-insta-comments,.premium-insta-info-wrap .premium-insta-heart,.premium-insta-info-wrap .premium-insta-likes {
    font-size: 25px;
    margin-left: 2px;
    margin-right: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-insta-info-wrap .premium-insta-likes {
    margin-right: 10px
}

.premium-insta-scale img,.premium-insta-zoomout img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-insta-gray img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.premium-insta-sepia img {
    -webkit-filter: sepia(30%);
    filter: sepia(30%)
}

.premium-insta-bright img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.premium-insta-trans img {
    -webkit-transform: translateX(-15px) scale(1.1);
    -ms-transform: translateX(-15px) scale(1.1);
    transform: translateX(-15px) scale(1.1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.premium-insta-zoomin .premium-insta-feed:hover img {
    -webkit-transform: scaleX(1.1) scaleY(1.1);
    -ms-transform: scaleX(1.1) scaleY(1.1);
    transform: scaleX(1.1) scaleY(1.1)
}

.premium-insta-zoomout .premium-insta-feed:hover img {
    -webkit-transform: scaleX(1) scaleY(1);
    -ms-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1)
}

.premium-insta-scale .premium-insta-feed:hover img {
    -webkit-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
    -ms-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
    transform: scaleX(1.3) scaleY(1.3) rotate(5deg)
}

.premium-insta-gray .premium-insta-feed:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.premium-insta-blur .premium-insta-feed:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.premium-insta-sepia .premium-insta-feed:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.premium-insta-trans .premium-insta-feed:hover img {
    -webkit-transform: translateX(0) scale(1.1);
    -ms-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1)
}

.premium-insta-bright .premium-insta-feed:hover img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.premium-instafeed-profile-outer-container {
    margin-bottom: 20px
}

.premium-insta-user-row .premium-instafeed-header-upper {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.premium-insta-user-row .premium-instafeed-header-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.premium-insta-user-col .premium-instafeed-header-upper {
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-insta-user-col .premium-instafeed-header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-insta-user-col .premium-instafeed-logo-container {
    width: 100%;
    text-align: center
}

.premium-instafeed-header-container {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px
}

.premium-instafeed-header-container .premium-instafeed-logo-container {
    font-size: 30px
}

.premium-instafeed-header-container .premium-instafeed-logo-container i {
    color: transparent;
    background: -webkit-radial-gradient(30% 107%,circle,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
    background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
    background: -webkit-radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
    background-clip: text;
    -webkit-background-clip: text
}

.premium-instafeed-header-container .premium-instafeed-header-upper {
    width: 100%
}

.premium-instafeed-header-container .premium-instafeed-header-upper .premium-instafeed-header-pic-wrapper {
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 30px;
    width: 100px
}

.premium-instafeed-header-container .premium-instafeed-header-upper .premium-instafeed-header-pic-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.premium-instafeed-header-container .premium-instafeed-header-upper .premium-instafeed-header-user-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-instafeed-header-container .premium-instafeed-user-activity {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.premium-instafeed-header-container .premium-instafeed-user-activity .premium-instafeed-user-activity-item {
    text-align: center;
    margin-right: 15px
}

.premium-instafeed-header-container .premium-error-notice {
    width: 100%
}

.premium-instafeed-share-container {
    background-color: #fff;
    padding: 2px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.premium-instafeed-share-container .fa.fa-share {
    color: transparent;
    -webkit-text-stroke-width: 2px
}

.premium-instafeed-share-container .fa.custom-fa {
    font-size: 17px;
    -webkit-text-stroke-color: #595959;
    color: transparent
}

.premium-instafeed-share-button {
    padding: 12px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.premium-instafeed-share-button:hover {
    cursor: pointer
}

.premium-instafeed-share-button:hover .premium-instafeed-share-menu {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.premium-instafeed-sharer {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #595959
}

.premium-instafeed-share-menu {
    position: absolute;
    z-index: 100;
    padding: 20px 0;
    opacity: 0;
    bottom: 40px;
    left: 10px;
    visibility: hidden;
    background-color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1);
    box-shadow: 0 10px 20px rgba(0,0,0,.1)
}

.premium-instafeed-share-item {
    word-break: keep-all!important;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px
}

.premium-instafeed-share-item *,.premium-instafeed-share-item ::after,.premium-instafeed-share-item ::before {
    word-break: keep-all!important
}

.premium-instafeed-share-item i {
    text-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25em
}

.premium-instafeed-share-text {
    display: inline-block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 13px;
    color: #595959
}

.if-fb {
    color: #4674d1
}

.if-tw {
    color: #23abff
}

.if-pi {
    color: #e60023
}

.premium-facebook-feed-wrapper {
    height: auto!important;
    background: #fff;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-facebook-feed-wrapper .premium-social-feed-element {
    padding: 5px
}

.premium-facebook-feed-wrapper .premium-social-icon {
    margin: 4px 5px 0 0
}

.premium-facebook-feed-wrapper[data-col="1"] .premium-social-feed-element {
    width: 100%
}

.premium-facebook-feed-wrapper.ltr .premium-social-icon,.premium-facebook-feed-wrapper.rtl .premium-social-icon {
    border-color: #000
}

.premium-facebook-feed-wrapper.ltr .premium-feed-element-author,.premium-facebook-feed-wrapper.ltr .premium-feed-element-author-img,.premium-facebook-feed-wrapper.ltr .premium-social-icon {
    float: left;
    margin-right: 10px
}

.premium-facebook-feed-wrapper.rtl .premium-feed-element-date {
    float: left;
    margin-right: 10px
}

.premium-facebook-feed-wrapper.rtl .premium-feed-element-author,.premium-facebook-feed-wrapper.rtl .premium-feed-element-author-img,.premium-facebook-feed-wrapper.rtl .premium-social-icon {
    float: right;
    margin-left: 10px
}

.premium-facebook-feed-wrapper.ltr .premium-feed-element-date {
    float: right;
    margin-left: 10px
}

.premium-social-feed-element img.attachment {
    display: block!important
}

.premium-twitter-feed-wrapper {
    height: auto!important;
    background: #fff;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-twitter-feed-wrapper .premium-social-feed-element {
    padding: 5px
}

.premium-twitter-feed-wrapper .premium-social-icon {
    margin: 4px 5px 0 0
}

.premium-twitter-feed-wrapper[data-col="1"] .premium-social-feed-element {
    width: 100%
}

.premium-social-feed-element.hidden {
    background-color: red!important
}

.premium-social-feed-element img {
    width: auto;
    height: auto;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

.premium-feed-element-author-img img {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.premium-social-feed-element {
    overflow: hidden;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 16px
}

.premium-social-feed-element .attachment {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    width: 100%
}

.premium-social-feed-element a {
    color: #08c;
    text-decoration: none
}

.premium-social-feed-element a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.premium-social-feed-element a:active,.premium-social-feed-element a:hover {
    outline: 0;
    color: #005580;
    text-decoration: underline
}

.premium-social-feed-element p {
    margin: 0 0 10px
}

.premium-social-feed-element .premium-feed-element-meta {
    margin-bottom: 4px
}

.premium-social-feed-element p.premium-feed-element-text {
    margin: 0;
    border-color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.premium-social-feed-element .media-body {
    overflow: hidden
}

.premium-social-feed-element .media-body .premium-social-network-icon {
    margin-top: -3px;
    margin-right: 5px;
    width: 16px
}

.premium-social-feed-element .media-body .premium-feed-element-content-wrap {
    line-height: 20px;
    clear: both
}

.premium-social-feed-element:first-child {
    margin-top: 0
}

.premium-social-feed-element .media-object {
    display: block;
    width: 30px
}

.premium-social-feed-element .media-heading {
    margin: 0 0 5px
}

.premium-social-feed-element .media-list {
    margin-left: 0;
    list-style: none
}

.premium-social-feed-element .muted {
    color: #000
}

.premium-social-feed-element a.muted:focus,.premium-social-feed-element a.muted:hover {
    color: grey
}

.premium-social-feed-element .premium-feed-element-author {
    color: #444;
    line-height: 1.5em;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-social-feed-element .premium-feed-element-author a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-social-feed-container .premium-feed-element-date a,.premium-social-feed-container .premium-feed-element-read-more {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-social-feed-container.list-layout .premium-feed-element-date {
    width: auto!important
}

.premium-social-feed-container.grid-layout .premium-social-feed-element-wrap {
    width: 33.3%;
    margin-top: 0;
    float: left
}

.premium-twitter-feed-wrapper.ltr .premium-social-icon,.premium-twitter-feed-wrapper.rtl .premium-social-icon {
    border-color: #000
}

.premium-twitter-feed-wrapper.ltr .premium-feed-element-author,.premium-twitter-feed-wrapper.ltr .premium-feed-element-author-img,.premium-twitter-feed-wrapper.ltr .premium-social-icon {
    float: left;
    margin-right: 10px
}

.premium-twitter-feed-wrapper.rtl .premium-feed-element-date {
    float: left;
    margin-right: 10px
}

.premium-twitter-feed-wrapper.rtl .premium-feed-element-author,.premium-twitter-feed-wrapper.rtl .premium-feed-element-author-img,.premium-twitter-feed-wrapper.rtl .premium-social-icon {
    float: right;
    margin-left: 10px
}

.premium-twitter-feed-wrapper.ltr .premium-feed-element-date {
    float: right;
    margin-left: 10px
}

.premium-loading-feed {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.premium-loading-feed.premium-show-loading {
    display: block;
    background: #fff;
    text-align: center;
    z-index: 10;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    transition: .5s
}

.premium-social-feed-even {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-social-feed-even .premium-social-feed-element {
    height: 100%
}

.premium-social-feed-even .slick-track {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.premium-social-feed-even .slick-slide {
    height: inherit!important
}

.premium-twitter-comments-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px
}

.premium-twitter-comments-box .premium-twitter-comments-field {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding: 0 2px;
    position: relative;
    margin-right: 12px
}

.premium-twitter-comments-box .premium-twitter-comments-field svg {
    width: 18px;
    height: 18px;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    display: inline-block
}

.premium-twitter-comments-box .premium-twitter-comments-field svg:not(:root) {
    overflow: visible
}

.premium-twitter-comments-box .premium-twitter-comments-field span {
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    display: inline-block;
    margin-left: 6px;
    font-size: 18px
}

.premium-twitter-comments-box .premium-twitter-comments-field:focus,.premium-twitter-comments-box .premium-twitter-comments-field:hover {
    text-decoration: none;
    outline: 0
}

.premium-twitter-header-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.premium-twitter-header-link-wrapper {
    margin-left: 10px
}

.premium-twitter-header-link-wrapper .premium-twitter-header-link span {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-twitter-screen-name {
    display: block
}

.premium-twitter-feed-follow a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 25px
}

.premium-twitter-img-container .premium-twitter-header-img {
    border-color: #fff;
    width: 200px;
    height: 200px;
    margin-top: -45px;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.premium-twitter-author-row .premium-twitter-user-details-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.premium-twitter-feed-header-statistics,.premium-twitter-feed-header-user {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.premium-twitter-user-cover {
    display: none
}

.premium-twitter-user-cover .premium-twitter-header-banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.premium-twitter-profile-yes .premium-twitter-user-cover {
    display: block;
    overflow: hidden
}

.premium-twitter-header-count {
    margin: 10px
}

.premium-flip-style-push .premium-flip-main-box,.premium-flip-style-slide .premium-flip-main-box {
    overflow: hidden
}

.premium-flip-main-box {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.premium-flip-main-box>div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #6ec1e4;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.premium-flip-main-box span {
    display: block
}

.premium-flip-main-box svg {
    width: 7em;
    height: 7em
}

.premium-flip-main-box .premium-flip-back-icon,.premium-flip-main-box .premium-flip-front-icon {
    font-size: 40px
}

.premium-flip-style-flip .premium-flip-main-box>div {
    -webkit-transition: all .6s cubic-bezier(.2,.85,.4,1.275);
    transition: all .6s cubic-bezier(.2,.85,.4,1.275)
}

.premium-flip-back-content,.premium-flip-front-content {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.premium-flip-style-flip .premium-flip-front {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1
}

.premium-flip-style-push .premium-flip-backlr,.premium-flip-style-slide .premium-flip-backlr {
    -webkit-transform: translateX(-100%) translateY(0);
    -ms-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0)
}

.premium-flip-style-push .premium-flip-backrl,.premium-flip-style-slide .premium-flip-backrl {
    -webkit-transform: translateX(100%) translateY(0);
    -ms-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0)
}

.premium-flip-style-push .premium-flip-backbt,.premium-flip-style-slide .premium-flip-backbt {
    -webkit-transform: translateX(0) translateY(100%);
    -ms-transform: translateX(0) translateY(100%);
    transform: translateX(0) translateY(100%)
}

.premium-flip-style-push .premium-flip-backtb,.premium-flip-style-slide .premium-flip-backtb {
    -webkit-transform: translateX(0) translateY(-100%);
    -ms-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%)
}

.premium-flip-style-zoom .premium-flip-back {
    -webkit-transition: opacity .5s .2s,-webkit-transform .7s;
    transition: opacity .5s .2s,-webkit-transform .7s;
    transition: transform .7s,opacity .5s .2s;
    transition: transform .7s,opacity .5s .2s,-webkit-transform .7s;
    opacity: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.premium-flip-style-cube {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.premium-flip-style-cube .premium-flip-main-box {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.premium-flip-style-cube .premium-flip-main-box>div {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.premium-flip-style-cube .premium-flip-main-box .premium-flip-frontrl {
    -webkit-transform: rotateY(0) translateZ(190px);
    transform: rotateY(0) translateZ(190px)
}

.premium-flip-style-cube .premium-flip-main-box .premium-flip-backrl {
    -webkit-transform: rotateY(90deg) translateZ(190px);
    transform: rotateY(90deg) translateZ(190px)
}

.premium-flip-style-cube .premium-flip-main-box .premium-flip-frontlr {
    -webkit-transform: rotateY(0) translateZ(190px);
    transform: rotateY(0) translateZ(190px)
}

.premium-flip-style-cube .premium-flip-main-box .premium-flip-backlr {
    -webkit-transform: rotateY(-90deg) translateZ(190px);
    transform: rotateY(-90deg) translateZ(190px)
}

.premium-flip-style-cube .premium-flip-main-box .premium-flip-fronttb {
    -webkit-transform: rotateX(0) translateZ(190px);
    transform: rotateX(0) translateZ(190px)
}

.premium-flip-style-cube .premium-flip-main-box .premium-flip-backtb {
    -webkit-transform: rotateX(90deg) translateZ(190px);
    transform: rotateX(90deg) translateZ(190px)
}

.premium-flip-style-cube .premium-flip-main-box .premium-flip-frontbt {
    -webkit-transform: rotateX(0) translateZ(190px);
    transform: rotateX(0) translateZ(190px)
}

.premium-flip-style-cube .premium-flip-main-box .premium-flip-backbt {
    -webkit-transform: rotateX(-90deg) translateZ(190px);
    transform: rotateX(-90deg) translateZ(190px)
}

.premium-flip-style-fade .premium-flip-back {
    opacity: 0
}

.elementor-widget-premium-addon-flip-box:not(.premium-flip-style-flip) .premium-flip-main-box>div {
    overflow: hidden
}

.premium-flip-style-zoom-in .premium-flip-front,.premium-flip-style-zoom-out .premium-flip-front {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.premium-flip-style-zoom-in .premium-flip-back {
    left: 50%;
    top: 50%
}

.premium-flip-style-zoom-in .premium-flip-back,.premium-flip-style-zoom-in:hover .premium-flip-front,.premium-flip-style-zoom-out .premium-flip-back,.premium-flip-style-zoom-out:hover .premium-flip-front {
    visibility: hidden;
    opacity: 0
}

.premium-flip-style-zoom-in:hover .premium-flip-back,.premium-flip-style-zoom-out:hover .premium-flip-back {
    visibility: visible;
    opacity: 1;
    z-index: 3;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

.premium-flip-style-zoom-in .premium-flip-back,.premium-flip-style-zoom-out:hover .premium-flip-front {
    -webkit-transform: translate(-50%,-50%) scale(.6);
    -ms-transform: translate(-50%,-50%) scale(.6);
    transform: translate(-50%,-50%) scale(.6)
}

.premium-flip-style-zoom-in:hover .premium-flip-front,.premium-flip-style-zoom-out .premium-flip-back {
    -webkit-transform: translate(-50%,-50%) scale(1.3);
    -ms-transform: translate(-50%,-50%) scale(1.3);
    transform: translate(-50%,-50%) scale(1.3);
    left: 50%;
    top: 50%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.premium-flip-back-overlay,.premium-flip-front-overlay {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.premium-flip-style-flip .premium-flip-back-overlay,.premium-flip-style-flip .premium-flip-front-overlay {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(.1px);
    transform: translateZ(.1px)
}

.premium-flip-front-content-container .premium-flip-front-lottie {
    display: inline-block
}

.premium-flip-front-content-container .premium-flip-front-icon,.premium-flip-front-content-container .premium-flip-front-image,.premium-flip-front-content-container .premium-flip-front-title {
    margin: 0 0 15px 0
}

.premium-flip-back-content-container .premium-flip-back-lottie {
    display: inline-block
}

.premium-flip-back-content-container .premium-flip-back-icon,.premium-flip-back-content-container .premium-flip-back-title {
    margin: 0 0 15px 0
}

.premium-flip-front-content-container .premium-flip-front-title {
    padding: 0
}

.premium-flip-back-content-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.premium-flip-back-content-container .premium-flip-back-title {
    padding: 0
}

.premium-flip-back-content-container .premium-flip-box-link.text {
    display: inline-block;
    border-color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: .3em 1.2em
}

.premium-flip-front-content-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.premium-flip-style-flip .premium-flip-back-content-container,.premium-flip-style-flip .premium-flip-front-content-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,70px) scale(.9);
    transform: translate3d(0,0,70px) scale(.9)
}

.premium-flip-style-slide:hover .premium-flip-back {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.premium-flip-style-push:hover .premium-flip-back {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.premium-flip-style-push:hover .premium-flip-fronttb {
    -webkit-transform: translateX(0) translateY(100%);
    -ms-transform: translateX(0) translateY(100%);
    transform: translateX(0) translateY(100%)
}

.premium-flip-style-push:hover .premium-flip-frontbt {
    -webkit-transform: translateX(0) translateY(-100%);
    -ms-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%)
}

.premium-flip-style-push:hover .premium-flip-frontrl {
    -webkit-transform: translateX(-100%) translateY(0);
    -ms-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0)
}

.premium-flip-style-push:hover .premium-flip-frontlr {
    -webkit-transform: translateX(100%) translateY(0);
    -ms-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0)
}

.premium-flip-style-zoom:hover .premium-flip-back {
    -webkit-transition: opacity .5s,-webkit-transform .7s;
    transition: opacity .5s,-webkit-transform .7s;
    transition: transform .7s,opacity .5s;
    transition: transform .7s,opacity .5s,-webkit-transform .7s;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-flip-style-fade:hover .premium-flip-back {
    opacity: 1
}

.premium-flip-back-text-wrapper .premium-flip-back-image,.premium-flip-text-wrapper .premium-flip-front-image {
    display: inline
}

.premium-flip-back .premium-flip-box-full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.premium-flip-style-flip .premium-flip-backrl {
    -webkit-transform: rotateX(0) rotateY(180deg);
    transform: rotateX(0) rotateY(180deg)
}

.premium-flip-main-box.flipped .premium-flip-frontrl {
    -webkit-transform: rotateX(0) rotateY(-180deg);
    transform: rotateX(0) rotateY(-180deg)
}

.premium-flip-main-box.flipped .premium-flip-backrl {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.premium-flip-style-flip .premium-flip-backlr {
    -webkit-transform: rotateX(0) rotateY(-180deg);
    transform: rotateX(0) rotateY(-180deg)
}

.premium-flip-main-box.flipped .premium-flip-frontlr {
    -webkit-transform: rotateX(0) rotateY(180deg);
    transform: rotateX(0) rotateY(180deg)
}

.premium-flip-main-box.flipped .premium-flip-backlr {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.premium-flip-style-flip .premium-flip-backbt {
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0)
}

.premium-flip-main-box.flipped .premium-flip-frontbt {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0)
}

.premium-flip-main-box.flipped .premium-flip-backbt {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.premium-flip-style-flip .premium-flip-backtb {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0)
}

.premium-flip-main-box.flipped .premium-flip-fronttb {
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0)
}

.premium-flip-main-box.flipped .premium-flip-backtb {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.PafadeInLeft {
    -webkit-animation-name: PafadeInLeft;
    animation-name: PafadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.PafadeInRevLeft {
    -webkit-animation-name: PafadeInLeft;
    animation-name: PafadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-name: PafadeInRevLeft;
    animation-name: PafadeInRevLeft
}

.PafadeInRight {
    -webkit-animation-name: PafadeInRight;
    animation-name: PafadeInRight;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.PafadeInRevRight {
    -webkit-animation-name: PafadeInRight;
    animation-name: PafadeInRight;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: PafadeInRevRight;
    animation-name: PafadeInRevRight
}

@-webkit-keyframes PafadeInLeft {
    from {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes PafadeInLeft {
    from {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes PafadeInRight {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes PafadeInRight {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes PafadeInRevLeft {
    from {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes PafadeInRevLeft {
    from {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes PafadeInRevRight {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes PafadeInRevRight {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.premium-unfold-container {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-unfold-container .premium-unfold-content {
    overflow: hidden
}

.premium-unfold-wrap .premium-button i,.premium-unfold-wrap .premium-button span {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-unfold-container {
    padding: 10px 10px 0 10px
}

.premium-unfold-container .premium-unfold-heading {
    margin-bottom: 5px;
    border-color: #000
}

.premium-unfold-container .premium-unfold-before {
    margin-right: 5px
}

.premium-unfold-container .premium-unfold-after {
    margin-left: 5px
}

.premium-unfold-folder {
    position: relative;
    overflow: hidden
}

.premium-unfold-gradient {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    visibility: hidden;
    opacity: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),to(#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-unfold-gradient.toggled {
    visibility: visible;
    opacity: 1
}

.premium-tabs-container {
    overflow: hidden
}

.premium-tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%
}

.premium-tabs .premium-tabs-nav {
    text-align: center
}

.premium-tabs.premium-tabs-vertical {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.premium-tabs.premium-tabs-vertical .premium-tabs-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.premium-tabs .premium-tabs-nav .premium-tabs-nav-list {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-tabs .premium-tabs-nav-list.premium-tabs-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

.premium-tabs .premium-tab-link {
    padding: 25px
}

.premium-tabs .premium-tabs-nav .premium-tabs-nav-list li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    cursor: pointer;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.premium-tabs .premium-tabs-nav .premium-tab-link {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    border-color: #000;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-tabs .premium-tabs-nav .premium-tab-link .premium-tab-title {
    vertical-align: middle;
    margin: 5px;
    line-height: 1
}

.premium-tabs .premium-tabs-nav .premium-tab-link i {
    font-size: 20px
}

.premium-tabs .premium-tabs-nav .premium-tab-link img,.premium-tabs .premium-tabs-nav .premium-tab-link svg {
    width: 20px;
    height: 20px
}

.premium-tabs .premium-tab-link .premium-tab-title,.premium-tabs .premium-tab-link .premium-title-icon,.premium-tabs .premium-tab-link svg,.premium-tabs .premium-tab-link svg g path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-tabs .premium-tab-link .premium-tab-title.premium-lottie-animation,.premium-tabs .premium-tab-link .premium-title-icon.premium-lottie-animation,.premium-tabs .premium-tab-link svg g path.premium-lottie-animation,.premium-tabs .premium-tab-link svg.premium-lottie-animation {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.premium-tabs .premium-tab-link .premium-tab-title.premium-lottie-animation svg,.premium-tabs .premium-tab-link .premium-title-icon.premium-lottie-animation svg,.premium-tabs .premium-tab-link svg g path.premium-lottie-animation svg,.premium-tabs .premium-tab-link svg.premium-lottie-animation svg {
    width: 20px;
    height: 20px
}

.premium-tabs .premium-tabs-nav a:focus {
    outline: 0
}

.premium-tabs .premium-content-wrap {
    position: relative
}

.premium-tabs .premium-content-wrap.premium-tabs-vertical {
    width: 100%;
    float: left
}

.premium-tabs .premium-content-wrap .premium-tabs-content-section {
    display: none;
    margin: 0 auto
}

.premium-tabs .premium-content-wrap .premium-tabs-content-section.content-current {
    display: block
}

.premium-tabs-style-iconbox .premium-tabs-nav .premium-tabs-nav-list li .premium-tab-link {
    overflow: visible;
    padding: 1em 0;
    line-height: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-tabs-style-iconbox .premium-tabs-nav-list.premium-tabs-vertical li .premium-tab-link {
    padding: 25px
}

.premium-tabs-style-iconbox .premium-tabs-nav .premium-tabs-nav-list.premium-tabs-horizontal li.tab-current .premium-tab-link::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    content: "";
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-color: #6ec1e4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-tabs-style-iconbox .premium-tabs-nav .premium-tabs-nav-list.premium-tabs-vertical li.tab-current .premium-tab-link::after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    content: "";
    pointer-events: none;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color: #6ec1e4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-tabs-style-iconbox .premium-tabs-nav .premium-tabs-nav-list.premium-tabs-horizontal li:not(.tab-current):not(:last-child):after {
    position: absolute;
    content: "";
    top: 20%;
    right: 0;
    z-index: 1;
    width: 1px;
    height: 60%
}

.premium-tabs-style-iconbox .premium-tabs-nav .premium-tabs-nav-list li:first-child::before {
    right: auto;
    left: 0
}

.premium-tabs-style-iconbox .premium-title-icon::before {
    display: block
}

.premium-tabs-style-iconbox .premium-tabs-nav .premium-tabs-nav-list.premium-tabs-vertical li:not(.tab-current):not(:last-child):after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 50%;
    height: 1px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.premium-tabs-style-circle {
    overflow: visible
}

.premium-tabs-style-circle .premium-tabs-nav .premium-tabs-nav-list .premium-tab-link {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-tabs-style-circle .premium-tabs-nav .premium-tabs-nav-list .premium-tab-link .premium-tab .premium-tab-link-circle {
    margin: 0
}

.premium-tabs-style-circle .premium-tabs-nav li::before {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border: 1px solid #6ec1e4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    opacity: 0;
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,-webkit-transform .2s;
    transition: transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s,-webkit-transform .2s;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.premium-tabs-style-circle .premium-tabs-nav li.tab-current::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1) translate(-50%,-50%);
    transform: scale3d(1,1,1) translate(-50%,-50%)
}

.premium-tabs-style-circle .premium-tabs-nav .premium-tab-link {
    overflow: visible;
    line-height: 1.1;
    -webkit-transition: color .3s cubic-bezier(.7,0,.3,1);
    transition: color .3s cubic-bezier(.7,0,.3,1)
}

.premium-tabs-style-circle .premium-tabs-nav .premium-tab-link .premium-tab-title {
    -webkit-transition: all .3s cubic-bezier(.7,0,.3,1);
    transition: all .3s cubic-bezier(.7,0,.3,1)
}

.premium-tabs-style-circle .premium-title-icon::before {
    -webkit-transition: all .3s cubic-bezier(.7,0,.3,1);
    transition: all .3s cubic-bezier(.7,0,.3,1)
}

.premium-tabs-style-circle .premium-tabs-nav li.tab-current a .premium-tab-title {
    -webkit-transform: translate3d(0,4px,0);
    transform: translate3d(0,4px,0)
}

.premium-tabs-style-flip {
    max-width: 1200px
}

.premium-tabs-style-flip .premium-tabs-nav-list.premium-tabs-vertical li .premium-tab-link {
    padding: 25px
}

.premium-tabs-style-flip .premium-tabs-nav .premium-tabs-nav-list li .premium-tab-link {
    padding: .5em 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.premium-tabs-style-flip .premium-tabs-nav-list.premium-tabs-vertical li .premium-tab-link {
    padding: 25px
}

.premium-tabs-style-flip .premium-tabs-nav .premium-tabs-nav-list.premium-tabs-horizontal li:not(.tab-current):not(:last-child):after {
    position: absolute;
    content: "";
    top: 20%;
    right: 0;
    z-index: 1;
    width: 1px;
    height: 60%;
    content: ""
}

.premium-tabs-style-flip .premium-tabs-nav .premium-tabs-nav-list.premium-tabs-vertical li:not(.tab-current):not(:last-child):after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 50%;
    height: 1px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.premium-tabs-style-flip .premium-tabs-nav .premium-tabs-nav-list li .premium-tab-link::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: background-color .3s,-webkit-transform .3s;
    transition: background-color .3s,-webkit-transform .3s;
    transition: transform .3s,background-color .3s;
    transition: transform .3s,background-color .3s,-webkit-transform .3s;
    -webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
    transform: perspective(900px) rotate3d(1,0,0,90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%
}

.premium-tabs-style-flip .premium-tabs-nav .premium-tabs-nav-list li.tab-current .premium-tab-link::after {
    -webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
    transform: perspective(900px) rotate3d(1,0,0,0deg)
}

.premium-tabs-style-flip .premium-tabs-nav .premium-tabs-nav-list.premium-tabs-vertical a::after {
    -webkit-transform: perspective(900px) rotate3d(0,1,0,90deg);
    transform: perspective(900px) rotate3d(0,1,0,90deg);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0
}

.premium-tabs-style-flip .premium-tabs-nav .premium-tabs-nav-list.premium-tabs-vertical li.tab-current a::after {
    -webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
    transform: perspective(900px) rotate3d(1,0,0,0deg)
}

.premium-tabs-style-tzoid {
    max-width: 1200px
}

.premium-tabs-style-tzoid .premium-tabs-nav .premium-tabs-nav-list li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.premium-tabs-style-tzoid .premium-tabs-nav .premium-tabs-nav-list li .premium-tab-link {
    padding: .5em 1.5em .5em .3em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.premium-tabs-style-tzoid .premium-tabs-nav .premium-tabs-nav-list.premium-tabs-horizontal li:first-child .premium-tab-link {
    margin-left: 25px
}

.premium-tabs-style-tzoid .premium-tabs-nav .premium-tabs-nav-list.premium-tabs-horizontal li:last-child .premium-tab-link {
    margin-right: 25px
}

.premium-tabs-style-tzoid .premium-tabs-nav-list.premium-tabs-vertical li .premium-tab-link {
    padding: 0 10em 0 7em
}

.premium-tabs-style-tzoid .premium-tabs-nav .premium-tabs-nav-list li .premium-tab-link::after {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.premium-tabs-style-tzoid .premium-tabs-nav .premium-tabs-nav-list li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    outline: 1px solid transparent;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: inset 0 -3px 3px rgba(0,0,0,.05);
    box-shadow: inset 0 -3px 3px rgba(0,0,0,.05);
    content: "";
    -webkit-transform: perspective(5px) rotateX(.93deg) translateZ(-1px);
    transform: perspective(5px) rotateX(.93deg) translateZ(-1px);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (max-width: 54em) {
    .premium-tabs-style-tzoid .premium-tabs-nav .premium-tabs-nav-list li a {
        padding:0 .5em 0 .3em
    }
}

.premium-tabs .premium-clearfix {
    clear: both
}

@media (max-width: 768px) {
    .premium-tabs.premium-tabs-vertical {
        display:block;
        float: none
    }
}

.premium-preview-image-container a {
    display: inline-block
}

.premium-prev-img-tooltip-wrap {
    overflow: hidden;
    border-color: #000;
    background: #f7f7f7;
    padding: 0
}

.premium-prev-img-tooltip-title-wrap {
    margin: 10px auto
}

.premium-prev-img-tooltip-title-wrap .premium-previmg-tooltip-title {
    margin: 0
}

.tooltipster-sidetip .tooltipster-content {
    background: 0 0;
    text-align: center;
    padding: 0
}

.premium-prev-img-tooltip-desc-wrap {
    margin: 10px auto
}

.premium-prev-img-tooltip-desc-wrap,.premium-prev-img-tooltip-title-wrap,.premium-preview-image-tooltips-img {
    border-color: #000
}

.premium-preview-image-wrap .premium-preview-image-inner-trig-img {
    display: inline-block
}

.premium-preview-image-wrap .premium-preview-image-figcap {
    border-color: #000
}

.premium-preview-image-wrap .premium-preview-image-trigger {
    cursor: pointer
}

.premium-preview-image-main-container {
    position: relative;
    display: inline-block
}

.premium-preview-image-content-container {
    padding-left: 20px;
    padding-right: 20px
}

.premium-preview-image-figure {
    position: relative
}

.premium-preview-image-figure .premium-preview-image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-preview-image-figure:hover .premium-preview-image-hover {
    opacity: 1
}

.premium-image-hotspots-container {
    overflow: hidden
}

.premium-image-hotspots-container .premium-image-hotspots-stretch img {
    width: 100%
}

.premium-image-hotspots-container .premium-image-hotspots-img-wrap img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-image-hotspots-main-icons-tooltips-wrapper {
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0
}

.premium-image-hotspots-main-icons {
    cursor: pointer;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%
}

.premium-image-hotspots-main-icons .premium-image-hotspots-icon {
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 30px;
    padding: 3px 0 0;
    line-height: .6;
    border-color: #000
}

.premium-image-hotspots-main-icons .premium-image-hotspots-image-icon {
    display: block;
    width: 40px;
    height: 40px
}

.premium-image-hotspots-main-icons .premium-lottie-animation {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.premium-image-hotspots-main-icons .premium-lottie-animation svg {
    width: 80px;
    height: 80px
}

.premium-image-hotspots-main-icons .premium-image-hotspots-text {
    cursor: pointer;
    display: block;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 10px 0 10px;
    border-color: #000
}

.premium-image-hotspots-tooltips-wrapper {
    display: none;
    position: absolute;
    z-index: 9999
}

.tooltipster-sidetip {
    z-index: 9999
}

.tooltipster-box div.premium-image-hotspots-tooltips-text {
    border-color: #000;
    overflow: hidden
}

.tooltipster-sidetip div.tooltipster-box {
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.18);
    box-shadow: 0 0 40px 0 rgba(0,0,0,.18)
}

.tooltipster-sidetip div.premium-image-hotspots-tooltips-text {
    padding: 0 10px
}

.tooltipster-box .premium-image-hotspots-tooltips-text p {
    margin: 0
}

.premium-image-hotspots-main-icons.premium-image-hotspots-anim::before {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: none;
    -webkit-animation: pa-hotspot-pulse 2s infinite;
    animation: pa-hotspot-pulse 2s infinite;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.premium-tooltipster-base {
    height: auto!important
}

.premium-tooltipster-base.tooltipster-top .tooltipster-arrow-background {
    border-top-color: rgba(12,12,12,.5)
}

.premium-tooltipster-base.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: rgba(12,12,12,.5)
}

.premium-tooltipster-base.tooltipster-right .tooltipster-arrow-background {
    border-right-color: rgba(12,12,12,.5)
}

.premium-tooltipster-base.tooltipster-left .tooltipster-arrow-background {
    border-left-color: rgba(12,12,12,.5)
}

.tooltipster-box .premium-image-hotspots-tooltips-text {
    color: #fff
}

@-webkit-keyframes pa-hotspot-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes pa-hotspot-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.premium-fb-rev-container {
    padding: 8px 0 0
}

.premium-fb-rev-container .premium-fb-rev-img {
    display: inline
}

.premium-error-notice {
    padding: 10px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    text-align: center
}

.premium-fb-rev-page {
    margin-bottom: 10px
}

.premium-reviews-ltr .premium-fb-rev-review-inner,.premium-reviews-rtl .premium-fb-rev-review-inner {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.premium-fb-rev-content-left {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.premium-reviews-src-rtl .premium-fb-rev-content-left {
    min-width: 60px
}

.premium-reviews-src-ltr .premium-fb-rev-content-left {
    min-width: 60px
}

.premium-reviews-src-ltr .premium-fb-rev-page-inner {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.premium-reviews-src-rtl .premium-fb-rev-page-inner {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.premium-reviews-src-ltr .premium-fb-rev-content-right {
    margin-left: 10px
}

.premium-reviews-rtl .premium-fb-rev-review-inner,.premium-reviews-src-rtl .premium-fb-rev-page-inner {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.premium-fb-rev-page-rating {
    vertical-align: middle
}

.premium-fb-rev-star {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-fb-rev-container .premium-fb-rev-page-link,.premium-fb-rev-container .premium-fb-rev-reviewer-link {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-fb-rev-time .premium-fb-rev-time-text {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-fb-rev-review {
    width: 100%;
    vertical-align: top
}

.premium-fb-rev-container .premium-fb-rev-review .premium-fb-rev-img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
}

.premium-fb-rev-container:not(.google-reviews) .premium-fb-rev-img {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.premium-fb-rev-stars .premium-fb-rev-star {
    vertical-align: middle
}

.premium-reviews-even .premium-fb-rev-reviews {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-reviews-even .premium-fb-rev-reviews .premium-fb-rev-review {
    height: 100%
}

.elementor-widget-premium-facebook-reviews,.elementor-widget-premium-google-reviews,.elementor-widget-premium-yelp-reviews {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget-premium-facebook-reviews .elementor-widget-container,.elementor-widget-premium-google-reviews .elementor-widget-container,.elementor-widget-premium-yelp-reviews .elementor-widget-container {
    width: 100%
}

.premium-fb-rev-container .premium-fb-rev-info {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-fb-rev-reviews a.carousel-arrow {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-fb-rev-text-wrapper .premium-fb-rev-readmore {
    display: block;
    font-size: 1em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-reviews-even .slick-track {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.premium-reviews-even .slick-slide {
    height: inherit!important
}

[dir=rtl] .premium-fb-rev-container .slick-slider .slick-list,[dir=rtl] .premium-fb-rev-container .slick-slider .slick-track {
    direction: ltr
}

.premium-social-reviews-card .premium-fb-rev-content-right {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-social-reviews-card .premium-fb-rev-content-right .premium-fb-rev-reviewer-wrapper {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.premium-social-reviews-card .premium-fb-rev-content-right .premium-fb-rev-info {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.premium-social-reviews-card .premium-fb-rev-content-right .premium-fb-rev-content-left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.premium-social-reviews-card .premium-fb-rev-content-right .premium-fb-rev-rating {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.elementor-element.premium-gradient-yes {
    -webkit-background-size: 400% 400%!important;
    background-size: 400% 400%!important;
    -webkit-animation: Gradient 15s ease-in-out infinite;
    animation: Gradient 15s ease-in-out infinite
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.premium-particles-yes .tsparticles-canvas-el {
    position: absolute!important;
    top: 0;
    height: 100%
}

.elementor-element.premium-prallax-multi {
    overflow: hidden
}

.premium-parallax-section-hide {
    opacity: 0
}

.elementor-editor-active .premium-parallax-section .elementor-empty-view {
    z-index: 9999
}

.elementor-element .premium-parallax-layer {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    overflow: hidden
}

.elementor-element .premium-parallax-layer img {
    width: 100%
}

.elementor-editor-active .elementor-element .premium-lottie-layer,.elementor-editor-active .elementor-element .premium-parallax-layer {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.elementor-editor-active .elementor-element .premium-lottie-layer:hover,.elementor-editor-active .elementor-element .premium-parallax-layer:hover {
    outline: 2px dashed #6ec1e4
}

.elementor-editor-active .elementor-element .premium-lottie-layer.ui-draggable-dragging,.elementor-editor-active .elementor-element .premium-parallax-layer.ui-draggable-dragging {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.elementor-element.cycle-slideshow {
    overflow: hidden!important
}

.premium-kenburns-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.elementor-element.cycle-slideshow .premium-kenburns-img {
    position: absolute;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    height: 100%
}

.premium-kenburns-img.pa-fill {
    -o-object-fit: fill;
    object-fit: fill
}

.premium-kenburns-img.pa-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.premium-kenburns-img.pa-contain {
    -o-object-fit: contain;
    object-fit: contain
}

img.premium-kenburns-img {
    -webkit-animation-duration: 6.5s;
    animation-duration: 6.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.premium-kenburns-zoom-in {
    -webkit-animation-name: kenburns-scale-in;
    animation-name: kenburns-scale-in
}

.premium-kenburns-zoom-out {
    -webkit-animation-name: kenburns-scale-out;
    animation-name: kenburns-scale-out
}

img.kenburns-scale-infinite-in,img.kenburns-scale-infinite-out {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

img.kenburns-scale-infinite-in {
    -webkit-animation-name: kenburns-scale-infinite-in;
    animation-name: kenburns-scale-infinite-in
}

img.kenburns-scale-infinite-out {
    -webkit-animation-name: kenburns-scale-infinite-out;
    animation-name: kenburns-scale-infinite-out
}

.cycle-slideshow .premium-kenburns-center {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.cycle-slideshow .premium-kenburns-cl {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.cycle-slideshow .premium-kenburns-cr {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.cycle-slideshow .premium-kenburns-tc {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.cycle-slideshow .premium-kenburns-bc {
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center
}

.cycle-slideshow .premium-kenburns-bl {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.cycle-slideshow .premium-kenburns-tl {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.cycle-slideshow .premium-kenburns-tr {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right
}

.cycle-slideshow .premium-kenburns-br {
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right
}

@-webkit-keyframes kenburns-scale-in {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes kenburns-scale-in {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes kenburns-scale-out {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes kenburns-scale-out {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes kenburns-scale-infinite-in {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes kenburns-scale-infinite-in {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes kenburns-scale-infinite-out {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes kenburns-scale-infinite-out {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.premium-lottie-yes .premium-lottie-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.premium-lottie-yes .premium-lottie-layer svg {
    width: 120px;
    height: 120px
}

.premium-magic-section-wrap {
    text-align: center;
    background: #f7f7f7;
    position: fixed;
    z-index: 9999;
    padding: 5px 7px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-magic-section-wrap.magic-section-hide {
    visibility: hidden
}

.premium-magic-section-body-inner {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-magic-section-wrap.bottom,.premium-magic-section-wrap.top {
    width: 100%;
    left: 0
}

.premium-magic-section-wrap.left,.premium-magic-section-wrap.right {
    height: 100%;
    top: 0
}

.premium-magic-section-wrap.left {
    left: -100%
}

.premium-magic-section-wrap.right {
    right: -100%
}

.premium-magic-section-wrap.bottom {
    bottom: -1000px
}

.premium-magic-section-wrap.close-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.premium-magic-section-wrap.close-bottom .premium-magic-section-close-wrap,.premium-magic-section-wrap.close-top .premium-magic-section-close-wrap {
    position: absolute
}

.premium-magic-section-wrap.close-top .premium-magic-section-close-wrap {
    top: 0
}

.premium-magic-section-wrap.close-bottom .premium-magic-section-close-wrap {
    bottom: 0
}

.premium-magic-section-wrap.close-bottom .premium-magic-section-close-wrap,.premium-magic-section-wrap.close-top .premium-magic-section-close-wrap {
    right: .3em
}

.premium-magic-section-wrap.left .premium-magic-section-content-wrap-out,.premium-magic-section-wrap.right .premium-magic-section-content-wrap-out {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.premium-magic-section-wrap .premium-magic-section-content-wrap-out {
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.premium-magic-section-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(2,2,2,.5);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-magic-section-overlay.active {
    visibility: visible;
    opacity: 1
}

.premium-magic-section-wrap.right .premium-magic-section-icon-wrap {
    position: absolute;
    right: 100%;
    text-align: right
}

.premium-magic-section-icon-wrap.top {
    top: 0
}

.premium-magic-section-icon-wrap.middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-magic-section-icon-wrap.bottom {
    bottom: 0
}

.premium-magic-section-wrap.left .premium-magic-section-icon-wrap {
    position: absolute;
    left: 100%;
    text-align: left
}

.premium-magic-section-wrap .premium-magic-section-icon {
    font-size: 30px;
    cursor: pointer;
    border-color: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 5px
}

.premium-magic-section-wrap .premium-magic-section-icon-image {
    cursor: pointer;
    border-color: #000;
    width: 100%;
    height: 100%
}

.premium-magic-section-wrap h3 {
    margin: 0
}

.premium-magic-section-button-trig .premium-magic-section-btn,.premium-magic-section-icon-wrap .premium-magic-section-btn {
    border-color: #000;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-magic-section-button-trig .premium-magic-section-btn {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-magic-section-button-trig .premium-magic-section-btn:focus {
    outline: 0
}

.premium-magic-section-button-trig .premium-magic-btn-icon,.premium-magic-section-button-trig .premium-magic-btn-text {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-magic-section-button-trig i,.premium-magic-section-button-trig img {
    cursor: pointer
}

.premium-magic-section-wrap button.premium-magic-section-close {
    padding: 0;
    border: none;
    background: 0 0;
    border-color: #000;
    line-height: .5
}

.premium-magic-section-wrap.left button.premium-magic-section-close,.premium-magic-section-wrap.right button.premium-magic-section-close {
    margin-top: 10px
}

.premium-magic-section-wrap button.premium-magic-section-close i {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.elementor-add-new-section .premium-magic-button {
    background: #1d80be;
    margin-right: 25px
}

.elementor-editor-active .elementor.elementor-edit-mode .premium-magic-section-wrap .premium-magic-section-content-wrap .elementor-inner,.elementor-editor-active .elementor.elementor-edit-mode .premium-magic-section-wrap .premium-magic-section-content-wrap .elementor-inner-section:first-child {
    margin-top: 0
}

.premium-behance-container {
    min-height: 500px
}

.eb-error-container {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    display: none
}

.eb-error-container h3 {
    font-size: 1.3em
}

.eb-error-container h1 {
    margin-bottom: 1em
}

.eb-error-container .eb-error {
    background-color: #fdcdcd;
    color: #7d1a1c;
    line-height: 1.5;
    padding: 5%;
    overflow: auto;
    width: 90%;
    white-space: nowrap;
    margin: 0 auto;
    -webkit-box-shadow: 7px 2px 40px 1px rgba(0,0,0,.1);
    box-shadow: 7px 2px 40px 1px rgba(0,0,0,.1);
    border: 15px solid #fff
}

.eb-container * {
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

.eb-container aside .wrap-project-url a,.eb-pagination-button {
    text-align: center;
    cursor: pointer;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 10px
}

.premium-behance-container .premium-behance-btn .eb-pagination-button {
    display: inline-block;
    background: #6ec1e4;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.premium-behance-container .premium-behance-btn .eb-pagination-button span {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.premium-behance-container.sm .premium-behance-btn .eb-pagination-button {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1
}

.premium-behance-container.md .premium-behance-btn .eb-pagination-button {
    padding: 14px 26px;
    font-size: 16px;
    line-height: 1.2
}

.premium-behance-container.lg .premium-behance-btn .eb-pagination-button {
    padding: 16px 28px;
    font-size: 18px;
    line-height: 1.3333
}

.premium-behance-container.block .premium-behance-btn .eb-pagination-button {
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    width: 100%;
    text-align: center
}

.eb-pagination-button span {
    display: inline-block;
    vertical-align: middle
}

.eb-pagination-button span svg {
    width: 1.6em
}

.eb-loadingicon {
    width: 3.5em;
    height: 3.5em;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto!important;
    z-index: 1000000000;
    background-color: rgba(0,0,0,.7);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.eb-loadingicon svg {
    width: 50%
}

.eb-loadingicon svg path {
    fill: #fff
}

.premium-behance-container .wrap-app-value,.premium-behance-container .wrap-title-text,.premium-behance-container .wrap-view-value {
    margin-bottom: 0
}

.eb-container li,.eb-container ul li {
    list-style: none;
    list-style-type: none!important
}

.eb-container .wrap-cover img {
    width: 100%;
    height: 100%;
    display: block
}

.eb-container a {
    -webkit-transition: color .3s;
    transition: color .3s
}

.eb-container .wrap-appreciations-outer .wrap-label,.eb-container .wrap-appreciations-outer .wrap-value {
    display: inline-block
}

.eb-container .wrap-views-outer .wrap-label,.eb-container .wrap-views-outer .wrap-value {
    display: inline-block
}

.eb-container .wrap-projects li .wrap-appreciations-outer,.eb-container .wrap-projects li .wrap-views-outer {
    display: inline-block
}

.eb-container .wrap-appreciations-outer .wrap-label,.eb-container .wrap-appreciations-outer .wrap-value {
    padding-top: .3em;
    padding-bottom: .3em
}

.eb-container .wrap-views-outer .wrap-label,.eb-container .wrap-views-outer .wrap-value {
    padding-top: .3em;
    padding-bottom: .3em
}

.eb-container .wrap-owners-outer .single .owner-full-name,.eb-container .wrap-owners-outer .wrap-label {
    padding-top: .3em;
    padding-bottom: .3em
}

.eb-container .wrap-fields-outer .wrap-label,.eb-container .wrap-tags-outer .wrap-label {
    padding-top: .3em;
    padding-bottom: .3em
}

.eb-container .wrap-projects {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.eb-container .wrap-projects li .wrap-project-info {
    margin-top: -.5em
}

.eb-container .wrap-projects li .wrap-appreciations-outer {
    margin-right: 1em
}

.eb-container .wrap-projects li .wrap-appreciations-outer .wrap-label {
    margin-right: .3em
}

.eb-container .wrap-projects li .wrap-views-outer .wrap-label {
    margin-right: .3em
}

.eb-container .wrap-projects li .wrap-cover {
    margin-bottom: 0;
    overflow: hidden;
    clear: both;
    position: relative
}

.eb-container .wrap-projects li .wrap-cover img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.eb-container .wrap-projects li .wrap-cover .fields-in-cover {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.eb-container .wrap-projects>li {
    opacity: 0
}

.premium-behance-container .owner-full-name,.premium-behance-container .wrap-label {
    border-color: #000;
    margin-top: -10px
}

.premium-behance-container.button-none .eb-pagination-button {
    display: none
}

.eb-container .wrap-projects li .wrap-cover .fields-in-cover>svg {
    width: 2em;
    margin: 0 auto;
    height: 2em
}

.eb-container .wrap-projects li .wrap-cover .fields-in-cover>li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: .2em 0
}

.eb-container .wrap-projects li .wrap-title-text {
    border-color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.eb-container .wrap-projects li .wrap-cover-outer {
    cursor: pointer
}

.eb-container .wrap-label {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.eb-container .wrap-label svg {
    width: 1.2em
}

.eb-container .wrap-owners-outer .wrap-label {
    margin-right: .5em;
    margin-top: -10px
}

.eb-container .wrap-projects li .wrap-owners-outer .single .owner-full-name svg {
    width: .8em;
    margin: 0 .3em
}

.eb-container .wrap-fields-outer .wrap-label svg,.eb-container .wrap-tags-outer .wrap-label svg {
    width: 1.35em
}

.eb-container .wrap-owners-outer {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.eb-container .wrap-owners-outer .single .owner-full-name>svg {
    display: none
}

.eb-container .wrap-owners-outer .single .owner-full-name>a>svg {
    width: .8em;
    margin-left: .3em
}

body.eb-detail-modal-active {
    overflow-y: scroll
}

.eb-detail-modal-active .eb-total-outer-container {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100vh;
    width: 100%
}

.eb-detail-modal-active .eb-total-outer-container>.eb-total-inner-container {
    position: relative
}

.eb-container.box-project aside {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.eb-container.box-project .wrap-headings {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.eb-project-overlay {
    position: fixed;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.eb-container.box-project>.eb-project-overlay {
    z-index: 50
}

.eb-container .box-inner-main .caption {
    margin-top: 15px
}

.eb-container.box-project {
    max-width: 1400px;
    margin: 0 auto;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    position: relative;
    z-index: 1000;
    opacity: 0;
    top: 50px
}

.eb-container .close-project {
    position: fixed;
    right: 3%;
    cursor: pointer;
    z-index: 100;
    background-color: rgba(0,0,0,.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 1.8em;
    height: 1.8em;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 1.4em;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.eb-container .close-project svg {
    width: .8em
}

.eb-container .close-project svg path {
    fill: #fff
}

.eb-container .wrap-headings .inner {
    width: 100%;
    height: auto;
    padding: 1em 3% 1.3em;
    background-color: #fff;
    position: relative;
    max-width: 1400px;
    margin: 0 auto
}

.eb-container.box-project .wrap-headings .inner.no-title {
    background: 0 0;
    border: none
}

.eb-container .wrap-headings .wrap-description {
    font-weight: 700;
    font-size: 1em;
    color: #c3c3c3
}

.eb-container aside {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0 auto 2em;
    width: 94%;
    position: relative;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    background-color: #fff
}

.eb-container aside.sidebar-desktop {
    display: none
}

.eb-container aside.sidebar-mobile {
    display: block;
    height: 42px
}

.eb-container aside.sidebar-mobile>div.box-overflow {
    overflow-y: auto;
    height: -webkit-calc(100% - 2.5em);
    height: calc(100% - 2.5em)
}

.eb-container aside>div.box-overflow {
    background-color: #fff
}

.eb-container aside .wrap-owners-outer {
    padding: 0 3%;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1em;
    position: relative
}

.eb-container aside .wrap-owners-outer .wrap-label {
    display: none
}

.eb-container aside .wrap-owners-outer .single {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: .5em 0
}

.eb-container aside .wrap-owners-outer .single:first-child {
    padding: 1em 0
}

.eb-container aside .wrap-owners-outer .single+.single:last-child {
    padding-bottom: 1.5em
}

.eb-container aside .wrap-owners-outer .single:last-child .profile-pic:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    width: 2.7em
}

.eb-container aside .wrap-owners-outer .single .profile-pic {
    width: 15%;
    margin-right: 5%
}

.eb-container aside .wrap-owners-outer .profile-pic img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.eb-container aside .wrap-owners-outer .owner-full-name {
    margin-top: .7em;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
    text-overflow: ellipsis
}

.eb-container aside .wrap-appreciations-outer,.eb-container aside .wrap-fields-outer,.eb-container aside .wrap-tags-outer,.eb-container aside .wrap-views-outer {
    margin: .7em 6%
}

.eb-container aside .wrap-appreciations-outer .wrap-value,.eb-container aside .wrap-views-outer .wrap-value {
    margin-left: .3em;
    font-weight: 700
}

.eb-container aside .wrap-fields-outer .wrap-label,.eb-container aside .wrap-tags-outer .wrap-label {
    width: 5.5em;
    margin-right: 1em
}

.eb-container aside .wrap-fields-outer+.wrap-tags-outer {
    margin-top: 1.5em
}

.eb-container aside .wrap-fields-outer .wrap-values {
    margin-left: 1.8em;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.eb-container aside .wrap-tags-outer .wrap-values {
    margin-left: 1.8em;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.eb-container aside .wrap-fields-outer .wrap-values .single,.eb-container aside .wrap-tags-outer .wrap-values .single {
    padding: .5em 1em;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #ededed;
    margin: .3em;
    font-size: .8em;
    text-align: center;
    line-height: normal
}

.eb-container aside .wrap-project-url {
    padding-top: 2em;
    border-top: 1px solid #e8e8e8
}

.eb-container aside .wrap-project-url a {
    background: #fff;
    padding: 15px 26px;
    font-size: 16px;
    line-height: 1.2
}

.eb-container aside .wrap-published-date-outer {
    text-align: center;
    font-size: .8em;
    color: #aaa
}

.eb-container aside .wrap-published-date-outer .wrap-label {
    margin-right: .5em
}

.eb-container aside .wrap-published-date-outer>div {
    display: inline-block;
    vertical-align: top
}

.eb-container aside .bh-show {
    color: #fff;
    cursor: pointer;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.eb-container aside .bh-show span.icon-chevron {
    display: inline-block;
    width: .8em;
    height: .5em;
    margin-left: .3em
}

.eb-container aside.open .bh-show {
    color: #fff;
    background-color: #f8f8f8
}

.eb-container aside:not(.open) .bh-show span.icon-chevron svg path {
    fill: #fff!important
}

.eb-container aside:not(.open) .bh-show:hover span.label {
    color: #fff
}

.eb-container.box-project aside .box-overflow-inner>div:first-of-type:not(.wrap-owners-outer) {
    margin-top: 2em
}

.eb-container.box-project aside .box-overflow-inner>div:not(.wrap-project-url)+.wrap-published-date-outer {
    padding-top: 1.5em;
    margin-top: 1em;
    border-top: 1px solid #e8e8e8
}

.eb-container.box-project aside .box-overflow-inner>div.wrap-owners-outer:first-of-type+.wrap-published-date-outer {
    padding-top: 0;
    margin-top: 0;
    border-top: 0
}

.eb-container.box-project aside .box-overflow-inner>div.wrap-owners-outer:first-of-type+.wrap-project-url {
    border-top: 0
}

.eb-container.box-project aside .box-overflow-inner>div.wrap-project-url:first-of-type {
    border-top: 0;
    padding-top: 0
}

.eb-container main {
    width: 100%
}

.eb-container main .wrap-works-outer img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto
}

.eb-container.box-project main .wrap-values>li {
    padding: 0 7.1%
}

.eb-container.box-project main .wrap-values>li:last-child {
    margin-bottom: 0
}

.eb-container.box-project .wrap-values>li.single-text {
    line-height: 1.5;
    margin: 0 auto;
    max-width: 50em;
    word-wrap: break-word
}

.eb-container.box-project .wrap-values>li.full-bleed {
    padding-left: 0;
    padding-right: 0
}

.eb-container.box-project .wrap-values>li.single-embed.full-bleed .inner {
    padding-bottom: 56.25%;
    height: 0;
    position: relative
}

.eb-container.box-project .wrap-values>li.single-embed:not(.full-bleed) iframe {
    margin: 0 auto;
    display: block
}

.eb-container.box-project .wrap-values>li.single-embed.full-bleed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.premium-behance-container .wrap-values {
    margin: 0;
    padding: 0
}

.premium-behance-container .wrap-values .single {
    margin: 0;
    padding: 0
}

.premium-behance-container .fields-in-cover {
    margin: 0;
    padding: 0
}

.eb-container.box-project .bold {
    font-weight: 700
}

.eb-container.box-project .italic {
    font-style: italic
}

.eb-container.box-project .underline {
    text-decoration: underline
}

.premium-behance-container.scale .wrap-projects li .wrap-cover img,.premium-behance-container.zoomout .wrap-projects li .wrap-cover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-behance-container.gray .wrap-projects li .wrap-cover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.premium-behance-container.sepia .wrap-projects li .wrap-cover img {
    -webkit-filter: sepia(30%);
    filter: sepia(30%)
}

.premium-behance-container.bright .wrap-projects li .wrap-cover img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.premium-behance-container.trans .wrap-projects li .wrap-cover img {
    -webkit-transform: translateX(-15px) scale(1.1);
    -ms-transform: translateX(-15px) scale(1.1);
    transform: translateX(-15px) scale(1.1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.premium-behance-container.zoomin .wrap-projects li .wrap-cover:hover img {
    -webkit-transform: scaleX(1.1) scaleY(1.1);
    -ms-transform: scaleX(1.1) scaleY(1.1);
    transform: scaleX(1.1) scaleY(1.1)
}

.premium-behance-container.zoomout .wrap-projects li .wrap-cover:hover img {
    -webkit-transform: scaleX(1) scaleY(1);
    -ms-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1)
}

.premium-behance-container.scale .wrap-projects li .wrap-cover:hover img {
    -webkit-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
    -ms-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
    transform: scaleX(1.3) scaleY(1.3) rotate(5deg)
}

.premium-behance-container.gray .wrap-projects li .wrap-cover:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.premium-behance-container.blur .wrap-projects li .wrap-cover:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.premium-behance-container.sepia .wrap-projects li .wrap-cover:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.premium-behance-container.trans .wrap-projects li .wrap-cover:hover img {
    -webkit-transform: translateX(0) scale(1.1);
    -ms-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1)
}

.premium-behance-container.bright .wrap-projects li .wrap-cover:hover img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.premium-behance-col-1 .wrap-projects>li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.premium-behance-col-2 .wrap-projects>li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.premium-behance-col-3 .wrap-projects>li {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
}

.premium-behance-col-4 .wrap-projects>li {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.premium-behance-col-5 .wrap-projects>li {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

.premium-behance-col-6 .wrap-projects>li {
    -webkit-flex-basis: 16.66%;
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%
}

.premium-behance-col-7 .wrap-projects>li {
    -webkit-flex-basis: 14.285%;
    -ms-flex-preferred-size: 14.285%;
    flex-basis: 14.285%
}

.premium-behance-col-8 .wrap-projects>li {
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%
}

.eb-container ul.grid-images-list {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 7.1%
}

@media screen and (max-width: 45em) {
    .eb-container ul.grid-images-list .grid-image-item {
        -webkit-box-flex:1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 50%
    }
}

@media screen and (min-width: 45em) {
    .eb-container .wrap-projects:not(:last-child),.eb-container .wrap-projects>li {
        padding-bottom:0;
        border-bottom: 0
    }

    .eb-container .wrap-projects li .wrap-cover:hover .fields-in-cover {
        opacity: 1;
        top: 0
    }

    .eb-container .close-project:hover {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
        background-color: #333
    }

    .eb-container .wrap-projects li .wrap-cover:hover img {
        opacity: .7
    }

    .eb-container aside.sidebar-desktop .eb-desktop-info:hover span.icon {
        left: 5px
    }

    .eb-container ul.grid-images-list .grid-image-item {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 33.33%
    }
}

@media screen and (max-width: 60em) {
    .eb-container.box-project .box-inner-main {
        margin-top:0!important
    }

    .eb-container .wrap-headings .inner,.eb-container main {
        margin-left: 0!important
    }
}

@media screen and (min-width: 60em) {
    .eb-container main .wrap-works-outer {
        border-top:0
    }

    .eb-container .close-project {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0
    }

    .eb-container aside.sidebar-desktop {
        display: block
    }

    .eb-container aside.sidebar-mobile {
        display: none
    }

    .eb-container aside.sidebar-desktop {
        -webkit-border-radius: 0;
        border-radius: 0;
        position: fixed;
        top: 0;
        left: 0;
        -webkit-box-ordinal-group: initial;
        -webkit-order: initial;
        -moz-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
        height: 100%;
        border: 0;
        border-right: 1px solid #e8e8e8;
        overflow: visible;
        z-index: 1200
    }

    .eb-container aside.sidebar-desktop>div.box-overflow {
        overflow-y: auto;
        height: 100%
    }

    .eb-container aside.sidebar-desktop .eb-desktop-info {
        position: absolute;
        top: 0;
        right: -webkit-calc(-2em - 1px);
        right: calc(-2em - 1px);
        width: 2em;
        height: auto;
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-transition: background-color .3s;
        transition: background-color .3s
    }

    .eb-container aside.sidebar-desktop .eb-desktop-info span.icon {
        width: 1.3em;
        height: 1em;
        display: inline-block;
        -webkit-transition: left .3s;
        transition: left .3s;
        position: relative;
        left: 0;
        top: -15%
    }

    .eb-container aside.sidebar-desktop .eb-desktop-info span.label {
        display: block;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        line-height: normal;
        text-transform: uppercase;
        font-size: .8em;
        letter-spacing: 2px;
        color: #fff
    }

    .eb-container aside.sidebar-desktop.info-open .eb-desktop-info {
        background-color: #f6f6f6!important
    }

    .eb-container aside.sidebar-desktop:not(.info-open) .eb-desktop-info span.icon svg {
        width: 1em
    }

    .eb-container aside.sidebar-desktop:not(.info-open) .eb-desktop-info span.icon svg path {
        fill: #fff!important
    }

    .eb-container aside.sidebar-desktop.info-open .eb-desktop-info span.label {
        color: #666
    }

    .eb-container.box-project aside.sidebar-desktop {
        width: 20em;
        left: -20em
    }

    .eb-container.box-project:not(.has-sidebar) .wrap-headings,.eb-container.box-project:not(.has-sidebar) main {
        width: 100%;
        margin-right: 0
    }

    .eb-container.box-project .box-inner-main {
        width: 100%
    }

    .eb-container.box-project .wrap-headings {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        right: 0;
        margin: 0 auto
    }

    .eb-container.box-project .wrap-headings .inner {
        padding-left: -webkit-calc(3% + 2em);
        padding-left: calc(3% + 2em);
        border-bottom: 1px solid #e8e8e8
    }

    .eb-container aside.sidebar-desktop .wrap-owners-outer .wrap-values {
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .eb-container aside .wrap-owners-outer .single:last-child .profile-pic:after {
        width: 15%
    }

    .eb-container.box-project .wrap-values>li.single-text {
        padding-left: 0;
        padding-right: 0
    }

    .eb-container ul.grid-images-list .grid-image-item {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 20%
    }
}

ul.premium-social-count-ul {
    padding: 0;
    margin: 0
}

.premium-social-count-ul .premium-clearfix {
    clear: both
}

.premium-social-count-ul li.premium-social-list-item {
    list-style-type: none;
    text-align: center
}

.premium-social-count-ul.inline .premium-social-list-item {
    float: left
}

.premium-social-count-ul .premium-social-count-behance,.premium-social-count-ul .premium-social-count-facebook,.premium-social-count-ul .premium-social-count-google,.premium-social-count-ul .premium-social-count-insta,.premium-social-count-ul .premium-social-count-pin,.premium-social-count-ul .premium-social-count-twitter,.premium-social-count-ul .premium-social-count-vimeo,.premium-social-count-ul .premium-social-count-youtube,.premium-social-count-ul li.premium-social-list-item i {
    border-color: #000
}

.premium-img-layers-wrapper {
    position: relative
}

.premium-img-layers-wrapper ul.premium-img-layers-list-wrapper {
    margin: 0;
    padding: 0;
    min-height: 10px
}

.premium-img-layers-wrapper .premium-img-layers-list-item {
    list-style-type: none
}

.premium-img-layers-wrapper .premium-img-layers-list-item .premium-img-layers-image {
    width: 100%;
    border-color: #000
}

.elementor-editor-active .premium-img-layers-list-wrapper .premium-img-layers-list-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.elementor-editor-active .premium-img-layers-list-wrapper .premium-img-layers-list-item.ui-draggable-dragging {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.elementor-editor-active .premium-img-layers-list-item canvas:hover,.elementor-editor-active .premium-img-layers-list-item img:hover,.elementor-editor-active .premium-img-layers-list-item svg:hover {
    outline: 1px dashed #6ec1e4
}

.premium-img-layers-list-wrapper .premium-img-layers-list-item.relative {
    position: relative;
    display: inline-block
}

.premium-img-layers-list-wrapper .premium-img-layers-list-item.absolute {
    position: absolute
}

.premium-img-layers-list-item .premium-img-layers-text {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-img-layers-list-item .premium-img-layers-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.premium-img-layers-list-wrapper li[data-layer-animation*=animated-] {
    opacity: 0
}

.premium-ihover-container {
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 0;
    padding: 0
}

.premium-ihover-list {
    display: block;
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.premium-ihover-container .premium-ihover-item-wrap {
    position: relative;
    display: inline-block;
    opacity: 1;
    font-stretch: normal;
    letter-spacing: normal;
    word-wrap: normal;
    word-spacing: normal;
    margin: 0;
    padding: 0
}

.premium-ihover-container .premium-ihover-item {
    position: relative;
    display: block;
    text-align: center;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-container .premium-ihover-img-wrap {
    position: relative;
    display: block
}

.premium-ihover-container .premium-ihover-img-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.premium-ihover-img-wrap .premium-ihover-img-inner-wrap {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%
}

.premium-ihover-container .premium-ihover-info-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: block
}

.premium-ihover-info-wrap .premium-ihover-info-back {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.premium-ihover-info-wrap .premium-ihover-content {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-ihover-info-wrap .premium-ihover-title-wrap * {
    margin: 0;
    padding: 0
}

.premium-ihover-info-wrap .premium-ihover-content .premium-ihover-divider {
    height: 1px;
    margin-top: 7px;
    margin-bottom: 11px;
    padding: 0;
    position: relative;
    overflow: hidden
}

.premium-ihover-info-wrap .premium-ihover-content .premium-ihover-divider .premium-ihover-divider-line {
    border-style: solid;
    border-width: 24px;
    display: inline
}

.premium-ihover-info-wrap .premium-ihover-content .premium-ihover-description {
    font-size: 20px;
    border-color: #000
}

.premium-ihover-info-wrap .premium-ihover-content .premium-ihover-icon {
    border-color: #000
}

.premium-ihover-info-wrap .premium-ihover-content .premium-ihover-lottie {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.premium-ihover-info-wrap .premium-ihover-content .premium-ihover-description * {
    margin: 0
}

.premium-ihover-item {
    width: 300px;
    height: 300px
}

.premium-ihover-item.style20 .premium-ihover-spinner {
    width: 300px;
    height: 300px
}

.premium-ihover-container .premium-ihover-img,.premium-ihover-img-wrap,.premium-ihover-info-wrap {
    width: 300px;
    height: 300px
}

.premium-ihover-container .premium-ihover-img,.premium-ihover-container .premium-ihover-info-back,.premium-ihover-container .premium-ihover-item-wrap,.premium-ihover-container .premium-ihover-spinner {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.premium-ihover-container a.premium-ihover-link {
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-ihover-container a.premium-ihover-link:focus {
    outline: 0;
    text-decoration: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.premium-ihover-btn-scale-yes .premium-ihover-container a.premium-ihover-link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.premium-ihover-item.style1 .premium-ihover-img-wrap {
    -webkit-transition: all .35s linear;
    transition: all .35s linear;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.premium-ihover-item.style1 .premium-ihover-info-wrap {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.premium-ihover-item.style1 .premium-ihover-info-wrap .premium-ihover-info-back {
    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    opacity: 1;
    visibility: hidden;
    -webkit-transition: all .35s linear;
    transition: all .35s linear;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.premium-ihover-item.style1:hover .premium-ihover-img-wrap {
    -webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    opacity: 0
}

.premium-ihover-item.style1:hover .premium-ihover-info-back {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate3d(1,0,0,0);
    transform: rotate3d(1,0,0,0)
}

.premium-ihover-item.style2 .premium-ihover-img-wrap {
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    z-index: 11;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style2 .premium-ihover-info-wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.premium-ihover-item.style2:hover .premium-ihover-img-wrap {
    -webkit-transform: scale(.5) translateY(-100%);
    -ms-transform: scale(.5) translateY(-100%);
    transform: scale(.5) translateY(-100%)
}

.premium-ihover-item.style2:hover .premium-ihover-info-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.premium-ihover-item.style2-1 .premium-ihover-img-wrap,.premium-ihover-item.style2-2 .premium-ihover-img-wrap {
    -webkit-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    z-index: 11;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style2-1:hover .premium-ihover-img-wrap {
    -webkit-transform: scale(.5) translateX(-100%);
    -ms-transform: scale(.5) translateX(-100%);
    transform: scale(.5) translateX(-100%)
}

.premium-ihover-item.style2-2:hover .premium-ihover-img-wrap {
    -webkit-transform: scale(.5) translateX(100%);
    -ms-transform: scale(.5) translateX(100%);
    transform: scale(.5) translateX(100%)
}

.premium-ihover-item.style2-1 .premium-ihover-info-wrap,.premium-ihover-item.style2-2 .premium-ihover-info-wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.premium-ihover-item.style2-1:hover .premium-ihover-info-wrap,.premium-ihover-item.style2-2:hover .premium-ihover-info-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.premium-ihover-item.style4 .premium-ihover-info-wrap {
    opacity: 0
}

.premium-ihover-item.style4:hover .premium-ihover-info-wrap {
    opacity: 1
}

.premium-ihover-item.style4 .premium-ihover-info-wrap .premium-ihover-info-back {
    overflow: hidden;
    -webkit-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style4:hover .premium-ihover-info-wrap .premium-ihover-info-back {
    z-index: 10;
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0)
}

.premium-ihover-item.style5 .premium-ihover-img-wrap {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style5:hover .premium-ihover-img-wrap {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.premium-ihover-item.style5 .premium-ihover-info-wrap {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.premium-ihover-item.style5:hover .premium-ihover-info-wrap {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-ihover-item.style5-1 .premium-ihover-img-wrap {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style5-1:hover .premium-ihover-img-wrap {
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.premium-ihover-item.style5-1 .premium-ihover-info-wrap {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.premium-ihover-item.style5-1:hover .premium-ihover-info-wrap {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-ihover-item.style6 .premium-ihover-img-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: 11
}

.premium-ihover-item.style6:hover .premium-ihover-img-wrap {
    -webkit-transform: translateY(50%) scale(.5);
    -ms-transform: translateY(50%) scale(.5);
    transform: translateY(50%) scale(.5)
}

.premium-ihover-item.style6 .premium-ihover-info-wrap {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.premium-ihover-item.style6:hover .premium-ihover-info-wrap {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-ihover-item.style7 .premium-ihover-img-wrap {
    -webkit-transform-origin: 5% 50%;
    -ms-transform-origin: 5% 50%;
    transform-origin: 5% 50%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: 11
}

.premium-ihover-item.style7 .premium-ihover-img-wrap:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 5%;
    margin: -4px 0 0 -4px;
    background: rgba(0,0,0,.8);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.9);
    box-shadow: 0 0 1px rgba(255,255,255,.9);
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.premium-ihover-item.style7:hover .premium-ihover-img-wrap {
    -webkit-transform: rotate(170deg);
    -ms-transform: rotate(170deg);
    transform: rotate(170deg)
}

.premium-ihover-item.style7-1 .premium-ihover-img-wrap {
    -webkit-transform-origin: 95% 50%;
    -ms-transform-origin: 95% 50%;
    transform-origin: 95% 50%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: 11
}

.premium-ihover-item.style7-1 .premium-ihover-img-wrap:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 95%;
    margin: -4px 0 0 -4px;
    background: rgba(0,0,0,.8);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.9);
    box-shadow: 0 0 1px rgba(255,255,255,.9);
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.premium-ihover-item.style7-1:hover .premium-ihover-img-wrap {
    -webkit-transform: rotate(-170deg);
    -ms-transform: rotate(-170deg);
    transform: rotate(-170deg)
}

.premium-ihover-item.style8 .premium-ihover-img-wrap {
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    opacity: 1;
    z-index: 1;
    visibility: visible;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style8:hover .premium-ihover-img-wrap {
    -webkit-transform: translateX(-100%) rotate(-180deg);
    -ms-transform: translateX(-100%) rotate(-180deg);
    transform: translateX(-100%) rotate(-180deg);
    opacity: 0;
    z-index: -1
}

.premium-ihover-item.style8 .premium-ihover-info-wrap {
    -webkit-transform: translateX(-100%) rotate(-180deg);
    -ms-transform: translateX(-100%) rotate(-180deg);
    transform: translateX(-100%) rotate(-180deg);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style8:hover .premium-ihover-info-wrap {
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1;
    z-index: 1;
    visibility: visible
}

.premium-ihover-item.style8-1 .premium-ihover-img-wrap {
    -webkit-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    opacity: 1;
    z-index: 1;
    visibility: visible;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style8-1:hover .premium-ihover-img-wrap {
    -webkit-transform: translateY(-100%) rotate(-180deg);
    -ms-transform: translateY(-100%) rotate(-180deg);
    transform: translateY(-100%) rotate(-180deg);
    opacity: 0;
    z-index: -1
}

.premium-ihover-item.style8-1 .premium-ihover-info-wrap {
    -webkit-transform: translateY(-100%) rotate(-180deg);
    -ms-transform: translateY(-100%) rotate(-180deg);
    transform: translateY(-100%) rotate(-180deg);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style8-1:hover .premium-ihover-info-wrap {
    -webkit-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1;
    z-index: 1;
    visibility: visible
}

.premium-ihover-item.style8-2 .premium-ihover-img-wrap {
    -webkit-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    opacity: 1;
    z-index: 1;
    visibility: visible;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style8-2:hover .premium-ihover-img-wrap {
    -webkit-transform: translateY(100%) rotate(180deg);
    -ms-transform: translateY(100%) rotate(180deg);
    transform: translateY(100%) rotate(180deg);
    opacity: 0;
    z-index: -1
}

.premium-ihover-item.style8-2 .premium-ihover-info-wrap {
    -webkit-transform: translateY(100%) rotate(180deg);
    -ms-transform: translateY(100%) rotate(180deg);
    transform: translateY(100%) rotate(180deg);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style8-2:hover .premium-ihover-info-wrap {
    -webkit-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1;
    z-index: 1;
    visibility: visible
}

.premium-ihover-item.style8-3 .premium-ihover-img-wrap {
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    opacity: 1;
    z-index: 1;
    visibility: visible;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style8-3:hover .premium-ihover-img-wrap {
    -webkit-transform: translateX(100%) rotate(180deg);
    -ms-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg);
    opacity: 0;
    z-index: -1
}

.premium-ihover-item.style8-3 .premium-ihover-info-wrap {
    -webkit-transform: translateX(100%) rotate(180deg);
    -ms-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style8-3:hover .premium-ihover-info-wrap {
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1;
    z-index: 1;
    visibility: visible
}

.premium-ihover-item.style9 .premium-ihover-img-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-ihover-item.style9:hover .premium-ihover-img-wrap {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.premium-ihover-item.style9 .premium-ihover-img-wrap .premium-ihover-img-front {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s
}

.premium-ihover-item.style9:hover .premium-ihover-img-front {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.premium-ihover-item.style9 .premium-ihover-info-wrap {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s
}

.premium-ihover-item.style9:hover .premium-ihover-info-wrap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1
}

.premium-ihover-item.style9 .premium-ihover-info-wrap .premium-ihover-info-back {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .35s ease-in-out .6s;
    transition: all .35s ease-in-out .6s
}

.premium-ihover-item.style9:hover .premium-ihover-info-back {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-ihover-item.style9-1 .premium-ihover-img-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-ihover-item.style9-1:hover .premium-ihover-img-wrap {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.premium-ihover-item.style9-1 .premium-ihover-img-wrap .premium-ihover-img-front {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s
}

.premium-ihover-item.style9-1:hover .premium-ihover-img-front {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.premium-ihover-item.style9-1 .premium-ihover-info-wrap {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s
}

.premium-ihover-item.style9-1:hover .premium-ihover-info-wrap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1
}

.premium-ihover-item.style9-1 .premium-ihover-info-wrap .premium-ihover-info-back {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .35s ease-in-out .6s;
    transition: all .35s ease-in-out .6s
}

.premium-ihover-item.style9-1:hover .premium-ihover-info-back {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-ihover-item.style9-2 .premium-ihover-img-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-ihover-item.style9-2:hover .premium-ihover-img-wrap {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.premium-ihover-item.style9-2 .premium-ihover-img-wrap .premium-ihover-img-front {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s
}

.premium-ihover-item.style9-2:hover .premium-ihover-img-front {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.premium-ihover-item.style9-2 .premium-ihover-info-wrap {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s
}

.premium-ihover-item.style9-2:hover .premium-ihover-info-wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 1
}

.premium-ihover-item.style9-2 .premium-ihover-info-wrap .premium-ihover-info-back {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .35s ease-in-out .6s;
    transition: all .35s ease-in-out .6s
}

.premium-ihover-item.style9-2:hover .premium-ihover-info-back {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-ihover-item.style10 .premium-ihover-img-wrap {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style10:hover .premium-ihover-img-wrap {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.premium-ihover-item.style10 .premium-ihover-info-wrap {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style10:hover .premium-ihover-info-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.premium-ihover-item.style11 .premium-ihover-img-wrap {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.premium-ihover-item.style11:hover .premium-ihover-img-wrap {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.premium-ihover-item.style11 .premium-ihover-info-wrap {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.premium-ihover-item.style11:hover .premium-ihover-info-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.premium-ihover-item.style12 .premium-ihover-img-wrap {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.premium-ihover-item.style12:hover .premium-ihover-img-wrap {
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.premium-ihover-item.style12 .premium-ihover-info-wrap {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.premium-ihover-item.style12:hover .premium-ihover-info-wrap {
    visibility: visible;
    z-index: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.premium-ihover-item.style13 .premium-ihover-img-wrap {
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    opacity: 1;
    z-index: 1;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.premium-ihover-item.style13:hover .premium-ihover-img-wrap {
    opacity: 0;
    z-index: -1;
    -webkit-transform: translateX(-100%) rotate(-180deg);
    -ms-transform: translateX(-100%) rotate(-180deg);
    transform: translateX(-100%) rotate(-180deg)
}

.premium-ihover-item.style13 .premium-ihover-info-wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .35s ease .2s;
    transition: all .35s ease .2s
}

.premium-ihover-item.style13:hover .premium-ihover-info-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-ihover-item.style14 .premium-ihover-img-wrap {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style14:hover .premium-ihover-img-wrap {
    opacity: 0;
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg)
}

.premium-ihover-item.style14 .premium-ihover-info-wrap {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease .35s;
    transition: all .35s ease .35s
}

.premium-ihover-item.style14:hover .premium-ihover-info-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0)
}

.premium-ihover-item.style15 .premium-ihover-info-wrap {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style15:hover .premium-ihover-info-wrap {
    opacity: 1
}

.premium-ihover-item.style16 .premium-ihover-img-wrap {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.premium-ihover-item.style16:hover .premium-ihover-img-wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.premium-ihover-item.style16 .premium-ihover-info-wrap {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out .3s;
    transition: all .35s ease-in-out .3s
}

.premium-ihover-item.style16:hover .premium-ihover-info-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.premium-ihover-item.style17 .premium-ihover-img-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style17:hover .premium-ihover-img-wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5) rotate(720deg);
    -ms-transform: scale(.5) rotate(720deg);
    transform: scale(.5) rotate(720deg)
}

.premium-ihover-item.style17 .premium-ihover-info-wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5) rotate(-720deg);
    -ms-transform: scale(.5) rotate(-720deg);
    transform: scale(.5) rotate(-720deg);
    -webkit-transition: all .35s ease-in-out .3s;
    transition: all .35s ease-in-out .3s
}

.premium-ihover-item.style17:hover .premium-ihover-info-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}

.premium-ihover-item.style18 .premium-ihover-info-wrap {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.premium-ihover-item.style18:hover .premium-ihover-info-wrap {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-ihover-item.style19 .premium-ihover-img-wrap {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    z-index: 11;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.premium-ihover-item.style19:hover .premium-ihover-img-wrap {
    -webkit-transform: rotate3d(0,1,0,-180deg);
    transform: rotate3d(0,1,0,-180deg)
}

.premium-ihover-item.style20 .premium-ihover-spinner {
    border-top-color: #6ec1e4;
    border-left-color: #6ec1e4;
    border-bottom-color: #54595f;
    border-right-color: #54595f;
    position: relative;
    border-width: 10px;
    border-style: solid;
    z-index: 1;
    -webkit-transition: -webkit-transform .8s ease-out;
    transition: -webkit-transform .8s ease-out;
    transition: transform .8s ease-out;
    transition: transform .8s ease-out,-webkit-transform .8s ease-out
}

.premium-ihover-item.style20:hover .premium-ihover-spinner {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out,-webkit-transform .8s ease-in-out;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.premium-ihover-item.style20 .premium-ihover-img-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    -webkit-transition: all .35s linear;
    transition: all .35s linear;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.premium-ihover-item.style20 .premium-ihover-info-wrap .premium-ihover-info-back {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
    opacity: 0
}

.premium-ihover-item.style20:hover .premium-ihover-info-wrap .premium-ihover-info-back {
    opacity: 1
}

.premium-ihover-item.style20:hover .premium-ihover-info-wrap .premium-ihover-info-back .premium-ihover-content {
    z-index: 2
}

.premium-image-comparison-wrap {
    overflow: hidden;
    position: relative!important
}

.premium-twentytwenty-horizontal .premium-twentytwenty-handle:after,.premium-twentytwenty-horizontal .premium-twentytwenty-handle:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 30
}

.premium-twentytwenty-vertical .premium-twentytwenty-handle:after,.premium-twentytwenty-vertical .premium-twentytwenty-handle:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 30
}

.premium-twentytwenty-horizontal .premium-twentytwenty-handle:after,.premium-twentytwenty-horizontal .premium-twentytwenty-handle:before {
    width: 3px;
    height: 9999px;
    left: 50%;
    background: #54595f
}

.premium-twentytwenty-vertical .premium-twentytwenty-handle:after,.premium-twentytwenty-vertical .premium-twentytwenty-handle:before {
    width: 9999px;
    height: 3px;
    top: 50%;
    background: #54595f
}

.premium-twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-color: #000
}

.premium-twentytwenty-after-label,.premium-twentytwenty-before-label {
    position: absolute;
    border-color: #000
}

.premium-twentytwenty-after-label span,.premium-twentytwenty-before-label span {
    font-size: 22px;
    padding: 6px 20px;
    border-color: #000
}

.premium-twentytwenty-horizontal .premium-twentytwenty-after-label.premium-twentytwenty-after-label-middle,.premium-twentytwenty-horizontal .premium-twentytwenty-before-label.premium-twentytwenty-before-label-middle {
    top: 50%;
    margin-top: -19px
}

.premium-twentytwenty-horizontal .premium-twentytwenty-after-label.premium-twentytwenty-after-label-top,.premium-twentytwenty-horizontal .premium-twentytwenty-before-label.premium-twentytwenty-before-label-top {
    top: 0
}

.premium-twentytwenty-horizontal .premium-twentytwenty-after-label.premium-twentytwenty-after-label-bottom,.premium-twentytwenty-horizontal .premium-twentytwenty-before-label.premium-twentytwenty-before-label-bottom {
    bottom: 0
}

.premium-twentytwenty-vertical .premium-twentytwenty-after-label,.premium-twentytwenty-vertical .premium-twentytwenty-before-label {
    text-align: center
}

.premium-twentytwenty-vertical .premium-twentytwenty-after-label.premium-twentytwenty-after-label-left,.premium-twentytwenty-vertical .premium-twentytwenty-before-label.premium-twentytwenty-before-label-left {
    left: 0
}

.premium-twentytwenty-vertical .premium-twentytwenty-after-label.premium-twentytwenty-after-label-center,.premium-twentytwenty-vertical .premium-twentytwenty-before-label.premium-twentytwenty-before-label-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.premium-twentytwenty-vertical .premium-twentytwenty-after-label.premium-twentytwenty-after-label-right,.premium-twentytwenty-vertical .premium-twentytwenty-before-label.premium-twentytwenty-before-label-right {
    right: 0
}

.premium-twentytwenty-horizontal .premium-twentytwenty-before-label {
    left: 10px
}

.premium-twentytwenty-vertical .premium-twentytwenty-before-label {
    top: 10px
}

.premium-twentytwenty-horizontal .premium-twentytwenty-after-label {
    right: 10px
}

.premium-twentytwenty-vertical .premium-twentytwenty-after-label {
    bottom: 10px
}

.premium-twentytwenty-down-arrow,.premium-twentytwenty-left-arrow,.premium-twentytwenty-right-arrow,.premium-twentytwenty-up-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute
}

.premium-twentytwenty-left-arrow,.premium-twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px
}

.premium-twentytwenty-down-arrow,.premium-twentytwenty-up-arrow {
    left: 50%;
    margin-left: -6px
}

.premium-twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none
}

.premium-twentytwenty-container .premium-twentytwenty-after,.premium-twentytwenty-container .premium-twentytwenty-before {
    width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.premium-twentytwenty-container.active .premium-twentytwenty-overlay,.premium-twentytwenty-container.active:hover .premium-twentytwenty-overlay {
    background: rgba(0,0,0,0)
}

.premium-twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.premium-twentytwenty-after-label:before,.premium-twentytwenty-before-label:before {
    content: attr(data-content)
}

.premium-twentytwenty-overlay {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    z-index: 25
}

.premium-twentytwenty-overlay.premium-twentytwenty-show:hover {
    background: rgba(110,193,228,.3)
}

.premium-twentytwenty-overlay.premium-twentytwenty-hide {
    background-color: transparent
}

.premium-twentytwenty-before {
    z-index: 20
}

.premium-twentytwenty-after {
    z-index: 10
}

.premium-twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 3px solid #54595f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px rgba(51,51,51,.5);
    box-shadow: 0 0 12px rgba(51,51,51,.5);
    z-index: 40;
    cursor: pointer
}

.premium-twentytwenty-horizontal .premium-twentytwenty-handle,.premium-twentytwenty-vertical .premium-twentytwenty-handle {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.premium-twentytwenty-horizontal .premium-twentytwenty-handle:before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100%
}

.premium-twentytwenty-horizontal .premium-twentytwenty-handle:after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%
}

.premium-twentytwenty-vertical .premium-twentytwenty-handle:before {
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-twentytwenty-vertical .premium-twentytwenty-handle:after {
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-twentytwenty-left-arrow {
    border-right: 6px solid;
    left: 50%;
    margin-left: -17px
}

.premium-twentytwenty-right-arrow {
    border-left: 6px solid;
    right: 50%;
    margin-right: -17px
}

.premium-twentytwenty-up-arrow {
    border-bottom: 6px solid;
    top: 50%;
    margin-top: -17px
}

.premium-twentytwenty-down-arrow {
    border-top: 6px solid;
    bottom: 50%;
    margin-bottom: -17px
}

.premium-twentytwenty-handle.premium-twentytwenty-hide:after,.premium-twentytwenty-handle.premium-twentytwenty-hide:before {
    display: none
}

.premium-images-compare-container .premium-label-hidden {
    opacity: 0
}

.premium-content-toggle-container {
    padding: 10px 20px;
    border-color: #000;
    overflow: hidden
}

.premium-content-toggle-container .premium-content-toggle-monthly,.premium-content-toggle-container .premium-content-toggle-yearly {
    border-color: #000;
    list-style: none
}

.premium-content-toggle-container .premium-content-toggle-two-content {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.premium-content-toggle-container .premium-content-toggle-switcher {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #000;
    margin-bottom: 15px
}

.premium-content-toggle-container .premium-content-toggle-heading-one,.premium-content-toggle-container .premium-content-toggle-heading-two {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.premium-content-toggle-stack-no .premium-content-toggle-heading-one {
    margin-right: 2em
}

.premium-content-toggle-stack-no .premium-content-toggle-heading-two {
    margin-left: 2em
}

.premium-content-toggle-stack-yes .premium-content-toggle-heading-one {
    margin-bottom: 1em
}

.premium-content-toggle-stack-yes .premium-content-toggle-heading-two {
    margin-top: 1em
}

.premium-content-toggle-stack-yes .premium-content-toggle-switcher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-content-toggle-stack-no .premium-content-toggle-switcher {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.premium-content-toggle-container .premium-content-toggle-heading-one *,.premium-content-toggle-container .premium-content-toggle-heading-two * {
    margin: 0;
    display: table;
    border-color: #000;
    font-size: 23px
}

.premium-content-toggle-container .premium-content-toggle-two-content>li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    min-height: 100px;
    -webkit-transition: all .7s cubic-bezier(.5,.2,.2,.8);
    transition: all .7s cubic-bezier(.5,.2,.2,.8)
}

.elementor-editor-active .elementor.elementor-edit-mode .premium-content-toggle-container .premium-content-toggle-two-content>li .elementor-inner,.elementor-editor-active .elementor.elementor-edit-mode .premium-content-toggle-container .premium-content-toggle-two-content>li .elementor-inner-section:first-child {
    margin-top: 0
}

.premium-content-toggle-list.fade-left .premium-content-toggle-is-visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.premium-content-toggle-list.fade-left .premium-content-toggle-is-hidden {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.premium-content-toggle-list.fade-right .premium-content-toggle-is-visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.premium-content-toggle-list.fade-right .premium-content-toggle-is-hidden {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.premium-content-toggle-list.fade-bottom .premium-content-toggle-is-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.premium-content-toggle-list.fade-bottom .premium-content-toggle-is-hidden {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.premium-content-toggle-list.fade-top .premium-content-toggle-is-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.premium-content-toggle-list.fade-top .premium-content-toggle-is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.premium-content-toggle-container .premium-content-toggle-two-content .premium-content-toggle-is-visible {
    position: relative;
    z-index: 5;
    opacity: 1
}

.premium-content-toggle-container .premium-content-toggle-two-content .premium-content-toggle-is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.premium-content-toggle-switcher .premium-content-toggle-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-content-toggle-switcher .premium-content-toggle-switch-label {
    position: relative;
    display: inline-block;
    width: 4.5em;
    height: 2.3em;
    vertical-align: middle
}

.premium-content-toggle-switcher .premium-content-toggle-switch {
    display: none
}

.premium-content-toggle-switcher .premium-content-toggle-switch-control {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    background: #f2f2f2
}

.premium-content-toggle-switcher .premium-content-toggle-switch+.premium-content-toggle-switch-control:before {
    position: absolute;
    content: "";
    height: 1.8em;
    width: 1.8em;
    left: .25em;
    bottom: .25em;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #6ec1e4;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.premium-content-toggle-switcher .premium-content-toggle-switch:checked+.premium-content-toggle-switch-control:before {
    -webkit-transform: translateX(2.1em);
    -ms-transform: translateX(2.1em);
    transform: translateX(2.1em)
}

.elementor-widget-premium-tables-addon {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget-premium-tables-addon .elementor-widget-container {
    width: 100%
}

.premium-table-wrap {
    position: relative
}

.premium-table {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: separate;
    overflow: hidden
}

.premium-table .premium-table-row {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-table .premium-table-cell {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    padding: 0;
    border: none;
    overflow: hidden
}

.premium-table .premium-table-cell .premium-lottie-animation {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-filter .3s linear;
    transition: -webkit-filter .3s linear;
    transition: filter .3s linear;
    transition: filter .3s linear,-webkit-filter .3s linear
}

.premium-table .premium-table-cell img,.premium-table .premium-table-cell svg {
    width: 50px;
    height: 50px
}

.premium-table .premium-table-text {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    cursor: auto
}

.premium-table img {
    vertical-align: middle
}

.premium-table-cell a.premium-table-text,.premium-table-sort-head .premium-table-text {
    cursor: pointer
}

.premium-table .premium-table-text.premium-table-cell-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.elementor-element-edit-mode.elementor-widget-premium-tables-addon .premium-table .premium-table-text .premium-table-inner {
    cursor: text
}

.premium-table .premium-table-cell-icon-after {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.premium-table .premium-table-cell-icon-top {
    margin-bottom: 0
}

.premium-table thead .premium-table-cell .premium-table-sort-icon:before {
    border-color: #000;
    padding: 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-table-dir-ltr .premium-table-cell-icon-after {
    margin-left: 10px
}

.premium-table-dir-ltr .premium-table-cell-icon-before {
    margin-right: 10px
}

.premium-table-dir-rtl .premium-table-cell-icon-after {
    margin-right: 10px
}

.premium-table-dir-rtl .premium-table-cell-icon-before {
    margin-left: 10px
}

.premium-table-sort .premium-table-text span.premium-table-sort-icon {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    padding: 5px
}

.premium-table-sort .premium-table-text .premium-icon-sort-down,.premium-table-sort .premium-table-text .premium-icon-sort-up {
    display: none
}

.premium-table-sort .premium-table-down .premium-table-text .premium-icon-sort,.premium-table-sort .premium-table-up .premium-table-text .premium-icon-sort {
    display: none
}

.premium-table-sort .premium-table-down .premium-table-text .premium-icon-sort-down,.premium-table-sort .premium-table-up .premium-table-text .premium-icon-sort-up {
    display: block
}

.premium-table .premium-table-cell .premium-table-text {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-color: #000
}

.premium-table-wrap .premium-table-search-field {
    display: inline-block;
    margin: 15px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-color: #000;
    outline: 0;
    border: 1px solid #ddd;
    padding: 8px
}

.premium-table-filter-records .premium-table-search-field {
    width: 100%!important
}

.premium-table-blur tbody:hover .premium-table-row .premium-table-text {
    color: transparent!important;
    text-shadow: 0 0 3px #aaa
}

.premium-table-blur tbody:hover .premium-table-row .premium-table-text .premium-lottie-animation {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.premium-table-blur tbody:hover .premium-table-row:hover .premium-table-text {
    color: #aaa!important;
    text-shadow: 0 0 0 transparent
}

.premium-table-blur tbody:hover .premium-table-row:hover .premium-table-text .premium-lottie-animation {
    -webkit-filter: none;
    filter: none
}

.premium-table-wrap.premium-table-filter-records .premium-table-filter {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.premium-table-records-box option:focus {
    outline: 0
}

.premium-table .premium-table-hide,.premium-table .premium-table-search-hide {
    display: none
}

.premium-table-pagination {
    margin-top: 1em
}

.premium-table-pagination ul.page-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-table-pagination ul.page-numbers li {
    margin: 0 .4em .4em 0;
    padding: 0;
    text-align: center
}

.premium-table-pagination ul li .page-numbers {
    margin: 0;
    text-decoration: none;
    color: #000;
    border: 1px solid #54595f;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .75em;
    display: block;
    min-width: 2.5em;
    -mos-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.premium-table-pagination ul li .page-numbers.current,.premium-table-pagination ul li .page-numbers:focus,.premium-table-pagination ul li .page-numbers:hover {
    background-color: #54595f;
    color: #fff
}

.premium-table tr.premium-table-row-hidden {
    display: none
}

.premium-table-wrap .premium-loading-feed {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,.2);
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .premium-table-responsive {
        overflow:scroll
    }

    .premium-table-responsive .premium-table {
        min-width: 600px
    }
}

.premium-separator-wrapper hr {
    border-bottom: none
}

.premium-separator-solid .premium-separator-wrapper-separator-divider-left hr,.premium-separator-solid .premium-separator-wrapper-separator-divider-right hr {
    border-top-style: solid
}

.premium-separator-double .premium-separator-wrapper-separator-divider-left hr,.premium-separator-double .premium-separator-wrapper-separator-divider-right hr {
    border-top-style: double
}

.premium-separator-dashed .premium-separator-wrapper-separator-divider-left hr,.premium-separator-dashed .premium-separator-wrapper-separator-divider-right hr {
    border-top-style: dashed
}

.premium-separator-dotted .premium-separator-wrapper-separator-divider-left hr,.premium-separator-dotted .premium-separator-wrapper-separator-divider-right hr {
    border-top-style: dotted
}

.premium-separator-groove .premium-separator-wrapper-separator-divider-left hr,.premium-separator-groove .premium-separator-wrapper-separator-divider-right hr {
    border-top-style: groove
}

.premium-separator-wrapper-separator {
    width: 100%;
    position: relative;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.premium-separator-wrapper-separator .premium-separator-wrapper-separator-divider {
    text-align: center;
    display: block
}

.premium-separator-wrapper-separator .premium-separator-wrapper-separator-divider .premium-separator-wrapper-separator-divider-main-inner {
    display: inline-block;
    width: 300px
}

.premium-separator-wrapper-separator .premium-separator-wrapper-separator-divider-inner {
    display: table;
    width: 100%
}

.premium-separator-wrapper-separator .premium-separator-wrapper-separator-divider .premium-separator-left-side hr,.premium-separator-wrapper-separator .premium-separator-wrapper-separator-divider .premium-separator-right-side hr {
    margin: 0;
    border-top-width: 2px;
    border-top-color: #222;
    width: 100%;
    display: inline-block
}

.premium-separator-wrapper-separator .premium-separator-wrapper-separator-divider-icon {
    text-align: center
}

.premium-separator-wrapper-separator .premium-separator-wrapper-separator-divider-icon,.premium-separator-wrapper-separator .premium-separator-wrapper-separator-divider-left,.premium-separator-wrapper-separator .premium-separator-wrapper-separator-divider-right {
    display: table-cell;
    vertical-align: middle;
    line-height: 0
}

.premium-separator-wrapper-separator .premium-separator-icon-wrap {
    margin-left: 10px;
    margin-right: 10px
}

.premium-separator-wrapper-separator .premium-separator-img-icon {
    display: inline-block
}

.premium-separator-wrapper-separator .premium-separator-icon-wrap i,.premium-separator-wrapper-separator .premium-separator-icon-wrap img {
    display: inline-block
}

.premium-separator-wrapper-separator .premium-separator-img-icon img {
    max-width: none
}

.premium-separator-wrapper-separator .premium-separator-icon i,.premium-separator-wrapper-separator .premium-separator-icon-text {
    margin: 0;
    border-color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-separator-wrapper-separator .premium-separator-left-side,.premium-separator-wrapper-separator .premium-separator-right-side {
    width: 100px
}

.premium-separator-shadow .premium-separator-left-side hr,.premium-separator-shadow .premium-separator-right-side hr {
    height: 6px;
    -webkit-box-shadow: 0 10px 10px -10px #8c8b8b inset;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
    border: 0!important
}

.premium-separator-gradient .premium-separator-left-side hr,.premium-separator-gradient .premium-separator-right-side hr {
    height: 1px;
    background-image: -moz-linear-gradient(left,#f0f0f0,#8c8b8b,#f0f0f0);
    border: 0!important
}

.premium-separator-gradient .premium-separator-left-side hr {
    -webkit-border-top-left-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%
}

.premium-separator-gradient .premium-separator-right-side hr {
    -webkit-border-top-right-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%
}

.premium-separator-curvedbot .premium-separator-left-side hr,.premium-separator-curvedbot .premium-separator-right-side hr {
    height: 1em;
    border-style: solid;
    border-color: #222;
    border-width: 1px 0 0 0
}

.premium-separator-curvedbot .premium-separator-left-side hr {
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px
}

.premium-separator-curvedbot .premium-separator-right-side hr {
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px
}

.premium-separator-curvedtop .premium-separator-left-side hr,.premium-separator-curvedtop .premium-separator-right-side hr {
    height: 1em;
    border-style: solid;
    border-color: #222;
    border-width: 1px 0 0 0
}

.premium-separator-curvedtop .premium-separator-left-side hr {
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.premium-separator-curvedtop .premium-separator-right-side hr {
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.premium-separator-container.premium-separator-curvedtop .premium-separator-left-side hr,.premium-separator-container.premium-separator-curvedtop .premium-separator-right-side hr {
    border-top-width: 0!important;
    border-bottom-width: 2px
}

.premium-separator-custom .premium-separator-left-side hr,.premium-separator-custom .premium-separator-right-side hr {
    border-style: solid
}

.elementor-widget-premium-chart.elementor-invisible {
    visibility: visible
}

.premium-whatsapp-icon-before .premium-whatsapp-icon-wrap {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.premium-whatsapp-icon-after .premium-whatsapp-icon-wrap {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -moz-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.premium-whatsapp-link {
    background-color: #61ce70;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-whatsapp-link .premium-whatsapp-text {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.premium-whatsapp-link .premium-whatsapp-lottie {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.premium-whatsapp-link .premium-whatsapp-icon,.premium-whatsapp-link span {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-whatsapp-link img {
    width: 30px;
    height: 30px
}

.premium-whatsapp-link svg {
    width: 70px;
    height: 70px
}

.premium-whatsapp-link .premium-whatsapp-icon {
    font-size: 22px
}

.premium-button-float.right {
    position: fixed;
    bottom: 1em;
    right: 1em
}

.premium-button-float.left {
    position: fixed;
    bottom: 1em;
    left: 1em
}

.premium-tooltipster-base .tooltipster-content {
    padding: .3em .6em;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.premium-multiscroll-inner {
    position: relative;
    overflow: hidden;
    min-height: 100%
}

.premium-multiscroll-inner.premium-scroll-fit {
    height: 100vh
}

.ms-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ms-section.ms-table {
    display: table;
    width: 100%
}

.ms-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.premium-scroll-easing {
    -webkit-transition: all .7s cubic-bezier(.895,.03,.685,.22);
    transition: all .7s cubic-bezier(.895,.03,.685,.22)
}

.multiscroll-nav {
    position: absolute;
    z-index: 100;
    margin-top: -32px;
    opacity: 1
}

.multiscroll-nav.middle {
    top: 50%
}

.multiscroll-nav.top {
    top: 40px
}

.multiscroll-nav.bottom {
    bottom: 30px
}

.multiscroll-nav.right {
    right: 17px
}

.multiscroll-nav.left {
    left: 17px
}

.multiscroll-nav ul {
    margin: 0;
    padding: 0
}

.multiscroll-nav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.multiscroll-nav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

.multiscroll-nav li .active span {
    background: #333
}

.multiscroll-nav span {
    top: 2px;
    left: 2.5px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0,0,0,0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1
}

.multiscroll-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    top: -5px;
    white-space: nowrap;
    max-width: 220px
}

.multiscroll-tooltip.right {
    right: 25px
}

.multiscroll-tooltip.left {
    left: 25px
}

.ms-responsive .ms-hide {
    display: none
}

.ms-scrollable {
    overflow: hidden;
    position: relative
}

.ms-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0!important
}

.premium-mscroll-nav-left .premium-scroll-nav-menu {
    left: 0
}

.premium-mscroll-nav-center .premium-scroll-nav-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.premium-mscroll-nav-right .premium-scroll-nav-menu {
    right: 0
}

.premium-mscroll-nav-top .premium-scroll-nav-menu {
    top: 20px
}

.premium-mscroll-nav-bottom .premium-scroll-nav-menu {
    bottom: 20px
}

.premium-scroll-nav-menu {
    position: absolute;
    height: 40px;
    z-index: 70;
    padding: 0;
    margin: 0
}

.premium-scroll-nav-menu .premium-scroll-nav-item {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255,255,255,.3)
}

.premium-scroll-nav-menu .premium-scroll-nav-item .premium-scroll-nav-link {
    padding: 9px 18px;
    display: block;
    color: #000
}

.premium-scroll-nav-menu .premium-scroll-nav-item .premium-scroll-nav-link:hover {
    color: #000
}

.premium-scroll-nav-menu .premium-scroll-nav-item .premium-scroll-nav-link:focus {
    outline: 0
}

.multiscroll-nav li a:focus {
    outline: 0
}

.premium-scroll-nav-menu.premium-scroll-responsive {
    display: none
}

.premium-multiscroll-inner ul.premium-multiscroll-dot-list,.premium-multiscroll-wrap .premium-scroll-nav-menu {
    margin: 0!important;
    padding: 0
}

.premium-multiscroll-inner .premium-multiscroll-hide {
    display: none
}

.premium-accordion-section {
    width: 100%;
    overflow: hidden
}

.premium-accordion-horizontal,.premium-accordion-vertical {
    width: 100%;
    height: 100%
}

.premium-accordion-container ul.premium-accordion-ul {
    width: 100%;
    margin: 0;
    padding: 0
}

.premium-accordion-horizontal .premium-accordion-ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.premium-accordion-vertical .premium-accordion-ul {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-accordion-container .premium-accordion-li {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    vertical-align: top;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden
}

.premium-accordion-horizontal .premium-accordion-li {
    display: table-cell;
    width: 16.666%;
    height: 400px
}

.premium-accordion-vertical .premium-accordion-li {
    width: 100%;
    list-style-type: none;
    height: 200px
}

.premium-accordion-li .premium-accordion-img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-accordion-horizontal .premium-accordion-ul:hover .premium-accordion-li {
    width: 12%
}

.premium-accordion-horizontal .premium-accordion-ul:hover li.premium-accordion-li:hover {
    width: 30%
}

.premium-accordion-horizontal .premium-accordion-ul li.premium-accordion-li-active {
    width: 30%
}

.premium-accordion-vertical .premium-accordion-ul li.premium-accordion-li-active,.premium-accordion-vertical .premium-accordion-ul:hover li.premium-accordion-li:hover {
    height: 400px!important
}

.premium-accordion-container .premium-accordion-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.premium-accordion-container .premium-accordion-overlay-wrap {
    position: absolute;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 1em
}

.elementor-editor-active .premium-accordion-container .premium-accordion-content {
    z-index: 100
}

.premium-accordion-section .premium-accordion-icon {
    font-size: 20px
}

.premium-accordion-content .premium-accordion-title {
    margin: 0;
    padding: 0
}

.premium-accordion-content .premium-accordion-item-link-title {
    display: inline-block
}

.premium-accordion-content .premium-accordion-icon,.premium-accordion-content .premium-accordion-title {
    -webkit-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0)
}

.premium-accordion-content .premium-accordion-description,.premium-accordion-content .premium-accordion-item-link-title {
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0)
}

.premium-accordion-content .premium-lottie-animation {
    display: inline-block
}

.premium-accordion-container .premium-accordion-content>* {
    opacity: 0;
    visibility: hidden
}

.premium-accordion-container .premium-accordion-li:hover .premium-accordion-content>* {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.premium-accordion-container .premium-accordion-content>* {
    -webkit-transition: visibility .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: visibility .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,visibility .2s ease-in-out,opacity .2s ease-in-out;
    transition: transform .3s ease-in-out,visibility .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .3s ease-in-out
}

.premium-accordion-container .premium-accordion-overlay-wrap {
    -webkit-transition: background-color .3s ease-in-out,visibility .3s .3s ease-in-out,opacity .3s .3s ease-in-out,color .3s ease-in-out,-webkit-transform .3s .3s ease-in-out;
    transition: background-color .3s ease-in-out,visibility .3s .3s ease-in-out,opacity .3s .3s ease-in-out,color .3s ease-in-out,-webkit-transform .3s .3s ease-in-out;
    transition: background-color .3s ease-in-out,transform .3s .3s ease-in-out,visibility .3s .3s ease-in-out,opacity .3s .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,transform .3s .3s ease-in-out,visibility .3s .3s ease-in-out,opacity .3s .3s ease-in-out,color .3s ease-in-out,-webkit-transform .3s .3s ease-in-out
}

.premium-accordion-container .premium-accordion-li:hover .premium-accordion-content>* {
    -webkit-transition: visibility .3s .3s ease-in-out,opacity .3s .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out,-webkit-transform .3s .3s ease-in-out;
    transition: visibility .3s .3s ease-in-out,opacity .3s .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out,-webkit-transform .3s .3s ease-in-out;
    transition: transform .3s .3s ease-in-out,visibility .3s .3s ease-in-out,opacity .3s .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out;
    transition: transform .3s .3s ease-in-out,visibility .3s .3s ease-in-out,opacity .3s .3s ease-in-out,color .3s ease-in-out,background-color .3s ease-in-out,-webkit-transform .3s .3s ease-in-out
}

.premium-accordion-container .premium-accordion-background {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.premium-accordion-container .premium-accordion-left {
    text-align: left
}

.premium-accordion-container .premium-accordion-center {
    text-align: center
}

.premium-accordion-container .premium-accordion-right {
    text-align: right
}

.premium-accordion-skew ul.premium-accordion-ul {
    width: 130%;
    margin-left: -15%
}

.premium-accordion-skew .premium-accordion-li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    width: 400%;
    background-position: center center;
    background-repeat: no-repeat
}

.premium-accordion-container div[data-skew=right] .premium-accordion-li {
    -webkit-transform: skewX(-15deg) translateZ(0);
    transform: skewX(-15deg) translateZ(0)
}

.premium-accordion-container div[data-skew=right] .premium-accordion-li::before {
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg)
}

.premium-accordion-container div[data-skew=right] .premium-accordion-content {
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg)
}

.premium-accordion-container div[data-skew=left] .premium-accordion-li {
    -webkit-transform: skewX(15deg) translateZ(0);
    transform: skewX(15deg) translateZ(0)
}

.premium-accordion-container div[data-skew=left] .premium-accordion-li::before {
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg)
}

.premium-accordion-container div[data-skew=left] .premium-accordion-content {
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg)
}

.premium-color-transition {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.premium-color-transition .premium-color-transition-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.premium-color-transition-layer.layer-active {
    opacity: 1;
    visibility: visible
}

.premium-color-transition .premium-color-transition-layer::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.premium-bg-transition-hidden {
    opacity: 0;
    visibility: hidden
}

.premium-hscroll-wrap {
    overflow: hidden
}

.premium-hscroll-wrap .premium-hscroll-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.premium-hscroll-wrap .premium-hscroll-layer-active {
    opacity: 1;
    visibility: visible
}

.premium-hscroll-scroller-wrap {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.premium-hscroll-scroller-wrap[data-progress=top] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.premium-hscroll-wrap:not(.premium-hscroll-responsive) .premium-hscroll-scroller-wrap .premium-hscroll-temp {
    position: relative;
    float: left
}

.premium-hscroll-temp .elementor-row {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 1
}

.premium-hscroll-sections-wrap {
    min-height: 100vh;
    overflow: hidden
}

.premium-hscroll-window-fit .premium-hscroll-spacer {
    height: 0!important
}

.premium-hscroll-wrap:not(.premium-hscroll-responsive) .premium-hscroll-sections-wrap[data-scroll-opacity="1"] .premium-hscroll-hide .elementor-row {
    opacity: .2
}

.premium-hscroll-scroller-wrap .premium-hscroll-progress {
    position: relative;
    background-color: #54595f;
    bottom: 3px;
    left: 80px;
    height: 3px;
    width: 100%;
    z-index: 4
}

.premium-hscroll-progress-hidden {
    display: none
}

.premium-hscroll-scroller-wrap[data-progress=top] .premium-hscroll-progress {
    bottom: auto;
    top: 0
}

.premium-hscroll-scroller-wrap .premium-hscroll-progress-line {
    position: absolute;
    background-color: #fff;
    width: 0;
    height: 3px;
    top: 0;
    z-index: 4
}

.premium-hscroll-nav {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99
}

.premium-hscroll-nav ul.premium-hscroll-nav-list {
    -js-display: flex!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    font-size: .8em;
    list-style: none;
    margin: 0;
    padding: 0
}

.premium-hscroll-nav-item {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-hscroll-nav-item.active .premium-hscroll-nav-dot {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.premium-hscroll-nav-item:hover span {
    z-index: 99;
    visibility: visible;
    opacity: 1
}

.premium-hscroll-nav-item .premium-hscroll-nav-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    white-space: nowrap;
    max-width: 220px;
    padding-left: .4em;
    padding-right: .4em;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #54595f
}

.premium-hscroll-nav-item .premium-hscroll-nav-dot {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #54595f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #54595f;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-hscroll-dots-bottom .premium-hscroll-nav {
    bottom: 30px;
    width: 100%
}

.premium-hscroll-dots-bottom .premium-hscroll-nav-item {
    margin: 0 .7em
}

.premium-hscroll-dots-bottom .premium-hscroll-nav-tooltip {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 1em
}

.premium-hscroll-dots-left .premium-hscroll-nav-tooltip {
    left: 1.4em
}

.premium-hscroll-dots-left .premium-hscroll-nav-tooltip::after {
    position: absolute;
    top: 50%;
    content: "";
    right: -webkit-calc(100% - 1px);
    right: calc(100% - 1px);
    width: 10px;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #54595f;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-hscroll-dots-left .premium-hscroll-nav {
    left: 1%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-hscroll-dots-right .premium-hscroll-nav-tooltip {
    right: 1.4em
}

.premium-hscroll-dots-right .premium-hscroll-nav-tooltip::after {
    position: absolute;
    top: 50%;
    content: "";
    left: -webkit-calc(100% - 1px);
    left: calc(100% - 1px);
    width: 10px;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #54595f;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-hscroll-dots-right .premium-hscroll-nav {
    right: 1%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.elementor-widget-premium-hscroll:not(.premium-hscroll-dots-bottom) ul.premium-hscroll-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.elementor-widget-premium-hscroll:not(.premium-hscroll-dots-bottom) .premium-hscroll-nav-list .premium-hscroll-nav-item {
    margin: .7em 0
}

.premium-hscroll-nav-list.dashes .premium-hscroll-nav-item {
    width: 3em;
    height: .3em;
    -webkit-border-radius: 0;
    border-radius: 0
}

.premium-hscroll-pagination {
    position: absolute;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 30px;
    bottom: 30px;
    background-color: rgba(2,2,2,.5);
    padding: .5em 1em;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.premium-hscroll-pagination .premium-hscroll-total-slides:before {
    content: "/";
    margin: 0 5px;
    color: #fff
}

.premium-hscroll-pagination span.premium-hscroll-page-item {
    font-size: 30px;
    display: inline-block;
    color: #fff
}

.premium-hscroll-wrap div[class^=premium-hscroll-arrow] {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    z-index: 99;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-hscroll-arrow i {
    color: #54595f;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-hscroll-arrow svg {
    width: 1em;
    height: 1em
}

.premium-hscroll-arrow-hidden,.premium-hscroll-arrows-hidden .premium-hscroll-arrow,.premium-hscroll-dots-hidden ul.premium-hscroll-nav-list,.premium-hscroll-elem-hidden {
    opacity: 0;
    visibility: hidden
}

.premium-hscroll-arrow-left {
    left: 1em
}

.premium-hscroll-arrow-right {
    right: 1em
}

.premium-hscroll-wrap-icon {
    cursor: pointer;
    font-size: 2em;
    width: 1em;
    height: 1em;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width: 1024px) {
    .premium-hscroll-force-true .premium-hscroll-temp section .elementor-row {
        -webkit-flex-wrap:nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
}

.premium-hscroll-fixed-content {
    position: absolute;
    top: 0;
    left: 0
}

.premium-hscroll-nav-list.dots .premium-hscroll-nav-item.active .premium-hscroll-nav-dot {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.premium-hscroll-rtl-true .premium-hscroll-arrow-left {
    right: 1em;
    left: auto
}

.premium-hscroll-rtl-true .premium-hscroll-arrow-right {
    left: 1em;
    right: auto
}

.premium-hscroll-rtl-true .premium-hscroll-nav,.premium-hscroll-rtl-true .premium-hscroll-pagination {
    direction: rtl
}
