/* 
Plugin Name: Ultimate Elementor Widgets
Author : Mehedi Hasan Nahid


*/

/* ADDONS CSS */
/* -------------------
    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
---------------------- */

*{
    margin: 0;
    padding:0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0 auto 15px;
}

.owl-carousel .owl-item img{
    max-width: 100%;
    width:auto;
}
/* --------------------------
    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);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    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;
}
/* ------------------
    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;
}
.ultimate-carousel-activation .slick-arrow{
    z-index: 9;
    transition:0.5s;
}
.sldier-content-area .owl-dots > div:focus,
.ultimate-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;
}
/* --------------------
    BUTTONS WIDGETS
--------------------- */
.btn__layout__2 .ultimate__btn {
    border-radius: 50px;
}
.ultimate__btn {
    display: inline-block;
    padding: 15px 30px;
    background: #dddddd;
    text-decoration: none;
    margin: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
}

.ultimate__btn .button__title {
    display: inline-block;
    line-height: 1;
    overflow: hidden;
}
.ultimate__btn .button__icon {
    display: inline-block;
    line-height: 1;
}

.ultimate__btn:hover {
    color: #ffffff;
}

.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;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s ease-in-out 0s, height 0.4s ease-in-out 0s;
    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;
    -webkit-transform: rotate(45deg);
    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;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0);
}

.round__circle__btn:hover .button__text {
    color: #ffffff;
}

/*--------------------------
    BUTTON TEXT ANIMATION
----------------------------*/
.btn__letters {
  display: inline-block;
  line-height: 1em;
}

/* -------------------
    TITLE WIDGETS
----------------------*/
.area__content {
    display: block;
    position: relative;
}
.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: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    line-height: 1.3;
    color: #0F153C;
    font-weight: 700;
}
.area__title:before,
.area__title:after{
    display: block;
    position: relative;
    content: '';
}
.area__subtitle {
    line-height: 1;
    position: relative;
    display: inline-block;
}
.area__subtitle:before,
.area__subtitle:after {
    content:'';
    display: block;
    position: relative;
}
.area__button {
    display: inline-block;
    text-transform: capitalize;
    margin-top: 30px;
}

/* -------------------
    BOX WIDGETS
----------------------*/
.single__box {
    display: block;
    transition: 0.3s;
    z-index: 1;
    position: relative;
}
.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 {
    display: inline-block;
    /*
        width: 80px;
        height: 80px; 
        padding-top: 18px;
        border: 1px solid;
        border-radius: 50%;
        text-align: center;
    */
    display: inline-block;
    font-size: 24px;
    transition: 0.3s
}
.box__icon img{
    margin:0 auto;
}
.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 STYLE VARIENT
-----------------------*/
.single__box__layout__1 {
    transition: 0.5s;
    padding: 35px;
    padding-left: 120px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.single__box__layout__1 .box__icon {
    border-radius: 5px;
    width: 65px;
    height: 65px;
    text-align: center;
    position: absolute;
    left: 35px;
    top: 35px;
    font-size: 32px;
    color: #ffffff;
    background: #35BFE6;
    padding-top: 16px;
}
.single__box__layout__1 .box__icon img {
    width: auto;
}
.single__box__layout__1 .box__title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}

/* ------2------ */
.single__box__layout__2 {
    padding:25px 35px;
    padding-left: 120px;
    box-shadow: 0 50px 60px rgba(0, 0, 0, 0.07);
    min-height: 120px;
}
.single__box__layout__2 .box__icon {
    position: absolute;
    left: 35px;
    top: 25px;
    background: #35BFE6;
    color: #fff;
    width: 70px;
    height: 70px;
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
    border-radius: 50%;
}
.single__box__layout__2 .box__subtitle {
    font-size: 14px;
    margin-bottom: 10px;
}
.single__box__layout__2 .box__title {
    font-size: 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: #35BFE6;
    color: #fff;
    margin-bottom: 40px;
}
.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: #35BFE6;
    color: #fff;
    margin-bottom: 40px;
}
.single__box__layout__4 .box__title {
    font-size: 20px;
    margin-bottom: 30px;
}

/* -------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:before {
    background: #35BFE6;
    height: 5px;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
}
.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: #35BFE6;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    border-radius: 0 0 25px 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;
}

/* -------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: #35BFE6;
    padding-top: 15px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.single__box__layout__6 .box__title {
    font-size: 20px;
    margin-bottom: 20px;
}
/*-------7-----*/

@keyframes zoom_box_bg {from {transform: scale(1);}to {transform: scale(3);}}
.single__box__layout__7 {transition: 0.5s;}
.single__box__layout__7:before {animation: 5s zoom_box_bg infinite alternate;opacity: 0;}
.single__box__layout__7:hover:before {opacity: .1;}
.single__box__layout__7 .box__icon {margin-bottom: 25px;border: 0;padding: 0;transition: 0.5s;}
.single__box__layout__7:hover .box__icon {transform: rotateY(360deg);}

/* -------8------ */
.single__box__layout__8 {
    text-align: center;
}
.single__box__layout__8 .box__icon {
    margin-bottom: 30px;
}
.single__box__layout__8 .box__title {
    font-size: 20px;
    margin-bottom: 30px;
}

/* -------9------ */
.single__box__layout__9 {
    position: relative;
    padding: 10px;
    padding-left: 60px;
}
.single__box__layout__9 .box__icon {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 35px;
    height: 35px;
}
.single__box__layout__9 .box__icon img{
    width: 35px;
    height: 35px;
}
.single__box__layout__9 .box__title {
    margin-bottom: 0;
    font-size: 20px;
}

/* -------10------ */
.single__box__layout__10 {
    text-align: center;
    transition: 0.5s;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.single__box__layout__10 .box__icon {
    border-radius: 50%;
    margin-bottom: 30px; 

}
.single__box__layout__10 .box__icon img {
    width: auto;
}
.single__box__layout__10 .box__title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}

/* -------11------ */
.single__box__layout__11 {
    transition: 0.5s;
    padding: 40px 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}
