/*---------------------------------------------
    Plugin Name: Be Elementor Widgets
    Author     : Mehedi Hasan Nahid
    Email      : mehedidb@gmail.com;
------------------------------------------------*/

/* ADDONS CSS */
/* #elementor .animated {
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important; } */
/* -------------------
    CORE WIDGETS STYLE
---------------------- */
.elementor-widget-wp-widget-nav_menu ul,
.elementor-widget-wp-widget-widget_pages ul,
.elementor-widget-wp-widget-pages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.elementor-widget-wp-widget-nav_menu ul li,
.elementor-widget-wp-widget-widget_pages ul li,
.elementor-widget-wp-widget-pages ul li {
    display: block;
    margin-bottom: 20px;
}

.elementor-widget-wp-widget-nav_menu ul li a,
.elementor-widget-wp-widget-widget_pages ul li a,
.elementor-widget-wp-widget-pages ul li a {
    display: block;
}

.elementor-widget-wp-widget-nav_menu ul li:last-child,
.elementor-widget-wp-widget-widget_pages ul li:last-child,
.elementor-widget-wp-widget-pages ul li:last-child {
    margin-bottom: 0;
}

/* -------------------
    GLOBAL ADDON CSS
---------------------- */

.be-particle-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.elementor-section .be-particle-wrapper .elementor-container {
    z-index: 1
}

canvas.particles-js-canvas-el {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}

.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
}

svg {
    max-width: 100%;
}

/* --------------------------
    SLIDER CONTROL
---------------------------- */
.sldier-content-area .owl-nav>div {
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    font-size: 24px;
    padding-top: 5px;
    box-shadow: 0px 10px 50px 0px rgba(126, 138, 180, 0.25);
    transition: 0.3s;
    outline: 0;
    z-index: 9;
}

.sldier-content-area .owl-nav {
    text-align: center;
    margin-top: 30px;
    z-index: 1;
}

.sldier-content-area .owl-nav>div.owl-prev {
    margin-right: 10px;
}

.sldier-content-area .owl-nav>div.owl-next {
    margin-left: 10px;
}

/* ------------------
    CONTROL POSITION
-------------------- */
.top_left_nav .owl-nav,
.top_center_nav .owl-nav,
.top_right_nav .owl-nav {
    position: absolute;
    top: -110px;
    margin: 0;
}

.top_left_nav .owl-nav {
    left: 0;
}

.top_center_nav .owl-nav {
    left: 0;
    right: 0;
    margin: auto;
}

.top_right_nav .owl-nav {
    right: 0;
}

/* --------------------
    BOTTOM NAV
---------------------- */
.bottom_left_nav .owl-nav {
    text-align: left;
}

.bottom_center_nav .owl-nav {
    text-align: center;
}

.bottom_right_nav .owl-nav {
    text-align: right;
}

/* -------------------
    V_CENTER NAV
--------------------- */
.inside_vertical_center_nav .owl-nav {
    margin: 0;
}

.inside_vertical_center_nav .owl-nav>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.inside_vertical_center_nav .owl-nav>div.owl-prev {
    margin: 0;
    left: 60px;
}

.inside_vertical_center_nav .owl-nav>div.owl-next {
    right: 60px;
    margin: 0;
}

.inside_vertical_center_nav:hover .owl-nav>div.owl-prev {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.inside_vertical_center_nav:hover .owl-nav>div.owl-next {
    right: 0;
    opacity: 1;
    visibility: visible;
}

/* -------------------
    V_CENTER OUTSIDE NAV
--------------------- */
.outside_vertical_center_nav .owl-nav {
    margin: 0;
}

.outside_vertical_center_nav .owl-nav>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.outside_vertical_center_nav .owl-nav>div.owl-prev {
    margin: 0;
    left: 0;
}

.outside_vertical_center_nav .owl-nav>div.owl-next {
    right: 0;
    margin: 0;
}

.outside_vertical_center_nav:hover .owl-nav>div.owl-prev {
    left: -80px;
    opacity: 1;
    visibility: visible;
}

.outside_vertical_center_nav:hover .owl-nav>div.owl-next {
    right: -80px;
    opacity: 1;
    visibility: visible;
}


.inside_center_nav .owl-nav>div {
    width: 65px;
    height: 120px;
    display: flex !important;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 40px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.inside_center_nav .owl-nav {
    margin: 0;
}

.inside_center_nav .owl-nav>div.owl-prev {
    left: 0;
    border-radius: 0 100px 100px 0;
    margin: 0;
}

.inside_center_nav .owl-nav>div.owl-next {
    right: 0;
    border-radius: 100px 0 0 100px;
    margin: 0;
}

.inside_center_nav .owl-nav>div:hover {
    background: #0BC0EB;
}

/* ------------------
    DOTS STYLE
------------------- */
.sldier-content-area .owl-dots {
    text-align: center;
    margin-top: 30px;
    display: block;
    width: 100% !important;
}

.sldier-content-area .owl-dots>div {
    display: inline-block;
    width: 30px;
    height: 10px;
    background: #333;
    margin: 0 10px;
    transition: 0.3s;
}

/* --------------------
    SLICK CONTROL
--------------------- */
.sldier-content-area .slick-dots li button {
    border: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    box-shadow: 0 0 0 transparent !important;
}

.be-carousel-activation .slick-arrow {
    z-index: 9;
    transition: 0.5s;
}

.sldier-content-area .owl-dots>div:focus,
.be-carousel-activation .slick-arrow:focus,
.sldier-content-area .slick-dots li button:focus {
    outline: 0;
}

.slick-slide {
    outline: 0 !important;
}

/* -------------------
    SWIPER CONTROL
-------------------- */
.swiper-pagination {
    position: relative;
}

.sldier-content-area .owl-dots>div.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 3px;
}

.swiper-scrollbar {
    height: 10px;
    background: #dddddd;
}

.swiper-pagination.swiper-pagination-progressbar {
    background: #dddddd;
    height: 10px;
    display: block;
    overflow: hidden;
    position: relative;
}

.swiper-pagination-progressbar-fill {
    background: #000000;
}

/* -----------------------
    WELCOME SLIDER WIDGETS
------------------------ */

.be__addons__welcome__slide__item {
    position: relative !important;
}

.single__welcome__slide__bg__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.single__welcome__slide__bg__overlay:before,
.single__welcome__slide__bg__overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.welcome__slide__item__content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.welcome__slide__item__content .slide__subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 10px;
}

.slide__subtitle:before,
.slide__subtitle:after {
    content: "";
}

.welcome__slide__item__content .slide__title {
    font-size: 60px;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 20px;
    max-width: 800px;
    text-transform: capitalize;
}

.welcome__slide__item__content .slide__description {
    color: #ffffff;
    font-size: 18px;
    max-width: 600px;
}

.welcome__slide__item__content .silde__buttons {
    margin-top: 40px;
}

.welcome__slide__item__content .silde__buttons a {
    margin-right: 20px;
}


a.welcome__slide__button {
    display: inline-block;
    padding: 10px 18px;
    background: #ffffff;
    width: 170px;
    text-align: center;
}

a.welcome__slide__button i {
    margin-left: 10px;
}

a.welcome__slide__button>div {
    display: inline-block;
}

.welcome__slide__button:hover i,
.welcome__slide__button:hover svg {
    animation: iconMoveRight ease-out .4s;
}

/*----------------------
    ANIMATION
------------------------*/
.be__addons__welcome__slide__item.slick-active .welcome__slide__item__inner__content .slide__subtitle {
    -webkit-animation: 1s ease 0.8s normal both 1 running fadeInUp;
    animation: 1s ease 0.8s normal both 1 running fadeInUp;
}

.be__addons__welcome__slide__item.slick-active .welcome__slide__item__inner__content .slide__title {
    -webkit-animation: 1s ease 1.2s normal both 1 running fadeInUp;
    animation: 1s ease 1.2s normal both 1 running fadeInUp;
}

.be__addons__welcome__slide__item.slick-active .welcome__slide__item__inner__content .slide__description {
    -webkit-animation: 1s ease 1.6s normal both 1 running fadeInUp;
    animation: 1s ease 1.6s normal both 1 running fadeInUp;
}

.be__addons__welcome__slide__item.slick-active .welcome__slide__item__inner__content .silde__buttons .welcome__slide__button {
    -webkit-animation: 1s ease 2s normal both 1 running fadeInUp;
    animation: 1s ease 2s normal both 1 running fadeInUp;
}

.be__addons__welcome__slide__item.slick-active .welcome__slide__item__inner__content .silde__buttons .welcome__slide__button:nth-child(2) {
    -webkit-animation: 1s ease 2.4s normal both 1 running fadeInUp;
    animation: 1s ease 2.4s normal both 1 running fadeInUp;
}

.be__addons__welcome__slide__item.slick-active .welcome__slide__item__inner__content .silde__buttons .video__popup__button {
    -webkit-animation: 1s ease 2.4s normal both 1 running fadeInUp;
    animation: 1s ease 2.4s normal both 1 running fadeInUp;
}

@media only screen and (max-width: 992px) {
    .welcome__slide__item__inner__content {
        text-align: center;
    }

    .welcome__slide__item__content .slide__title,
    .welcome__slide__item__content .slide__description {
        max-width: 100%;
    }

    .welcome__slide__item__content .silde__buttons a {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome__slide__item__content .slide__title {
        font-size: 40px;
    }

}

@media only screen and (max-width: 480px) {
    .welcome__slide__item__content .slide__title {
        font-size: 32px;
    }

    .welcome__slide__item__content .silde__buttons a {
        margin-right: 0;
        margin-top: 20px;
    }
}

/* --------------------
    BUTTONS WIDGETS
--------------------- */
.be__addons__dual__button {
    line-height: 0;
}

.be__addons__btn {
    display: inline-block;
    padding: 15px 30px;
    background: #dddddd;
    text-decoration: none;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s;
    line-height: 1;
}

.btn__layout__2 .be__addons__btn {
    border-radius: 50px;
}

.be__addons__btn:first-child {
    margin-left: 0 !important;
}

.be__addons__btn:last-child {
    margin-right: 0 !important;
}

.be__addons__btn .button__title {
    display: inline-block;
    line-height: 1;
    overflow: hidden;
}

.be__addons__btn .button__icon {
    display: inline-block;
    line-height: 1;
}

.be__addons__btn:hover {
    color: #ffffff;
}

.be__addons__btn:hover i,
.be__addons__btn:hover svg {
    animation: iconMoveRight ease-out .4s;
}

.btn__effect__1:before,
.btn__effect__2:before,
.btn__effect__3:before,
.btn__effect__4:before,
.btn__effect__5:before,
.btn__effect__6:before,
.btn__effect__7:before,
.btn__effect__8:before,
.btn__effect__9:before,
.btn__effect__10:before,
.btn__effect__11:before,
.btn__effect__12:before,
.btn__effect__13:before,
.btn__effect__14:before,
.btn__effect__15:before,
.btn__effect__16:before,
.btn__effect__17:before,
.btn__effect__18:before,
.btn__effect__19:before,
.btn__effect__20:before,
.btn__effect__21:before,
.btn__effect__22:before,
.btn__effect__23:before,
.btn__effect__24:before {
    position: absolute;
    content: "";
    transition: 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    background: #292929;
    z-index: -1;
}

.btn__effect__1:before,
.btn__effect__2:before,
.btn__effect__3:before,
.btn__effect__4:before {
    width: 100%;
    height: 100%;
}

.btn__effect__1:before {
    left: -100%;
    top: 0;
}

.btn__effect__1:hover:before {
    left: 0;
}

.btn__effect__2:before {
    right: -100%;
    top: 0;
}

.btn__effect__2:hover:before {
    right: 0;
}

.btn__effect__3:before {
    left: 0;
    top: -100%;
}

.btn__effect__3:hover:before {
    top: 0;
}

.btn__effect__4:before {
    left: 0;
    bottom: -100%;
}

.btn__effect__4:hover:before {
    bottom: 0;
}

.btn__effect__5:before {
    width: 50%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    opacity: 0;
}

.btn__effect__5:hover:before {
    width: 100%;
    opacity: 1;
}

.btn__effect__6:before {
    width: 100%;
    height: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0;
}

.btn__effect__6:hover:before {
    height: 100%;
    opacity: 1;
}

.btn__effect__7:before,
.btn__effect__8:before,
.btn__effect__9:before,
.btn__effect__10:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.btn__effect__7:before {
    left: -100%;
    top: 0;
}

.btn__effect__7:hover:before {
    left: 0;
    border-radius: 0;
}

.btn__effect__8:before {
    right: -100%;
    top: 0;
}

.btn__effect__8:hover:before {
    right: 0;
    border-radius: 0;
}

.btn__effect__9:before {
    left: 0;
    top: -100%;
}

.btn__effect__9:hover:before {
    top: 0;
    border-radius: 0;
}

.btn__effect__10:before {
    left: 0;
    bottom: -100%;
}

.btn__effect__10:hover:before {
    bottom: 0;
    border-radius: 0;
}

.btn__effect__11:before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transform: scale(0);
}

.btn__effect__11:hover:before {
    opacity: 1;
    transform: scale(1);
}

.btn__effect__12:before {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0;
    transform: scale(.7);
    transition: 0.4s;
}

.btn__effect__12:hover:before {
    border-radius: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: scale(1);
}

.btn__effect__13:before {
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
}

.btn__effect__13:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.btn__effect__14:before {
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
}

.btn__effect__14:hover:before {
    left: auto;
    right: 0;
    width: 100%;
}

.btn__effect__15:before {
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
}

.btn__effect__15:hover:before {
    left: 0;
    top: 0;
    bottom: auto;
    height: 100%;
}

.btn__effect__16:before {
    width: 100%;
    height: 0%;
    right: 0;
    top: 0;
}

.btn__effect__16:hover:before {
    left: 0;
    top: auto;
    bottom: 0;
    height: 100%;
}

.btn__effect__17:before {
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
}

.btn__effect__17:hover:before {
    width: 100%;
}

.btn__effect__18:before {
    width: 3px;
    height: 100%;
    right: 0;
    top: 0;
}

.btn__effect__18:hover:before {
    width: 100%;
}

.btn__effect__19:before {
    height: 3px;
    top: 0;
    width: 100%;
    left: 0;
}

.btn__effect__19:hover:before {
    height: 100%;
}

.btn__effect__20:before {
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
}

.btn__effect__20:hover:before {
    height: 100%;
}

.btn__effect__21:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.btn__effect__21:hover:before {
    opacity: 1;
}

.btn__effect__22:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(1.5);
    opacity: 0;
}

.btn__effect__22:hover:before {
    transform: scale(1);
    opacity: 1;
}

.btn__effect__23:before {
    width: 0;
    height: 100%;
    transform: skewX(-20deg);
    left: -20px;
    top: 0;
}

.btn__effect__23:hover:before {
    width: 100%;
    left: 0;
    transform: skewX(0);
}

.btn__effect__24:before {
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate3d(1, 1, 1, 45deg) skewX(20deg);
    transform-origin: left center;
}

.btn__effect__24:hover:before {
    transform: rotate3d(1, 1, 1, 0);
    width: 100%;
}

/*-----------------------
    RIPPLE BUTTON
------------------------*/
.ripple__btn span.ripples {
    background: #333333;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease-in-out 0s, height 0.4s ease-in-out 0s;
    width: 0;
    z-index: -1;
}

.ripple__btn:hover span.ripples {
    height: 600px;
    width: 600px;
}

.ripple__btn:hover {
    color: #ffffff;
}

/*------------------------
    MASK BUTTON
-------------------------*/
.mask__button,
.mask__button__2,
.mask__button__3 {
    position: relative;
    overflow: hidden;
    border: 1px solid;
    transition: 0.5s;
    letter-spacing: 2px;
    display: inline-block;
    min-width: 160px;
    height: 50px;
}

