/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** 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: 0px;
    padding: 0px;
    height: inherit;
    z-index: 9999;
}
body:not(.home) #sp-header,
#sp-header.header-sticky {
    background-color: #283618;
    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;
}
.sp-megamenu-parent > li > span {
    color: #fff;
}

/* 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: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #283618;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 18px 35px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
    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: #fff;
    background: #3b591a;
    border-color: #3b591a
}
.btn.color {
    background-color: #283618;
    border-color: #283618;
}

/* Title */
.title h3 {
    letter-spacing: 2px;
}
.title h2 {
    font-size: 3em;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.title h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 3px;
    background: #222;
}
.title.center h2:before {
    right: 0;
    margin: 0 auto;
}

/* Slider */
.slider {
    margin-top: -100px !important;
}
.slider .sppb-row-overlay {
    background-image: linear-gradient(270deg, #28361814 0%, #283618 100%);
}
.slider-column .slider-item h1 {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Feature */
.feature .clearfix {
    border-bottom: 3px solid #fff;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out !important;
}

/* About */
.about-item .shrewd_solution_icon ul li a {
    height: 55px;
    width: 55px;
    line-height: 55px;
    background: #3B591A;
    font-size: 20px;
}

/* Services */
.services {
    background: linear-gradient(to bottom, #3B591A 30%, #FFFFFF 30%);
}
.services-column .clearfix {
    border-bottom: 3px solid #fff;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Support */
.support {
    background: linear-gradient(to bottom, #3B591A 70%, #FFFFFF 30%);
}

/* Team */
.team-item h3 {
    background: #3b591a;
    margin: 0 25px;
    padding: 25px 20px;
    margin-top: -30px;
    position: relative;
}
.team-item:hover img {
    opacity: 0.8;
}

/* Choose */
.choose .sppb-row-overlay {
    background-image: linear-gradient(270deg, #02010100 0%, #283618 100%);
}

/* Pricing */
.pricing {
    background: linear-gradient(to bottom, #3B591A 50%, #FFFFFF 50%);
}
.pricing-column {
    border-radius: 10px;
}
.pricing .sppb-col-md-4 {
    margin-bottom: 30px;
}
.pricing-column h3 {
    background-color: #283618;
    border-radius: 10px;
    box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.08);
    padding: 24px 40px 24px 40px;
    display: inline-block;
    letter-spacing: 2px;
}
.pricing-column h2 .price {
    font-size: 27px;
    padding-right: 10px;
}
.check-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
    text-align: left;
}
.check-list ul li {
    padding-bottom: 10px;
}
.check-list ul li strong {
    display: none;
}
.check-list ul li span {
    padding-right: 10px;
}

/* Bg */
.bg-title {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.bg-title li {
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}
.bg-title li strong {
    display: none;
}
.bg-title li em {
    padding: 0 5px;
    font-size: 16px;
}

/* FAQs */
span.sppb-panel-title {
    font-size: 18px;
    color: #fff;
}

/* 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: 19px;
    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: 20px;
    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;
}


/* 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 0;
    border-radius: 0px 0px 0px 0px;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 18px;
    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: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
}
.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: 5px;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    background: #000;
    margin-right: 6px;
    display: inline-block;
}
.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-bottom p span {
    padding-right: 10px;
}
#sp-bottom p span strong {
    display: none;
}
p.social {
    margin-top: 30px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 16px;
}
#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;
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    #feature .sppb-col-md-2 {
        flex: 0 0 33% !important;
        max-width: 33% !important;
    }
}
/* 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;
    }
    body, body p {
        font-size: 16px !important;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
}

/* 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, .shrewd_solution_icon ul li a, .btn,
.title h2:before, .pricing-column.center h3, .btn.color:hover,
.sppb-panel-modern>.sppb-panel-heading {
    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,
.slider-column:hover .slider-item h1, .feature-item i,
.title h3, .counter-item i, .support-item i {
    color: var(--text-color);
}
.page-item.active .page-link, .btn, .feature .clearfix:hover,
.services-column .clearfix:hover, .btn.color:hover {
    border-color: var(--text-color);
}