.single__box__layout__11 .box__icon {
    width: 50px;
    margin-right: 10px;
}
.single__box__layout__11 .box__icon img{
    width: auto;
}
.single__box__layout__11 .box__icon,
.single__box__layout__11 .box__title{
    display: inline-block;
}
.single__box__layout__11 .box__title {
    font-size: 20px;
    margin-bottom: 30px;
}

/* ------- 12 ------- */
.single__box__layout__12 {
    padding: 50px 40px;
    text-align: center;
}
.single__box__layout__12:hover {
    background: #ffffff;
    box-shadow: 0px 20px 50px 0px rgba(85,92,121,0.08);
}

.single__box__layout__12 .box__icon {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
}
.single__box__layout__12 .box__icon img{
    width: 100px;
}
.single__box__layout__12 .box__title {
    margin-bottom: 20px;
}

/* ----------13-------- */
.single__box__layout__13 {
    text-align: center;
}
.single__box__layout__13 .box__icon {
    color: #0298ff;
    background-color: rgba(2,152,255,0.14);
    border-radius: 25px;
    box-shadow: 0px 10px 30px 0px rgba(110,193,228,0.20);
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 26px;
}
.single__box__layout__13:hover .box__icon{
    background-color: rgba(2,152,255,1);
    color: #ffffff;
}
.single__box__layout__13 .box__title {
    margin-bottom: 20px;
}

/* ----------14-------- */
.single__box__layout__14 {
    background: #ffffff;
    padding: 40px 72px 40px 180px;
    border-radius: 5px;
}
.single__box__layout__14:hover {
    background-color: #fe5d89;
    box-shadow: 0px 55px 70px -46px rgba(254,93,137,0.45);
    color: #ffffff;
}
.single__box__layout__14 .box__icon {
    width: 120px;
    display: block;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 50px;
}
.single__box__layout__14 .box__icon img{
    width: auto;
}
.single__box__layout__14 .box__title {
    margin-bottom: 20px;
}
.single__box__layout__14:hover .box__title{
    color: #ffffff;
}

