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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #ebebeb;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
  	box-shadow: none;
}
#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: uppercase;
    position: relative;
}
.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 ***/
/*** Slider ***/
/*** Button ***/
.btn,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 0!important;
    color: #fff !important;
    border-radius: 30px;
    font-size: 17px !important;
    text-transform: uppercase;
    border-style: solid;
    padding: 7px 30px 7px 30px;
}
.slider-btn a {
    padding: 10px 39px 10px 38px;
    color: #fff !important;
    background-color: #242424;
}
.btn:hover {
    background-color: #9e0130 !important;
}

/* About */
.about-item h2 {
   color: #242424;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px; 
    padding: 15px 0;
}
.about-item h4 {
   color: #242424;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px; 
}
.about-item a {
    font-size: 14px;
    color: #242424;
    padding-bottom: 5px;
    font-weight: 500;
    line-height: 1;
    border-bottom: 2px solid;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    margin-top: 0px;
    pointer-events: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.about-colum {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;   
}
.about-colum:hover {
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 19px 14px 48px 0px rgb(0 0 0 / 18%) !important;  
}
.about-colum.colum-01:hover {
    background-image: url('../images/banner2b.jpg') !important; 
}
.about-colum.colum-02:hover {
    background-image: url('../images/banner3b.jpg') !important; 
}
.about-colum.colum-03:hover {
    background-image: url('../images/banner4b.jpg') !important; 
}
.about-colum.colum-05:hover {
    background-image: url('../images/banner5b.jpg') !important; 
    box-shadow: none !important; 
}
.about-colum.colum-06:hover {
    background-image: url('../images/banner6b.jpg') !important; 
    box-shadow: none !important; 
}

/* Feature */
.feature .sppb-col-md-3 {
    border-right: 1px solid #ebebeb;
}
.feature .sppb-col-md-3:last-child {
    border-right: none;
}

/* Countdown */
.countdown-title h2 {
    color: #222222;
    font-size: 26px;
    font-weight: 500;
    padding: 10px 0;
}
.countdown .sppb-col-md-8 .sppb-column {
    padding: 0 0 0 30px;
}
.countdown .scd-all-wrapper {
    text-align: left !important;
}
.countdown .scd-digits-row {    
    float: initial !important;
    text-align: center !important;
    background: transparent;
    color: #000 !important;
    font-size: 20px;
    font-weight: 600;
}
.countdown .sppb-section-title .elementor-divider-separator {
    background: #fff;
}
.countdown h2 span {
    font-weight: 300;
}
.countdown .scd-unit-horz {
    color: #000!important;
    padding: 0 10px;
    margin: 0 !important;
    border-right: 1px solid #ddd;
}
.countdown-icon em {
    font-size: 15px;
    font-style: initial;
    color: #f0ad4e;
}
.countdown-icon em.white {
    color: #ccd6df;
}
.countdown-icon strong {
    display: none;
}
.ser-colum:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%) !important;
}

/* Tab */
.tabs-item .sppb-nav li a {
    border: 2px solid transparent !important;
    width: 135px;
    background-color: transparent !important;
}
.tabs-item .sppb-nav.sppb-nav-custom,
.tabs-item .sppb-tab-content {
  	float: left;
}

/* Testimonial */
.testimonial-item {
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
    position: relative;
}
.testimonial-item:before {
    content: '\f10d';
    position: absolute;
    font-family: FontAwesome;
    left: 20px;
    top: 20%;
    font-size: 55px;
    color: rgba(255,216,50,0.32);
}
.testimonial-item:after {
    content: '\f10e';
    position: absolute;
    font-family: FontAwesome;
    right: 20px;
    bottom: 10px;
    font-size: 55px;
    color: rgba(255,216,50,0.32);
}
.testimonial-item img {
    width: 100px;
    height: 100px;
    border: 8px solid #f8f7f1;
    border-radius: 50%;
}
.testimonial-item em {
    color: #5a3733;
}
.testimonial-item strong {
    display: none;
}
.testimonial-item .sppb-addon-text h3 {
    color: #314e74;
    font-size: 18px;
    margin-top: 10px;
}

/* Custom */
.custom-item {
    padding: 30px 0;
    border-bottom: 1px solid #000000;
}

/* Subscribe */
.subscribe table.acymailing_form {
    width: 100%;
    max-width: 380px;
    margin: 59px;
}
.subscribe table.acymailing_form input {
    background: transparent;
    border: 1px dashed #fff;
    color: #fff !important;
    margin: 10px 0;
}
.subscribe table .acysubbuttons input {
    margin-left: -80px;
}
.subscribe table.acymailing_form tr {
    margin: 15px 0;
}

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

/* Subcribe */
.acym_form .acyfield_text {
    width: 100% !important;
}
.acym_form label.cell.margin-top-1 {
    width: 100%;
  	color: #fff;
}
.acym_form input {
    padding: 13px !important;
    border-radius: 0 !important;
}
.subscribe table .acysubbuttons > input.btn-primary {
    padding: 7px 25px!important;
    margin-top: 25px;
}

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

/* Bottom */
#sp-bottom {
    border-top: 1px solid #ececec;
}
#sp-bottom h3 {
    margin: 0 0 20px !important;
    padding-bottom: 20px !important;
  	position: relative;
  	color: #000 !important;
  	font-size: 18px !important;
}
#sp-bottom h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #333;
}
.social-icons-list {
    margin-bottom: 20px !important;
}
.social-icons-list em {
    padding-right: 5px;
}
.social-icons-list strong {
    display: none;
}
#sp-bottom p.lt-bt-img img {
    display: inline-block;
    margin-right: 10px;
}
#sp-bottom .sp-module-content .latestnews>li>a>span {
    color: #314e74; 
}

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

/*** 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;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
  	.about .sppb-col-md-4, .feature .sppb-col-md-3, .about .sppb-col-md-3, .about .sppb-col-md-6 {
    	margin-bottom: 30px;
  	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	a.button {
    	font-size: 13px;
	}
}

/* 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,
.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, .btn, .slider-btn:hover a {
 	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,
.about-item a:hover {
  	color: var(--text-color) !important; 
}
.slider-btn, .ser-icon i, .about-item a, .tabs-item .sppb-nav li.active a, .btn {
  	border-color: var(--text-color) !important;
}