.mask__text {
    position: absolute;
    color: #000000;
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask__button .mask__hover__text,
.mask__button__2 .mask__hover__text,
.mask__button__3 .mask__hover__text {
    width: 100%;
    height: 100%;
    background: #000000;
    color: #ffffff;
    -webkit-mask: url("../nature-sprite.png");
    mask: url("../nature-sprite.png");
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    -webkit-animation: mask_ani2 0.7s steps(22) forwards;
    animation: mask_ani2 0.7s steps(22) forwards;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask__button .mask__hover__text:hover {
    -webkit-animation: mask_ani 0.7s steps(22) forwards;
    animation: mask_ani 0.7s steps(22) forwards;
}

.mask__button__2 .mask__hover__text {
    background: #000;
    -webkit-mask: url("../urban-sprite.png");
    mask: url("../urban-sprite.png");
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
    -webkit-animation: mask_ani2 0.7s steps(29) forwards;
    animation: mask_ani2 0.7s steps(29) forwards;
}

.mask__button__2 .mask__hover__text:hover {
    -webkit-animation: mask_ani 0.7s steps(29) forwards;
    animation: mask_ani 0.7s steps(29) forwards;
}


.mask__button__3 .mask__hover__text {
    background: #000;
    -webkit-mask: url("../nature-sprite-2.png?raw=true");
    mask: url("../nature-sprite-2.png?raw=true");
    -webkit-mask-size: 7100% 100%;
    mask-size: 7100% 100%;
    -webkit-animation: mask_ani2 0.7s steps(70) forwards;
    animation: mask_ani2 0.7s steps(70) forwards;
}

.mask__button__3 .mask__hover__text:hover {
    -webkit-animation: mask_ani 0.7s steps(70) forwards;
    animation: mask_ani 0.7s steps(70) forwards;
}

@-webkit-keyframes mask_ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes mask_ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@-webkit-keyframes mask_ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

@keyframes mask_ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

/*---------------------
    ROUND BUTTON 
-----------------------*/

.round__circle__btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.round__circle__btn {
    width: 12rem;
    height: auto;
}

.round__circle__btn .button__icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
}

.round__circle__btn .button__icon .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
}

.round__circle__btn .button__icon .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.round__circle__btn .button__icon .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #ffffff;
    border-right: 0.125rem solid #ffffff;
    transform: rotate(45deg);
}

.round__circle__btn .button__text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.round__circle__btn:hover .button__icon {
    width: 100%;
}

.round__circle__btn:hover .button__icon .icon.arrow {
    background: #ffffff;
    transform: translate(1rem, 0);
}

.round__circle__btn:hover .button__text {
    color: #ffffff;
}

/*--------------------------
    BUTTON TEXT ANIMATION
----------------------------*/
.btn__letters {
    display: inline-block;
    line-height: 1em;
}

/*--------------------------
    DUAL TEXT
---------------------------*/
.dual__text__area {
    position: relative;
}

.dual__text__first,
.dual__text__last {
    display: inline-block;
}

.dual__text__layout__1 {
    background: #ECECEE;
    padding: 6px 16px 6px 7px;
    display: inline-block;
    border-radius: 50px;
}

.dual__text__layout__1 .dual__text__first {
    background: #15d895;
    padding: 0 10px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 500;
}

/*-------------------------
    SCROLL TO TOP BUTTON
-------------------------*/
a.be__addons__scroll__button {
    position: relative;
    display: inline-block;
    background: #333;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 3px;
}

a.be__addons__scroll__button>div {
    display: inline-block;
}

/* -------------------
    TITLE WIDGETS
----------------------*/
.area__content {
    display: block;
    position: relative;
    z-index: 1;
}

.title__bg__text,
.title__bg__icon {
    font-size: 80px;
    font-weight: 600;
    letter-spacing: 10px;
    line-height: 1;
    opacity: 0.1;
    position: absolute;
    top: 0;
    text-transform: uppercase;
    z-index: -1;
    width: 100%;
}

.title__bg__icon {
    display: inline-block;
    left: 0;
    right: 0;
}

.area__icon {
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 10px 50px 0px rgba(126, 138, 180, 0.25);
    display: inline-block;
    font-size: 24px;
    width: 80px;
    height: 80px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
}

.area__icon img {
    margin: 0 auto;
}

.area__title {
    font-size: 54px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    line-height: 1.1;
    font-weight: 700;
}

.area__title:before,
.area__title:after {
    display: block;
    position: relative;
    content: '';
}

.area__title p {
    display: inline !important;
}

.area__subtitle {
    line-height: 1;
    position: relative;
    display: inline-block;
}

.area__subtitle:before,
.area__subtitle:after {
    content: '';
    display: block;
    position: relative;
}

.notetion__text {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.rough-annotation {
    z-index: -1;
}

.area__description {
    display: inline-block;
    white-space: normal;
}

.area__button {
    display: inline-block;
    text-transform: capitalize;
    margin-top: 30px;
}

.area__button:hover i,
.area__button:hover svg {
    animation: iconMoveRight ease-out .4s;
}

.notetion__highlight__full .area__title,
.notetion__highlight__full .area__description {
    display: initial;
}

/* -------------------
    DEMO BOX WIDGETS
----------------------*/
.demo__box__content {
    position: relative;
    z-index: 1;
}

.demo__content__details {
    padding: 20px;
    text-align: center;
}

.demo__box__title,
.demo__box__description {
    position: relative;
    white-space: normal;
}

.demo__thumb__wrap {
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    /* margin-bottom: 20px; */
    overflow: hidden;
    position: relative;
}

.demo__item__bedge {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #225ffb;
    color: #ffffff;
    line-height: 1;
    padding: 7px 15px;
}

.demo__item__bedge.bedge__1 {
    border-radius: 0 50px 50px 0;
}

.demo__item__bedge.bedge__2 {
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 0 100%, 0 0);
    border-radius: 0;
    padding-right: 30px;
}

.demo__item__bedge.bedge__3 {
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
    border-radius: 0;
    padding-right: 30px;
}

.demo__item__bedge.bedge__4 {
    clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%);
    border-radius: 0;
    padding-right: 30px;
}

.demo__item__bedge.bedge__5 {
    clip-path: polygon(100% 0, 75% 100%, 0% 100%, 0% 0%);
    border-radius: 0;
    padding-right: 30px;
}

.demo__item__bedge.bedge__6 {
    clip-path: polygon(48% 100%, 44% 90%, 36% 98%, 34% 87%, 25% 92%, 25% 81%, 15% 85%, 18% 75%, 7% 75%, 13% 66%, 2% 63%, 10% 56%, 1% 51%, 10% 46%, 1% 38%, 13% 36%, 6% 27%, 17% 27%, 13% 17%, 24% 19%, 22% 8%, 32% 14%, 34% 3%, 42% 10%, 46% 0%, 52% 9%, 58% 1%, 62% 11%, 70% 4%, 71% 15%, 81% 11%, 79% 21%, 90% 20%, 85% 29%, 96% 30%, 90% 39%, 99% 42%, 91% 49%, 99% 55%, 90% 59%, 97% 67%, 86% 68%, 91% 78%, 80% 77%, 83% 88%, 73% 83%, 73% 94%, 64% 88%, 61% 99%, 54% 90%);
    border-radius: 0;
    padding-right: 30px;
    width: 60px;
    height: 60px;
    padding: 24px 0 0 0;
}