/* ----------15-------- */
.single__box__layout__15 {
    padding: 50px 30px 50px 30px;
    background-color: #ffffff;
    box-shadow: 0px 20px 100px 0px rgba(114,112,164,0.13);
    text-align: center;
}
.single__box__layout__15:after {
    background-color: #ffffff;
    position: absolute;
    left: 55%;
    top: 53px;
    text-align: left;
    width: 25px;
    height: 25px;
    opacity: 1;
    border-radius:50px;
    z-index: 1;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.single__box__layout__15:before {
    background-image: linear-gradient(134deg, #1700fb 0%, #009dea 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.single__box__layout__15:hover {
    color: #ffffff;
}
.single__box__layout__15:hover:before{
    opacity: 1;
} 
.single__box__layout__15 .box__icon {
    border-radius: 50%;
    color: #ffffff;
    background-image: linear-gradient(135deg, #1700fb 0%, #009dea 100%);
    width: 80px;
    height: 80px;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 27px;
}
.single__box__layout__15 .box__icon img{
    width: auto;
}
.single__box__layout__15 .box__title {
    margin-bottom: 20px;
}
.single__box__layout__15:hover .box__title{
    color: #ffffff;
}

/* ----------16-------- */
.single__box__layout__16 {
    padding-left: 100px;
}
.single__box__layout__16 .box__icon {
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px #6315ff inset;
    background: #ffffff;
    color: #6315ff;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    padding-top: 24px;
}
.single__box__layout__16:hover .box__icon{
    box-shadow: 0px 0px 0px 100px #6315ff inset;
    color: #ffffff;
}
.single__box__layout__16 .box__icon img{
    width: auto;
}
.single__box__layout__16 .box__title {
    margin-bottom: 20px;
}

/* ----------17-------- */
.single__box__layout__17 {
    padding: 50px 30px;
    border: 1px solid #f2f2f2;
    text-align: center;
}
.single__box__layout__17:hover {
    box-shadow: 0px 10px 40px 0px rgba(107,125,179,0.11);
    border-color: transparent;
    background: #ffffff;
}
.single__box__layout__17 .box__icon {
    text-align: center;
    margin-bottom: 35px;
    padding: 0;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}
.single__box__layout__17:hover .box__icon{
    transform: rotateY(360deg);
}
.single__box__layout__17 .box__icon img{
    width: auto;
}
.single__box__layout__17 .box__title {
    margin-bottom: 20px;
}

/* ---------18---------- */
.single__box__layout__18 {
    background: #ffffff;
    box-shadow: 0px 10px 29.7px 0.3px rgba(225, 225, 225, 0.64);
    padding: 50px 20px;
    text-align: center;
}

.single__box__layout__18:hover{
    color:#ffffff;
    background: #0c59db url(../img/service_stripe_bg.png) no-repeat center center / cover;
}
.single__box__layout__18 .box__icon {
    font-size: 50px;
    margin-bottom: 30px;
    color: #0c59db;
}
.single__box__layout__18:hover .box__icon {
    color: #ffffff;
}

.single__box__layout__18 .box__title {
    font-size: 22px;
    color: #232323;
}
.single__box__layout__18:hover .box__title {
    color: #ffffff;
}
.single__box__layout__18 .box__button {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #0c59db;
    padding-top: 7px;
    color: #ffffff;
    right: 0;
    bottom: 0;
}
.single__box__layout__18:hover .box__button {
    background: #ffffff;
    color: #0c59db;
}

/* ---------19---------- */
.single__box__layout__19 {
    border: 2px solid #e3eeff;
    padding: 80px 50px;
    text-align: center;
}

.single__box__layout__19 .box__bg__icon__text {
    font-size: 170px;
    right: 20px;
    letter-spacing: -5px;
}
.single__box__layout__19 .box__icon {
    font-size: 80px;
    margin-bottom: 30px;
    color: #0c59db;
}
.single__box__layout__19 .box__title {
    font-size: 36px;
    margin-bottom: 20px;
}
.single__box__layout__19:hover{
    border-color: #0c59db;
}
.single__box__layout__19 .box__button {
    font-weight: 700;
    color: inherit;
}
.single__box__layout__19 .box__button:hover {
    color: #0c59db;
}

/* ---------20---------- */
.single__box__layout__20 {
   /*  box-shadow: 0 0 0 16px #e3eeff inset; */
     border: 16px solid #e3eeff; 
    padding: 50px 40px;
}

.single__box__layout__20 .box__bg__icon__text {
    font-size: 170px;
    right: 20px;
    letter-spacing: -5px;
}
.single__box__layout__20 .box__icon {
    font-size: 80px;
    margin-bottom: 30px;
    color: #0c59db;
}
.single__box__layout__20 .box__title {
    font-size: 36px;
    margin-bottom: 20px;
}
.single__box__layout__20:hover{
    border-color: #0c59db;
}
.single__box__layout__20 .box__button {
    font-weight: 700;
    color: inherit;
}
.single__box__layout__20 .box__button:hover {
    color: #0c59db;
}
/* ---------21---------- */
.single__box__layout__21 {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 109, 232, 0.04);
}
.single__box__layout__21:hover {
    background: #0c59db;
    color: #ffffff;
}
.single__box__layout__21 .box__bg__icon__text {
    left: 0;
    top: 0;
    opacity: 0;
}

.single__box__layout__21:Hover .box__bg__icon__text {
    opacity: .1;
}
.single__box__layout__21 .box__title {
    margin-bottom: 0;
    font-size: 20px;
}
.single__box__layout__21:hover .box__title {
    color: #ffffff;
}
.single__box__layout__21:hover{
    border-color: #0c59db;
}

.single__box__layout__21 .box__button:hover {
    background: #ffffff;
    color: #006de8;
    padding-left: 8px;
}

.single__box__layout__21 .box__button {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    text-align: center;
    border-radius: 50%;
    padding-left: 13px;
    display: inline-block;
    z-index: 1;
}
.single__box__layout__21:hover .box__button {
    color: #ffffff;
}
.single__box__layout__21:hover .box__button:hover {
    color: #006de8;
    background: #ffffff;
}

/* ---------22---------- */
.single__box__layout__22 {
    padding: 50px 40px;
    text-align: center;
}
.single__box__layout__22 .box__bg__icon__text {
    font-size: 170px;
    right: 20px;
    letter-spacing: -5px;
}
.single__box__layout__22 .box__icon {
    font-size: 80px;
    margin-bottom: 30px;
    color: #0c59db;
}
.single__box__layout__22 .box__title {
    font-size: 36px;
    margin-bottom: 20px;
}
.single__box__layout__22:hover{
    border-color: #0c59db;
}
.single__box__layout__22 .box__button {
    font-weight: 700;
    color: inherit;
}
.single__box__layout__22 .box__button i {
    margin-right: 10px;
}
.single__box__layout__22 .box__button:hover {
    color: #0c59db;
}
/* --------- 23--------- */
.single__box_wrap {
    position: relative;
    overflow: hidden;
}

.single__box__layout__23 {
    color: #ffffff;
    position: absolute;
    background: rgba(0, 34, 73, .8);
    left: 0;
    bottom: 0;
    padding: 30px;
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.single__box.single__box__layout__23 {
    padding: 30px 15px 20px 50px;
}
.single__box__layout__23,
.single__box__layout__23 .box__title,
.single__box__layout__23 a {
    color: #ffffff;
}
.box__big__thumb img {
    width: 100%;
}
.single__box__layout__23 .box__icon {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 70px;
    height: 70px;
    background: #006de8;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.single__box__layout__23 .box__title {
    padding-left: 80px;
    transition: 0.3s;
    margin-bottom: 25px;
}
.single__box__layout__23 .box__description{
    transition: 0.5s;
    height: 0%;
}
.single__box__layout__23 .box__button {
        transition: 0.8s;
}
.single__box_wrap:hover .single__box__layout__23{
    height: 80%;
    background: linear-gradient(0deg, rgba(0, 102, 255, 0.8) 0%, rgba(96, 170, 255, 0.8) 100%);
}

.single__box_wrap:hover .box__description{
    height: 100%;
}
/*  RESPONSIVE */
@media (max-width: 767px){
    .single__box.single__box__layout__23 {
        position: relative;
        padding: 30px !important;
        height: auto !important;
    }

    .single__box.single__box__layout__23 .box__title {
        padding: 0;
        margin-top: 40px;
        margin-bottom: 20px;
    }
}
/* --------- 24--------- */
.single__box__layout__24 {
    padding: 15px;
    padding-left: 80px;
    position: relative;
    overflow: hidden;
}

.single__box__layout__24 .box__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    padding-top: 10px;
    box-shadow: 0px 4px 4px rgba(160,194,255,0.2);
    border-radius: 50%;
    color: #0c59db;
    font-size: 20px;
    padding-top: 12px;
}

.single__box__layout__24:hover .box__icon {
    background: #0c59db;
    color: #ffffff;
}

.single__box__layout__24 .box__title {
    margin-bottom: 20px;
}
/* ---------------------
    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);
    min-width: 50px;
    min-height: 50px;
    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;
}
.author__thumb__designation__warp {
    display: inline-block;
}
.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;
}

/* ------------------
    VARIANT 1
-------------------- */
.tesmonial_style_1 {
    text-align: left;
}
.tesmonial_style_2 {
    text-align: center;
}
.tesmonial_style_3 {
    text-align: right;
}
/* ------------------
    VARIANT 2
-------------------- */
.tesmonial_style_4 {
    text-align: left;
}
.tesmonial_style_5 {
    text-align: center;
}
.tesmonial_style_6 {
    text-align: right;
}
.tesmonial_style_4 .author__thumb__designation,
.tesmonial_style_5 .author__thumb__designation,
.tesmonial_style_6 .author__thumb__designation{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 120px;
    position: relative;
    text-align: left;
}
.tesmonial_style_6 .author__thumb__designation {
    padding-left: inherit;
    padding-right: 120px;
    text-align: right;
}
.tesmonial_style_4 .author__thumb,
.tesmonial_style_5 .author__thumb{
    position: absolute;
    left: 0;
}
.tesmonial_style_6 .author__thumb {
    position: absolute;
    right: 0;
}
/* -------------------
    VARIANT 3
--------------------- */
.tesmonial_style_7 {
    text-align: left;
}
.tesmonial_style_8 {
    text-align: center;
}
.tesmonial_style_9 {
    text-align: right;
}
.tesmonial_style_7 .single__testmonial,
.tesmonial_style_8 .single__testmonial,
.tesmonial_style_9 .single__testmonial {
    padding: 30px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 10px 20px rgba(97,105,140,0.1);
    margin-bottom: 30px;
}
.tesmonial_style_7 .testmonial__quote,
.tesmonial_style_8 .testmonial__quote,
.tesmonial_style_9 .testmonial__quote{
    font-size: 50px;
    line-height: 0;
    text-align: inherit;
    height: auto;
    width: auto;
    box-shadow: inherit;
    margin: 0;
    padding: 0;
}
.tesmonial_style_7 .author__thumb__designation,
.tesmonial_style_8 .author__thumb__designation,
.tesmonial_style_9 .author__thumb__designation {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 80px;
    position: relative;
    text-align: left;
}
.tesmonial_style_9 .author__thumb__designation {
    padding-left: inherit;
    padding-right: 80px;
    text-align: right;
}
.tesmonial_style_7 .author__thumb,
.tesmonial_style_8 .author__thumb,
.tesmonial_style_9 .author__thumb {
    box-shadow: 0px 10px 20px rgba(97,105,140,0.1);
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
}

.tesmonial_style_9 .author__thumb {
    left: auto;
    right: 0;
}
/* -------------------
    VARIANT 4
--------------------- */
.tesmonial_style_10 {
    text-align: left;
}
.tesmonial_style_11 {
    text-align: center;
}
.tesmonial_style_12 {
    text-align: right;
}
/* -----------------------
    POSITION ELEMENT
-------------------------*/
/* .posiion__element__wrap {
	width: 100vw;
    display: block;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
} */

.jump{
    animation-name: jump;
}
@keyframes jump {
 0% {transform: translate3d(0px, 0px, 0px);}40% {transform: translate3d(0px, 50%, 0px);}100% {transform: translate3d(0px, 0px, 0px);}
}

.rotated{
    animation-name: rotated;
}
@keyframes rotated {
 0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}
}

.rotatedHalf{
    animation-name: rotatedHalf;
}
@keyframes rotatedHalf {
 0% {transform: rotate(0deg);}50% {transform: rotate(90deg);}100% {transform: rotate(0deg);}
}

.rotatedHalfTwo{
    animation-name: rotatedHalfTwo;
}
@keyframes rotatedHalfTwo {
 0% {transform: rotate(-90deg);}100% {transform: rotate(90deg);}
}

.scaleUpOne{
    animation-name: scaleUpOne;
}
@keyframes scaleUpOne {
 0% {transform: scale(1);}100% {transform: scale(0.2);}
}

.scaleRight{
    animation-name: scaleRight;
}
@keyframes scaleRight {
 0% {transform: translateX(-50%);}50% {transform: translateX(50%);}100% {transform: translateX(-50%);}
}

.fade_in{
    animation-name: fade_in;
}
@keyframes fade_in {
 0% {opacity: 0.7;}40% {opacity: 1;}100% {opacity: 0.7;}
}

.prettyFade{
    animation-name: prettyFade;
}
@keyframes prettyFade{
 0%{-webkit-filter:brightness(1) contrast(1) saturate(1);};100%{-webkit-filter:brightness(0) contrast(5) saturate(0.5); };
}

.rippleOutOne{
    animation-name: rippleOutOne;
}
@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{
    animation-name: rippleOuTwo;
}
@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{
    animation-name: scaleUpOne;
}
@keyframes scaleUpOne {
 0% {transform: scale(1);}40% {transform: scale(0.5);}100% {transform: scale(1);}
}

.scaleUpTwo{
    animation-name: scaleUpTwo;
}
@keyframes scaleUpTwo {
 0% {transform: scale(0.5);}40% {transform: scale(0.8);}100% {transform: scale(0.5);}
}

.scaleUpThree{
    animation-name: scaleUpThree;
}
@keyframes scaleUpThree {
 0% {transform: scale(0.7);}40% {transform: scale(0.4);}100% {transform: scale(0.7);}
}

.FramesOne{
    animation-name: FramesOne;
}
@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{
    animation-name: FramesTwo;
}
@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{
    animation-name: FramesThree;
}
@keyframes FramesThree {
 0% {transform: translate(165px, -179px);}100% {transform: translate(-346px, 617px);}
}

.FramesFour{
    animation-name: FramesFour;
}
@keyframes FramesFour {
 0% {transform: translate(-300px, 151px) rotate(0deg);}100% {transform: translate(251px, -200px) rotate(180deg);}
}

.FramesFive{
    animation-name: FramesFive;
}
@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{
    animation-name: gradientBG;
}
@keyframes gradientBG {
 0% {background-position: 0 0;}50% {background-position: 300% 0;}100% {background-position: 0 0;}
}

.gradientBG{
    animation-name: gradientBG;
}
@keyframes gradientBG {
 0% {background-position: 0 0;}50% {background-position: 120% 0;}100% {background-position: 0 0;}
}


.bgMove{
    animation-name: bgMove;
}
@keyframes bgMove {
 from { background-position: 0 0; }to { background-position: -400px 0; }
}

.imageBgAnim{
    animation-name: imageBgAnim;
}
@keyframes imageBgAnim {
 0% {background-position: 0 0;}50% {background-position: 120% 0;}100% {background-position: 0 0;}
}

.zoomBounce{
    animation-name: zoomBounce;
}
@keyframes zoomBounce {
 0% { 
    transform: scale(0.9 ) translateY(-50%); 
    -webkit-transform: scale(0.9 ) translateY(-50%); 
    -moz-transform: scale(0.9 ) translateY(-50%); 
    -ms-transform: scale(0.9 ) translateY(-50%); 
    -o-transform: scale(0.9 ) translateY(-50%); 
}50% {
    transform: scale(1) translateY(-60%);
    -webkit-transform: scale(1) translateY(-60%);
    -moz-transform: scale(1) translateY(-60%);
    -ms-transform: scale(1) translateY(-60%);
    -o-transform: scale(1) translateY(-60%);
}100% {
    transform: scale(0.9) translateY(-50%);
    -webkit-transform: scale(0.9) translateY(-50%);
    -moz-transform: scale(0.9) translateY(-50%);
    -ms-transform: scale(0.9) translateY(-50%);
    -o-transform: scale(0.9) translateY(-50%);
}
}

.ballBounce{
    animation-name: ballBounce;
}
@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{
    animation-name: bigSpin;
}
@keyframes bigSpin {
 0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}


.Zoom_In_Out{
    animation: zoom-in-out;
}
@keyframes zoom-in-out {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.Circle_Large{
    animation: circle-large;
}
@keyframes circle-large {
    0% {
        -webkit-transform: rotate(0deg) translate(-150px) rotate(0deg);
        transform: rotate(0deg) translate(-150px) rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-150px) rotate(-360deg);
        transform: rotate(360deg) translate(-150px) rotate(-360deg);
    }
}

.Fade_In_Out{
    animation: fade-in-out;
}
@keyframes fade-in-out {
     0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.blurFadeInOut{
    animation-name: blurFadeInOut;
}
@keyframes blurFadeInOut {
    0% {opacity: 0;text-shadow: 0px 0px 40px #fff;transform: scale(1.3);}20%, 75% {opacity: 1;text-shadow: 0px 0px 1px #fff;transform: scale(1);}100% {opacity: 0;text-shadow: 0px 0px 50px #fff;transform: scale(0);}
}

.blurFadeIn{
    animation-name: blurFadeIn;
}
@keyframes blurFadeIn {
    0% {opacity: 0;text-shadow: 0px 0px 40px #fff;transform: scale(1.3);}50% {opacity: 0.5;text-shadow: 0px 0px 10px #fff;transform: scale(1.1);}100% {opacity: 1;text-shadow: 0px 0px 1px #fff;transform: scale(1);}
}

.fadeInBack{
    animation-name: fadeInBack;
}
@keyframes fadeInBack {
    0% {opacity: 0;transform: scale(0);}50% {opacity: 0.4;transform: scale(2);}100% {opacity: 0.2;transform: scale(5);}
}

.fadeInRotate{
    animation-name: fadeInRotate;
}
@keyframes fadeInRotate {
    0% {opacity: 0;transform: scale(0) rotate(360deg);}100% {opacity: 1;transform: scale(1) rotate(0deg);}
}

.bigSquare {
  animation-name: bigSquare;
}
@keyframes bigSquare {
 from {transform: translateY(10%) rotate(-80deg) scale(0);}to {transform: translateY(0) rotate(0deg) scale(1);}
}

.littleSquare {
  animation-name: littleSquare;
}
@keyframes littleSquare {
 from {transform: translate(226%, 183%) rotate(140deg) scale(0);}to {transform: translate(0%, 0%) rotate(0deg) scale(1);}
}

.triAngle {
  animation-name: triAngle;
}
@keyframes triAngle {
 from {transform: rotate(-140deg) scale(0);}to {transform: rotate(0deg) scale(1);}
}

.Hoop {
  animation-name: Hoop;
}
@keyframes Hoop {
 from {transform: translate(-160%, -33%) scale(0);}to {transform: translate(0%, 0%) scale(1);}
}

.bigCircle {
  animation-name: bigCircle;
}
@keyframes bigCircle {
 from {transform: scale(0) translate(60%, 3%);}to {transform: scale(1) translate(0%, 0%);}
}

.littleCircle {
  animation-name: littleCircle;
}
@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 {
    position: relative;
    text-align: center;
}

.ultimate-team-carousel.team-normal-grid {
    display: grid;
}
.ultimate-team-carousel.team-normal-grid .single__team{
    margin-bottom: inherit;
}

.member__thumb {
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
}
.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 {
    margin-top: 30px;
}

.member__socials {
    margin-top: 30px;
}
.member__socials a {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}

/* ----------------------
    VARIANT
----------------------- */
.team__style__1 .member__thumb {
    border-radius: 50%;
    overflow: hidden;
}
.team__style__1 .member__socials a:hover {
    color: #ffbc48;
}
/* ----------------------

------------------------ */
.team__style__3 .single__team {
    overflow: hidden;
}
.team__style__3 .member__thumb {
    width: 100%;
}
.team__style__3 .member__thumb img {
    width: 100%;
    padding: 0;
    display: block;
}
.team__style__3 .member__content__wrap {
    position: relative;
}
.team__style__3 .member__socials {
    position: absolute;
    top: -140px;
    left: -90%;
    width: calc(100% - 50px);
    background: #fff;
    padding: 20px;
    margin: 0;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
}
.team__style__3 .single__team:hover .member__socials {
    left: 0;
    opacity: 1;
    visibility: visible;
}
/*-----------2-----------*/
.team__style__4 .owl-item {
    padding-top: 30px;
}
.team__style__4 .single__team {
    background: #F5F9FF;
    width: calc(100% - 30px);
    float: right;
    text-align: inherit;
}

.team__style__4 .member__thumb {
    width: 100%;
    position: relative;
    margin-left: -30px;
    margin-top: -30px;
    margin-bottom: 0;
}

.team__style__4 .member__content__wrap {
    padding: 30px;
}
.team__style__4 .member__designation {
    font-weight: 700;
    color: #01BAA3;
}
.team__style__4 .member__socials a {
    width: 40px;
    height: 40px;
    background: #ffffff;
    padding-top: 6px;
    color: #AFCAD7;
    box-shadow: 0 0 5px rgba(0,0,0,0.06);
    margin: 0;
    margin-right: 10px;
}

.team__style__4 .member__socials a:hover {
    background: #00BAA3;
    color: #ffffff;
}
/* ------------------------
    TEAM STYLE 5
------------------------- */
.team__style__5 .member__thumb{
    position: relative;
}

.team__style__5 .member__thumb:before {
    position: absolute;
    left: -5px;
    bottom: -5px;
    width: 100%;
    height: 90%;
    content: "";
    background: #1657E2;
    border-radius: 60% 45% 30% 32%;
    transform: rotate(-5deg);
    opacity: 0.1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.team__style__5 .member__thumb img {
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    background: #ffffff;
    width: 200px;
    height: 200px;
}
.team__style__5 .single__team:hover .member__thumb:before{
    opacity: 1;
}

.team__style__5 .member__content__wrap {
    position: relative;
}
.team__style__5 .member__socials {
    width: 40px;
    margin: 0;
    position: absolute;
    height: 40px;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    text-align: center;
    transition:0.3s;
}
.team__style__5 .member__socials a {
    background: #0077B5;
    color: #fff;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    border-radius: 50%;
    margin: 0;
    transition:0.3s;
}
.team__style__5 .member__socials a:hover {
    background: #ffffff;
    color: #0077B5;
    box-shadow:0 4px 8px rgba(0,0,0,.1)
}

/* ------------------------
    TEAM STYLE 6
------------------------- */
.team__style__6 .single__team {
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.team__style__6 .member__thumb {
    padding: 10px;
    background: #ffffff;
    margin-bottom: 0;
}
.team__style__6 .member__thumb img{
    width: 100%;
}

.team__style__6 .member__content__wrap {
    margin-top: -50px;
    position: absolute;
    z-index: 1;
    background: #fff;
    width: calc( 100% - 30px );
    padding: 30px;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.team__style__6 .member__socials {
    margin-top: 15px;
    margin-bottom: -55px;
    transition: 0.3s;
}

.team__style__6 .single__team:hover .member__socials {
    margin-bottom: 0;
}
/*------------------------
    TEAM STYLE 7
-------------------------*/
.team__style__7 .owl-carousel .owl-stage-outer {
    margin-right: -20px !important;
}
.team__style__7 .single__team {
    position: relative;
    margin-bottom: 20px;
}

.team__style__7 .member__content__wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0c5adb;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.team__style__7 .single__team:hover .member__content__wrap {
    transform: translate(20px, 20px);
    visibility:visible;
    opacity:1;
}

.team__style__7 .member__thumb {
    margin-bottom: 0;
}

.team__style__7 .single__team .member__name {
    color: #ffffff;
}
.team__style__7 .member__socials {
    margin-top: 15px;
}
.team__style__7 .member__socials a {
    color: #ffffff;
}


/* ------------------------
    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;
}
.tabs__area .nav-tabs>li.active>a,
.tabs__area .nav-tabs>li.active>a:focus,
.tabs__area .nav-tabs>li.active>a:hover {
    border: 0;
}
.tabs__area .nav-tabs{
    border-bottom: none;
}

/* ------------------------
    BLOG WIDGETS
-------------------------- */
.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;
}
.ultimate__single__post {
    background: aliceblue;
}
.slick-slide img {
    width: 100%;
}

.ultimate_post.post-normal-grid {
    display: grid;
}

.ultimate_post.postfolio-normal-grid {
    display: grid;
}

.ultimate_post.post-normal-grid img {
    width: 100%;
}

.post__content {
    padding: 30px;
}

.post__title {
    font-size: 24px;
}

.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;
}

.post__meta {
    margin-top: 30px;
}

.post__btn {
    margin-top: 30px;
}
a.readmore__btn{
    display: inline-block;
}

@media print {
    html, body {
       display: none;  /* hide whole page */
    }
}

/* ----------3-----------*/
.ultimate__post__layout__3 {
    position: relative;
    overflow: hidden;
}

.ultimate__post__layout__3 a {
    color: #ffffff;
}
.ultimate__post__layout__3 a:hover,
.ultimate__post__layout__3 a:focus {
    color: #ffffff;
    text-decoration: underline;
}
.ultimate__post__layout__3 .post__content {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,33,73,0) 1%, #002149 100%);
    width: 100%;
    height: 40%;
    color: #fff;
    transition: 0.3s;
}
.ultimate__post__layout__3 .post__title,
.ultimate__post__layout__3 .post__btn {
    margin: 0;
}
.ultimate__post__layout__3 .post__btn a {
    margin: 0;
    position: absolute;
    bottom: 40px;
    transition: 0.3s;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transition: 0.5s;
    text-decoration: none;
    min-width: 40px;
    height: 40px;
    padding-top: 6px;
    border-radius: 50%;
}
.ultimate__post__layout__3:hover .post__btn a {
    opacity: 1;
    visibility: visible;
    left: 30px;
}
.ultimate__post__layout__3:hover .post__btn a:hover {
    background: #ffffff;
    color: #006de8;
    padding-left: 13px;
}
.ultimate__post__layout__3:hover .post__content {
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 102, 255, 0.8) 0%, rgba(0, 102, 255, 0.8) 100%);
}

/*----------4----------*/
.ultimate__post__layout__4 {
    background: #ffffff;
}
.ultimate__post__layout__4 .post__thumb {
    width: calc( 100% - 60px );
    margin: 0 auto -50px;
}
.ultimate__post__layout__4 .post__content {
    background: #ffffff;
    border: 10px solid rgba(227,238,255,0.3);
    transition: 0.3s;
    padding-top: 60px;
}
.ultimate__post__layout__4 .post__meta{
    margin-bottom:10px;
    font-weight:400;
}
.ultimate__post__layout__4 .post__meta a {
    color: inherit;
}
.ultimate__post__layout__4 .post__meta a:hover {
    color: #006de8;
}

.ultimate__post__layout__4 .post__meta i {
    color: #006de8;
}
.ultimate__post__layout__4:hover .post__content {
    border-color: #006de8;
}

.ultimate__post__layout__4 .post__title {
    margin-bottom: 20px;
}

.ultimate__post__layout__4 .post__btn a {
    font-weight: 700;
}
/* ----------------------
    POST GROUP
------------------------ */
.row.posts__masonry ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.col-sm-6.col-md-3.single__masonry__item {
    min-height: 300px;
}
.single__masonry__item {
    min-height: 300px;
}
.single__masonry__item .ultimate__single__post{
    margin-bottom: 30px;
}
.single__masonry__item .post__content {
    position: relative;
}
.col-md-3.single__masonry__item .post__title {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 0;
}
.single__masonry__item img {
    width: 100%;
}

.single__masonry__item .post__meta {
    position: absolute;
    top: -50px;
}
.single__masonry__item .post__meta a,
.single__masonry__item .post__meta {
    color: #ffffff;
}
/* ----------------------
	PORTFOLIO WIDGETS
------------------------ */
.ultimate__single__portfolio {
    transition: 0.5s;
}
.portfolio__thumb {
    margin-bottom: 30px;
}
/* ----------3-----------*/
.ultimate__portfolio__layout__3 {
    position: relative;
    overflow: hidden;
}
.ultimate__portfolio__layout__3 .portfolio__thumb {
    margin-bottom: 0;
}

.ultimate__portfolio__layout__3 a {
    color: #ffffff;
}
.ultimate__portfolio__layout__3 a:hover,
.ultimate__portfolio__layout__3 a:focus {
    color: #ffffff;
    text-decoration: underline;
}
.ultimate__portfolio__layout__3 .portfolio__content {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,33,73,0) 1%, #002149 100%);
    width: 100%;
    height: 40%;
    color: #fff;
    transition: 0.3s;
    padding: 30px;
}
.ultimate__portfolio__layout__3 .portfolio__title,
.ultimate__portfolio__layout__3 .portfolio__btn {
    margin: 0;
}
.ultimate__portfolio__layout__3 .portfolio__btn a {
    margin: 0;
    position: absolute;
    bottom: 40px;
    transition: 0.3s;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transition: 0.5s;
    text-decoration: none;
    min-width: 40px;
    height: 40px;
    padding-top: 6px;
    border-radius: 50%;
}
.ultimate__portfolio__layout__3:hover .portfolio__btn a {
    opacity: 1;
    visibility: visible;
    left: 30px;
}
.ultimate__portfolio__layout__3:hover .portfolio__btn a:hover {
    background: #ffffff;
    color: #006de8;
    padding-left: 13px;
}
.ultimate__portfolio__layout__3:hover .portfolio__content {
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 102, 255, 0.8) 0%, rgba(96, 170, 255, 0.5) 100%);
}

