/*** 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: 9999;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#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-size: 14px !important;
    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 {
    position: relative;
}

/* 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, #sp_qc_submit {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    border: 0;
    color: #ffffff !important;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 30px 15px 30px;
}
.button {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    border: 2px solid;
    color: #ffffff !important;
    border-radius: 30px 30px 30px 30px;
    padding: 12px 25px 12px 25px;
    background-color: transparent;
}
.button:hover {
    color: #fff !important;
}
.btn:hover,
#sp_qc_submit:hover {
    background-color: rgba(243,162,112,0.87) !important;
    color: #fff !important;
}

/* Slider */
a.button-slider {
    padding: 20px 30px !important;
    border: 2px solid #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    color: #54433a !important;
}
a.button-slider:hover {
    color: #fff !important;
    background-color: #54433a !important;;
}

/* Services */
.services-item {
    position: relative;
    border-radius: 20px;
}
.services-item:before {
    content: '';
    height: 100%;
    border-radius: 20px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, #000000 60%);
    opacity: 0.5;
}

/* Testimonial */
.testimonial-item .sppb-media-content {
    padding: 24px 10px;
}
.testimonial-item h3 {
    padding-bottom: 10px;
    border-bottom: 2px solid #4e5768;
}
.testimonial-item img {
    border-radius: 20px;
}
.testimonial-item h6 {
    color: #7a7a7a;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 18px;
}
.testimonial-item img.quote {
    float: right;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}

/* Plan */
.plan-item .sppb-column-addons {
    box-shadow: 0px 0px 20px 0px rgba(221,221,221,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: center;
    padding: 70px 50px 70px 50px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.plan-item .plan-large {  
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5.9px;
    padding: 10px 0;
}
.plan-item .plan-divider {
    margin: 0 auto;
}
.plan-item ul.plan-list {
    list-style-type: none;
    margin: 20px 0px 20px 55px;
    padding: 0;
    text-align: left;
}
.plan-item ul.plan-list li {
    position: relative;
    line-height: 2.4em;
}
.plan-item ul.plan-list li em {
    padding-right: 10px;
}
.plan-item ul.plan-list li strong {
    display: none;
}
.plan-item .btn-plan {
    border-radius: 50px 50px 50px 50px;
    padding: 17px 40px 17px 40px;
    font-size: 18px;
    border: 3px solid;
    text-transform: capitalize;
    background-color: #fff;
}
.plan-center .btn-plan-center {
    border: 3px solid #fff !important;
}

/* Perfect  */
.perfect-item img {
    width: 80px;
    border-radius: 50%;
}

/* Team */
.diveder-team {
    margin: 0 auto;
}
.team-item p {
    margin-bottom: 0;
}
.team-item-icon ul {
    margin: 0;
    text-align: center;
    padding: 10px 0;
}
.team-item-icon ul li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
    padding: 0px 16px;
}
.team-item-icon ul li a {
    position: relative;
    display: inline-block !important;
    font-size: 13px;
    border: 0px solid #f2f2f2;
    width: 35px;
    height: 35px;
    color: #fff !important;
    background-color: #4e5768;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    line-height: 
}
.team-item-icon ul li strong {
    display: none;
}
.team-item-icon ul li {
    padding: 0 0 0 5px;
}

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

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

/* Product */
span.hikashop_product_name {
    padding: 10px 0;
    display: inherit;
}
a.hikabtn.hikacart {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    margin-bottom: 30px;
}
a.hikabtn.hikacart:hover {
  	background: #222 !important;
}
.hikashop_subcontainer.thumbnail {
    border: 1px solid #eee;
    border-radius: 0 !important;
}

/* Bottom */

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

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

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 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, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a, 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,
.btn, .button:hover, .plan-center .sppb-column-addons, .slider-btn 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 h6, .testimonial-item h3, .button, .perfect-item h3, .slider-title h2, .team-item h3 {
  	color: var(--text-color) !important; 
}
.diveder-team, .button {
  	border-color: var(--text-color) !important;
}
