/*** 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;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    z-index: 9999;
    box-shadow: none;
    border-bottom: 1px solid #00000021;
}
#sp-header.header-sticky,
body:not(.home) #sp-header {
    background-color: #fffaf1;
}
#sp-header.header-sticky {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
    font-size: 16px !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;
}
.sp-megamenu-parent > li.menu-info > a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}
.sp-megamenu-parent > li.menu-info > a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}
.sp-megamenu-parent > li.menu-info > a span:before {
    padding: 13px;
    background: #0c2452;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}

/* 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: 18px;
    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: 20px 35px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0px;
    letter-spacing: 1px;
    border: none;
    display: inline-block;
    color: #ffeac3;
    background: #030541;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    background: #222;
    color: #fff;
}
.btn.black {
    background: #2d2d2d;
    border-color: #4d4d4d;
}
.btn-link:hover {
    transform: scale(0.9);
}
.btn.left {
    background: transparent;
    margin-left: 20px;
    border: none;
    color: #000;
}
.btn.white {
    background-color: #fff;
    border-color: #fff;
}

/* Slider */
#slider {
    margin-top: -100px !important;
}
.slider .clearfix {
    position: relative;
}
.slider-img {
    animation: slider 5s ease-in-out infinite alternate;
}
@keyframes slider {
    0% {
        transform: scale(1.0);
    }
    20% {
        transform: scale(1.03);
    }
    40% {
        transform: scale(1.06);
    }
    60% {
        transform: scale(1.1);
    }
    80% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1.03);
    }
}

/* About */
.about-column .clearfix:nth-child(2) {
    position: relative;
    z-index: 2;
}
.about-img:hover img {
    opacity: 0.5;
}

/* Bg Section */
.bg-section-item strong {
    display: none;
}
.bg-section-item span {
    padding:  0 10px;
}

/* History */
.history-item {
    position: relative;
}
.history-item:before {
    position: absolute;
    content: '';
    height: 2px;
    right: 0;
    top: 15px;
    width: 65%;
    border-top: 1px dotted #c8c8c8;
}
.history-item h2 {
    padding: 12px 0;
    margin: 0;
    font-size: 26px;
}
.history-item h3 {
    background: #ccc;
    display: inline-block;
    padding: 10px 20px;
    letter-spacing: 3px;
}

/* Orders */
.orders strong {
    display: none;
}
.orders span {
    padding-right: 10px;
}
.hours p {
    width: 100%;
    float: left;
}
span.hours-right {
    float: right;
    width: 50%;
    text-align: right;
}
span.hours-left {
    float: left;
    width: 50%;
    text-align: left;
}

/* Services */
.services-item img {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.services-item:hover img {
    transform: rotate(90deg);
}

/* Menu */
.menu-item .pull-left {
    width: 70px !important;
}
.menu-item span.menu-price {
    float: right;
}
.menu .sppb-col-md-6 {
    margin-bottom: 30px;
}

/* Contact */
section.contact .sppb-row-overlay:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 100px;
    background: #fff;
    width: 100%;
}

/* FAQs */
.faqs-item span.sppb-panel-title {
    font-size: 18px;
}

/* Blog */
.blog-column {
    border: 3px dotted #efefef;
    border-radius: 25px;
}
.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: 30px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
    margin-top: 20px;
}

/* Portfolio */
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle>div .sp-simpleportfolio-title a, .sp-simpleportfolio-btns a {
    text-decoration: none;
    color: #fff !important;
}

/* Bottom */
#sp-bottom {
    z-index: 1;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
}
#sp-bottom:before, #sp-footer:before {
    background-color: #FFFAF1C2;
    opacity: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
#sp-bottom p {
    line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
    margin: 0 !important;
}
.shrewd_solution_icon ul li a {
    font-size: 17px;
    width: 42px;
    color: #fff !important;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin-right: 2px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
    background: #222;
}
.shrewd_solution_icon ul li a:hover {
    color: #fff !important;
    background: #c6b191;
}
.shrewd_solution_icon ul li a em {
    font-family: "Font Awesome 5 Brands";
}
#sp-bottom ul li span strong,
.shrewd_solution_icon strong {
    display: none;
}
#sp-bottom ul li span {
    padding-right: 10px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 16px;
}
#sp-footer .container-inner {
    border-top: 1px solid #0000000d;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        font-size: 12px !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;
    }
    body, body p {
        font-size: 16px !important;
    }
    .btn-column .sppb-text-right {
        text-align: left;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    .slider-column .pull-left, .slider-column .sppb-media-body {
        width: 100% !important;
    }
    .slider-column .sppb-media-body {
        padding: 20px;
    }
    .menu-item span.menu-price {
        float: initial;
        display: block;
    }
}

/* 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, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.btn, .slider-column .clearfix, .about-icon span.sppb-icon-inner,
.project .clearfix, .menu-column, .shrewd_solution_icon ul li a,
.history-item h3 {
    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, .btn.left:hover,
#sp-bottom .sp-module .sp-module-title, .slider-title h1,
.title h2, .feature-item h3, .services-item h3, .bg-section-item h2,
.history-item h2, .faqs-item span.sppb-panel-title, .faqs-title h4 {
    color: var(--text-color);
}