/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #000;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    padding: 12.5px 0px;
  	background: transparent;
    border-bottom: 1px solid #d13b3c38;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  	color: #fff;
}
body:not(.home) #sp-top-bar {
    background: #0c1921;
}
#sp-top-bar a {
  	color: #fff;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    background: #fff;
  	box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #fff;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #fff;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	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;
    color: #000;
}
.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 {
    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, .btn.btn-bg:hover {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: rgba(0,0,0,0);
    border-radius: 0px 0px 0px 0px;
    padding: 10px 60px;
    border-style: solid;
    border-width: 1px;
}
.btn:hover, .btn.btn-bg {
    color: #fff !important;
    background-color: #ffffff;
}

/* Title */
.title h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 0;
}
.title h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 0;
}
.title h4 {
    font-size: 41px;
    font-weight: 600;
    margin: 10px 0;
}

/* Choose */
.choose-feature .sppb-media-content {
    padding: 60px 40px;
}

/* Rating */
.rating {
    padding-left: 0;
    margin-top: 0px;
}
.rating li {
    list-style: none;
    display: inline-block;
}
.rating li a {
    padding: 1px;
    font-size: 12px;
}
.rating li a:hover {
    color: #818a91;
}
.rating li strong {
    display: none;
}

/* Testimonial */
.testimonial-item h4 {
    color: #000;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    margin-top: 15px;
}
.testimonial-item h5 {
    font-size: 15px;
    font-weight: 300;
}

/* Gallery */
.gallery .speasyimagegallery-gallery-item img {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,.17);
}

/* Counter */
.counter-column .clearfix:nth-child(n+2) {
    max-width: 33.33%;
    width: 33.33%;
    float: left;
}
.counter .count, .counter #shiva {
    line-height: 75px;
    font-weight: 600;
    font-size: 48px;
}
.counter-item h4 {
    font-size: 20px;
    font-weight: 500;
}

/* Team */
.team-item {
    position: relative;
}
.team-item .sppb-media-content {
   	padding: 30px;
    margin-right: 80px;
    position: absolute;
    left: 0;
    bottom: -30px;
    background: #fff;
    text-align: left;
    right: 0;
}

/* Contact Icon */
.contact-icon {
    padding-left: 0;
    margin-top: 0px;
}
.contact-icon li {
    list-style: none;
    display: inline-block;
}
.contact-icon li a {
    padding: 0px 15px;
    font-size: 18px;
    color: #bfbfbf;
}
.contact-icon li a:hover {
    color: #818a91;
}
.contact-icon li strong {
    display: none;
}

/* Info */
.contact-info ul {
    margin: 0;
    padding: 0;
}
.contact-info ul li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
    padding-right: 8px;
}
.contact-info ul li a, .contact-info ul li a:hover {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    color: #a0a0a0 !important;
    line-height: 40px;
    text-align: center;
    border-radius: 0px;
    z-index: 1;
    background-color: #333;
    font-size: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #464646;
}
.contact-info ul li strong {
    display: none;
}

/* Product */
span.hikashop_product_name {
    padding: 10px 0;
}
a.hikabtn.hikacart {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
}
a.hikabtn.hikacart:hover {
  	background: #222 !important;
}
.hikashop_subcontainer.thumbnail {
    border: 1px solid #eee;
    border-radius: 0 !important;
}

/* 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-intortext {
    color: #fff;
}

/* 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 .sp-module .sp-module-title {
    font-size: 20px;
    text-transform: uppercase;
}
#sp-bottom1 strong {
    font-style: italic;
    padding-top: 15px;
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 20px;
}
#sp-bottom1 .shrewd_solution_icon ul, #sp-bottom1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
#sp-bottom1 .shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #c59d5f;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228,200,200,.5);
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon strong {
    display: none;
}
#sp-bottom2 .sp-module-content {
    margin-top: 45px;
}
#sp-bottom3 .vu_working-hours {
    margin-top: 10px;
}
#sp-bottom3 .vu_wh-item {
    width: 100%;
    line-height: 35px;
}
#sp-bottom3 .vu_wh-item.active .vu_wh-day, .main-footer .footer3 .vu_wh-item.active .vu_wh-hours {
    color: #c59d5f;
}
#sp-bottom3 .vu_wh-item .vu_wh-day, 
#sp-bottom3 .vu_wh-item .vu_wh-hours {
    display: inline-block;
    width: 50%;
    padding-right: 20px;
    font-family: 'Sofia';
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
#sp-bottom3 .vu_wh-item .vu_wh-hours {
    width: 40%;
    text-align: right;
    padding-right: 0;
}
#sp-bottom4 .social-icons-list li {
    text-transform: none;
    margin: 0 !important;
    padding: 7px 0;
    font-size: 14px;
}
#sp-bottom4 .social-icons-list li a {
    box-shadow: none !important;
    color: #fff;
}
#sp-bottom4 .social-icons-list li span {
    margin-right: 10px;
    color: #c59d5f;
}
#sp-bottom4 strong {
    display: none;
}
#sp-bottom4 a {
    color: #fff !important;
}
#sp-bottom4 p {
    margin-top: 10px;
}


/* Footer Copyright */
#sp-footer {
    text-align: center;
  	font-size: 15px;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

/*** 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,
.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,
a.hikabtn.hikacart, .slider-btn a, .btn: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,
.counter-item h3, .team-item h3, .title h3, .title h4, .counter .count, .counter #shiva, .btn,
.testimonial-item h5, .vu_wh-item.active .vu_wh-hours, #sp-footer a {
  	color: var(--text-color) !important; 
}
.btn, .dirider {
  	border-color: var(--text-color) !important;
}