/* ----------------------
    SUBSCRIBER WIDGET
------------------------ */
.subscribe__label {
    position: relative;
    width: 100%;
}

.subscribe__label.error {
    color: red;
}

.subscribe__label.valid {
    color: green;
}

.subscriber__form input {
    background: #303A5B;
    border:0;
    color:#ffffff;
    height: 60px;
    width:69%;
    padding:10px 20px;
}

.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;
    left: 0;
    top: 0;
    z-index: -1;
}
.single__price:hover,
.single__price.price__active {
    box-shadow: 0 20px 30px rgba(146, 152, 198, .2);
    transform: translateY(-5px);
}

.price_btn {
    display: inline-block;
    padding: 15px 30px;
    background: #fe5d89;
    border-radius: 5px;
    color: #ffffff;
}

.price__rate h3 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
}

.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 li.off {
    text-decoration: line-through;
}
ul.price__features li i {
    margin-right: 5px;
}
/*-------------------------
    VARIANT
--------------------------*/
.single__price.single__price__style__1 {
    padding: 0;
    border-radius:5px;
    overflow:hidden;
}

.single__price__style__1 .single__price__header {
    padding: 30px;
    background: #F6F8FA;
}
.price__title h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 40px;
    line-height: 1;
}
.period__price {
    font-size: 15px;
}
.single__price__footer {
    padding: 50px;
}

