/*
Theme Name: umax-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* .service-one_titles {
    grid-row-gap: 10px;
}

.service-one_title {
    position: relative;
    font-weight: 600;
    color: var(--white-color);
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    line-height: 34px;
    font-size: 24px;
}

.service-one_title a {
    position: relative;
    display: block;
    border-radius: 50px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: capitalize;
    background-color: rgba(var(--white-color-rgb), 0.12);
    padding: 28px 25px 28px 50px;
    font-family: "Lexend Deca", sans-serif;
}

.service-one_title a:hover {
    color: var(--white-color) !important;
    background-color: var(--main-color);
}

.service-one_title a:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f061";
    position: absolute;
    right: 8px;
    top: 9px;
    width: 70px;
    height: 70px;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    transform: rotate(-45deg);
    background-color: var(--black-color);
} */

.tabbed-content .nav-vertical {
    width: 50%;
    grid-row-gap: 10px;
    flex-basis: 50%;
}

.nav-vertical .tab {
    position: relative;
    font-weight: 600;
    color: var(--white-color);
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    line-height: 34px;
    font-size: 24px;
}

.nav-vertical .tab a {
    position: relative;
    display: block;
    border-radius: 50px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: capitalize;
    background-color: rgba(var(--white-color-rgb), 0.12);
    padding: 28px 25px 28px 50px;
    font-family: "Lexend Deca", sans-serif;
}

.nav-vertical .tab a:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f061";
    position: absolute;
    right: 8px;
    top: 9px;
    width: 70px;
    height: 70px;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    transform: rotate(-45deg);
    background-color: var(--black-color);
}

.tabbed-content .nav-vertical {
    width: 50%;
    grid-row-gap: 10px;
    flex-basis: 50%;
}

.nav-vertical .tab {
    position: relative;
    font-weight: 600;
    color: var(--white-color);
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    line-height: 34px;
    font-size: 24px;
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
    content: unset;
}

.nav-vertical>li+li {
    border-top: unset;
}

.nav-vertical+.tab-panels {
    border-left: unset;
}

.nav-vertical .tab a:hover,
.nav-vertical li.active a {
    color: var(--white-color);
    background-color: var(--main-color);
}

.tabbed-content .tab-panels .panel {
    /*     position: absolute; */
    /*     right: 15px; */
    top: 0px;
    opacity: 0;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-transform: rotate(-5deg) translateX(0px);
    transform: rotate(-5deg) translateX(0px);
}

.tabbed-content .tab-panels .panel.active {
    opacity: 1;
    -webkit-transform: rotate(0deg) translateX(0px);
    transform: rotate(0deg) translateX(0px);
}

.tab-panels .img-inner {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 30px;
}

.service-one_sub-title {
    position: relative;
    font-weight: 600;
    color: var(--white-color);
    text-transform: capitalize;
    line-height: 42px;
    font-size: 32px;
}

.service-one_text {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
    color: var(--white-color);
    text-transform: capitalize;
}

.tabbed-content .tab-panels {
    margin-top: -10% !important;
}

.panel .img-inner img {
    height: 600px;
    object-fit: cover;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}