/*Slider Area*/

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

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

.ruthem-slide-content h2,.ruthem-slide-content .slsubtitle {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 6px;
    animation-delay: 0.8s;
    text-transform: capitalize;
    padding: 0;
    position: relative;
    display: inline-block;
}

.ruthem-slide-content h1,.ruthem-slide-content .sltitle {
    color: #fff;
    font-size: 56px;
    font-weight: bold;
    margin: 0px;
    animation-delay: 1.2s;
    text-transform: capitalize;
    padding: 0;
}

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

.ruthem-slide-content h2 span,
.ruthem-slide-content .slsubtitle span,
.ruthem-slide-content h1 span,.ruthem-slide-content .sltitle span{
    color: #8d6e63;
}

.ruthem-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 #8d6e63;
    border-radius: 25px;
}

.ruthem-slide-btn a:hover {
    background: #8d6e63;
    color: #fff;
    border-color: #8d6e63;
}

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


/* Slider Dot Css */

.ruthem-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;
}

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

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

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

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

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

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

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


/* Slider Animation Css */

.ruthem-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 .ruthem-slide-content h2,
.active .ruthem-slide-content .slsubtitle {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
}

.active .ruthem-slide-content h1,
.active .ruthem-slide-content .sltitle {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

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

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

.ruthem-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.ruthem-slider-area .owl-nav div {
    writing-mode: tb-rl;
}

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

.ruthem-slider-area .owl-nav div:hover {
    color: #8d6e63;
}

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

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

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

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

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

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

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

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


/*Slider Style Two*/

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

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


/*Slider Style 4*/

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

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

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

a.ruthem_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 .ruthem-slide-content {
        height: 650px!important;
    }
}

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

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

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


/*Service Section Elementor Css*/

.ruthem_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) {
    .ruthem_choose_section .elementor-column-wrap {
        padding-right: 15px!important;
    }
}


/* Normal desktop :992px. */

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


/* gallery style css */

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

.ruthem-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;
}

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

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

.ruthem-filter_item_box {
    padding: 0px;
}

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

.ruthem-ft_item_image::before,
.ruthem-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: scaleX(0);
}

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

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

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

.ruthem-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;
}

.ruthem-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ruthem_gallery_ars .ruthem-ft_item_image:hover a.icon_link,
.ruthem-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;
}


/*Team Css*/

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

.ruthem-teamper-title span {
    display: block;
    line-height: 1;
    font-size: 15px;
}

.ruthem-team-thumb-img {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.ruthem-team-thumb-img a {
    display: block;
    overflow: hidden;
}

.ruthem-team-thumb-img img {
    width: 100%;
}

.ruthem-team-thumb-content {
    text-align: center;
    padding: 20px 10px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.ruthem-team-thumb-content p {
    line-height: 1.5;
}

.ruthem-team-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%;
}

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

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

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

.ruthem-team-social h5 {
    position: relative;
    z-index: 1;
}

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

.ruthem-team-single-item:hover .ruthem-team-social {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.ruthem-team-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;
}

.ruthem-team-social>ul li a:hover {
    border: 1px solid #8d6e63;
    color: #fff;
    background: #8d6e63;
}


/*Team Style Two */

.ruthem_team_st2 .ruthem-team-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;
}

.ruthem_team_st2 .ruthem-team-social>ul {
    top: 0;
    transform: translateY(0);
}

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

.ruthem_team_st2 .ruthem-team-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;
}

.ruthem_team_st2:hover .ruthem-team-thumb-content {
    bottom: 0;
}

.ruthem_team_st2 .ruthem-team-social:after {
    display: none;
}

.ruthem_team_st2 .ruthem-team-social>ul li a i {
    border-radius: 100%;
}

.ruthem_team_st2:hover .ruthem-team-thumb-content {
    opacity: 1;
}

.ruthem-team-thumb-content.fancome_team_not_hover {
    position: relative;
    opacity: 1;
    visibility: visible;
    bottom: 0;
}


/* Team Style Three */

.ruthem-team-single-item.ruthem_team_st3 {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.ruthem_team_st3 .ruthem-team-thumb-img {
    width: 85px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    margin-right: 10px;
}

.ruthem_team_st3 .ruthem-team-thumb-content {
    text-align: left;
}

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

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


/*Carousel Button*/

.ruthem_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;
}

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

.ruthem_indicator1 .slick-arrow:hover {
    color: #8d6e63;
    border-color: #8d6e63;
}

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

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

.ruthem_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;
}

.ruthem_indicator-style-two .slick-arrow:hover {
    border-color: #8d6e63;
    color: #fff;
    background: #8d6e63;
}

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

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

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

.ruthem-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: #8d6e63;
}

.ruthem-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;
}


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

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

.ruthem_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;
}

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

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

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

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

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

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

.ruthem_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%;
}

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

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

.single-testimonial {
    padding: 50px;
}

.testimonial-content i {
    background: #8d6e63 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;
    }
    .ruthem_testimonial_active .testimonial-content>p {
        font-size: 14px;
    }
}

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


/*Priceing Style*/

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

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

.ruthem_priceing-inner:hover .ruthem_price-title h3 {
    background: #cb9648;
}

.ruthem_priceing-inner:hover .ruthem_price-title,
.ruthem_priceing-inner:hover .ruthem_price-title .ruthem_price {
    background: #8d6e63;
}

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

.ruthem_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;
}

.ruthem_price-title .ruthem_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;
}

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

.ruthem_pricing_features {
    color: #323232;
}

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

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

.ruthem_priceing:hover .ruthem_pricing_features li {
    border-color: #5dc0a8;
}

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

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

.ruthem_priceing .ruthem_price_btn a {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #8d6e63;
    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;
}

.ruthem_priceing-inner:hover .ruthem_price_btn a {
    background: #8d6e63;
    box-shadow: 0 0 4px 4px #59bba3;
}

.ruthem_price_lebel {
    position: absolute;
    top: -7px;
    background: #8d6e63;
    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) {
    .ruthem_price-title .ruthem_price {
        font-size: 28px;
    }
}

i.fa {
    font-family: fontawesome;
    font-weight: 400;
}


/* Service Style */

.ruthem_service_box {
    padding-top: 30px;
    padding-right: 32px;
    padding-bottom: 30px;
    padding-left: 32px;
    text-align: center;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ruthem_service_box h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 15px;
    color: #444;
    transition: all 0.3s ease-in-out;
}

.ruthem_service_box h3 a {
    transition: none;
}

.ruthem_service_box p {
    color: #666;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    margin-top: 0;
}

.ruthem_service_read_more a {
    color: #666;
    font-size: 16px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 0;
}

.ruthem_service_box:hover .ruthem_service_read_more a {
    color: #fff;
}

.ruthem_service_icon i {
    font-size: 25px;
    color: #666;
    transition: all 0.3s ease-in-out;
}

.ruthem_service_box:hover .ruthem_service_icon i {
    color: #fff;
}

.ruthem_service_box:hover {
    background: #8d6e63;
    border-color: #8d6e63;
}

.ruthem_service_box:hover h3,
.ruthem_service_box:hover p {
    color: #fff;
}