/*------------------------
    PRICE TABLE 3
-------------------------*/
.single__price__style__3:hover {
    transform: inherit;
}
/* ----------------------
    PRICE TABLE 4
------------------------ */
.single__price__style__4 {
    padding: 60px 40px;
}
.single__price__style__4:before {
    opacity: 0;
}
.single__price__style__4:hover:before {
    opacity: 1;
}
.single__price__style__4:after {
    background: linear-gradient(0deg, #0066ff 0%, #60aaff 100%);
    opacity: 0;
}
.single__price__style__4:hover:after {
    opacity: .9;
}

.single__price__style__4 .period__price {
    display: block !important;
    margin-top: 20px;
    position: relative;
    padding-bottom: 30px;
}
.single__price__style__4 .period__price:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 2px;
    background: #cde4ff;
    content: "";
    bottom: 0;
    transition: 0.5s;
}

.single__price__style__4:hover .period__price:after {
    width: 100px;
    background: #ffffff;
}
.single__price__style__4 .single__price__footer {
    padding-bottom: 0;
}
.single__price__style__4:hover,
.single__price__style__4:hover .price__title h3,
.single__price__style__4:hover .price__rate h3 {
    color: #ffffff;
}
.single__price__style__4 .price_btn {
    color: #006de8;
    background: #ffffff;
    border: 2px solid #c5eaff;
    border-radius: 0;
    font-weight: 700;
}

