/*Slider Area*/

.handstandem-slider-area {
    display: block;
    position: relative;
    overflow: hidden;
}

.handstandem-slide-content {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.handstandem-slide-content h2 {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 6px;
    animation-delay: 0.8s;
    text-transform: capitalize;
    padding: 0;
    position: relative;
    display: inline-block;
    letter-spacing: 3px;
}

.handstandem-slide-content h1 {
    color: #666;
    font-size: 36px;
    font-weight: 700;
    margin: 0px;
    animation-delay: 1.2s;
    text-transform: capitalize;
    padding: 0;
}

.handstandem-slide-content p {
    animation-delay: 1.3s;
    margin-top: 15px;
    color: #606060;
}

.handstandem-slide-content h2 span,
.handstandem-slide-content h1 span {
    color: #5fc7ae;
}

.handstandem-slide-btn a {
    background: transparent;
    color: #555;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    transform-origin: 0 100% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
    animation-delay: 1.6s;
    transition: .3s;
    margin-top: 30px;
    font-size: 14px;
    padding: 0 40px;
    font-weight: 500;
    border: 1px solid #5fc7ae;
    border-radius: 25px;
}

.handstandem-slide-btn a:hover {
    background: #5fc7ae;
    color: #fff;
    border-color: #5fc7ae;
}

.handstandem-slide-btn .read-more {
    margin-top: 30px;
}


/* Slider Dot Css */

.handstandem-slider-area .owl-dots {
    bottom: 50%;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
    right: 25px;
    transform: translateY(50%);
    left: auto;
    position: absolute;
    width: auto;
    text-align: center;
}

.handstandem-slider-area .owl-dots .owl-dot {
    display: block;
    margin-right: 0;
    color: #5fc7ae;
    font-size: 25px;
    line-height: 0px;
}

.handstandem-slider-area .owl-dot.active {
    box-shadow: unset;
}

.handstandem-slider-item {
    background-position: top center;
    background-size: cover;
    width: 100%;
}

.dot_bottom_left.handstandem-slider-area .owl-dots,
.dot_bottom_right.handstandem-slider-area .owl-dots,
.dot_hori_center.handstandem-slider-area .owl-dots {
    display: flex;
    bottom: 60px;
    right: auto;
    left: 15px;
    transform: translate(0);
}

.dot_bottom_right.handstandem-slider-area .owl-dots {
    left: auto;
    right: 15px;
}

.dot_hori_center.handstandem-slider-area .owl-dots {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.dot_left_center.handstandem-slider-area .owl-dots {
    right: auto;
    left: 25px;
}


/* Slider Animation Css */

.handstandem-slide-content * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.active .handstandem-slide-content h2 {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
}

.active .handstandem-slide-content h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.active .handstandem-slide-content .handstandem-slide-btn a {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.active .handstandem-slide-content p {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.handstandem-slider-area .owl-nav div {
    position: absolute;
    top: 50%;
    left: -39px;
    z-index: 2;
    width: 50px;
    color: #000;
    height: 50px;
    background: transparent;
    text-align: center;
    line-height: 50px;
    font-size: 42px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.textmode-reverse.handstandem-slider-area .owl-nav div {
    writing-mode: tb-rl;
}

.handstandem-slider-area .owl-carousel:hover .owl-nav div {
    opacity: 1;
}

.handstandem-slider-area .owl-nav div:hover {
    color: #5fc7ae;
}

.handstandem-slider-area .owl-nav div.owl-next {
    left: auto;
    right: -39px;
}

.handstandem-slider-area:hover .owl-nav div {
    left: 0;
}

.handstandem-slider-area:hover .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.handstandem-slider-item::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
}

.active .handstandem-slide-content p {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
}

.handstandem-slider-active .owl-nav div span {
    position: absolute;
    right: 62px;
    top: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    color: #5fc7ae;
    font-size: 12px;
    font-weight: 600;
}

.arrow_hover .handstandem-slider-active .owl-nav div:hover span {
    opacity: 1;
    visibility: visible;
}

.handstandem-slider-active .owl-nav div.owl-prev span {
    right: auto;
    left: 62px;
}


/*Slider Style Two*/

.handstandem-slide-frnt-img {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}

.active .handstandem-slide-frnt-img img {
    animation-delay: 0.5s;
    animation-name: slideInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}


/*Slider Style 4*/

.handstandem-slide-content h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    border-bottom: 0px solid #fff;
}

a.handstandem_popup_slider {
    display: inline-block;
    border: none;
    padding: 0;
    margin-left: 5px;
}

a.handstandem_popup_slider:hover {
    background: none!important;
    border: none;
    color: inherit;
}

a.handstandem_popup_slider img {
    max-width: 100%;
    display: inline-block!important;
    width: auto!important;
    margin-left: 15px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .slider_fullwidth .handstandem-slide-content {
        height: 650px!important
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider_fullwidth .handstandem-slide-content {
        height: 600px!important
    }
    .handstandem-slide-content h1 {
        font-size: 50px;
    }
    .handstandem-slide-content h2 {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .handstandem-slide-content h1 {
        font-size: 37px;
    }
    .handstandem-slide-content h2 {
        font-size: 23px;
        margin: 0 0 6px;
    }
    .handstandem-slide-content {
        height: 500px;
    }
    .handstandem-slide-content p br {
        display: none;
    }
}

@media (max-width: 767px) {
    .handstandem-slide-content h1 {
        font-size: 20px;
    }
    .handstandem-slide-content h2 {
        font-size: 15px;
        margin: 0 0 5px;
    }
    .handstandem-slide-content {
        height: 350px;
    }
    .handstandem-slide-btn a {
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        padding: 0 16px;
    }
    .handstandem-slide-content p br {
        display: none;
    }
}


/*Service Section Elementor Css*/

.handstandem_services_sec_class figure.elementor-image-box-img {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 100%;
    min-width: 45px;
    min-height: 45px;
    text-align: center;
}


/* Normal  :1366px. */

@media (min-width: 1200px) and (max-width: 1500px) {
    .handstand_choose_section .elementor-column-wrap {
        padding-right: 15px!important;
    }
}


/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1200px) {
    .handstand_choose_section .elementor-column-wrap {
        padding-right: 15px!important;
    }
}


/* gallery style css */

.handstandem-filter-menu-list {
    margin-bottom: 23px;
}

.handstandem-filter-menu-list button {
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin: 0 15px;
    position: relative;
    padding: 0;
    text-transform: capitalize;
    position: relative;
    outline: none;
    height: auto;
    border: none;
}

.handstandem-filter-menu-list button.is-checked {
    color: #1bb4b9;
}

.handstandem-filter-menu-list button:focus {
    outline: none;
}

.handstandem-filter_item_box {
    padding: 0px;
}

.handstandem-ft_item_image {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.handstandem-ft_item_image::before,
.handstandem-classes-thumb-img::before {
    background: rgba(95, 199, 174, 0.8);
    content: "";
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    opacity: 0;
    bottom: 10px;
    right: 10px;
    transform: scaleY(0);
}

.handstandem-ft_item_image img {
    width: 100%;
}

.handstandem-ft_item_image>a {
    display: block;
}

.handstandem-ft_item_image:hover::before,
.handstandem-classes-single-item:hover .handstandem-classes-thumb-img::before {
    opacity: 1;
    transform: scaleY(1);
}

.handstandem-ft_item_image a.icon_link,
a.classes_link {
    background-color: transparent;
    border-radius: 50%;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    margin: auto;
    font-size: 16px;
    text-align: center;
    width: 50px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.handstandem-cat-wrapper {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    padding: 20px;
    top: 100%;
    font-weight: 500;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.handstandem-cat-wrapper>a {
    color: #fff;
    transform: translateY(-15px);
    transition: all 0.5s ease-in-out;
}

span.handstandem-cat-wrapper span {
    transform: translateY(15px);
    transition: all 0.5s ease-in-out;
}

.handstandem-ft_item_image:hover .handstandem-cat-wrapper>a,
.handstandem-ft_item_image:hover span.handstandem-cat-wrapper span {
    transform: translateY(0);
}

.handstandem-ft_item_image a.icon_link {
    display: inline-block;
}

.handstandem-cat-wrapper>a:hover {
    color: #1bb4b9;
}

span.handstandem-cat-wrapper span {
    display: block;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 5px;
}

.handstandem-ft_item_image:hover .handstandem-cat-wrapper {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    top: auto;
}

.handstandem-cat-wrapper h5 a {
    color: #fff;
}

.handstandem-cat-wrapper h5 {
    font-size: 16px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
}

.handstandem-cat-wrapper h6 {
    font-size: 13px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.handstandem_gallery_ars .handstandem-ft_item_image a.icon_link,
a.classes_link {
    left: 0;
    transform: scaleY(0);
    position: absolute;
    visibility: hidden;
    right: 0;
    top: 0;
    bottom: 0;
}

.handstandem-ft_item_image:hover a.icon_link {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}

a.icon_link>img {
    max-width: 100%!important;
}

.handstandem_gallery_ars .handstandem-ft_item_image:hover a.icon_link,
.handstandem-classes-single-item:hover a.classes_link {
    visibility: visible;
    transform: scaleY(1);
}

body,
.fancybox-enabled body {
    margin-right: 0px!important;
}

.fancybox-arrow:hover,
.fancybox-arrow:focus {
    background: transparent;
    border: none;
    outline: none;
}


/*Trainer Css*/

.handstandem-trainerper-title h5 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0;
    display: inline-block;
}

.handstandem-trainerper-title span {
    display: block;
    line-height: 1;
}

.handstandem-trainer-thumb-img {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.handstandem-trainer-thumb-img a {
    display: block;
    overflow: hidden;
}

.handstandem-trainer-thumb-img img {
    width: 100%;
}

.handstandem-trainer-thumb-content {
    text-align: center;
    padding: 20px 10px;
    line-height: 1;
}

.handstandem-trainer-thumb-content p {
    line-height: 1.5;
}

.handstandem-trainer-social:after {
    background: #000 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: auto;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}

.handstandem-trainer-social>ul li {
    display: inline-block;
    position: relative;
    z-index: 9;
}

.handstandem-trainer-social>ul {
    position: relative;
    z-index: 10;
    padding-left: 0;
}

.handstandem-trainer-social {
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
}

.handstandem-trainer-social h5 {
    position: relative;
    z-index: 1;
}

.handstandem-trainer-single-item:hover .handstandem-trainer-social:after {
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.handstandem-trainer-single-item:hover .handstandem-trainer-social {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.handstandem-trainer-social>ul li a {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 35px;
    border-radius: 0;
}

.handstandem-trainer-social>ul li a:hover {
    border: 1px solid #5fc7ae;
    color: #fff;
    background: #5fc7ae;
}


/*Team Style Two */

.handstandem_trainer_st2 .handstandem-trainer-social {
    position: relative;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: auto;
    margin-top: 19px;
    margin-bottom: 0px;
}

.handstandem_trainer_st2 .handstandem-trainer-social>ul {
    top: 0;
    transform: translateY(0);
}

.handstandem_trainer_st2 p {
    margin-top: 20px;
    margin-bottom: 0;
}

.handstandem_trainer_st2 .handstandem-trainer-thumb-content {
    position: absolute;
    bottom: -100%;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(108, 173, 25, 0.81);
    opacity: 1;
    transition: all 0.6s ease-in-out;
    justify-content: center;
    flex-direction: column;
}

.handstandem_trainer_st2:hover .handstandem-trainer-thumb-content {
    bottom: 0;
}

.handstandem_trainer_st2 .handstandem-trainer-social:after {
    display: none;
}

.handstandem_trainer_st2 .handstandem-trainer-social>ul li a i {
    border-radius: 100%;
}

.handstandem_trainer_st2:hover .handstandem-trainer-thumb-content {
    opacity: 1;
}

.handstandem-trainer-thumb-content.fancome_trainer_not_hover {
    position: relative;
    opacity: 1;
    visibility: visible;
    bottom: 0;
}


/* Trainer Style Three */

.handstandem-trainer-single-item.handstandem_trainer_st3 {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.handstandem_trainer_st3 .handstandem-trainer-thumb-img {
    width: 85px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    margin-right: 10px;
}

.handstandem_trainer_st3 .handstandem-trainer-thumb-content {
    text-align: left;
}

.fancybox-navigation button:hover {
    background: transparent;
    border: none;
    outline: none;
}

.fancybox-navigation button:focus {
    outline: none;
}


/*Carousel Button*/

.handstandem_indicator1 .slick-arrow {
    bottom: 50%;
    transform: translateY(50%);
    right: -46px;
    position: absolute;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 100%;
    line-height: 44px;
    text-align: center;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 100%;
    color: #aaa;
    font-size: 18px;
    height: 44px;
    width: 44px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}

.handstandem_indicator1 .slick-arrow.btn-prev {
    right: auto;
    left: -46px;
}

.handstandem_indicator1 .slick-arrow:hover {
    color: #5fc7ae;
    border-color: #5fc7ae;
}

.handstandem_indicator1:hover .slick-arrow {
    opacity: 1;
}

@media (max-width: 767px) {
    .handstandem_indicator1 .slick-arrow.btn-prev {
        right: 36px;
        left: auto;
    }
    .handstandem_indicator1 .slick-arrow {
        right: 0;
        height: 30px;
        width: 30px;
        font-size: 25px;
        line-height: 25px;
        top: -46px;
    }
}

.handstandem_indicator-style-two .slick-arrow {
    opacity: 1;
    top: -79px;
    transform: translateY(0);
    right: 0px;
    left: auto;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border: 1px solid #000;
    color: #000;
    font-size: 32px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.handstandem_indicator-style-two .slick-arrow:hover {
    border-color: #5fc7ae;
    color: #fff;
    background: #5fc7ae;
}

.handstandem_indicator-style-two .slick-arrow.btn-prev {
    right: 45px;
    left: auto;
}

.brand-logo {
    margin-bottom: 80px;
}

.handstandem-brand-image {
    text-align: center;
}

.handstandem-brand-image img {
    display: inline-block!important;
}

.brand-slider-active .slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 10px;
}

.brand-slider-active .slick-dots li button {
    text-indent: -9999;
    opacity: 1;
    text-indent: -1000px;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 5px;
    border-radius: 100%;
    background: #061d36;
}

.brand-slider-active .slick-dots li.slick-active button {
    background: #5fc7ae;
}

.handstandem-brand-image {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.htmega-counter-style-6 .htmega-counter-icon {
    justify-content: left!important;
}

.elementor-icon-list-item a span {
    transition: all 0.3s ease-in-out;
}

.htmega-tab-style-1 .htmega-tab-nav a {
    margin-left: 0!important;
}

@media (max-width: 575px) {
    .htmega-mailchimp-style-2 .htmega-input-box input[type="text"],
    .htmega-mailchimp-style-2 .htmega-input-box input[type="email"] {
        width: 100%!important;
        margin-bottom: 13px;
    }
    div.wpforms-container-full .wpforms-form .wpforms-one-half {
        width: 100%!important;
    }
    div.wpforms-container-full .wpforms-form .wpforms-one-half {
        margin-left: 0!important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .footer-wrapper div.wpforms-container-full .wpforms-form .wpforms-one-half {
        width: 100%!important;
    }
    .footer-wrapper div.wpforms-container-full .wpforms-form .wpforms-one-half {
        margin-left: 0!important;
    }
}

.footer-wrapper .elementor-widget .elementor-icon-list-item a {
    width: auto;
    display: inline-block;
}

.footer-wrapper .htinsta-instragram ul li .instagram-clip::before {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}


/* Classes css */

.class-des h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    padding: 20px;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}

.class-des ul {
    display: block;
    padding: 20px;
    list-style: none;
    justify-content: space-between;
    border-top: 1px solid #ddd
}

.class-des ul li {
    display: inline;
    line-height: 1;
}

.class-des ul li:not(:first-child) {
    margin-left: 15px;
}

.class-des ul li i {
    color: #5fc7ae;
    font-size: 18px;
    margin-right: 5px;
}

.single-class-text {
    background: #fff;
}

.handstandem-classes-thumb-img {
    position: relative;
    line-height: 0;
}


/* Event Css */

.handstandem-event-content h3 {
    color: #444;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 12px;
}

.latest-event-area {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 4px 4px #dddddd;
    margin: 0 42px;
    padding: 24px 80px 66px;
    position: relative;
    text-align: center;
    z-index: 9;
}

.latest-event-area:before {
    position: absolute;
    left: 30px;
    top: -20px;
    box-shadow: 0 0 4px 4px #ddd;
    height: 100%;
    content: "";
    right: 30px;
    background: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.handstandem-event-content h4 {
    font-family: 'Montserrat', sans-serif;
    color: #5fc7ae;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.handstandem-event-content h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 17px;
}

@media (max-width: 767px) {
    .latest-event-area {
        margin: 0;
        padding: 16px 50px 45px;
    }
    .handstandem-event-content h3 {
        margin-bottom: 8px;
        font-size: 18px;
    }
    .handstandem-event-content h4 {
        font-size: 16px;
    }
}


/* =============  
  Testimonial Area
  ============= */

.handstandem_testimonial_active .testimonial-image {
    margin-bottom: 22px;
}

.handstandem_testimonial_active .testimonial-content>h6 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 4px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.handstandem_testimonial_active .testimonial-content>span {
    color: #555;
    font-size: 14px;
}

.handstandem_testimonial_active .testimonial-image {
    margin-bottom: 18px;
}

.handstandem_testimonial_active .testimonial-image>img {
    display: inline-block !important;
    width: auto !important;
}

.handstandem_testimonial_active .testimonial-content>p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #ffffff;
}

.handstandem_testimonial_active .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.handstandem_testimonial_active .owl-dots {
    margin-top: 50px;
}

.handstandem_testimonial_active .owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent;
    bottom: 0;
    left: 0;
    display: block;
    border: 2px solid #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 100%;
}

.handstandem_testimonial_active .owl-dot.active span {
    background: #fff;
}

.testimonial-content {
    position: relative;
    background: #5fc7ae;
    padding: 50px 137px;
}

.single-testimonial {
    padding: 50px;
}

.testimonial-content i {
    background: #5fc7ae none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 #ababab;
    color: #fff;
    font-size: 50px;
    height: 115px;
    left: -45px;
    line-height: 120px;
    position: absolute;
    top: -45px;
    width: 115px;
}

@media (max-width: 991px) {
    .testimonial-content {
        padding: 50px 45px;
    }
    .testimonial-content i {
        font-size: 41px;
        height: 70px;
        left: -13px;
        line-height: 70px;
        top: -27px;
        width: 70px;
    }
    .single-testimonial {
        padding: 15px;
    }
    .testimonial-content {
        padding: 37px 20px;
    }
    .handstandem_testimonial_active .testimonial-content>p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .testimonial-content i {
        font-size: 30px;
    }
}


/*Priceing Style*/

.handstandem_priceing {
    text-align: center;
    box-shadow: 0 0 4px 4px #e2e2e2;
}

.handstandem_priceing-inner {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 0 auto 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.handstandem_priceing-inner:hover .handstandem_price-title h3 {
    background: #cb9648;
}

.handstandem_priceing-inner:hover .handstandem_price-title,
.handstandem_priceing-inner:hover .handstandem_price-title .handstandem_price {
    background: #5fc7ae;
}

.handstandem_price-title {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    transition: .3s;
}

.handstandem_price-title>h3 {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 40px 0;
    text-transform: uppercase;
    transition: .3s;
}

.handstandem_price-title .handstandem_price {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    line-height: 1;
    font-size: 50px;
    font-weight: 600;
    padding: 20px 0 20px;
    font-family: lato;
}

.handstandem_price span {
    font-size: 13px;
    font-weight: 400;
}

.handstandem_pricing_features {
    color: #323232;
}

.handstandem_pricing_features ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.handstandem_pricing_features li {
    border-bottom: 1px solid #eae8e8;
    display: block;
    overflow: hidden;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
}

.handstandem_priceing:hover .handstandem_pricing_features li {
    border-color: #5dc0a8;
}

.handstandem_pricing_features li:last-child {
    border: none;
}

.handstandem_priceing .handstandem_price_btn {
    text-align: center;
    margin-top: 9px;
    position: relative;
    bottom: -21px;
}

.handstandem_priceing .handstandem_price_btn a {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #5fc7ae;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 0 4px 4px #e2e2e2;
    border-radius: 25px;
}

.handstandem_priceing-inner:hover .handstandem_price_btn a {
    background: #5fc7ae;
    box-shadow: 0 0 4px 4px #59bba3;
}

.handstandem_price_lebel {
    position: absolute;
    top: -7px;
    background: #5fc7ae;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 4px 10px;
    font-size: 10px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .handstandem_price-title .handstandem_price {
        font-size: 28px;
    }
}

i.fa {
    font-family: fontawesome;
}