.demo__thumb__wrap .be__addons__dual__button {
    height: max-content;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.demo__box__content .be__addons__btn,
.demo__thumb__wrap .be__addons__btn {
    border-radius: 5px;
    padding: 10px 20px;
    padding-top: 12px;
    line-height: 1;
    background: #225ffb;
    color: #ffffff;

}

.demo__box__layout__1 .demo__thumb__wrap .be__addons__btn {
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}

.demo__box__layout__1 .demo__thumb__wrap:hover .be__addons__btn {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.demo__box__layout__1 .demo__thumb__wrap .be__addons__btn:nth-child(1) {
    transition: 0.9s;
    transition-delay: 0.6s;
}

.demo__box__layout__1 .demo__thumb__wrap .be__addons__btn:nth-child(2) {
    transition: 0.7s;
    transition-delay: 0.4s;
}

.demo__box__layout__1 .demo__thumb__wrap .be__addons__btn:nth-child(3) {
    transition: 0.5s;
    transition-delay: 0.2s;
}

.demo__box__layout__1 .demo__thumb__wrap .be__addons__btn:nth-child(4) {
    transition: 0.3s;
    transition-delay: 0.0s;
}

.demo__box__layout__1 .demo__thumb__wrap:hover .be__addons__btn:nth-child(1) {
    transition: 0.3s;
    transition-delay: 0.0s;
}

.demo__box__layout__1 .demo__thumb__wrap:hover .be__addons__btn:nth-child(2) {
    transition: 0.5s;
    transition-delay: 0.2s;
}

.demo__box__layout__1 .demo__thumb__wrap:hover .be__addons__btn:nth-child(3) {
    transition: 0.7s;
    transition-delay: 0.4s;
}

.demo__box__layout__1 .demo__thumb__wrap:hover .be__addons__btn:nth-child(4) {
    transition: 0.9s;
    transition-delay: 0.6s;
}

.highlight__active__in__title .demo__box__title,
.highlight__active__in__description .demo__box__description {
    display: initial;
}

/* ---------------------
    DEMO BOX LAYOUT 2
--------------------------*/
.demo__box__layout__2 .be__addons__dual__button {
    left: 0;
    bottom: 0;
    align-items: end;
    height: 80px;
    width: 100%;
    transform: inherit;
    transition: 0.2s;
    opacity: 0;
    padding-bottom: 20px;
}

.demo__box__layout__2:hover .be__addons__dual__button {
    opacity: 1;
    padding-bottom: 25px;
}

/* -------------------
    BOX WIDGETS
----------------------*/
.single__box {
    display: block;
    transition: 0.3s;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.single__box.box__orient__left {
    text-align: left;
}

.single__box.box__orient__center {
    text-align: center;
}

.single__box.box__orient__right {
    text-align: right;
}

.single__box:before,
.single__box:after {
    display: block;
    position: relative;
    content: '';
    transition: 0.5s;
    z-index: -1;
}

.box__bg__icon__text {
    position: absolute;
    font-size: 80px;
    font-weight: 800;
    right: 0;
    bottom: 0;
    opacity: .1;
    line-height: 1;
    z-index: -1;
}

.box__icon {
    /*
        width: 80px;
        height: 80px; 
        padding-top: 18px;
        border: 1px solid;
        border-radius: 50%;
        text-align: center;
        */
    text-align: center;
    display: inline-block;
    font-size: 24px;
    position: relative;
    transition: 0.3s;
    z-index: 1;
    line-height: 1;
}

.box__icon:before,
.box__icon:after {
    content: "";
    display: block;
    z-index: -1;
}

.box__icon img {
    margin: 0 auto;
    transition: 0.3s;
}

.box__icon i {
    transition: 0.3s;
}

.box__icon svg {
    transition: 0.3s;
}

.box__icon {
    position: relative;
}

.box__icon .hover_image_icon,
.box__icon .hover_font_icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: min-content;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.single__box.added__hover__icon:hover .box__icon i,
.single__box.added__hover__icon:hover .box__icon svg,
.single__box.added__hover__icon:hover .box__icon img {
    opacity: 0;
    visibility: hidden;
}

.single__box.added__hover__icon:hover .box__icon .hover_font_icon,
.single__box.added__hover__icon:hover .box__icon .hover_font_icon svg,
.single__box.added__hover__icon:hover .box__icon img.hover_image_icon,
.single__box.added__hover__icon:hover .box__icon i.hover_font_icon {
    opacity: 1;
    visibility: visible;
}

.box__title {
    position: relative;
    z-index: 1;
    line-height: 1;
}

.box__subtitle {
    line-height: 1;
}

.box__title:before,
.box__title:after {
    display: block;
    position: relative;
    content: '';
}

.box__button {
    display: inline-block;
    text-transform: capitalize;
    margin-top: 30px;
}
.box__button:hover i,
.box__button:hover svg {
    animation: iconMoveRight ease-out .4s;
}

/*----------------------
    BOX STYLE VARIENT
-----------------------*/
.single__box__layout__1 {
    transition: 0.5s;
    padding: 35px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    text-align: center;
}

.single__box__layout__1.box__orient__left {
    padding-left: 125px;
    text-align: left;
}

.single__box__layout__1.box__orient__center {
    text-align: center;
}

.single__box__layout__1.box__orient__right {
    padding-right: 125px;
    text-align: right;
}

.single__box__layout__1 .box__icon {
    border-radius: 5px;
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    background: #0BC0EB;
    padding-top: 16px;
}

.single__box__layout__1.box__orient__left .box__icon {
    position: absolute;
    left: 35px;
    top: 35px;
}

.single__box__layout__1.box__orient__center .box__icon {
    margin-bottom: 30px;
}

.single__box__layout__1.box__orient__right .box__icon {
    position: absolute;
    right: 35px;
    top: 35px;
}

.single__box__layout__1 .box__icon img {
    width: auto;
}

.single__box__layout__1 .box__title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}

/* MODE 1 */
.single__box__layout__1.mode__1 .box__icon {
    border-radius: 50%;
}

.single__box__layout__1.mode__1 {
    border-radius: 10px;
}

/* MODE 2 */

.single__box__layout__1.mode__2 .box__icon {
    font-size: 45px;
    width: 70px;
    height: 70px;
    padding-top: 13px;
    background: inherit;
    color: #0BC0EB;
    border-radius: 50%;
}

.single__box__layout__1.mode__2 .box__icon:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 2px dashed;
    border-radius: 50%;
    transition: 10s;
}

.single__box__layout__1.mode__2:hover .box__icon:before {
    transform: rotate(360deg);
}

/* MODE 3 */
.single__box__layout__1.mode__3 .box__icon {
    color: #0BC0EB;
    background: rgb(11 192 235 / 10%);
    z-index: 1;
}

.single__box__layout__1.mode__3 .box__icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0Bc0EB;
    z-index: -1;
    border-radius: 3px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.single__box__layout__1.mode__3:hover .box__icon {
    color: #ffffff;
    background: transparent;
}

.single__box__layout__1.mode__3:hover .box__icon:before {
    opacity: 1;
    visibility: visible;
    transform: rotate(45deg);
    border-radius: 50%;
}

/* MODE 4 */
.single__box__layout__1.mode__4 .box__icon {
    border-radius: 73% 29% 26% 30% / 38% 26% 31% 58%;
    animation: morphradious 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transition: all 1s ease-in-out;
}

@keyframes morphradious {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

/* MODE 5 */
.single__box__layout__1.mode__5 {
    border-radius: 10px;
}

.single__box__layout__1.mode__5 .box__icon {
    width: 80px;
    height: 80px;
    font-size: 40px;
    padding-top: 20px;
    border-radius: 50%;
}

/* ----------2-------- */
.single__box__layout__2.box__orient__left {
    padding-left: 100px;
}

.single__box__layout__2.box__orient__right {
    padding-right: 100px;
}

.single__box__layout__2 .box__icon {
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px #0BC0EB inset;
    background: #ffffff;
    color: #0BC0EB;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 24px;
}

.single__box__layout__2.box__orient__left .box__icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

.single__box__layout__2.box__orient__center .box__icon {
    margin-bottom: 30px;
}

.single__box__layout__2.box__orient__right .box__icon {
    position: absolute;
    right: 0px;
    top: 0px;
}

.single__box__layout__2:hover .box__icon {
    box-shadow: 0px 0px 0px 100px #0BC0EB inset;
    color: #ffffff;
}

.single__box__layout__2 .box__icon img {
    width: auto;
}

.single__box__layout__2 .box__title {
    margin-bottom: 20px;
}


/* -------3------ */
.single__box__layout__3 {
    padding: 50px;
    text-align: center;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

.single__box__layout__3 .box__icon {
    width: 85px;
    height: 85px;
    font-size: 32px;
    border-radius: 50%;
    box-shadow: 0 15px 40px rgba(53, 191, 230, 0.3);
    padding-top: 25px;
    background: #0BC0EB;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
}

.single__box__layout__3 .box__title {
    font-size: 20px;
    margin-bottom: 30px;
}

.single__box__layout__3 .box__button {
    border-bottom: 2px solid #C0CCDA;
}

/* -------4------ */
.single__box__layout__4 {
    padding: 50px;
    text-align: center;
}

.single__box__layout__4 .box__icon {
    width: 85px;
    height: 85px;
    font-size: 32px;
    border-radius: 50%;
    padding-top: 25px;
    background: #0BC0EB;
    color: #ffffff;
    margin-bottom: 40px;
}

.single__box__layout__4 .box__title {
    font-size: 20px;
    margin-bottom: 30px;
}

.single__box__layout__4::before,
.single__box__layout__4::after {
    content: "";
    position: absolute;
    transition: 0.6s;
}

.single__box__layout__4::before {
    width: 30px;
    height: 30px;
    border-left: 3px solid;
    border-top: 3px solid;
    left: 0;
    top: 0;
}

.single__box__layout__4::after {
    width: 30px;
    height: 30px;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid;
    border-right: 3px solid;
}

.single__box__layout__4:hover::before,
.single__box__layout__4:hover::after {
    width: 100%;
    height: 100%;
}

/* -------5------ */
.single__box__layout__5 {
    padding: 50px;
    text-align: center;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

.single__box__layout__5 .box__icon {
    width: 85px;
    height: 100px;
    font-size: 32px;
    box-shadow: 0 15px 40px rgba(53, 191, 230, 0.3);
    padding-top: 40px;
    background: #0BC0EB;
    color: #ffffff;
    margin-bottom: 40px;
    position: relative;
    border-radius: 0 0 25px 0;
    -webkit-clip-path: polygon(100% 0, 100% 80%, 70% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 70% 100%, 0 100%, 0 0);
}

.single__box__layout__5 .box__title {
    font-size: 20px;
    margin-bottom: 30px;
}

.single__box__layout__5 .box__button {
    border-bottom: 2px solid #C0CCDA;
}

.single__box__layout__5::before,
.single__box__layout__5::after {
    content: "";
    position: absolute;
    transition: 0.6s;
}

.single__box__layout__5::before {
    width: 30px;
    height: 30px;
    border-right: 3px solid;
    border-top: 3px solid;
    right: 0;
    top: 0;
}

.single__box__layout__5::after {
    width: 30px;
    height: 30px;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid;
    border-left: 3px solid;
}

.single__box__layout__5:hover::before,
.single__box__layout__5:hover::after {
    width: 100%;
    height: 100%;
}


/* -------6------ */

.single__box__layout__6 .box__icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    background: rgba(53, 191, 230, 0.35);
    color: #0BC0EB;
    padding-top: 15px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.single__box__layout__6 .box__title {
    font-size: 20px;
    margin-bottom: 20px;
}

.single__box__layout__6 {
    padding: 30px;
}

.single__box__layout__6:before,
.single__box__layout__6:after {
    content: "";
    position: absolute;
}

.single__box__layout__6:before {
    width: 50px;
    height: 100%;
    border-top: 3px solid;
    border-bottom: 3px solid;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.single__box__layout__6:after {
    width: 100%;
    height: 50px;
    top: 50%;
    right: 0;
    border-left: 3px solid;
    border-right: 3px solid;
    transform: translateY(-50%);
}

.single__box__layout__6:hover:before,
.single__box__layout__6:hover:after {
    width: 100%;
    height: 100%;
}

/*-------7-----*/
.single__box__layout__7 {
    padding: 50px 30px;
    border: 1px solid rgb(253 123 39 / 10%);
    border-radius: 10px;
}

.single__box__layout__7 .box__icon {
    font-size: 60px;
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
    background: rgb(253 123 39 / 10%);
    color: #FD7B27;
    padding-top: 20px;
    border-radius: 5px;
}

.single__box__layout__7:before,
.single__box__layout__7:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgb(253 123 39 / 10%);
    border-radius: 50%;
}

.single__box__layout__7:before {
    left: -15px;
    top: -15px;
}

.single__box__layout__7:after {
    right: -15px;
    bottom: -15px;
}

/* -------8------ */
.single__box__layout__8 {
    padding: 50px 30px;
    border: 1px solid rgb(253 123 39 / 10%);
    border-radius: 10px;
}

.single__box__layout__8:hover {
    background: rgb(253 123 39 / 10%);
    color: #ffffff;
}

.single__box__layout__8 .box__icon {
    font-size: 60px;
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
    background: rgb(253 123 39 / 10%);
    color: #FD7B27;
    padding-top: 20px;
    border-radius: 5px;
}

.single__box__layout__8:before,
.single__box__layout__8:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgb(253 123 39 / 10%);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

.single__box__layout__8:before,
.single__box__layout__8:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.single__box__layout__8:after {
    width: 30px;
    height: 30px;
}

.single__box__layout__8:hover:before,
.single__box__layout__8:hover:after {
    background: #FD7B27;
    transform: scale(1.5);
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.single__box__layout__8:hover .box__icon {
    background: #ffffff;
}

.single__box__layout__8:hover .box__title {
    color: #ffffff;
}

/* MODE 1*/
.single__box__layout__8.mode__1:before {
    left: -15px;
    top: -15px;
    margin: inherit;
}

.single__box__layout__8.mode__1:after {
    bottom: -15px;
    right: -15px;
    margin: inherit;
    left: auto;
    top: auto;
}

/* MODE 2*/
.single__box__layout__8.mode__2:before {
    right: -15px;
    top: -15px;
    left: auto;
    margin: inherit;
}

.single__box__layout__8.mode__2:after {
    bottom: -15px;
    left: -15px;
    top: auto;
    margin: inherit;
}

/* MODE 3*/
.single__box__layout__8.mode__3:before {
    left: 0;
    right: 0;
    top: -15px;
    bottom: auto;
    margin: auto;
}

.single__box__layout__8.mode__3:after {
    left: 0;
    right: 0;
    bottom: -15px;
    top: auto;
    margin: auto;
}

/* MODE 4 */
.single__box__layout__8.mode__4:before {
    top: 0;
    bottom: 0;
    left: -15px;
    right: auto;
}

.single__box__layout__8.mode__4:after {
    top: 0;
    bottom: 0;
    right: -15px;
    left: auto;
}


/* MODE 5 */
.single__box__layout__8.mode__5:before {
    left: 0;
    right: 0;
    bottom: -15px;
    top: auto;
    margin: auto;
}

.single__box__layout__8.mode__5:hover:before {
    transform: scale(3);
}

.single__box__layout__8.mode__5:after {
    display: none;
}

/* -------9------ */
.single__box__layout__9 {
    transition: 0.5s;
    padding: 40px 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.single__box__layout__9 .box__icon {
    width: 50px;
    margin-right: 10px;
}

.single__box__layout__9 .box__icon img {
    width: auto;
}

.single__box__layout__9 .box__icon,
.single__box__layout__9 .box__title {
    display: inline-block;
}

.single__box__layout__9 .box__title {
    font-size: 20px;
    margin-bottom: 30px;
}

/* ----------10-------- */
.single__box__layout__10 {
    padding: 50px 30px;
    border: 1px solid #f2f2f2;
    text-align: center;
}

.single__box__layout__10:hover {
    box-shadow: 0px 10px 40px 0px rgba(107, 125, 179, 0.11);
    border-color: transparent;
    background: #ffffff;
}

.single__box__layout__10 .box__icon {
    text-align: center;
    margin-bottom: 35px;
    padding: 0;
    transition: 0.9s;
}

.single__box__layout__10:hover .box__icon {
    transform: rotateY(360deg);
}

.single__box__layout__10 .box__icon img {
    width: auto;
}

.single__box__layout__10 .box__title {
    margin-bottom: 20px;
}


/* ----------11--------- */
.single__box__layout__11 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 30px;
}

.wrap__single__box__layout__11::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    transition: transform 0.6s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

.wrap__single__box__layout__11:hover::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

.single__box_wrap {
    position: relative;
}

.box__big__thumb {
    overflow: hidden;
}

.single__box__layout__11 .box__title {
    color: #ffffff;
}

.single__box__layout__11 .box__subtitle {
    font-size: 24px;
    color: #0BC0EB;
    font-weight: 700;
}

/*---------12----------*/
.single__box__layout__12 {
    padding: 30px;
}

.single__box__layout__12 .box__button {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #CDCDCD;
    border-radius: 50px;
    padding: 8px 25px 8px 25px;
}

/* ----------13---------- */
section.elementor-element {
    counter-reset: number;
}

.single__box__layout__13 {
    padding: 10px;
    text-align: center;
}

.single__box__layout__13 .box__icon {
    width: 100px;
    height: 100px;
    background: #0BC0EB;
    color: #ffffff;
    font-size: 45px;
    padding-top: 28px;
    border-radius: 50%;
    line-height: 1;
    margin-bottom: 30px;
}

.single__box__layout__13 .box__icon:after {
    counter-increment: number;
    background: #0BC0EB;
    width: 30px;
    height: 30px;
    content: counter(number);
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    padding-top: 4px;
    position: absolute;
    right: 0;
    top: 0;
    border: 4px solid #1D1D1C;
    line-height: 1;
}

.single__box__layout__13 .box__title {
    margin-bottom: 20px;
}

.single__box__layout__13 .box__button {
    color: #0BC0EB;
    border: 2px solid #0BC0EB;
    padding: 7px 25px;
    border-radius: 50px;
}

.single__box__layout__13 .box__button:hover {
    background: #0BC0EB;
    color: #060606;
}

.single__box__layout__13:hover .box__icon:after {
    background: #0BC0EB;
    color: #060606;
}

.single__box__layout__13:hover .box__icon {
    background: #3F7BFB;
    color: #ffffff;
}

/* ----------14---------- */
.single__box__layout__14 .box__icon:after {
    counter-increment: number;
    content: counter(number);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    padding-top: 9px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

/* ---------------------
    TESTMONIAL WIDGET
---------------------- */
.single__testmonial {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.single__testmonial:before,
.single__testmonial:after {
    content: '';
    display: block;
    position: relative;
    z-index: -1;
}

.testmonial__quote {
    box-shadow: 0px 10px 50px 0px rgba(126, 138, 180, 0.25);
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 24px;
    padding-top: 24px;
    border-radius: 50%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.testmonial__quote img {
    margin: 0 auto;
}

.testmonial__description {
    margin-bottom: 50px;
}

.testi_layout_2 .author__thumb__designation__warp,
.testi_layout_3 .author__thumb__designation__warp {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author__thumb {
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    margin-bottom: 50px;
    overflow: hidden;
    width: 100px;
}

.author__thumb img {
    width: 100%;
    height: 100%;
}

.author__name {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1;
}

/* THUMB SLIDER */
.testmonial__thumb__content_area {
    text-align: right;
}
.testmonial__thumb__content {
    width: 250px;
    display: inline-block;
    overflow: hidden;
}
.testmonial__thumb__content__slider .author__thumb {
    width: 50px;
    height: 50px;
}
.testmonial__thumb__content__slider .author__thumb img {
    width: 100%;
    height: 100%;
}
.testmonial__thumb__content__slider .author__thumb {
    margin-bottom: 0;
    cursor: pointer;
}

/* ------------------
    VARIANT 1
-------------------- */
.testi__orient__left{
    text-align: left;
}

.testi__orient__center {
    text-align: center;
}

.testi__orient__right {
    text-align: right;
}

/* ------------------
    VARIANT 2
-------------------- */
.testi_layout_2.testi__orient__left {
    text-align: left;
}

.testi_layout_2.testi__orient__center {
    text-align: center;
}

.testi_layout_2.testi__orient__right {
    text-align: right;
}

.testi_layout_2 .author__name__designation {
    text-align: left;
}

.testi_layout_2 .author__thumb {
    margin-bottom: 0;
}

.testi__orient__center .author__thumb__designation__warp {
    justify-content: center;
}

.testi__orient__right .author__thumb__designation__warp {
    flex-direction: row-reverse;
}

.testi_layout_2.testi__orient__right .author__name__designation {
    text-align: right;
}

/* -------------------
    VARIANT 3
--------------------- */
.testi_layout_3 .single__testmonial {
    padding: 30px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    margin-bottom: 30px;
}

.testi_layout_3 .testmonial__quote {
    font-size: 50px;
    line-height: 0;
    text-align: inherit;
    height: auto;
    width: auto;
    box-shadow: inherit;
    margin: 0;
    padding: 0;
}

.testi_layout_3 .author__thumb {
    box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    width: 60px;
    height: 60px;
    margin-bottom: 0;
}
.testi_layout_3 .author__name__designation {
    text-align: left;
}
.testi_layout_3.testi__orient__right .author__name__designation {
    text-align: right;
}

/* -------------------
    VARIANT 5
----------------------- */
.testi_layout_5 .single__testmonial {
    background: #ffffff;
    border-radius: 10px;
    margin-top: 60px;
    padding: 25px;
    padding-top: 0;
    box-shadow: 0 7px 15px rgb(42 46 67 / 7%);
}

.testi_layout_5 .testmonial__description {
    margin-bottom: 0;
}

.testi_layout_5 .author__thumb {
    margin-top: -50px;
    margin-bottom: 15px;
}

.testi_layout_5 .author__name__designation {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}

/* --------------------
    VARIANT 6
---------------------- */
.testi_layout_6 .single__testmonial {
    display: flex;
    align-items: center;
}

.testi_layout_6 .author__thumb {
    width: auto;
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .testi_layout_6 .single__testmonial {
        display: block;
    }
}

/*----------------------
    VARIANT 7
-----------------------*/
.testi_layout_7 .author__thumb__warp {
    display: block;
    text-align: center;
}

.testi_layout_7 .single__testmonial {
    display: flex;
    align-items: center;
    text-align: left;
}

.testi_layout_7 .testmonial__quote {
    padding: 0;
    width: auto;
    height: auto;
    box-shadow: 0 0 0 0;
    text-align: center;
    min-width: inherit;
    min-height: inherit;
    margin-bottom: 30px;
    font-size: 50px;
}

.testi_layout_7 .author__thumb {
    margin-bottom: 0;
}

.testi_layout_7 .testmonial__description {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .testi_layout_7 .single__testmonial {
        display: block;
        text-align: center;
    }
}

/* -----------------------
    POSITION ELEMENT
-------------------------*/
/* .posiion__element__wrap {
	width: 100vw;
    display: block;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
} */
.posiion__element__item {
    display: inline-block;
}

.jump {
    -webkit-animation-name: jump;
    animation-name: jump;
}

@-webkit-keyframes jump {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    40% {
        transform: translate3d(0px, 50%, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes jump {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    40% {
        transform: translate3d(0px, 50%, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

.rotated {
    -webkit-animation-name: rotated;
    animation-name: rotated;
}

@-webkit-keyframes rotated {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotated {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rotatedHalf {
    -webkit-animation-name: rotatedHalf;
    animation-name: rotatedHalf;
}

@-webkit-keyframes rotatedHalf {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes rotatedHalf {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.rotatedHalfTwo {
    -webkit-animation-name: rotatedHalfTwo;
    animation-name: rotatedHalfTwo;
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

@keyframes rotatedHalfTwo {
    0% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

.scaleUpOne {
    -webkit-animation-name: scaleUpOne;
    animation-name: scaleUpOne;
}

@-webkit-keyframes scaleUpOne {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.2);
    }
}

@keyframes scaleUpOne {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.2);
    }
}

.scaleRight {
    -webkit-animation-name: scaleRight;
    animation-name: scaleRight;
}

@-webkit-keyframes scaleRight {
    0% {
        transform: translateX(-50%);
    }

    50% {
        transform: translateX(50%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scaleRight {
    0% {
        transform: translateX(-50%);
    }

    50% {
        transform: translateX(50%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.fade_in {
    -webkit-animation-name: fade_in;
    animation-name: fade_in;
}

@-webkit-keyframes fade_in {
    0% {
        opacity: 0.7;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

@keyframes fade_in {
    0% {
        opacity: 0.7;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

.prettyFade {
    -webkit-animation-name: prettyFade;
    animation-name: prettyFade;
}

@-webkit-keyframes prettyFade {
    0% {
        -webkit-filter: brightness(1) contrast(1) saturate(1);
    }

    ;

    100% {
        -webkit-filter: brightness(0) contrast(5) saturate(0.5);
    }

    ;
}

@keyframes prettyFade {
    0% {
        -webkit-filter: brightness(1) contrast(1) saturate(1);
    }

    ;

    100% {
        -webkit-filter: brightness(0) contrast(5) saturate(0.5);
    }

    ;
}

.rippleOutOne {
    -webkit-animation-name: rippleOutOne;
    animation-name: rippleOutOne;
}

@-webkit-keyframes rippleOutOne {
    0% {
        bottom: 0;
        left: 0;
        opacity: 1;
        right: 0;
        top: 0;
    }

    100% {
        bottom: -6px;
        left: -6px;
        opacity: 0;
        right: -6px;
        top: -6px;
    }
}

@keyframes rippleOutOne {
    0% {
        bottom: 0;
        left: 0;
        opacity: 1;
        right: 0;
        top: 0;
    }

    100% {
        bottom: -6px;
        left: -6px;
        opacity: 0;
        right: -6px;
        top: -6px;
    }
}

.rippleOuTwo {
    -webkit-animation-name: rippleOuTwo;
    animation-name: rippleOuTwo;
}

@-webkit-keyframes rippleOuTwo {
    0% {
        bottom: 0;
        left: 0;
        opacity: 1;
        right: 0;
        top: 0;
    }

    100% {
        bottom: -12px;
        left: -12px;
        opacity: 0;
        right: -12px;
        top: -12px;
    }
}

@keyframes rippleOuTwo {
    0% {
        bottom: 0;
        left: 0;
        opacity: 1;
        right: 0;
        top: 0;
    }

    100% {
        bottom: -12px;
        left: -12px;
        opacity: 0;
        right: -12px;
        top: -12px;
    }
}

.scaleUpOne {
    -webkit-animation-name: scaleUpOne;
    animation-name: scaleUpOne;
}

@keyframes scaleUpOne {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.scaleUpTwo {
    -webkit-animation-name: scaleUpTwo;
    animation-name: scaleUpTwo;
}

@-webkit-keyframes scaleUpTwo {
    0% {
        transform: scale(0.5);
    }

    40% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(0.5);
    }
}

@keyframes scaleUpTwo {
    0% {
        transform: scale(0.5);
    }

    40% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(0.5);
    }
}

.scaleUpThree {
    -webkit-animation-name: scaleUpThree;
    animation-name: scaleUpThree;
}

@-webkit-keyframes scaleUpThree {
    0% {
        transform: scale(0.7);
    }

    40% {
        transform: scale(0.4);
    }

    100% {
        transform: scale(0.7);
    }
}

@keyframes scaleUpThree {
    0% {
        transform: scale(0.7);
    }

    40% {
        transform: scale(0.4);
    }

    100% {
        transform: scale(0.7);
    }
}

.FramesOne {
    -webkit-animation-name: FramesOne;
    animation-name: FramesOne;
}

@-webkit-keyframes FramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes FramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.FramesTwo {
    -webkit-animation-name: FramesTwo;
    animation-name: FramesTwo;
}

@-webkit-keyframes FramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@keyframes FramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

.FramesThree {
    -webkit-animation-name: FramesThree;
    animation-name: FramesThree;
}

@-webkit-keyframes FramesThree {
    0% {
        transform: translate(165px, -179px);
    }

    100% {
        transform: translate(-346px, 617px);
    }
}

@keyframes FramesThree {
    0% {
        transform: translate(165px, -179px);
    }

    100% {
        transform: translate(-346px, 617px);
    }
}

.FramesFour {
    -webkit-animation-name: FramesFour;
    animation-name: FramesFour;
}

@-webkit-keyframes FramesFour {
    0% {
        transform: translate(-300px, 151px) rotate(0deg);
    }

    100% {
        transform: translate(251px, -200px) rotate(180deg);
    }
}

@keyframes FramesFour {
    0% {
        transform: translate(-300px, 151px) rotate(0deg);
    }

    100% {
        transform: translate(251px, -200px) rotate(180deg);
    }
}

.FramesFive {
    -webkit-animation-name: FramesFive;
    animation-name: FramesFive;
}

@-webkit-keyframes FramesFive {
    0% {
        transform: translate(61px, -99px) rotate(0deg);
    }

    21% {
        transform: translate(4px, -190px) rotate(38deg);
    }

    41% {
        transform: translate(-139px, -200px) rotate(74deg);
    }

    60% {
        transform: translate(-263px, -164px) rotate(108deg);
    }

    80% {
        transform: translate(-195px, -49px) rotate(144deg);
    }

    100% {
        transform: translate(-1px, 0px) rotate(180deg);
    }
}

@keyframes FramesFive {
    0% {
        transform: translate(61px, -99px) rotate(0deg);
    }

    21% {
        transform: translate(4px, -190px) rotate(38deg);
    }

    41% {
        transform: translate(-139px, -200px) rotate(74deg);
    }

    60% {
        transform: translate(-263px, -164px) rotate(108deg);
    }

    80% {
        transform: translate(-195px, -49px) rotate(144deg);
    }

    100% {
        transform: translate(-1px, 0px) rotate(180deg);
    }
}

.gradientBG {
    -webkit-animation-name: gradientBG;
    animation-name: gradientBG;
}

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 300% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 300% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.gradientBG {
    -webkit-animation-name: gradientBG;
    animation-name: gradientBG;
}

@keyframes gradientBG {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 120% 0;
    }

    100% {
        background-position: 0 0;
    }
}


.bgMove {
    -webkit-animation-name: bgMove;
    animation-name: bgMove;
}

@-webkit-keyframes bgMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -400px 0;
    }
}

@keyframes bgMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -400px 0;
    }
}

.imageBgAnim {
    -webkit-animation-name: imageBgAnim;
    animation-name: imageBgAnim;
}

@-webkit-keyframes imageBgAnim {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 120% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes imageBgAnim {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 120% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.zoomBounce {
    -webkit-animation-name: zoomBounce;
    animation-name: zoomBounce;
}

@-webkit-keyframes zoomBounce {
    0% {
        transform: scale(0.9)translateY(-50%);
    }

    50% {
        transform: scale(1)translateY(-60%);
    }

    100% {
        transform: scale(0.9)translateY(-50%);
    }
}

@keyframes zoomBounce {
    0% {
        transform: scale(0.9)translateY(-50%);
    }

    50% {
        transform: scale(1)translateY(-60%);
    }

    100% {
        transform: scale(0.9)translateY(-50%);
    }
}

.ballBounce {
    -webkit-animation-name: ballBounce;
    animation-name: ballBounce;
}

@-webkit-keyframes ballBounce {
    0% {
        transform: translateX(-20px) scale(1, 1.2);
    }

    25% {
        transform: scale(1.2, 1);
    }

    50% {
        transform: translateX(15px) scale(1, 1.2);
    }

    75% {
        transform: scale(1.2, 1);
    }

    100% {
        transform: translateX(-20px);
    }
}

@keyframes ballBounce {
    0% {
        transform: translateX(-20px) scale(1, 1.2);
    }

    25% {
        transform: scale(1.2, 1);
    }

    50% {
        transform: translateX(15px) scale(1, 1.2);
    }

    75% {
        transform: scale(1.2, 1);
    }

    100% {
        transform: translateX(-20px);
    }
}

.bigSpin {
    -webkit-animation-name: bigSpin;
    animation-name: bigSpin;
}

@-webkit-keyframes bigSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes bigSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.Zoom_In_Out {
    -webkit-animation: zoom-in-out;
    animation: zoom-in-out;
}

@-webkit-keyframes zoom-in-out {
    0% {
        transform: scale(0.9)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(0.9)
    }
}

@keyframes zoom-in-out {
    0% {
        transform: scale(0.9)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(0.9)
    }
}

.Circle_Large {
    -webkit-animation: circle-large;
    animation: circle-large;
}

@-webkit-keyframes circle-large {
    0% {
        transform: rotate(0deg) translate(-150px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-150px) rotate(-360deg);
    }
}

@keyframes circle-large {
    0% {
        transform: rotate(0deg) translate(-150px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-150px) rotate(-360deg);
    }
}

.Fade_In_Out {
    -webkit-animation: fade-in-out;
    animation: fade-in-out;
}

@-webkit-keyframes fade-in-out {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes fade-in-out {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.blurFadeInOut {
    -webkit-animation-name: blurFadeInOut;
    animation-name: blurFadeInOut;
}

@-webkit-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #ffffff;
        transform: scale(1.3);
    }

    20%,
    75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #ffffff;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #ffffff;
        transform: scale(0);
    }
}

@keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #ffffff;
        transform: scale(1.3);
    }

    20%,
    75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #ffffff;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #ffffff;
        transform: scale(0);
    }
}

.blurFadeIn {
    -webkit-animation-name: blurFadeIn;
    animation-name: blurFadeIn;
}

@-webkit-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #ffffff;
        transform: scale(1.3);
    }

    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #ffffff;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #ffffff;
        transform: scale(1);
    }
}

@keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #ffffff;
        transform: scale(1.3);
    }

    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #ffffff;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #ffffff;
        transform: scale(1);
    }
}

.fadeInBack {
    -webkit-animation-name: fadeInBack;
    animation-name: fadeInBack;
}

@-webkit-keyframes fadeInBack {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 0.4;
        transform: scale(2);
    }

    100% {
        opacity: 0.2;
        transform: scale(5);
    }
}

@keyframes fadeInBack {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 0.4;
        transform: scale(2);
    }

    100% {
        opacity: 0.2;
        transform: scale(5);
    }
}

.fadeInRotate {
    -webkit-animation-name: fadeInRotate;
    animation-name: fadeInRotate;
}

@-webkit-keyframes fadeInRotate {
    0% {
        opacity: 0;
        transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes fadeInRotate {
    0% {
        opacity: 0;
        transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

.bigSquare {
    -webkit-animation-name: bigSquare;
    animation-name: bigSquare;
}

@-webkit-keyframes bigSquare {
    from {
        transform: translateY(10%) rotate(-80deg) scale(0);
    }

    to {
        transform: translateY(0) rotate(0deg) scale(1);
    }
}

@keyframes bigSquare {
    from {
        transform: translateY(10%) rotate(-80deg) scale(0);
    }

    to {
        transform: translateY(0) rotate(0deg) scale(1);
    }
}

.littleSquare {
    -webkit-animation-name: littleSquare;
    animation-name: littleSquare;
}

@-webkit-keyframes littleSquare {
    from {
        transform: translate(226%, 183%) rotate(140deg) scale(0);
    }

    to {
        transform: translate(0%, 0%) rotate(0deg) scale(1);
    }
}

@keyframes littleSquare {
    from {
        transform: translate(226%, 183%) rotate(140deg) scale(0);
    }

    to {
        transform: translate(0%, 0%) rotate(0deg) scale(1);
    }
}

.triAngle {
    -webkit-animation-name: triAngle;
    animation-name: triAngle;
}

@-webkit-keyframes triAngle {
    from {
        transform: rotate(-140deg) scale(0);
    }

    to {
        transform: rotate(0deg) scale(1);
    }
}

@keyframes triAngle {
    from {
        transform: rotate(-140deg) scale(0);
    }

    to {
        transform: rotate(0deg) scale(1);
    }
}

.Hoop {
    -webkit-animation-name: Hoop;
    animation-name: Hoop;
}

@-webkit-keyframes Hoop {
    from {
        transform: translate(-160%, -33%) scale(0);
    }

    to {
        transform: translate(0%, 0%) scale(1);
    }
}

@keyframes Hoop {
    from {
        transform: translate(-160%, -33%) scale(0);
    }

    to {
        transform: translate(0%, 0%) scale(1);
    }
}

.bigCircle {
    -webkit-animation-name: bigCircle;
    animation-name: bigCircle;
}

@-webkit-keyframes bigCircle {
    from {
        transform: scale(0) translate(60%, 3%);
    }

    to {
        transform: scale(1) translate(0%, 0%);
    }
}

@keyframes bigCircle {
    from {
        transform: scale(0) translate(60%, 3%);
    }

    to {
        transform: scale(1) translate(0%, 0%);
    }
}

.littleCircle {
    -webkit-animation-name: littleCircle;
    animation-name: littleCircle;
}

@-webkit-keyframes littleCircle {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@keyframes littleCircle {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}



/* Dots
---------------------------*/
/*.circle_animate {z-index: 0;animation: dots 6s infinite linear;}
@keyframes dots_circle {from {transform: rotate(-360deg)}to {transform: rotate(0)}}
@keyframes dot_circle_1 {from {transform: translate(15%, 5%);opacity: 1;}to {transform: translate(25%, 5%);opacity: 1;}}
@keyframes dot_circle_2 {from {transform: translate(-8%, 8%);opacity: 1;}to {transform: translate(-19%, 19%);opacity: 1;}}
@keyframes dot_circle_3 {from {transform: translate(-5%, -12%);opacity: 1;}to {transform: translate(-10%, -24%);opacity: 1;}}*/


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

/*-------------------------------------
    https://codepen.io/mehedidb/pens/loved/7/
    Pofo Animation Swiper Slider
    https://developer.mozilla.org/en-US/docs/Web/CSS/animation-direction
    animation-direction: alternate-reverse;
    Animate Background Color With Themfy Icon
    Background Move Animation Position Move
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
----------------------------------------*/

/* ----------------------
    TEAM WIDGETS
------------------------- */
.single__team {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.single__team:before,
.single__team:after {
    content: "";
    position: absolute;
    z-index: -1;
}

.member__thumb {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.member__thumb img {
    margin: auto;
}

.member__name {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
}

.member__designation {
    text-transform: capitalize;
    margin-bottom: 0;
}

.member__content,
.member__description {
    margin-top: 30px;
}

.member__socials {
    margin-top: 30px;
}

.member__socials a {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}
/* -------------------
    TEAM HOVER
---------------------*/
.team__hover__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #ffffff;
    transition: 0.8s;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.team__hover__content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0, #000000, rgba(0, 0, 0, 0.5));
}

.team__hover__content .member__thumb {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-bottom: 0;
}

.single__team:hover .team__hover__content {
    visibility: visible;
    opacity: 1;
}

.team__hover__content .member__name {
    color: #ffffff;
    font-weight: 600;
    transform: translateY(50px);
    transition: all 0.4s cubic-bezier(0.76, 0.21, 0.32, 0.85);
    transition-delay: 0.3s;
    opacity: 0;
}

.team__hover__content .member__designation {
    transform: translateY(50px);
    transition: all 0.4s cubic-bezier(0.76, 0.21, 0.32, 0.85);
    transition-delay: 0.2s;
    transform: translateY(50px);
    opacity: 0;
}

.team__hover__content .member__socials {
    margin-top: 10px;
    transform: translateY(50px);
    transition: all 0.4s cubic-bezier(0.76, 0.21, 0.32, 0.85);
    transition-delay: 0.1s;
    opacity: 0;
}

.team__hover__content .member__socials a {
    color: #ffffff;
}

.single__team:hover .team__hover__content .member__name {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.single__team:hover .team__hover__content .member__designation {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.single__team:hover .team__hover__content .member__socials {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}


/* ----------------------
    TEAM STYLE 1
----------------------- */
.team__style__1 .member__thumb {
    border-radius: 10px;
    margin-bottom: 20px;
}

.team__style__1 .member__socials {
    position: absolute;
    left: -50px;
    bottom: 40px;
    width: 50px;
    z-index: 9;
    background: #ffffff;
    border-radius: 0 5px 5px 0;
    transition: 0.3s;
}
.team__style__1 .single__team:hover .member__socials {
    left: 0;
}

.team__style__1 .member__socials a {
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 3px 0;
    padding-top: 2px;
    border-radius: 3px;
}

.team__style__1 .member__socials a:first-child {
    margin-top: 6px;
}

.team__style__1 .member__socials a:last-child {
    margin-bottom: 6px;
}

.team__style__1 .member__name {
    font-size: 22px;
    margin-bottom: 5px;
}
/* ----------------------
    TEAM STYLE 2
----------------------- */
.team__style__2 .member__thumb {
    width: 100%;
}

.team__style__2 .member__thumb img {
    width: 100%;
    padding: 0;
    display: block;
}

.team__style__2 .member__content__wrap {
    position: relative;
}

.team__style__2 .member__socials {
    position: absolute;
    bottom: 40px;
    left: -90%;
    width: calc(100% - 50px);
    background: #ffffff;
    padding: 20px;
    margin: 0;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
    z-index: 1;
}

.team__style__2 .single__team:hover .member__socials {
    left: 0;
    opacity: 1;
    visibility: visible;
}


/* ------------------------
    TEAM STYLE 3
------------------------- */
.team__style__3 .single__team {
    margin-bottom: 60px;
}

.team__style__3 .member__thumb {
    padding: 10px;
    background: #ffffff;
    margin-bottom: 0;
}

.team__style__3 .member__thumb img {
    width: 100%;
}

.team__style__3 .member__content__wrap {
    margin-top: -50px;
    position: absolute;
    z-index: 1;
    background: #ffffff;
    width: calc(100% - 30px);
    padding: 30px;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.team__style__3 .member__socials {
    margin-top: 15px;
    margin-bottom: -55px;
    transition: 0.3s;
}

.team__style__3 .single__team:hover .member__socials {
    margin-bottom: 0;
}

/*------------------------
    TEAM STYLE 4
-------------------------*/
.team__style__4 .owl-carousel .owl-stage-outer {
    margin-right: -20px !important;
}

.team__style__4 .single__team {
    margin-bottom: 20px;
    overflow:visible;
}

.team__style__4 .member__content__wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0c5adb;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    transition: 0.5s;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
}

.team__style__4 .single__team:hover .member__content__wrap {
    transform: translate(20px, 20px);
    visibility: visible;
    opacity: 1;
}

.team__style__4 .member__thumb {
    margin-bottom: 0;
}

.team__style__4 .single__team .member__name {
    color: #ffffff;
}

.team__style__4 .member__socials {
    margin-top: 15px;
}

.team__style__4 .member__socials a {
    color: #ffffff;
}


/*------------------------
    TEAM STYLE 5
-------------------------*/
.team__style__5 .owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.team__style__5 .owl-item.active {
    opacity: 1;
}

.team__style__5 .single__team {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.team__style__5 .member__thumb {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
}

/* ----------------------
    TEAM STYLE 6
----------------------- */

.team__style__6 .member__thumb {
    margin: 0;
}

.team__style__6 .member__thumb img {
    border-radius: 6px;
}

.team__style__6 .member__content__wrap {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 30px);
    padding: 25px;
    background: #ffffff;
    left: 15px;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.team__style__6 .single__team:hover .member__content__wrap {
    opacity: 1;
    visibility: visible;
}

.team__style__6 .member__content__wrap:before,
.team__style__6 .member__content__wrap:after {
    content: "";
    background: #438FF9;
    height: 50px;
    width: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.team__style__6 .member__content__wrap:before {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.team__style__6 .member__content__wrap:after {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.team__style__6 .member__name {
    font-size: 18px;
}

.team__style__6 .member__designation {
    font-size: 14px;
}


.team__style__6 .member__socials {
    position: absolute;
    left: 20px;
    top: 20px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    height: 45px;
    width: 45px;
    text-align: left;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.team__style__6 .single__team:hover .member__socials {
    opacity: 1;
    visibility: visible;
}

.team__style__6 .member__socials:hover {
    width: 100%;
}

.team__style__6 .member__socials a {
    margin: 0 10px 0 0;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 9px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
}

.team__style__6 .member__socials a:hover {
    background: #ffffff;
}

.team__style__6 .single__team:hover .member__socials a {
    left: calc(20px + 45px);
}

/* ------------------------
    TABS WIDGETS
--------------------------*/
/* -------------------------
    TABS
--------------------------- */
.single__tab__item {
    display: none;
}

.single__tab__item.active {
    display: block;
}

/* ------------------------
    WIDGET TABS
-------------------------- */

/*.tab-content:not(.active) {
    display: none;
}*/
.tabs__area {
    overflow: hidden;
}

.nav-tabs.tab__nav {
    margin: 0;
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.nav-tabs.tab__nav li {
    display: inline-block;
    float: none;
}

.nav-tabs.tab__nav li a {
    border: 0;
    display: block;
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 0;
    margin: 0;
}

.nav-tabs.tab__nav li.active a,
.nav-tabs.tab__nav li a:focus .nav-tabs.tab__nav li a:hover {
    border: 0;
}

/* ------------------------
    TAB PRICE
------------------------- */
/* ----------------
    VARIANT
------------------- */
.tab__menu__content .tab__nav__style__2,
.tab__menu__content .tab__nav__style__3,
.tab__menu__content .tab__nav__style__4,
.tab__menu__content .tab__nav__style__5,
.tab__menu__content .tab__nav__style__6,
.tab__menu__content .tab__nav__style__7,
.tab__menu__content .tab__nav__style__8,
.tab__menu__content .tab__nav__style__9 {
    width: 100%;
}

.tab__nav__style__2,
.tab__price_style__2 .tab__menu__content {
    width: 50%;
    float: left;
    border: 0;
}

.tab__price_style__2 .tab__content__area {
    width: 50%;
    float: right;
}

.tab__price_style__2 .tab-content>.tab-pane.tab_price {
    display: block;
    transition: 0.3s;
}

.tab__price_style__2 .single__tab__item.tab-pane.tab_price {
    width: 50%;
    float: left;
    opacity: .5;
    transform: scale(.8);
}

.tab__price_style__2 .single__tab__item.tab-pane.tab_price.active {
    transform: scale(1);
    opacity: 1;
}

/* -------3------- */
.tab__nav__style__3,
.tab__price_style__3 .tab__menu__content {
    width: 50%;
    float: right;
    border: 0;
}

.tab__price_style__3 .tab__content__area {
    width: 50%;
    float: left;
}

.tab__price_style__3 .tab-content>.tab-pane.tab_price {
    display: block;
    transition: 0.3s;
}

.tab__price_style__3 .single__tab__item.tab-pane.tab_price {
    width: 50%;
    float: right;
    opacity: .5;
    transform: scale(.8);
}

.tab__price_style__3 .single__tab__item.tab-pane.tab_price.active {
    transform: scale(1);
    opacity: 1;
}

/* ------4-------- */
.tab__nav__style__4,
.tab__price_style__4 .tab__menu__content {
    width: 50%;
    float: left;
    border: 0;
}

.tab__price_style__4 .tab__content__area {
    width: 50%;
    float: right;
    position: relative;
}

.tab__price_style__4 .tab-content>.tab-pane.tab_price {
    display: block;
    transition: 0.3s;
}

.tab__price_style__4 .single__tab__item.tab-pane.tab_price {
    right: 0;
    width: 50%;
    float: left;
    opacity: .5;
    transform: scale(.8);
    position: absolute;
}

.tab__price_style__4 .single__tab__item.tab-pane.tab_price.active {
    transform: scale(1);
    opacity: 1;
    position: relative;
    left: 0;
    z-index: 1;
}

/* -------5------- */
.tab__nav__style__5,
.tab__price_style__5 .tab__menu__content {
    width: 50%;
    float: right;
    border: 0;
}

.tab__price_style__5 .tab__content__area {
    width: 50%;
    float: left;
    position: relative;
}

.tab__price_style__5 .tab-content>.tab-pane.tab_price {
    display: block;
    transition: 0.3s;
}

.tab__price_style__5 .single__tab__item.tab-pane.tab_price {
    left: 0;
    width: 50%;
    float: right;
    opacity: .5;
    transform: scale(.8);
    position: absolute;
}

.tab__price_style__5 .single__tab__item.tab-pane.tab_price.active {
    transform: scale(1);
    opacity: 1;
    position: relative;
    left: 0;
    z-index: 1;
}

/* ------6------- */
.tab__nav__style__6,
.tab__price_style__6 .tab__menu__content {
    width: 50%;
    float: left;
    border: 0;
}

.tab__price_style__6 .tab__content__area {
    width: 50%;
    float: right;
    position: relative;
}

.tab__price_style__6 .tab-content>.tab-pane.tab_price {
    display: block;
    transition: 0.3s;
}

.tab__price_style__6 .single__tab__item.tab-pane.tab_price {
    right: 100px;
    width: 50%;
    float: left;
    opacity: .5;
    transform: scale(.8) translateX(100px);
    position: absolute;
}

.tab__price_style__6 .single__tab__item.tab-pane.tab_price.active {
    transform: scale(1) translateX(0);
    opacity: 1;
    position: relative;
    left: 0;
    z-index: 1;
}

/* -------7-------- */
.tab__nav__style__7,
.tab__price_style__7 .tab__menu__content {
    width: 50%;
    float: right;
    border: 0;
}

.tab__price_style__7 .tab__content__area {
    width: 50%;
    float: left;
    position: relative;
}

.tab__price_style__7 .tab-content>.tab-pane.tab_price {
    display: block;
    transition: 0.3s;
}

.tab__price_style__7 .single__tab__item.tab-pane.tab_price {
    left: 0;
    width: 50%;
    float: right;
    opacity: .5;
    transform: scale(.8) translateX(100px);
    position: absolute;
}

.tab__price_style__7 .single__tab__item.tab-pane.tab_price.active {
    transform: scale(1) translateX(0);
    opacity: 1;
    position: relative;
    left: 0;
    z-index: 1;
}

/* ------8------ */
.tab__nav__style__8,
.tab__price_style__8 .tab__menu__content {
    width: 50%;
    float: right;
    border: 0;
}

.tab__price_style__8 .tab__content__area {
    width: 50%;
    float: left;
}

.tab__price_style__8 .tab-content>.tab-pane.tab_price {
    display: block;
    transition: 0.3s;
}

.tab__price_style__8 .single__tab__item.tab-pane.tab_price {
    width: 50%;
    float: right;
}

.tab__price_style__8 .single__tab__item.tab-pane.tab_price.active {
    opacity: 1;
}

/* ------9------ */
.tab__nav__style__9,
.tab__price_style__9 .tab__menu__content {
    width: 50%;
    float: left;
    border: 0;
}

.tab__price_style__9 .tab__content__area {
    width: 50%;
    float: right;
}

/* ------------------------
    BLOG WIDGETS SLIDER CONTROL
-------------------------- */
/* .elementor-widget-Be_Addons_Post_Carousel .slick-list {
  overflow: visible !important;
}
.sldier-content-area .slick-list .be__addons__single__post.slick-slide {
    opacity: 0;
    visibility: hidden;
}
.sldier-content-area .slick-list .be__addons__single__post.slick-slide.slick-active {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
 */
.sldier-content-area .slick-dots {
    position: inherit;
    bottom: inherit;
}

.sldier-content-area .slick-dots li {
    transition: 0.3s;
}

.sldier-content-area .slick-dots li button:before {
    display: none;
}

/* ------------------------
    BLOG WIDGETS
-------------------------- */
.be-filter-activation {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.content__item__parent {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.be__addons__single__post {
    background: aliceblue;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.be__addons__single__portfolio {
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.post__content .post__inner {
    display: flex;
    flex-direction: column;
}

.be__post__thumb {
    margin-bottom: 30px;
    position: relative;
}

.be__post__thumb img {
    width: 100%;
}

.post__content {
    padding: 30px;
}

.be__post__title {
    font-size: 24px;
}

.be__post__author {
    font-weight: 500;
}

.be__post__btn {
    clear: both;
}

.readmore__btn {
    display: inline-block;
}

.readmore__btn:hover i,
.readmore__btn:hover svg {
    animation: iconMoveRight ease-out .4s;
}

.post__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post__content ul li {
    display: inline-block;
    margin-right: 10px;
}

.post__content ul li i {
    margin-right: 5px;
}

.be__post__meta__icon {
    display: inline-block;
    margin-right: 5px;
}

.be__pagination__wrap {
    clear: both;
}

/*----------------------
    PAGINATION
------------------------*/
.be__pagination {
    margin-top:30px;
}

.be__pagination ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.be__pagination li {
    display: inline-block;
}

.be__pagination li span,
.be__pagination li a {
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    background: #1f1c1c;
    text-align: center;
    padding-top: 8px;
    color: #ffffff;
    border-radius: 5px;
    margin: 0 5px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.be__pagination li span:before,
.be__pagination li span:after,
.be__pagination li a:before,
.be__pagination li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
}

.be__pagination li span.current,
.be__pagination li a:hover {
    background: #0BC0Eb;
}

@media print {

    html,
    body {
        display: none;
        /* hide whole page */
    }
}

@keyframes iconMoveLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        opacity: 0
    }

    31% {
        -webkit-transform: translateX(-1.25rem);
        transform: translateX(-1.25rem)
    }

    32% {
        -webkit-transform: translateX(1.25rem);
        transform: translateX(1.25rem)
    }

    84% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes iconMoveRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        opacity: 0
    }

    31% {
        -webkit-transform: translateX(1.25rem);
        transform: translateX(1.25rem)
    }

    32% {
        -webkit-transform: translateX(-1.25rem);
        transform: translateX(-1.25rem)
    }

    84% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes iconMoveTop {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        opacity: 0
    }

    31% {
        -webkit-transform: translateY(-1.25rem);
        transform: translateY(-1.25rem)
    }

    32% {
        -webkit-transform: translateY(1.25rem);
        transform: translateY(1.25rem)
    }

    84% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


@keyframes iconMoveBottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        opacity: 0
    }

    31% {
        -webkit-transform: translateY(1.25rem);
        transform: translateY(1.25rem)
    }

    32% {
        -webkit-transform: translateY(-1.25rem);
        transform: translateY(-1.25rem)
    }

    84% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/*--------- COMMENT WITH AUTHOR ----------*/
.post__author__comments_date__meta {
    display: flex;
    margin-top: 20px;
    line-height: 1;
    align-items: center;
    gap: 10px;
}

.post__author__comments_date__meta .post__author__thumb {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    overflow: hidden;
}

.post__author__comments_date__meta .post__author__meta.be__post__meta {
    margin-top: 0;
    margin-left: 20px;
    line-height: 1.4;
}

.be__comments__counts__meta {
    font-size: 14px;
    color: #ff5e5e;
}

.post__author__comments_date__meta .author__link {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.be__comments__counts__meta .be__post__date,
.be__comments__counts__meta .be__comments__count {
    display: inline-block;
}

/* -----------------------
    STYLE 1
-------------------------- */

/* --------- 2 ---------- */
.post__carousel__flex {
    display: flex;
}

/* ------------- 3 -------------- */
.be__addons__single__post.be__addons__post__layout__3 {
    background: #ffffff;
    -webkit-filter: drop-shadow(0px 10px 10px rgba(209, 221, 236, 0.3));
    filter: drop-shadow(0px 10px 10px rgba(209, 221, 236, 0.3));
    border-radius: 15px;
    overflow: hidden;
}

.be__addons__post__layout__3 ul.be__post__meta {
    margin-bottom: 10px;
}

.be__addons__post__layout__3 .be__post__title {
    margin-bottom: 30px;
    font-size: 28px;
}

.post__author__meta {
    margin-top: 20px;
}

.post__author__thumb__link {
    position: relative;
    height: 40px;
    overflow: hidden;
    padding-left: 50px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.post__author__thumb__link .post__author__thumb {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
}

.post__author__thumb img {
    margin: 0 !important;
}

.be__addons__post__layout__3 .be__post__category {
    position: absolute;
    right: 0;
    top: 0;
}

.be__addons__post__layout__3 .be__post__category a {
    background: #0045ff;
    color: #ffffff;
    padding: 8px 15px;
    line-height: 1;
    border-radius: 50px;
    margin-top: 15px;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.be__addons__post__layout__3 .be__post__category a:hover {
    color: #0045ff;
    background: #ffffff;
}

/* ----------------------
    POST GROUP
------------------------ */
.be__addons__post__group__layout__1 {
    background: inherit;
}

.be__addons__post__group__layout__1 .post__content {
    padding: inherit;
    margin-top: 22px;
}

.be__addons__post__group__layout__1 .be__post__category,
.be__addons__post__group__layout__1 .be__post__meta {
    display: inline-block;
    margin-bottom: 20px;
}

.be__addons__right__list__post .be__addons__post__group__layout__1 {
    overflow: hidden;
    margin-bottom: 30px;
}

.be__addons__right__list__post .be__post__thumb {
    width: 150px;
    float: left;
    margin-right: 20px;
}

.be__addons__right__list__post .post__content {
    margin-top: 0;
}

.be__addons__right__list__post .be__post__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (max-width: 992px) {
    .be__addons__right__list__post {
        margin-top: 50px;
    }
}

/* --------------------------------
    PORTFOLIO LAYOUT 1
----------------------------------- */
.be__addons__single__portfolio .post__content {
    padding: 20px;
}

.portfolio__item__layout__1 {
    overflow: hidden;
}

.portfolio__item__layout__1 .post__content {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #ffffff;
    width: calc( 100% - 30px );
    box-shadow: 0 10px  20px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: 0.3s;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}

.portfolio__item__layout__1:hover .post__content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding: 20px;
}

.portfolio__item__layout__1 .be__post__thumb {
    margin-bottom: 0;
}

.portfolio__item__layout__1 .be__post__thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s;
    z-index: -2;
}
.portfolio__item__layout__1 .be__post__thumb img {
    transition: 0.6s;
}
.portfolio__item__layout__1:hover .be__post__thumb img {
    transform: scale(1.1) rotate(3deg);
}

.portfolio__item__layout__1 .be__post__thumb__wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0,1);
    left: 0;
    top: 0;
    position: absolute;
    transition: 0.3s;
    opacity: 0;
}
.portfolio__item__layout__1:hover .be__post__thumb__wrap:before{
    background: rgb(0, 0, 0,0.3);
    opacity: 0.5;
}
/* --------------------------------
    PORTFOLIO LAYOUT 2
----------------------------------- */
.portfolio__item__layout__2 {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

@media ( min-width:768px ){
    .be__post__flex__layout {
        display: flex;
        align-items: center;
    }
    
    .be__post__flex__layout > div {
        flex: 1;
    }
}
.portfolio__item__layout__2 .be__post__thumb {
    margin-bottom: 0;
}

.portfolio__item__layout__2 .readmore__btn {
    border-bottom: 2px solid;
    line-height: 1.3;
}

/* --------------------------------
    PORTFOLIO LAYOUT 3
----------------------------------- */
.portfolio__item__layout__3 {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.portfolio__item__layout__3 .be__post__thumb {
    margin-bottom: 0;
}

.portfolio__item__layout__3 .be__post__thumb img {
    width: 100%;
}

.portfolio__item__layout__3 .post__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), #000000);
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.46, -0.01, 0.5, 1.01);
    transition-delay: 0.6s;
    opacity: 0;
    visibility: hidden;
}

.portfolio__item__layout__3:hover .post__content {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.portfolio__item__layout__3 .be__post__title a {
    color: #ffffff;
}

.portfolio__item__layout__3 .be__post__title a:hover {
    color: #0BC0EB;
}
.portfolio__item__layout__3 .be__post__meta {
    transform: translateY(50px);
    transition: all 0.4s cubic-bezier(0.76, 0.21, 0.32, 0.85);
    transition-delay: 0.4s;
    opacity: 0;
}

.portfolio__item__layout__3 .be__post__title {
    transform: translateY(50px);
    transition: all 0.4s cubic-bezier(0.76, 0.21, 0.32, 0.85);
    transition-delay: 0.3s;
    opacity: 0;
}

.portfolio__item__layout__3 .be__post__content {
    transition: all 0.4s cubic-bezier(0.76, 0.21, 0.32, 0.85);
    transition-delay: 0.2s;
    transform: translateY(50px);
    opacity: 0;
}

.portfolio__item__layout__3 .be__post__btn {
    transform: translateY(50px);
    transition: all 0.4s cubic-bezier(0.76, 0.21, 0.32, 0.85);
    transition-delay: 0.1s;
    opacity: 0;
}

.portfolio__item__layout__3 a.readmore__btn {
    color: #ffffff;
    margin-top: 20px;
    border-bottom: 2px solid;
    line-height: 1.3;
}

.portfolio__item__layout__3 a.readmore__btn:hover {
    color: #FF5959;
}

.portfolio__item__layout__3:hover .be__post__meta {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.portfolio__item__layout__3:hover .be__post__title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.portfolio__item__layout__3:hover .be__post__content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.portfolio__item__layout__3:hover .be__post__btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.34s;
}

/* --------------------------------
    PORTFOLIO LAYOUT 4
----------------------------------- */
.portfolio__item__layout__4 {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.portfolio__item__layout__4 .be__post__thumb {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-bottom: 0;
}
.portfolio__item__layout__4 .be__post__thumb img {
    transition: 1.5s;
    width: 100%;
}

.portfolio__item__layout__4:hover .be__post__thumb img {
    transform: scale(1.2);
}

.portfolio__item__layout__4 .be__post__btn {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    margin: -20px;
}

.portfolio__item__layout__4 .post__content {
    padding: 20px;
}

.portfolio__item__layout__4 .readmore__btn {
    background: #ffffff;
    padding: 8px 25px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}
.portfolio__item__layout__4:hover .readmore__btn {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.portfolio__item__layout__4 .be__post__category {
    display: inline-block;
    background: #0045FF;
    color: #ffffff;
    padding: 7px 10px;
    line-height: 1;
    font-size: 12px;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ----------------------
    SUBSCRIBER WIDGET
------------------------ */
.subscribe__addons__label {
    position: relative;
    width: 100%;
}

.subscribe__addons__label.error {
    color: #ff0000;
}

.subscribe__addons__label.valid {
    color: #008000;
}

.subscriber__form input {
    background: #303A5B;
    border: 0;
    color: #ffffff;
    height: 60px;
    width: 69%;
    padding: 10px 20px;
}

.subscribe__addons__btn:hover i,
.subscribe__addons__btn:hover svg {
    animation: iconMoveRight ease-out .4s;
}

.subscriber__form button {
    border: 0;
    width: calc(29% - 40px);
    margin: 0;
    margin-left: 40px;
    height: 60px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

/* ------------------------
    PRICE TABLE
------------------------- */
.single__price {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(146, 152, 198, .08);
    transition: 0.3s;
    text-align: center;
    position: relative;
    z-index: 1;
}

.single__price:before,
.single__price:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.single__price:hover,
.single__price.price__active {
    box-shadow: 0 20px 30px rgba(146, 152, 198, .2);
    transform: translateY(-5px);
}

.single__price__ribon {
    display: inline-block;
    transition: 0.3s;
}

.price__btn {
    display: inline-block;
    padding: 15px 30px;
    background: #FF7342;
    border-radius: 5px;
    color: #ffffff;
}

.price__btn:hover i,
.price__btn:hover svg {
    animation: iconMoveRight ease-out .4s;
}

.price__rate h3 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
}

.price__title h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 40px;
    line-height: 1;
}

.price__subtitle {
    line-height: 1;
}

.period__price {
    font-size: 15px;
}

.single__price__body {
    margin-top: 50px;
}

ul.price__features {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.price__features li {
    margin-bottom: 20px;
}

ul.price__features li:last-child {
    margin-bottom: 0;
}

ul.price__features .content__span {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

ul.price__features li b {
    margin: 0 5px;
}

ul.price__features li.off {
    text-decoration: line-through;
}

ul.price__features li i {
    margin-right: 5px;
}

ul.price__features li img {
    margin-right: 10px;
}

.single__price__footer {
    padding-top: 50px;
}

/*-------------------------
    PRICE STYLE 1
--------------------------*/
.single__price.single__price__layout__1 {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.single__price__layout__1 .single__price__header {
    padding: 30px;
    background: #F6F8FA;
}

.single__price__layout__1 .single__price__footer {
    padding-bottom: 50px;
}

/*-------------------------
    PRICE STYLE 3
--------------------------*/
.single__price__layout__3 {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
}

.single__price__layout__3 .single__price__ribon {
    background: #FF7342;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: center center;
    padding: 0 25px;
    min-width: 150px;
    text-align: center;
}

.single__price__layout__3 .single__price__header {
    padding: 50px 40px 40px;
    border-radius: 10px;
}

.single__price__layout__3 .price__title {
    display: inline-block;
}

.single__price__layout__3 .price__rate h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 40px;
}

.single__price__layout__3 .price__title h3 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

.single__price__layout__3 .price__subtitle {
    display: inline-block;
    background: #FF7342;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

.single__price__layout__3 .price__desc {
    padding: 30px 40px 0;
    margin-bottom: 25px;
}

.single__price__layout__3 .single__price__body {
    padding: 0 40px;
    margin-top: 0;
}

.single__price__layout__3 ul.price__features li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.single__price__layout__3 ul.price__features li:Last-child {
    margin-bottom: 0;
}

.single__price__layout__3 .single__price__footer {
    padding: 40px;
}

.single__price__layout__3 .price__btn {
    width: 100%;
    text-align: center;
    background: inherit;
    color: #36415A;
    border: 1px solid;
    font-weight: 500;
}

.single__price__layout__3 .price__btn:hover {
    background: #047DFF;
    border-color: #047DFF;
    color: #ffffff;
}

.single__price__layout__3.price__active .price__btn {
    background: #047DFF;
    color: #ffffff;
    border-color: #047DFF;
}

.price__features .content__span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed;
}

/* -------------------------
	ACCORDION TOGGLE
--------------------------- */
.elementor-accordion .elementor-accordion-item {
    border: 0 !important;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(97, 105, 140, 0.12);
    padding: 15px;
}

/* ------------------------
    ADVANCED ACCORDION
------------------------- */
.be__addons__adv__accordion {
    width: auto;
    height: auto;
    transition: all .3s ease-in-out
}

.be__addons__adv__accordion .be__addons__accordion__list .be__addons__accordion__header {
    padding: 15px;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, .02);
    font-weight: 600;
    line-height: 1;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.be__addons__adv__accordion .be__addons__accordion__list .be__addons__accordion__header.show {
    display: flex !important;
}

.be__addons__adv__accordion .be__addons__accordion__list .be__addons__accordion__header .toggle__icon {
    transform: rotate(0);
    z-index: 10;
    transition: all .3s ease-in-out;
    float: right;
}

.be__addons__adv__accordion .be__addons__accordion__list .be__addons__accordion__header.active .toggle__icon {
    transform: rotate(90deg);
    z-index: 10;
    transition: all .3s ease-in-out
}

.active .fa.fa-plus.toggle__icon {
    transform: rotate(135deg) !important;
}

.be__addons__accordion__title__icon {
    display: inline-flex;
    align-items: center;
}

.be__addons__accordion__icon {
    display: inline-block;
    margin-right: 10px
}

.be__addons__adv__accordion .be__addons__accordion__list .be__addons__accordion__content {
    display: none;
    border: 1px solid #eeeeee;
    padding: 15px;
    box-sizing: border-box;
    line-height: 1.7
}

.be__addons__adv__accordion .be__addons__accordion__list .be__addons__accordion__content p {
    margin: 0
}

.be__addons__adv__accordion .be__addons__accordion__list .be__addons__accordion__content.active {
    display: block
}

@-webkit-keyframes rotate-90 {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(-180deg)
    }
}

@keyframes rotate-90 {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(-180deg)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 1;
        transition: all .3s ease-in-out
    }

    100% {
        opacity: 1;
        transition: all .3s ease-in-out
    }
}

@keyframes fadeIn {
    0% {
        opacity: 1;
        transition: all .3s ease-in-out
    }

    100% {
        opacity: 1;
        transition: all .3s ease-in-out
    }
}

/* -------------------------
    DOWNLOAD BUTTON
--------------------------- */
a.download__button>div {
    display: inline-block;
    float: left;
    position: initial;
    margin: -5px 0px 0px 0px;
}

a.download__button {
    background: #001737;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    align-items: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-right: 10px;
    margin-left: 10px;
    text-align: left;
    width: 170px;
    height: 56px;
    padding: 5px 15px 5px 15px;
}

a.download__button .button__title {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

a.download__button .button__subtitle {
    display: block;
    margin-bottom: -10px;
    font-size: 11px;
}

a.download__button:first-child {
    margin-left: 0;
}

a.download__button:last-child {
    margin-right: 0;
}

a.download__button:before,
a.download__button:after {
    content: "";
    display: block;
    z-index: -1;
}

.button__text span {
    display: block;
}

.download__button_icon_left {
    margin-right: 20px;
    font-size: 25px;
    padding-top: 14px;
}

/* ------------------------
    SCREENSHOT SLIDER
-------------------------- */

/* -----------------------
    VIDEO BUTTON
------------------------- */
.video__play__button {
    background: #4528EB;
    box-shadow: 0 8px 16px rgb(0 0 0 / 30%);
    color: #ffffff;
    border-radius: 50%;
    box-sizing: content-box;
    display: block;
    font-size: 30px;
    height: 80px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 0.3s;
    width: 80px;
    z-index: 1;
    padding-top: 26px;
    padding-left: 8px;
}

.video__play__button:before {
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    background: #4528EB;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: -1;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes buttonwaves {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* -----------------------
    VIDEO BUTTON ALT
------------------------- */
.video__popup__button {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.video__popup__button .button__icon {
    position: relative;
    width: 50px;
    height: 50px;
}

.video__popup__button .button__icon {
    background: #4528EB;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .3);
    color: #ffffff;
    border-radius: 50%;
    box-sizing: content-box;
    display: block;
    font-size: 22px;
    height: 50px;
    transition: 0.3s;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 1;
    margin-right: 10px;
    line-height: 1;
}

.video__popup__button .button__icon i {
    padding-top: 14px;
    padding-left: 5px;
}

.video__popup__button .button__icon:before {
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    background: #4528EB;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: -1;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* -------------------------
	COUNTE WIDGET
-------------------------- */
.single__counter {
    overflow: hidden;
    transition: 0.3s;
}

.counter__icon {
    float: left;
    font-size: 70px;
    color: #0BC0EB;
    margin-right: 20px;
}

.counter__number__wrapper {
    font-size: 48px;
    line-height: 1;
}

.counter__title {
    font-size: 16px;
    color: #8392A5;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* -------------------------
	COUNTE ODOMETER
-------------------------- */
.be__counter__wrap {
    text-align: center;
}

.be__counter__wrap .content__icon {
    font-size: 50px;
    margin-bottom: 15px;
    display: inline-block;
}

.be__counter__wrap .content__icon img,
.be__counter__wrap .content__icon svg {
    width: 80px;
}

.be__counter__wrap {
    text-align: center;
}

.counter__text__wrap .counter__prefix,
.counter__text__wrap .counterup__text,
.counter__text__wrap .counter__suffix {
    font-size: 36px;
    overflow: hidden;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
}
.counter__text__wrap .counter__prefix,
.counter__text__wrap .counter__suffix {
    position: relative;
    top: 6px;
}
.be__counter__wrap .content__title {
    margin-top: 10px;
    line-height: 1;
    margin-bottom: 0;
}

.be__counter__wrap .content__subtitle {
    margin-top: 10px;
}

.be__counter__wrap .content__description {
    margin-top: 10px;
}

.counter__layout__2 {
    overflow: hidden;
    text-align: left;
}

.counter__layout__2 .content__icon {
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
}

/* --------------------------
    CAMPAIGN WIDGETS
----------------------------- */
.be__addons__single__campaign {
    position: relative;
}

.be__addons__single__campaign .campaign__progressbar {
    height: 4px;
    background: #FFF1F1;
    position: relative;
}

.be__addons__single__campaign .campaign__progressbar .count__bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #FF8F79;
}

.be__addons__single__campaign .campaign__progressbar .count {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: .8;
    z-index: 9;
    color: white;
    display: none;
}

.be__addons__single__campaign .be__post__category {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
}

.be__addons__single__campaign .be__post__category li {
    display: inline-block;
    margin-left: 5px;
}

.be__addons__single__campaign .be__post__category li a {
    display: block;
    padding: 8px 20px;
    background: #FF8F79;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: capitalize;
}

.be__addons__single__campaign .be__post__category li a:hover {
    background: #ffffff;
    color: #FF8F79;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

.be__addons__single__campaign .be__post__meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.be__addons__single__campaign .be__post__meta li {
    margin-right: 26px;
    display: inline-block;
}

.be__addons__single__campaign .be__post__meta li.author__meta img {
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    width: 30px;
}

.be__addons__single__campaign .be__post__meta li.author__meta a {
    float: right;
    margin-top: 3px;
    font-weight: 600;
    color: #6A85A0;
}

.be__addons__single__campaign .be__post__meta li i {
    margin-right: 5px;
}

.be__addons__single__campaign .campain__content {
    padding: 30px;
    background: #ffffff;
}

.be__addons__single__campaign .be__post__title {
    margin-bottom: 30px;
    font-size: 22px;
}

.be__addons__fact__wrap {
    padding-top: 30px;
    border-top: 1px solid #D2E8FF;
    overflow: hidden;
}

.single__campaign__fact {
    float: left;
    width: 33.33%;
}

.single__campaign__fact .campaign__fact__count {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.goal__fact .campaign__fact__count {
    color: #FF7296;
}

.raised__fact .campaign__fact__count {
    color: #FF5959;
}

.donor__fact .campaign__fact__count {
    color: #00BAA3;
}


.be__addons__single__campaign:nth-child(2n) .campaign__progressbar .count__bar {
    background: #00BAA3;
}

.be__addons__single__campaign:nth-child(2n) .be__post__category li a {
    background: #00BAA3;
}

.be__addons__single__campaign:nth-child(2n) .be__post__category li a:hover {
    background: #ffffff;
    color: #00BAA3;
}


.be__addons__single__campaign:nth-child(3n) .campaign__progressbar .count__bar {
    background: #FF5959;
}

.be__addons__single__campaign:nth-child(3n) .be__post__category li a {
    background: #FF5959;
}

.be__addons__single__campaign:nth-child(3n) .be__post__category li a:hover {
    background: #ffffff;
    color: #FF5959;
}

/* -----------------------
    TIMELINE
------------------------ */
.timeline--horizontal .timeline__item {
    float: left;
}

.timeline-nav-button {
    opacity: 1 !important;
}

/* -----------------------
    STEP TIMELINE
------------------------ */
.step__description {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin: 20px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: scale(0);
    transform-origin: bottom;
    margin-top: 0;
}

.step__description:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    content: "";
    background: #ffffff;
    bottom: -10px;
    transform: rotate(45deg);
}

.slick-center .single__step__slide .step__description,
.single__step__slide:hover .step__description {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.step__content {
    text-align: center;
    position: relative;
}

.step__content h3 {
    margin-bottom: 0;
    color: #ffffff;
}

.step-border {
    width: 100%;
    height: 5px;
    background: #ffffff;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
    display: inline-block;
    z-index: 1;
}

.step-border:before {
    width: 30px;
    height: 30px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -13px;
    border-radius: 50%;
    z-index: 2;
}

.step-border:after {
    width: 15px;
    height: 14px;
    background: #1657E2;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -5px;
    border-radius: 50%;
    z-index: 3;
}

.sldier-content-area.bottom_left_right_nav .owl-nav>div {
    display: inline-block;
    border-radius: 50%;
    padding-top: 12px;
    position: absolute;
    left: 0;
    bottom: 66px;
}

.sldier-content-area.bottom_left_right_nav .owl-nav>div.owl-next {
    left: auto;
    right: 0;
}

/* ----------------------
    PRGORESS ROADMAP
------------------------ */
/* .progress__content {
    display: inline-block;
    padding: 30px;
    border-left: 2px solid;
    margin-left: 70px;
    padding-top: 0;
} */
.progressbar__wrap {
    padding: 15px;
    box-shadow: 0 14px 60px rgba(0, 0, 0, .1);
    border-radius: 50px;
}

.be__addons__progressbar {
    width: 100%;
    height: 20px;
    background: #7783C3;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.be__addons__progressbar .count__bar {
    height: 100%;
    background: linear-gradient(45deg, #FFDB49, #FF9056);
    position: absolute;
    left: 0;
    top: 0;
    border-right: 5px solid #ffffff;
}

.be__addons__progressbar .count {
    display: none;
}

/*------------------------
    NAVIGATION MENU
-------------------------*/
.single__menu__nav ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.be__addons__menu__style__2 li {
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
}

.be__addons__menu__style__2 li a {
    position: relative;
}

.be__addons__menu__style__2 li a:before {
    display: inline-block;
    content: "\f105";
    margin-right: 10px;
    font-family: fontawesome;
}


.be__addons__menu__style__3 li {
    overflow: hidden;
    position: relative;
}

.be__addons__menu__style__3 li a {
    position: relative;
}

.be__addons__menu__style__3 li a:before {
    display: inline-block;
    content: "\f105";
    margin-right: 10px;
    font-family: fontawesome;
}

/* -------------------------
    SOCIAL BUTTONS
--------------------------- */
.be__addons__socials__buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.be__addons__socials__buttons li {
    display: inline;
}

.be__addons__socials__buttons li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #0045bc;
    padding-top: 14px;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.be__addons__socials__buttons li a:before,
.be__addons__socials__buttons li a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.3s;
    z-index: -1;
}

.be__addons__socials__buttons li a:after {
    opacity: 0;
}

.be__addons__socials__buttons li a:hover:before {
    opacity: 0;
}

.be__addons__socials__buttons li a:hover:after {
    opacity: 1;
}

.be__addons__socials__buttons li:first-child a {
    margin-left: 0;
}

.be__addons__socials__buttons li:last-child a {
    margin-right: 0;
}

.be__addons__socials__buttons li a:hover {
    background: #28acff;
    color: #ffffff;
}


/* .be__addons__circle__counter .svg-container {
    overflow: hidden !important;
}

.be__addons__circle__counter .svg-container svg {
    max-width: 100% !important;
} */

/* ----------------------
    MULTI CIRCLE PROGRESSBAR
------------------------- */
.be__addons__progress__item {
    display: inline-block !important;
    vertical-align: middle !important;
    position: relative !important;
}

.be__addons__progress__item:before {
    display: none;
}

.be__addons__progress__item .svg-progress-output {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}

/*-------------------------
    INFOBOX WIDGET
---------------------------*/
.be__addons__infobox__style__1 {
    background: #ffffff;
    padding: 35px;
    border-radius: 5px;
}

.single__info__box {
    margin-top: 30px;
    padding-left: 30px;
    position: relative;
}

.single__info__box:first-child {
    margin-top: 0;
}

.single__info__box:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.be__addons__infobox__style__1 .info__box__header__title h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 30px;
    border-left: 10px solid #0BC0EB;
    margin-left: -35px;
}

.be__addons__infobox__style__1 .info__box__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
}

.info__title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #919191;
    line-height: 1.4;
}

.info__details {
    color: #0B0C12;
    font-size: 18px;
    font-weight: 600;
}

/*------------------------
    INFOBOX STYLE 2
------------------------*/
.be__addons__infobox__style__2 {
    color: #0BC0EB;
}

.be__addons__infobox__style__2 .info__box__header__title h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.be__addons__infobox__style__2 .single__info__box {
    padding-left: 60px;
}

.be__addons__infobox__style__2 .info__box__icon {
    background: #0BC0EB;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
    border-radius: 5px;
    color: #0B0C12;
    position: absolute;
    left: 0;
}

.be__addons__infobox__style__2 .info__title,
.be__addons__infobox__style__2 .info__details {
    color: #0BC0EB;
}

/*------------------------
    INFOBOX STYLE 3
------------------------*/
.be__addons__infobox__style__3 {
    color: #0BC0EB;
}

.be__addons__infobox__style__3 .info__box__header__title h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.be__addons__infobox__style__3 .single__info__box {
    padding-left: 65px;
}

.be__addons__infobox__style__3 .info__box__icon {
    background: #DE2B36;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    left: 0;
}

.be__addons__infobox__style__3 .info__title {
    color: #929292;
}

.be__addons__infobox__style__3 .info__details {
    color: #ffffff;
}

/*------------------------
    INFOBOX STYLE 4
------------------------*/
.be__addons__infobox__style__4 .single__info__box {
    padding: 0;
}

.be__addons__infobox__style__4 .single__info__box>div {
    display: inline-block;
}

.be__addons__infobox__style__4 .info__title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #515151;
    line-height: 1.6;
}

.be__addons__infobox__style__4 .info__details {
    color: #515151;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
}

/*-------------------------
    INFO TEXT WIDGET
---------------------------*/
.infotex_box__style__1 {
    padding: 35px;
    background: #ffffff;
    border-radius: 5px;
}

.infotex_box__style__1 .infotext__header__title h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 30px;
    border-left: 10px solid #0BC0EB;
    margin-left: -35px;
}

/* -----------------------
    MEGA LISTING
-------------------------*/
.mega__icon__list {
    position: relative;
}

.icon__list__header__desc {
    margin-bottom: 30px;
}

.single__icon__list {
    position: relative;
    margin-bottom: 20px;
}

.icon__list__icon {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.icon__list__title,
.icon__list__details {
    display: inline-block;
}

.icon__list__style__1 .single__icon__list:hover .icon__list__icon {
    background: #0BC0EB;
    color: #000000;
}

.icon__list__style__3 .single__icon__list {
    padding-left: 30px;
    line-height: 1.3;
}

.icon__list__style__2 .icon__list__icon {
    font-size: 10px;
    background: #FF7342;
    width: 20px;
    height: 20px;
    color: #ffffff;
    line-height: 1;
    padding-top: 5px;
    margin-right: 10px;
}

.icon__list__style__3 .icon__list__icon {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
}
.icon__listing__list .icon__lists__wrap > div {
    display: block;
}

.icon__listing__inline .icon__lists__wrap > div {
    display: inline-block;
}

/*-------------------------
    LINK LISTING
---------------------------*/
.link__lists__wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}

.link__lists__wrap li {
    position: relative;
}

.link__listing__list .single__link__item {
    display: block;
    margin-bottom: 5px;
}

.link__listing__inline .single__link__item {
    display: inline-block;
    margin-right: 15px;
}

.link__lists__wrap li:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.link__lists__wrap li a {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.link__lists__wrap .link__list__icon {
    margin-right: 8px;
    font-size: 14px;
    line-height: 1;
}

.link__lists__wrap .link__list__details {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.3;
}

.link__list__bedge {
    position: absolute;
    overflow: hidden;
    color: #ffffff;
    right: -15px;
    top: 8px;
    min-width: max-content;
    background: #0BC0EB;
    border-radius: 50%;
    transition: 0.3s;
    line-height: 1;
    font-size: 0px;
    text-transform: uppercase;
    padding: 5px;
    z-index: 9;
}
.list__item__link:hover .link__list__bedge {
    width: max-content;
    border-radius: 3px;
    height: max-content;
    font-size: 10px;
}

.link__list__title {
    position: relative;
}

/* -------------------
    VARIENT 1
----------------------*/
.link__list__layout__1 .list__item__link,
.link__list__layout__2 .list__item__link {
    overflow: hidden;
}
.link__list__layout__1 .list__item__link:hover,
.link__list__layout__2 .list__item__link:hover {
    padding-left: 15px;
}

.link__list__layout__1 .link__list__icon,
.link__list__layout__2 .link__list__icon {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-right: 7px;
    left: -20px;
    font-size: 14px;
}
.link__list__layout__2 .link__list__icon {
    transition: 0.5s;
}
.link__list__layout__1 .list__item__link:hover .link__list__icon,
.link__list__layout__2 .list__item__link:hover .link__list__icon {
    left: 0;
    opacity: 1;
    visibility: visible;
}

/* -------------------
    VARIENT 3
----------------------*/
.link__list__layout__3 .link__list__title,
.link__list__layout__4 .link__list__title {
    line-height: 1;
    display: inline-block;
}

.link__list__layout__3 .link__list__title:before,
.link__list__layout__4 .link__list__title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #0BC0EB;
    transition: 0.2s;
}

.link__list__layout__3 .list__item__link:hover .link__list__title:before,
.link__list__layout__4 .list__item__link:hover .link__list__title:before {
    width: 100%;
    right: auto;
    left: 0;
}

.link__list__layout__3 .link__list__icon,
.link__list__layout__4 .link__list__icon {
    width: 45px;
    height: 45px;
    text-align: center;
    background: #ffffff;
    font-size: 25px;
    padding-top: 8px;
    border-radius: 5px;
    margin-right: 15px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
    color: #0BC0EB;
}
.link__list__layout__4 .link__list__icon {
    border-radius: 50px;
}
.link__list__layout__4 .link__lists__wrap li a {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
}

/* -------------------
    VARIENT 5
----------------------*/
.link__list__layout__5 .link__list__icon {
    font-size: 12px;
    background: #0BC0Eb;
    color: #ffffff;
    width: 18px;
    height: 18px;
    line-height: 1;
    text-align: center;
    padding-top: 3px;
    border-radius: 2px;
}

/*-------------------------
    BUSINESS HOURS WIDGET
---------------------------*/
.be__addons__business__hour__style__1 {
    background: #ffffff;
    padding: 35px;
    border-radius: 5px;
}

.be__addons__business__hour__style__1 .business__hour__header__title h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 30px;
    border-left: 10px solid #0BC0EB;
    margin-left: -35px;
}

.single__business__hours {
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    display: flex;
}

.single__business__hours:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.business__hour__day {
    float: left;
    min-width: 130px;
    position: relative;
}

.business__hour__separator {
    display: inline-block;
    float: right;
    margin-right: 10px;
    font-weight: 700;
}

.business__hour__separator img {
    width: 20px;
}

/*====================================
    WOOCOMMERCE WIDGETS
=====================================*/
/*------------------------
    PRODUCT ITEM STYLE
-------------------------*/

.single__product__item {
    overflow: hidden;
}

.product__image__wrap img {
    width: 100%;
}

.cus-col-5.ul-col-md-6 {
    flex: 0 0 20%;
    max-width: 20%;
}

.single__product__item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single__product__item ul li {
    display: inline-block;
    margin-right: 10px;
}

/*----- IMAGE WRAP ------*/
.product__image__wrap {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

/*---- On Sale ----*/
.product__image__wrap .onsale {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 2px 12px;
    background: #000000;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

/* Footer */
.product__footer__area {
    justify-content: space-between;
    align-items: center;
}

/* ------ BUTTONS ------ */

.product__item__buttons {
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 20px;
    transition: 0.3s;
    border-radius: 5px;
    padding: 10px;
    width: calc(100% - 40px);
}

.product__item__buttons>div {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0 5px;
    display: inline-block;
}

.product__item__inner .product__item__buttons a {
    text-align: center;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    display: inline-block;
    word-break: keep-all;
    padding: 0;
    border-radius: 2px;
    padding-top: 8px;
}

.product__item__inner .product__item__buttons a:hover {
    color: transparent;
}

.product__item__inner .product__item__buttons a i,
.product__item__inner .product__item__buttons a:before {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.product__item__inner .product__item__buttons a:hover:before,
.product__item__inner .product__item__buttons a:hover i {
    background: #000000;
    color: #ffffff;
}

.product__item__inner .be__addons__add__to__cart {
    position: relative;
}

.product__item__inner .product__item__buttons>div.be__addons__add__to__cart a:before,
.product__item__inner .product__item__buttons>div.compare-button a:before {
    content: "\e619";
    font-family: themify;
}

.product__item__inner .product__item__buttons>div.be__addons__add__to__cart a.add_to_cart_button.loading {
    background: url(../img/qv-loader.gif)no-repeat scroll center center;
}

.product__item__inner .product__item__buttons>div.be__addons__add__to__cart a.add_to_cart_button.loading:before {
    opacity: .5;
}

.product__item__inner .product__item__buttons>div.be__addons__add__to__cart a.added_to_cart {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.product__item__inner .product__item__buttons>div.be__addons__add__to__cart a:before {
    content: "\e60d";
}

.product__item__inner .product__item__buttons>div.be__addons__add__to__cart a.added_to_cart:before {
    content: "\e60e";
}

/* --------------------------------
    GRID STYLE TWO
----------------------------------- */

.be__addons__product__layout__2 .product__item__buttons {
    position: absolute;
    top: 50%;
    transition: 0.3s;
    transform: translateY(-50%);
    padding: 10px;
    right: 10px;
    width: auto;
    left: auto;
    bottom: auto;
    display: inherit;
}

.be__addons__product__layout__2 .product__item__inner .product__item__buttons>div {
    margin: 5px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: relative;
    right: -60px;
    opacity: 0;
    transition: 0.4s;
}

.be__addons__product__layout__2.single__product__item .product__item__buttons>div:first-child {
    transition-delay: 0.1s;
}

.be__addons__product__layout__2.single__product__item .product__item__buttons>div:nth-child(2) {
    transition-delay: 0.2s;
}

.be__addons__product__layout__2.single__product__item .product__item__buttons>div:nth-child(3) {
    transition-delay: 0.3s;
}

.be__addons__product__layout__2.single__product__item .product__item__buttons>div:nth-child(4) {
    transition-delay: 0.4s;
}

.be__addons__product__layout__2 .product__item__inner .product__item__buttons a {
    text-align: center;
    width: 40px;
    height: 40px;
}

.be__addons__product__layout__2 .product__item__inner .product__item__buttons a i,
.be__addons__product__layout__2 .product__item__inner .product__item__buttons a:before {
    background: #292929;
    color: #ffffff;
}

.be__addons__product__layout__2 .product__item__inner .product__item__buttons a:hover:before,
.be__addons__product__layout__2 .product__item__inner .product__item__buttons a:hover i {
    background: #000000;
    color: #ffffff;
}

/* -------------
    HOVERS
---------------- */
.be__addons__product__layout__2.single__product__item:hover .product__item__buttons>div {
    right: 0;
    opacity: 1;
}

/* .single__product__item .product__item__buttons > div:first-child {
    transition-delay: 0.1s;
}
.single__product__item .product__item__buttons > div:nth-child(2) {
    transition-delay: 0.2s;
}
.single__product__item .product__item__buttons > div:nth-child(3) {
    transition-delay: 0.3s;
}
.single__product__item .product__item__buttons > div:nth-child(4) {
    transition-delay: 0.4s;
}
.single__product__item:hover .product__item__buttons > div:first-child {
    transition-delay: 0.1s;
}
.single__product__item:hover .product__item__buttons > div:nth-child(2) {
    transition-delay: 0.2s;
}
.single__product__item:hover .product__item__buttons > div:nth-child(3) {
    transition-delay: 0.3s;
}
.single__product__item:hover .product__item__buttons > div:nth-child(4) {
    transition-delay: 0.4s;
} */


/* --------------------------------
    BUTTONS STYLE 3
----------------------------------*/
.be__addons__product__layout__3 .product__item__buttons {
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    background: #ffffff;
    transition: 0.3s;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
    padding: 10px;
    width: calc(100% - 40px);
    max-width: 250px;
}

.be__addons__product__layout__3 .product__item__buttons>div {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0 5px;
    display: inline-block;
}

.be__addons__product__layout__3 .product__item__inner .product__item__buttons a {
    text-align: center;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    display: inline-block;
    word-break: keep-all;
    padding: 0;
    border-radius: 2px;
    padding-top: 8px;
}

.be__addons__product__layout__3 .product__item__inner .product__item__buttons a:hover {
    color: transparent;
}

.be__addons__product__layout__3 .product__item__inner .product__item__buttons a i,
.be__addons__product__layout__3 .product__item__inner .product__item__buttons a:before {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.be__addons__product__layout__3 .product__item__inner .product__item__buttons a:hover:before,
.be__addons__product__layout__3 .product__item__inner .product__item__buttons a:hover i {
    background: #000000;
    color: #ffffff;
}


/* ------------------------
    QUICK VIEW
-------------------------- */
#yith-quick-view-modal .product {
    display: flex;
    align-items: center;
    height: 100%;
}

#yith-quick-view-content div.images {
    width: 50%;
}

#yith-quick-view-content div.summary {
    width: 50%;
    padding-left: 30px;
}

/*---------------------------
    Star Rating
---------------------------*/
.product__item__review {
    line-height: 1;
}

.total__review__count {
    display: inline-block;
    margin-left: 8px;
}

.single__product__item .total__star__rating {
    font-family: 'star';
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.single__product__item .total__star__rating:before {
    content: "\73\73\73\73\73";
}

.single__product__item .total__star__rating .rated__stars:before {
    content: "\53\53\53\53\53";
}

.single__product__item .total__star__rating .rated__stars {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.single__product__item .single__star__icon,
.single__product__item .single__star__icon__rated {
    font-family: 'star';
}

.single__product__item .single__star__icon:before {
    content: "\73";
}

.single__product__item .single__star__icon__rated:before {
    content: "\53";
}

/* ------------------------
    PRODUCT GRID 2
-------------------------- */
.be__addons__product__layout__1 {
    position: relative;
    border-radius: 10px;
}

.be__addons__product__layout__1 .product__image__wrap {
    margin-bottom: 0;
}

.be__addons__product__layout__1 .onsale {
    background: #DE2B36;
    left: auto;
    right: 0;
    padding: 6px 20px;
    border-radius: 0;
    top: 25px;
    z-index: 9;
}

.be__addons__product__layout__1 .product__information__area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    background: linear-gradient(0deg, black, transparent);
    color: #ffffff;
}

.be__addons__product__layout__1 .product__item__title {
    font-size: 24px;
    transform: translateY(80px);
    transition: 0.3s;
    margin-bottom: 0;
}

.be__addons__product__layout__1 .product__item__title a {
    color: #ffffff;
}

.be__addons__product__layout__1 .product__item__description {
    transform: translateY(80px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
}

.be__addons__product__layout__1 .product__item__price {
    font-size: 26px;
    margin-top: 14px;
}

.be__addons__product__layout__1:hover .product__item__content * {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/*=====================================
    GALLERY STYLE
=======================================*/
/*---------------------------
    FILTER MENU
----------------------------*/
.filter__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.filter__menu ul li {
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    transition: 0.3s;
    position: relative;
}
.filter__menu ul li .post__items__counter {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 1;
    padding: 3px;
}

.filter__menu ul li.active {
    color: #FF7342;
}


.filter__menu ul li:before,
.filter__menu ul li:after{
    content:"";
    opacity: 0;
    visibility: hidden;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.filter__menu ul li:hover:before,
.filter__menu ul li.active:before,
.filter__menu ul li:hover:after,
.filter__menu ul li.active:after{
    opacity: 1;
    visibility: visible;
}

/*---------------------------
    GALLERY LAYOUT 1
-----------------------------*/
.single__gallery__item {
    overflow: hidden;
    position: relative;
}

.gallery__item__thumbnail {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.gallery__sale__flush {
    background: #0BC0EB;
    border-radius: 50px 0 0 50px;
    color: #171C29;
    font-size: 14px;
    padding: 3px 20px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 9;
}

.gallery__item__content {
    padding: 30px;
}

.gallery__caption {
    color: #ffffff;
}

.gallery__item__price {
    color: #0BC0EB;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 700;
}

.gallery__regular__price {
    color: #BDBDBD;
}

.be__addons__gallery__layout__1 {
    border-radius: 10px;
    overflow: hidden;
    background: #242424;
}

.be__addons__gallery__layout__1:hover .gallery__item__thumbnail img {
    transform: scale(1.5);
}

.be__addons__gallery__layout__1 .gallery__caption {
    color: #ffffff;
}

/*-------------------------
    GALLERY LAYOUT 2
--------------------------*/
.be__addons__gallery__layout__2 {
    background: #ffffff;
    border-radius: 10px;
}

.be__addons__gallery__layout__2:hover .gallery__item__thumbnail img {
    transform: scale(1.5);
}

.be__addons__gallery__layout__2 .gallery__caption {
    color: #233653;
}

.be__addons__gallery__layout__2 .gallery__item__price {
    color: #DE2B36;
}

.be__addons__gallery__layout__2 .gallery__sale__flush {
    background: #DE2B36;
    color: #ffffff;
}

/* --------------------------
    GALLERY LAYOUT 3
---------------------------- */
.be__addons__gallery__layout__3 {
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
}

.be__addons__gallery__layout__3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: 0.6s;
    background: linear-gradient(transparent, #000000);
    content: "";
    z-index: 1;
    opacity: .5;
    transition: 0.3s;
}

.be__addons__gallery__layout__3:hover:before {
    opacity: .9;
    visibility: visible;
}

.be__addons__gallery__layout__3 .gallery__item__content {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    z-index: 1;
}

.be__addons__gallery__layout__3 .gallery__caption {
    transform: translateY(90px);
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: 0.6s;
}

.be__addons__gallery__layout__3 .gallery__description {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.be__addons__gallery__layout__3:hover .gallery__caption {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.be__addons__gallery__layout__3:hover .gallery__description {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.6s;
    transition-delay: 0.1s;
}

/* ---------------------------
    INSTAGRM GALLERY
---------------------------- */
.be__addons__instragram__feed {
    overflow: hidden;
}

.be__addons__instagram__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.be__addons__instagram__list li {
    float: left;
    position: relative;
    overflow: hidden;
}

.instagram__content__wrap {
    position: relative;
    overflow: hidden;
}

.instagram__content {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    background: rgba(0, 0, 0, .5);
    left: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    color: #ffffff;
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
}

.be__addons__instagram__list li:hover .instagram__content {
    opacity: 1;
    visibility: visible;
}

.instagram__btn a {
    width: 50px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    padding-top: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 20px;
}

.instagram__btn a:hover {
    background: #DE2B36;
    color: #ffffff;
}

.instagram__like__comment span i {
    margin-right: 5px;
}

.instagram__follow__btn {
    display: inline-block;
    background: #ffffff;
    padding: 10px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-left: 70px;
}

.instagram__follow__btn i {
    width: 50px;
    height: 100%;
    background: #DE2B36;
    display: inline-block;
    text-align: center;
    padding-top: 11px;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
}

/* ------------------------------------
    EDD CATEGORY SEARCH WIDGET
-------------------------------------- */
.download__search__cats__form {
    position: relative;
    height: 60px;
    width: 100%;
}

.download__search__cats {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
}

.download__search__cats .nice-select.wide {
    width: auto;
    height: 100%;
    line-height: 60px;
}

.download__search__cats.clearfix {
    display: none;
}

.download__search__cats__form input[type="search"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 148px;
}

.download__search__cats__form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
}

/* -------------------------------------
    EDD PRODUCT WIDGET
-------------------------------------- */
.be__addons__edd__product__layout__1 .download__thumb__gallery {
    max-height: 220px;
}

.edd-products-content-area {
    overflow: hidden;
}

.tooltipster-sidetip .mb30,
.content__item__parent .mb30 {
    margin-bottom: 0;
}

/* ------ THUMBNAIL IMAGE ------ */
.tooltipster-sidetip.tooltipster-noir.noir-customized .tooltipster-box {
    background: #ffffff;
    padding: 0;
    border-radius: 6px;
    border: 6px solid #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.tooltipster-sidetip.tooltipster-noir.noir-customized .tooltipster-content {
    color: #6384a5 !important;
    padding: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ffffff !important;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #ffffff !important;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #ffffff !important;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ffffff !important;
    left: 0;
    top: -3px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #ffffff !important;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #ffffff !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #ffffff !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #ffffff !important;
}

/* -------------------------------
    EDD LOGIN & REGISTER
-------------------------------- */
.be__website__login {
    padding: 30px;
    background: #ffffff;
}

.login__form__logo {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
}

.be__website__login h3 {
    text-align: center;
    margin-bottom: 20px;
}

.be__website__login input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.be__website__login .edd-login-remember input {
    padding: 0;
    margin: 0;
    width: auto;
}

.be__website__login .edd_submit {
    padding: 10px;
    font-size: inherit;
}

a.account__signing_register {
    display: block;
    margin-top: 20px;
    text-align: center;
}

/* ----------------------------
    EDD CATEGORY QUERY
------------------------------- */

.product__category__lists {
    text-align: center;
    overflow: hidden;
}

.single__category__item {
    width: 200px;
    height: 200px;
    display: inline-block;
    text-align: center;
    padding: 40px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 8px 16px rgba(0, 100, 235, 0.3);
    margin: 15px;
}

.category__post__count {
    background: #333333;
    color: #ffffff;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.single__category__item .category__icon {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 90px;
    line-height: 70px;
}

.single__category__item .category__icon img {
    margin: 0 auto;
    display: inline-block;
}

.single__category__item .category__title {
    font-size: 18px;
    text-transform: uppercase;
}

.single__category__item:hover {
    background: #0066ff;
    color: #ffffff;
}

/* -------------------------
    LOGIN REGISTER WIDGET
----------------------------*/
.fields__icon__group {
    position: relative;
}

.fields__icon__group .field__icon {
    position: absolute;
    left: 10px;
    top: 14px;
}

/* ---------------------------
    TOOLTIP CSS
-----------------------------*/
.be__tooltip__wrap {
    position: relative;
    display: inline-block;
    min-width: 150px;
    padding: 12px 24px;
    font-size: 0.93rem;
    color: #333;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.be__tooltip__wrap .be__tooltip__text {
    display: block;
    width: 100%;
    visibility: hidden;
    background-color: black;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    font-size: 0.93rem;
    line-height: 1.3;
}

.be__tooltip__wrap .be__tooltip__text p {
    margin: 0;
}

.be__tooltip__wrap .be__tooltip__text::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}

.be__tooltip__wrap:hover .be__tooltip__text {
    visibility: visible;
}

/*--- Left ---*/

.be__tooltip__wrap .be__tooltip__text.be__tooltip__left {
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 10px;
}

.be__tooltip__wrap:hover .be__tooltip__text.be__tooltip__left {
    -webkit-animation: tooltipLeftIn 300ms ease-in-out;
    animation: tooltipLeftIn 300ms ease-in-out;
}

.be__tooltip__wrap .be__tooltip__text.be__tooltip__left::after {
    top: calc(50% - 5px);
    left: 100%;
    border-color: transparent transparent transparent black;
}

/*--- Right ---*/

.be__tooltip__wrap .be__tooltip__text.be__tooltip__right {
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
}

.be__tooltip__wrap:hover .be__tooltip__text.be__tooltip__right {
    -webkit-animation: tooltipRightIn 300ms linear;
    animation: tooltipRightIn 300ms linear;
}

.be__tooltip__wrap .be__tooltip__text.be__tooltip__right::after {
    top: calc(50% - 5px);
    right: 100%;
    border-color: transparent black transparent transparent;
}

/*--- Top ---*/

.be__tooltip__wrap .be__tooltip__text.be__tooltip__top {
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto 10px auto;
}

.be__tooltip__wrap .be__tooltip__text.be__tooltip__top::after {
    margin-top: 0px;
    top: 100%;
    left: calc(50% - 5px);
    border-color: black transparent transparent transparent;
}

.be__tooltip__wrap:hover .be__tooltip__text.be__tooltip__top {
    -webkit-animation: tooltipTopIn 300ms linear;
    animation: tooltipTopIn 300ms linear;
}

/*--- Bottom ---*/

.be__tooltip__wrap .be__tooltip__text.be__tooltip__bottom {
    top: 100%;
    left: 0;
    right: 0;
    margin: 10px auto 0px auto;
}

.be__tooltip__wrap .be__tooltip__text.be__tooltip__bottom::after {
    margin-top: 0px;
    bottom: 100%;
    left: calc(50% - 5px);
    border-color: transparent transparent black transparent;
}

.be__tooltip__wrap:hover .be__tooltip__text.be__tooltip__bottom {
    -webkit-animation: tooltipBottomIn 300ms linear;
    animation: tooltipBottomIn 300ms linear;
}

/*--- Alignments ---*/

.be__tooltip__align-left {
    text-align: left;
}

.be__tooltip__align-right {
    text-align: right;
}

.be__tooltip__align-center {
    text-align: center;
}

.be__tooltip__align-justify .be__tooltip__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 481px) and (max-width: 960px) {
    .be__tooltip__align-tablet-left {
        text-align: left;
    }

    .be__tooltip__align-tablet-right {
        text-align: right;
    }

    .be__tooltip__align-tablet-center {
        text-align: center;
    }

    .be__tooltip__align-tablet-justify .be__tooltip__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .be__tooltip__align-mobile-left {
        text-align: left;
    }

    .be__tooltip__align-mobile-right {
        text-align: right;
    }

    .be__tooltip__align-mobile-center {
        text-align: center;
    }

    .be__tooltip__align-mobile-justify .be__tooltip__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/*--- Tooltip Keyframes ---*/

@-webkit-keyframes tooltipRightIn {
    0% {
        opacity: 0;
        left: 105%;
    }

    100% {
        opacity: 1;
        left: 100%;
    }
}

@keyframes tooltipRightIn {
    0% {
        opacity: 0;
        left: 105%;
    }

    100% {
        opacity: 1;
        left: 100%;
    }
}

@-webkit-keyframes tooltipLeftIn {
    0% {
        opacity: 0;
        right: 105%;
    }

    100% {
        opacity: 1;
        right: 100%;
    }
}

@keyframes tooltipLeftIn {
    0% {
        opacity: 0;
        right: 105%;
    }

    100% {
        opacity: 1;
        right: 100%;
    }
}

@-webkit-keyframes tooltipTopIn {
    0% {
        opacity: 0;
        bottom: 110%;
    }

    100% {
        opacity: 1;
        bottom: 100%;
    }
}

@keyframes tooltipTopIn {
    0% {
        opacity: 0;
        bottom: 110%;
    }

    100% {
        opacity: 1;
        bottom: 100%;
    }
}

@-webkit-keyframes tooltipBottomIn {
    0% {
        opacity: 0;
        top: 110%;
    }

    100% {
        opacity: 1;
        top: 100%;
    }
}

@keyframes tooltipBottomIn {
    0% {
        opacity: 0;
        top: 110%;
    }

    100% {
        opacity: 1;
        top: 100%;
    }
}

span.be__tooltip__content,
span.be__tooltip__content a {
    width: 100%;
    display: block;
    text-align: center;
}

.be__tooltip__text-align-left .be__tooltip__text,
.be__tooltip__text-align-left .be__tooltip__content a {
    text-align: left;
}

.be__tooltip__text-align-right .be__tooltip__text,
.be__tooltip__text-align-right .be__tooltip__content a {
    text-align: right;
}

.be__tooltip__text-align-center .be__tooltip__text,
.be__tooltip__text-align-center .be__tooltip__content a {
    text-align: center;
}

.be__tooltip__text-align-justify .be__tooltip__text,
.be__tooltip__text-align-justify .be__tooltip__content a {
    text-align: justify;
}

/* -----------------------
    SECTION GRADIENT
  --------------------------*/
.be__multiline__gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.be__stripe__gradient__opt {
    position: absolute;
    left: 0;
    top: 0;
}

.be__stripe__gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*------------------------
    TOGGLE BUTTON
--------------------------*/
.be__toggle__main__wrap .toggle__switch__wrap {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.be__toggle__main__wrap .toggle__switch__wrap .toggle__switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 32px;
    margin: 0 20px;
}
.be__toggle__main__wrap .toggle__switch__wrap .toggle__switch .toggle__switch__pointer {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--theme_main_color );
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 34px;
}
.be__toggle__main__wrap .toggle__switch__wrap .toggle__switch .toggle__switch__pointer:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--theme_main_color );
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}
.be__toggle__main__wrap .toggle__switch__wrap .toggle__switch.active .toggle__switch__pointer {
    background-color: var(--theme_main_color );
}
.be__toggle__main__wrap .toggle__switch__wrap .toggle__switch.active .toggle__switch__pointer:before {
    left: 26px;
    background-color: #ffffff;
}
.be__toggle__main__wrap .be__toggle__content__area {
    position: relative;
    margin-top: 40px;
}
.be__toggle__main__wrap .be__toggle__content {
    display: none;
}
/* .be__toggle__main__wrap .be__toggle__content.active {
    display: block;
} */