.single__price__style__4:hover .price_btn {
    background: #003d95;
    color: #ffffff;
    border-color: #003d95;
}

.single__price__style__4:hover .price_btn:hover {
    background: #ffffff;
    color: #006de8;
    border-color: #ffffff;
}
/* -------------------------
	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
------------------------- */
.ultimate__adv__accordion {
    width: auto;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ultimate__adv__accordion .ultimate__accordion__list .ultimate__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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.ultimate__adv__accordion .ultimate__accordion__list .ultimate__accordion__header.show {
    display: flex !important;
}

.ultimate__adv__accordion .ultimate__accordion__list .ultimate__accordion__header .toggle__icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: right;
}

.ultimate__adv__accordion .ultimate__accordion__list .ultimate__accordion__header.active .toggle__icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.active .fa.fa-plus.toggle__icon {
    transform: rotate(135deg) !important;
}

.ultimate__accordion__title__icon {
    display: inline-flex;
    align-items: center;
}
.ultimate__accordion__icon {
    display: inline-block;
    margin-right: 10px
}
.ultimate__adv__accordion .ultimate__accordion__list .ultimate__accordion__content {
    display: none;
    border: 1px solid #eeeeee;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.7
}

.ultimate__adv__accordion .ultimate__accordion__list .ultimate__accordion__content p {
    margin: 0
}

