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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
    font-size: 14px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    position: relative;
    text-transform: uppercase;
}
.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, .offcanvas-active .burger-icon>span, 
#modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}
.offcanvas-menu .align-items-center {
    background: #fff;
}

/*** Block Styles ***/
/* Button */
.btn, .btn,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #fff !important;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 25px;
    cursor: pointer;
    border: 0!important;
    background-color: #FFFFFF;
    border-radius: 0;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
}
.btn:hover, a.hikabtn.hikacart:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Title */
.title h2 {
    font-size: 40px;
    font-weight:  600;
}
.title p {
    margin-top: 20px;
}

/* About */
.about-item h3 {
    letter-spacing: 8px;
}
.about-column .clearfix {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.about-column .clearfix:nth-child(2) {
    margin-right: 0;
}
.about-column .clearfix:last-child {
    width: 100%;
}

/* Skill */
.skill:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: #fff;
}
.skill .sppb-row {
    box-shadow: 0 0 6px 0 rgb(1 1 1 / 30%);
    background: #fff;
    padding: 30px;
    margin: 0 15%;
}
.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: 10px;
    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: 10px;
    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;
}

/* Gallery */
.gallery-item:hover img {
    opacity: 0.5;
}

/* Client */
.client .clearfix {
    float: left;
    width: 20%;
}

/* Testimonials */
.testimonals-column .clearfix:hover {
    color: #fff;
}
.testimonals-column .clearfix:hover span {
    color: #fff !important;
}

/* Team */
.team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-img-container, .team-item .sppb-img-container img {
    width: 100%;
}
.team-item:hover .sppb-img-container:after {
    border-color: #f68e13;
    background: rgba(255,255,255,.2);
}
.team-item .sppb-img-container:after {
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    border: 1px solid rgba(0,0,0,.1);
    pointer-events: none;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
}
.team-item .sppb-media-content {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    color: #fff;
    padding: 20px;
    opacity: 0;
    width: auto !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item:hover .sppb-media-content {
    opacity: 1;
    background-color: #f76b6a;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
    overflow: hidden;
}
.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%);
}
.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    width: 31%;
    margin: 1%;
    background: #fff;
}
.jmm-text {
    box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 23%);
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 30px 0px;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 20px;
    font-weight: 600;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #ececec;
}
#sp-bottom .sp-module .sp-module-title {
    line-height: 1em;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    color: #222;
}
#sp-bottom .container {
    border-bottom: none;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom p {
    line-height: 2.2;
    font-size: 15px;
}
#sp-bottom3 ul strong {
    display: none;
}
#sp-bottom3 ul li span {
    padding-right: 10px;
    font-size: 23px;
}
#sp-bottom1 .address-list li {
    padding-left: 45px;
    position: relative;
}
#sp-bottom1 .address-list em {
    width: 35px;
    height: 35px;
    top: 13px;
    left: 0;
    border-radius: 50%;
    border: 1px solid #f76b6a;
    font-size: 20px;
    line-height: 35px;
    color: #f76b6a;
    text-align: center;
    padding-left: 2px;
    position: absolute;
}
#sp-bottom1 .address-list em strong {
    display: none;
}
#sp-bottom2 .opening-time small {
    width: 40%;
    float: left;
    text-align: right;
}
#sp-bottom2 .opening-time strong {
    width: 60%;
    float: left;
    position: relative;
    overflow: hidden;
}
#sp-bottom2 .opening-time strong:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 7px;
    background-color: #000;
    z-index: 1;
}
#sp-bottom2 .opening-time p:last-child {
    clear: left;
    margin-top: 20px;
    display: inline-block;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (max-width: 1199px) {
    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
        padding: 0 7px;
        font-size: 13px !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;
    }
    .skill .sppb-row {
        padding: 20px;
        margin: 0 0;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    .hiking-colum h1, .deal-item h1 {
        font-size: 70px;
    }
    .about-column .clearfix {
        width: 100%;
        margin-right: 0;
        margin-top:  30px;
    }
    .skill .sppb-row {
        padding: 20px;
        margin: 0 0;
    }
    .about .sppb-addon-single-image-container, .about .sppb-addon-single-image-container img {
        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, .btn, a.hikabtn.hikacart,
.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, .testimonals-column .clearfix:hover {
    background-color: var(--background-color);
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, 
.article-list .article .article-header h2 a:hover, #sp-bottom3 ul li span {
    color: var(--text-color); 
}
.product-text:after {
    border-color: var(--text-color);
}