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

/*** Header Area ***/
/* Header Top */

/* 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 {
    font-weight: 400 !important;
    padding: 10px 0;
    font-size: 15px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent > li > span {
  	color: #fff;
}
.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-weight: 500;
    font-size: 16px;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #000;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 16px 50px;
    font-size: 16px;
    letter-spacing: 6px;
    font-weight: 600;
    border-radius: 0;
    border: 1px solid;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
  	background-color: transparent;
	color: #fff;
}
.btn.white {
    background: #fff;
  	color: #0ca0ff;
    border: 1px solid #0ca0ff !important;
}
.btn.white:hover {
	background-color: #0ca0ff;
    color: #fff;
    border: 1px solid #0ca0ff;
}
.btn-primary {
    color: #000  !important;
}

/* About */
.about {
    z-index: 2 !important;
}

/* Video */
.video:before, .video:after {
    content: '';
    position: absolute;
    left: -10%;
    background: #121615;
    height: 143px;
    width: 120%;
}
.video:before {
  	top: -100px;
    transform: rotate(3deg);
}
.video:after {
    bottom: -100px;
    transform: rotate(3deg);
}

/* Trending */
.trending .sppb-row-overlay {
    background: linear-gradient(to bottom, #0000 60%, #121615 60%);
}
.trending-img {
    position: relative;
}

/* Feature */
.feature:after {
    content: '';
    position: absolute;
    left: -10%;
    bottom: -100px;
    background: #121615;
    height: 143px;
    width: 120%;
    transform: rotate(-3deg);
}

/* Values */
.values {
    background-image: linear-gradient(170deg, #0e1211 70%, #121615 0%);
}

/* Blog */
.blog .sppb-col-md-2 {
    z-index: 2;
}
.blog .sppb-row.sppb-no-gutter {
    padding: 100px 12% 50px;
    background: linear-gradient(to bottom, #d9bea3 60%, #121615 60%);
}
.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: 20px 0 0;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    color: #fff;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 30px;
	font-weight: 500;
	text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}
.jmm-item {
	background: #ac826c;
	padding: 50px !important;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
	font-size: 15px;
	text-align: center;
}
#sp-bottom h1 {
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.shrewd_solution_icon  {
	margin-top: 25px;
}
#sp-bottom1 img {
    width: 250px;
}
#sp-bottom ul li a {
	font-size: 18px;
	margin: 0 10px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li, #sp-bottom ul li {
    display: inline-block!important;
    padding: 0!important;
	margin-bottom: 0px !important;
}
.shrewd_solution_icon ul li a {
  	font-size: 15px !important;
  	line-height: 40px;
  	color: #fff;
  	text-align: center;
  	border-radius: 0;
  	border: none;
  	-webkit-transition: .5s;
  	transition: .5s;
  	display: inline-block;
  	height: 40px;
  	margin: 0px;
}
.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;
}
#sp-bottom1 img {
    max-width: 150px;
    margin: 0 auto;
    padding-top: 25px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255,255,255,0.1);
}

/*** Responsive Layout ***/
@media (min-width: 992px) and (max-width: 1280px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    	font-size: 14px !important;
	}
}
/* Mobile Standard Layout */
@media (min-width: 992px) {
  	.sp-megamenu-parent>li:last-child>a {
        font-weight: 500;
        border-radius: 0;
        line-height: 40px;
        border-radius: 10px;
		padding: 0 15px;
		color: #fff;
	}
	.sp-megamenu-parent>li.active:last-child>a,
	.sp-megamenu-parent>li:last-child>a:hover {
    	background: #000 !important;
	}
}
@media (max-width: 991px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	.img-home {
    	display: none;
	}
}

/* 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;
}
}
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
  	#sp-bottom h1 {
    	font-size: 55px;
	}
}

/* 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 {
 	background-color: var(--background-color);
}
.addtocart-bar input.addtocart-button {
 	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 h3,
.btn {
  	color: var(--text-color);
}
.addtocart-bar input.addtocart-button, .btn, .video-item {
	border-color: var(--text-color) !important;
}
.video-item a:after {
	border-left-color: var(--text-color);
}