.ultimate__adv__accordion .ultimate__accordion__list .ultimate__accordion__content.active {
    display: block
}

@-webkit-keyframes rotate-90 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

@keyframes rotate-90 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    100% {
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

@keyframes fadeIn {
    0% {
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    100% {
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

/* -------------------------
    DOWNLOAD BUTTON
--------------------------- */
a.download__button > div {
    display: inline-block;
    float: left;
	color: #ffffff;
    position: initial;
    margin: -5px 0px 0px 0px;
}

a.download__button {
    background: #35BFE6;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    align-items: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #001737;
    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;
    color: #ffffff;
    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 rgba(0,0,0,.3);
    color: #ffffff;
    border-radius: 50%;
    box-sizing: content-box;
    display: block;
    font-size: 80px;
    height: 80px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 0.3s;
    width: 80px;
    z-index: 1;
}

.video__play__button:before {
    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;
  }
}

/* -----------------------
    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 {
    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;
}

.counter__icon {
    float: left;
    font-size: 70px;
    color: #35BFE6;
    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;
}

/* --------------------------
    CAMPAIN WIDGETS
----------------------------- */
.ultimate__single__campain {
    position: relative;
}

.ultimate__single__campain .campain__prgressbar {
    height: 4px;
    background: #FFF1F1;
    position: relative;
}

.ultimate__single__campain .campain__prgressbar .count__bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #FF8F79;
}

.ultimate__single__campain .campain__prgressbar .count {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: .8;
    z-index: 9;
    color: white;
    display: none;
}
.ultimate__single__campain .post__category {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
}
.ultimate__single__campain .post__category li {
    display: inline-block;
    margin-left: 5px;
}

.ultimate__single__campain .post__category li a {
    display: block;
    padding: 8px 20px;
    background: #FF8F79;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
}

.ultimate__single__campain .post__category li a:hover {
    background: #ffffff;
    color: #FF8F79;
    box-shadow: 0 8px 16px rgba(0,0,0,.1);
}

.ultimate__single__campain .post__meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ultimate__single__campain .post__meta li {
    margin-right: 26px;
    display: inline-block;
}

.ultimate__single__campain .post__meta li.author__meta img {
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    width: 30px;
}

.ultimate__single__campain .post__meta li.author__meta a {
    float: right;
    margin-top: 3px;
    font-weight: 600;
    color: #6A85A0;
}

.ultimate__single__campain .post__meta li i {
    margin-right: 5px;
}

.ultimate__single__campain .campain__content {
    padding: 30px;
    background: #ffffff;
}

.ultimate__single__campain .post__title {
    margin-bottom: 30px;
    font-size:22px;
}
.ultimate__fact__wrap {
    padding-top: 30px;
    border-top: 1px solid #D2E8FF;
    overflow: hidden;
}

.single__campain__fact {
    float: left;
    width: 33.33%;
}

.single__campain__fact .campain__fact__count {
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.goal__fact .campain__fact__count {
    color: #FF7296;
}

.raised__fact .campain__fact__count {
    color: #FF5959;
}

.donor__fact .campain__fact__count {
    color: #00BAA3;
}
.ultimate__single__campain:nth-child(2n) .campain__prgressbar .count__bar {
    background: #00BAA3;
}
.ultimate__single__campain:nth-child(2n) .post__category li a {
    background: #00BAA3;
}

.ultimate__single__campain:nth-child(2n) .post__category li a:hover {
    background: #ffffff;
    color: #00BAA3;
}
.ultimate__single__campain:nth-child(3n) .campain__prgressbar .count__bar {
    background: #FF5959;
}
.ultimate__single__campain:nth-child(3n) .post__category li a {
    background: #FF5959;
}

.ultimate__single__campain:nth-child(3n) .post__category li a:hover {
    background: #ffffff;
    color: #FF5959;
}
/* -----------------------
    TIMELINE
------------------------ */
.timeline--horizontal .timeline__item {
    float: left;
}
.timeline-nav-button{
    opacity: 1 !important;
}
.timeline__content.ultimate__timeline__layout__1:before,
.timeline__content.ultimate__timeline__layout__1:after {
    display: none;
}
/* -----------------------
    STEP TIMELINE
------------------------ */
.step__description {
    padding: 30px;
    background: #fff;
    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: #fff;
    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: #fff;
    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;
}
.ultimate__prgressbar {
    width: 100%;
    height: 20px;
    background: #7783C3;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}
.ultimate__prgressbar .count__bar {
    height: 100%;
    background: linear-gradient(45deg,#FFDB49, #FF9056);
    position: absolute;
    left: 0;
    top: 0;
    border-right: 5px solid #ffffff;
}
.ultimate__prgressbar .count {
    display: none;
}
/* ------------------- */
.ultimate__menu__style__2 li {
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
}

.ultimate__menu__style__2 li a {
    position: relative;
}

.ultimate__menu__style__2 li a:before {
    display: inline-block;
    content: "\f105";
    margin-right: 10px;
    font-family: fontawesome;
}
/* ----------------------------------
    POST WIDGET DEFAULT
----------------------------------- */
.elementor-widget-wp-widget-post_ticker .tricker-nvigation {
    display: none;
}
.elementor-widget-wp-widget-post_ticker ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color:#c2d1e2;
}

.elementor-widget-wp-widget-post_ticker ul li {
    overflow: hidden;
    margin-bottom: 10px !important;
}
.elementor-widget-wp-widget-post_ticker ul li img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    display: inline-block;
}
.elementor-widget-wp-widget-post_ticker ul li .post-date {
    display: block;
    margin-top: 10px;
}
.elementor-widget-wp-widget-post_ticker ul li i {
    font-size: 14px;
    margin-right: 10px;
    color: #006de8;
}
.elementor-widget-wp-widget-post_ticker ul li a {
    color: #c2d1e2;
}