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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    border-bottom: 1px solid #33333314;
}

/* Header Menu */
#sp-header {
    box-shadow: none;
}
#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 {
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
span.fas.fa-cart-plus {
    font-size: 16px;
}
ul.sp-contact-info li a {
    font-size: 10px;
}

/* 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-weight: 500;
    font-size: 14px;
}
.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: 13px 40px;
    font-size: 15px;
    letter-spacing: 5px;
    font-weight: 500;
    color:  #fff;
    border-radius: 0;
    border: 2px solid;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    color:  #fff;
    background: #333;
    border-color: #333;
}
.btn.no-bg {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}
.btn.white {
    color: #fff;
    border-color: #fff;
}
.btn.white:hover {
    border-color: #161515;
}
.btn-primary {
    color: #fff !important;
    border: 2px solid;
}
.btn-primary:hover,
.addtocart-bar input.addtocart-button:hover {
    background: #000 !important;
    border-color: #000 !important;
}

/* Title */
.title h2 {
    letter-spacing: 6px;
}
.title h4 {
    letter-spacing: 2px;
}

/* Slider */
#slider:before {
    content: '';
    position: absolute;
    left: 0;
    background: #DBD1CB;
    height: 30px;
    width: 100%;
    bottom: 0;
}
.slider-column .title h4 {
    position: relative;
    padding-left: 120px;
    padding-right: 120px;
    display: inline-block;
}
.slider-column .title h4:after,
.slider-column .title h4:before {
    background: url(../images/ornament1.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 100px;
    position: absolute;
    height: 100%;
    top: 20px;
}
.slider-column .title h4:before {
    left: 0;
}
.slider-column .title h4:after {
    right: 0;
}
.slider .slider-column:hover {
    background: #fff !important;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

/* Testimonials */
#testimonials > .sppb-row-overlay {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
#testimonials:hover > .sppb-row-overlay {
    background-color: rgba(190, 177, 168, 1) !important;
}
.testimonials .sppb-addon-title {
    letter-spacing: 13px;
}

/* About */
.about-item .sppb-addon-content {
    letter-spacing: 5px;
    font-style: italic;
}

/* Services */
.services-small h4 {
    letter-spacing: 10px;
}
.services-title h3 {
    letter-spacing: 5px;
}

/* Bg */
.bg-header .sppb-col-md-6:first-child {
    margin-top: -400px;
}

/* FAQs */
.faqs-item .sppb-panel-modern>.sppb-panel-heading {
    background: #fff;
}
.faqs-item .sppb-panel-title {
    font-size: 17px;
    color: #000;
}

/* Pack */
.pack .sppb-col-md-6 {
    margin-bottom: 30px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
    overflow: hidden;
    margin: 0;
    background: #fff;
}
.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 10px 30px 10px;
    border-radius: 0px 0px 0px 0px;
    background: #F5F5F5;
    text-align: center;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.jm-category-module.default .jmm-readmore {
    margin-top: 20px;
}

/* Shop */
button.vmicon:before, .com_virtuemart #cart-view table.cart-summary tr td > .vmshipment_name:before, 
.com_virtuemart #cart-view table.cart-summary tr td > .vmpayment_name:before,
.com_virtuemart #cart-view .billto-shipto .vm2-billto-icon::before {  
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 600;
    font-size: 18px;
}
.com_virtuemart #cart-view .billto-shipto .vm2-shipto-icon:before {
    content: "\f0e0" !important;
    font-family: 'Font Awesome 5 Free'!important;
    font-weight: 600;
}
.com_virtuemart #cart-view .billto-shipto .vm2-billto-icon::before,
.com_virtuemart #cart-view .billto-shipto .vm2-shipto-icon:before {
	font-size: 18px !important;
}
.com_virtuemart #cart-view .billto-shipto .output-shipto input {
    margin-top: 7px;
}
#checkoutForm .cart-summary .sectiontableentry2 span.details-button .details-button {
    margin-top: 13px;
}
.com_virtuemart #cart-view .vm-fieldset-tos input.terms-of-service {
	margin-top: 7px;
}
div#fancybox-content {
    width: 100% !important;
}

/* Bottom */
#sp-bottom {
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 16px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 18px;
    color:  #000;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
#sp-bottom2 ul {
    float: left;
    width: 50%;
}
#sp-bottom2 .sp-column .sp-module {
    overflow: hidden;
    width: 100%;
}
.shrewd_solution_icon {
    text-align: right;
}
.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: 13px !important;
    line-height: 30px;
    color: #fff !important;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 0;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    background: #000000;
    margin-right: 6px;
}
.shrewd_solution_icon ul li a:hover {
    background: #222;
}
.shrewd_solution_icon ul li a em {
    font-family: "Font Awesome 5 Brands";
}
.shrewd_solution_icon strong {
    display: none;
    margin: 0 20px;
}
#sp-bottom ul li 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;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(0,0,0, .1);
}

/*** Responsive Layout ***/
@media (min-width: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        font-size: 11px !important;
    }
    #sp-bottom:before {
        content: none;
    }
}
/* 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;
    }
    .shrewd_solution_icon {
        text-align: left;
    }
    .client .sppb-col-md-1 {
        width: 33.33%;
    }
}

/* Mobile Small Resolution */
@media (max-width: 510px) {
.cart-summary th, .vm-cart-item-quantity,
.vm-cart-item-tax {
	min-width: 40px !important;
}
table.cart-summary {
	font-size: 8px;
}
#checkoutForm .vm-fieldset-pricelist h3,
	table.cart-summary h4, .cart-summary ::placeholder {
	font-size: 10px;
}
#fancybox-wrap #fancybox-outer #fancybox-content {
	width: 100% !important;
}
#fancybox-wrap {
	width: 100% !important;
	left: 0 !important;
}
div#fancybox-content a {
	float: initial;
	display: block !important;
	max-width: 200px;
	margin: 0px auto 10px !important;
}
#fancybox-wrap #fancybox-outer h4 {
    text-align: center;
}
#checkoutForm .cart-summary .sectiontableentry2 span.details-button .details-button {
    margin-top: 4px;
}
}
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    .slider-column .title h4 {
        padding-left: 0;
        padding-right: 0;
    }
    .slider-column .title h4:before,
    .slider-column .title h4:after {
        content: none;
    }
    .testimonials .sppb-addon-title {
        letter-spacing: 5px;
    }
}

/* 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,
.btn {
    background-color: var(--background-color);
}
.addtocart-bar input.addtocart-button, .feature-item a:hover {
    background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, 
.article-list .article .article-header h2 a:hover, .title.color h2,
.title h4 {
    color: var(--text-color);
}
.btn {
    border-color: var(--text-color);
}
.addtocart-bar input.addtocart-button, .btn-primary,
div[class*="-view"] .vm-col.product:hover .spacer,
.page-item.active .page-link {
    border-color: var(--text-color) !important;
}
.control-buttons button:hover {
    color: var(--text-color) !important;
}
