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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}
#sp-top-bar > .container,
#sp-header > .container {
	max-width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    z-index: 9999;
    position: relative;
}
#sp-header.header-sticky {
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.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;
}
.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: #12265a;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #12265a;
}

/*** Block Styles ***/
/* Button */
.button {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    fill: #FFFFFF;
    color: #FFFFFF !important;
    border-radius: 3px;
    letter-spacing: 3px;
    border: 0;
    padding: 13px 25px 13px 25px;
}
.button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    background-color: #FA9DB7 !important;
}
.btn, .btn:hover {
    background-color: transparent;
    color: #fff !important;
    border: none;
    font-size: 20px;
    letter-spacing: 5px;
    padding: 0;
}

/* Slider */
.slider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(at center center, #000000 90%, #505050 100%);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.slider strong {
    font-weight: 600;
}
.slider .sppb-column h3  {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.slider .sppb-column:hover .slider-text-first h3 {
    margin-left: -25px;
}
.slider .sppb-column:hover .slider-text-second h3 {
    margin-right: -25px;
}

/* Button */
.icon-link a:hover {
    color: #fff !important;
}
.btn.color {
    font-size: 12px;
}
.btn,
.btn i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover i {
    margin-left: 10px!important;
    margin-right: 20px!important;
}

/* Title */
.title h2 {
    color: #12265A;
    font-size: 60px;
    font-weight: 600;
}

/* About */
.about-column-center h3 {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-column-center:hover h3 {
    -ms-transform: translate(0,-50px); /* IE 9 */
    transform: translate(0,-50px); /* Standard syntax */
} 
.about-column-center i {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.about-column-center:hover i {
    -ms-transform: translate(50px,0); /* IE 9 */
    transform: translate(50px,0); /* Standard syntax */
} 
.about-product .sppb-addon-single-image-container {
    overflow: hidden;
}
.about-product img {
	-webkit-transform: rotate(15deg) scale(1.1);
	transform: rotate(15deg) scale(1.1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    padding: 10px;
}
.about-product .clearfix:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
.icon-link1 {
  	float: right;
}

/* Dirider */
.dirider.center {
    margin: 0 auto !important;
}

/* Collection */
.collection-img img {
    opacity: .9;
}
.collection-img:hover img {
    animation: skew 1s infinite;
    transform: skew(3deg);
    animation-direction: alternate;
    opacity: 1;
}
@keyframes skew {
  0% {
    transform: skewX(3deg);
  }
  100% {
    transform: skewX(-3deg);
  }
}

/* Services */
.services-item .sppb-icon-container i {
    width: 55px !important;
    height: 55px !important;
    line-height: 50px !important;
    border: 2px solid #000;
    border-radius: 50%;
}

/* Testimonials */
.testimonials-img img {
    width: 70px !important;
}

/* Step */
.step-item .while {
    color: #12265A !important;
}
.sppb-panel-modern {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.sppb-panel-modern>.sppb-panel-heading {
    background: #fff;
}

/* Team */
.team-item .sppb-img-container {
    width: 100px;
}

/* Extra */
.extra-item ul {
    margin: 0;
    padding: 0;
}
.extra-item ul li {
    position: relative;
    list-style-type: none;
}
.extra-item ul li em {
    padding-right: 10px;
}
.extra-item ul li strong {
    display: none;
}

/* Bg Title */
.bg-title .sppb-addon-content {
    margin-top: -50px;
}
.bg-title h4 {
    font-size: 55px;
    font-weight: 600;
}
.bg-title h6 {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.63);
} 

/* Testimonial */
.testimonial-column {
    position: relative;
}
.testimonial-column:after {
  	content: "";
    bottom: 0;
    width: 0;
    left: 0;
    height: 3px;
    position: absolute;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.testimonial-column:hover:after {
    width: 100%;
}

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

/* 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 {
  	font-size: 15px;
  	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 23px;
    color: #12265A;
}
#sp-bottom .sp-module ul>li {
    margin-bottom: 12px;
}
#sp-bottom .sp-module ul>li a {
  	text-transform: uppercase;
  	font-size: 17px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid #252525;
}
#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,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.testimonial-column:after {
 	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, .bg-title h4, .step-item .color, .team-item h3, .extra-item ul li em,
.sppb-panel-heading.active i, .sppb-panel-heading.active .sppb-panel-title {
  	color: var(--text-color) !important; 
}
.dirider {
  	border-color: var(--text-color) !important;
}
