/*** General CSS ***/
body {
    line-height: 1.9em;
}
body div.container a.btn, body div.container button.btn {
    background: #000!important;
}
/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}
body:not(.home) #sp-top-bar {
    border-bottom: 1px solid rgb(255 255 255 / 36%);
}

/* Header Menu */
#sp-header {
    top: 30px;
    padding: 0px;
    height: inherit;
    z-index: 9999;
    max-width: 1320px;
    margin: 0 auto;
    border-radius: 5px;
}
body:not(.home) #sp-header,
#sp-header.header-sticky {
    max-width: 100%;
    border-radius: 0px;
    top: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #000;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 18px 35px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    border: 2px solid #000;
    display: inline-block;
    background: #000;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    color: #000;
    background: transparent;
    border-color: #000
}

/* Slider */
.slider {
    margin-top: -120px !important;
}
.slider .sppb-row-overlay {
    background-image: url(../images/hero-home-bg-livin-1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-icon ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.slider-icon ul li strong {
    display: none;
}
.slider-icon ul li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #000;
    color: #fff;
    display: inline-block;
    margin: 5px 0;
    border-radius: 50%;
}

/* Bg */
.bg .sppb-row-overlay {
    background-image: url('../images/hero-pages-1-bg-livin.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Divider */
.divider {
    margin: 0 auto;
}

/* Client */
.client-column .sppb-addon-wrapper:first-child {
    width: 100%;
}
.client-column .sppb-addon-wrapper {
    width: 33.33%;
    float: left;
}
.client-column .sppb-addon-wrapper img {
    width: 145px;
}

/* Feature */
.feature-column .sppb-column-overlay {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature-column:hover .sppb-column-overlay {
    opacity: 0;
}
.feature-column:hover, .feature-column:hover h3 {
    color: #fff !important;
}
.feature-row .sppb-col-md-6 {
    margin-bottom: 100px;
}
.fea01 i {
    height: 55px !important;
    width: 55px !important;
    line-height: 55px !important;
    background: #000;
    font-size: 23px !important;
    border-radius: 50%;
}
.fea01 .sppb-column-addons > .clearfix:first-child {
    background: #e1e1e1;
    padding: 25px;
    position: relative;
    width: 65%;
    margin: 0 auto;
    top: -90px;
}

/* Testimonials */
.testimonials .sppb-row-overlay {
    background-image: url(../images/ring-2-testimonials-2-livin.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.testimonials-item .sppb-addon-testimonial-content-wrap span {
    text-align: left;
}
.testimonials-item {
    position: relative;
    padding-top: 60px;
}
.sppb-addon-testimonial-rating {
    position: absolute;
    width: 100%;
    top: 0;
}

/* Services */
.services-item h1 {
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: #5e5e5e;
    stroke: #5e5e5e;
    border-bottom: 3px solid #222;
    width: 60%;
    margin-top: -60px;
}
.services-item .sppb-addon-content {
    padding: 30px;
}
.services-item h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0;
}
.ser-row {
    background-image: linear-gradient(270deg, #e1e1e1 43%, #00000000 40%);
}

/* Meet */
.meet-img .sppb-addon-single-image-container, 
.meet-img .sppb-addon-single-image-container img {
    width: 100%;
}
.meet-item ul {
    padding: 0;
    margin: 0;
}
.meet-item ul li, .team-item ul li a {
    display: inline-block;
}
.meet-item ul li a strong {
    display: none;
}
.meet-item ul li a {
    height: 37px;
    width: 37px;
    line-height: 37px;
    font-size: 20px;
    background: #000;
    color: #fff;
    margin: 0 1px;
    box-shadow: 0px 0px 10px 0px #ffffff29;
    border-radius: 50%;
    font-size: 14px;
    display: inline-block;
}
.meet-item ul li a:hover {
    background-color: #364d39;
    border-color: #364d39;
}
.meet-item ul li, .team-item ul li a {
    display: inline-block;
}
.meet .sppb-col-md-6, .meet .sppb-col-md-4 {
    margin-bottom: 50px;
}

/* Support */
.support {
    background-image: linear-gradient(90deg, #e1e1e1 65%, #00000000 57%);
}

/* Portfolio */
.portfolio {
    background-image: linear-gradient(90deg, #e1e1e1 53%, #00000000 37%);
    opacity: 1;
}

/* Team */
.team .sppb-row-overlay {
    background-image: linear-gradient(270deg, #e1e1e1 53%, #00000000 37%);
    opacity: 1;
}
.team-item, .team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-img-container:before {
    background-color: rgba(0,0,0,.7);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover .sppb-img-container:before {
    opacity: 1;
    height: 100%;
}
.team-item ul {
    margin: 30px 0 0;
    padding: 0;
}
.team-item .sppb-media-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover .sppb-media-content {
    opacity: 1;
    bottom: 35%;
}
.team-item ul li, .team-item ul li a {
    display: inline-block;
}
.team-item ul li a strong {
    display: none;
}
.team-item ul li a {
    height: 37px;
    width: 37px;
    line-height: 37px;
    font-size: 20px;
    background: #000;
    color: #fff;
    margin: 0 1px;
    box-shadow: 0px 0px 10px 0px #ffffff29;
    border-radius: 50%;
    font-size: 14px;
}
.team-item ul li a:hover {
    background-color: #364d39;
    border-color: #364d39;
}
.team-item ul li, .team-item ul li a {
    display: inline-block;
}

/* Images */
.images .sppb-addon-single-image-container, 
.images .sppb-addon-single-image-container img {
    width: 100%;
}

/* Check List */
.check-list ul {
    border-style: none;
    padding: 0px;
    margin: 0;
    list-style: none;
}
.check-list ul strong {
    display: none;
}
.check-list ul span {
    padding-right: 10px;
}
.check-list ul li {
    padding-bottom: 10px;
}

/* Project */
.project-column {
    background-image: linear-gradient(90deg, #00000000 73%, #d1d1d1 49%);
}

/* Skill */
.skill-item,
.skill-item .skill,
.skill-item .skill .skill-title,
.skill-item .skill .skill-bar {
    width: 100%;
    float: left;
}
.skill-item .skill {
    margin-bottom: 30px;
}
.skill-item .skill:last-child {
    margin-bottom: 0;
}
.skill-item .skill .skill-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}
.skill-item .skill .skill-bar {
    height: 5px;
    border-radius: 3px;
    background: #eaeaea;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skill-item.active .skill .skill-bar {
    width: 100%;
}
.skill-item .skill .skill-bar span {
    float: left;
    width: 0%;
    height: 5px;
    border-radius: 3px;
    position: relative;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skill-item .skill .skill-bar span b {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
    opacity: 0;
    font-size: 16px;
    font-weight: 600;
    top: -22px;
}

/* FAQs */
.faqs .sppb-col-md-4 {
    z-index: 2;
}
.faqs-item span.sppb-panel-title {
    font-size: 18px;
}
.faqs-item .sppb-panel-default>.sppb-panel-heading {
    background: transparent;
    padding: 15px 30px 15px 15px;
}
.faqs-item .sppb-panel {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d4d4d4;
}

/* Work */
.work .sppb-row.sppb-no-gutter {
    box-shadow: 0px 0px 48px -19px rgb(0 0 0 / 50%);
    padding: 0px 50px 30px;
}

/* Deliver */
.deliver-column .clearfix:first-child {
    width: 100%;
}
.deliver-column .clearfix {
    width: 50%;
    float: left;
}
.deliver-column .clearfix i {
    height: 60px !important;
    width: 60px !important;
    line-height: 55px !important;
    border: 3px solid #222;
}

/* Check */
.check-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.check-list ul li {
    padding-bottom: 15px;
}
.check-list ul li span.fa-check {
    color: #55b559;
}
.check-list ul li span.fa-times {
    color: #e63a3a;
}
span.pricing-price {
    font-size: 20px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
    overflow: hidden;
    margin: 0;
}
.jmm-image.mod-article-image img {
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
    transform: scale(1.12);
    filter: grayscale(100%);
}
.jmm-text {
    padding: 20px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    background: #111111;
    color: #fff;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
    margin-top: 20px;
}

/* Bottom */
#sp-bottom {
    overflow: hidden;
    position: relative;
    z-index: 1;
    line-height: 30px;
    font-size: 16px;
}
#sp-bottom p {
    line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 0px;
    position: relative;
    text-transform: uppercase;
}
#sp-bottom .sp-module {
    margin-bottom: 0px;
    display: inline-block;
    padding: 50px 0;
    width: 100%;
}
#sp-bottom1 h1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 800;
}
.shrewd_solution_icon {
    margin-top: 30px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
    margin-bottom: 0px !important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    line-height: 42px;
    color: #fff!important;
    width: 42px;
    text-align: center;
    height: 42px;
    border-radius: 50%;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    background: #000;
    margin-right: 6px;
}
.shrewd_solution_icon ul li a:hover {
    color: #fff !important;
    background: #5e5e5e;
}
.shrewd_solution_icon ul li a em {
    font-family: "Font Awesome 5 Brands";
}
.shrewd_solution_icon strong {
    display: none;
    margin: 0 20px;
}
#sp-bottom1 a {
    background: #222;
    padding: 20px 30px;
    color: #fff !important;
}
#sp-bottom1 a:hover {
    background: #000;
    color: #fff;
}
div#sp-bottom1 {
    width: 100% !important;
}
.sp1-left {
    width: 70%;
    float: left;
    border-right: 2px solid #222;
    padding-right: 50px;
}
.sp1-right {
    width: 30%;
    float: right;
    text-align: right;
}
#sp-bottom2 {
    width: 50% !important;
}
#sp-bottom3, #sp-bottom4 {
    width: 25% !important;
}
#sp-bottom3 strong {
    display: none;
}
#sp-bottom3 span {
    padding-right: 10px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255,255,255,0.1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 991px) {
    #sp-header, #sp-header .logo {
        height: 70px;
    }
    #sp-footer p {
        text-align: center;
    }
    body #sp-header {
        padding: 0;
        border-radius: 0;
        top: 0;
    }
    .btn-column .sppb-text-right {
        text-align: left;
        margin-top: 30px;
    }
    .sp1-left {
        width: 100%;
        border-right: none;
    }
    .sp1-right {
        width: 100%;
        clear: right;
        text-align: left;
        margin-top: 30px;
    }
    #sp-bottom2, #sp-bottom3, #sp-bottom4 {
        width: 100% !important;
    }
    #sp-bottom .sp-module {
        padding: 20px 0;
    }
    body, body p {
        font-size: 16px !important;
    }
    .work .sppb-row.sppb-no-gutter {    
        padding: 50px 20px 30px;
    }
    .pricing .sppb-col-md-4 {
        margin-bottom: 30px;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    .fea01 .sppb-column-addons > .clearfix:first-child {
        width: 100%;
    }
    .deliver-column .clearfix {
        width: 100%;
    }
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.skill-item .skill .skill-bar span {
    background-color: var(--background-color);
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover {
    color: var(--text-color);
}
.page-item.active .page-link {
    border-color: var(--text-color);
}
