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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  	font-size: 15px !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;
}

/* 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;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    width: 200px !important;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
    top: 1px;
    position: relative;
}

/*** Block Styles ***/
/* Button */
.btn,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 34px;
    cursor: pointer;
    border: 2px solid;
    text-transform: capitalize;
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
}
.btn:hover {
    opacity: 0.8;
  	color: #fff;
}
a.hikabtn.hikacart:hover {
  	background: #222 !important;
    border-color: #222;
	color: #fff;
}
.btn.no-bg {
    background: transparent;
}
.btn.no-bg:hover {
    color: #fff;
}

/* Title */
.title h1 {
    font-size: 60px;
    padding: 20px 0;
    font-weight: 600;
}
.title h2 {
    font-size: 45px;
    padding: 20px 0;
    font-weight: 600;
}

/* Slider */
.slider-colum {
   position: relative;
}
.slider-item {
    position: absolute;
    top: -80px;
    right: -80px;
    z-index: -1;
}
.slider-item, .about-img1 {
    animation: xoayvong 7s linear 0s infinite;
    -webkit-animation: xoayvong 7s linear 0s infinite;
    -moz-animation: xoayvong 7s linear 0s infinite;
    -o-animation: xoayvong 7s linear 0s infinite; 
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes xoayvong{
  from{
          -webkit-transform:rotate(0deg);
          -moz-transform:rotate(0deg);
          -o-transform:rotate(0deg);
      }
    to{
          -webkit-transform:rotate(360deg);
          -moz-transform:rotate(360deg);
          -o-transform:rotate(360deg);
  }
}

/* Feature */
.feature-item img {
    width: 90px;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature-item:hover img {
	transform: rotate(360deg);
}

/* About */
.about-item {
    width: 30%;
    float: left;
    margin-right: 3%;
}
.about-item h1 .count {
    font-size: 35px;
    font-weight: 600;
    color: #222;
}
.about-item h1 {
    font-size: 20px;
}
.about-item h5 {
    font-size: 16px;
}
.about-colum {
    position: relative;
}
.about-img1 {
    position: absolute;
    bottom: -80px;
    left: -80px;
    z-index: -1;
}
.about-img img {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-img:hover img {
    opacity: 0.8;
}

/* Offer */
.offer > .sppb-row-overlay {
    background-image: url('../images/circle-line-02b.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.85;
}
a.center-or {
    margin: 0 20px;
    font-family: 'Caveat';
    font-size: 30px;
    color: #fff;
}
.offer-item em {
    padding-right: 10px;
}
.offer-item strong {
    display: none;
}

/* Process */
.process-colum, .process-item {
    position: relative;
}
.process-item i {
    height: 100px !important;
    width: 100px !important;
    line-height: 100px !important;
    border-radius: 5px;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.process-item:hover i {
    transform: rotate(5deg);
}
.process-item h6 {
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    background: #fafafb;
    display: inline-block;
    position: absolute;
    top: -20px;
    left:  28%;
}
.process-img {
    position: absolute;
    top: 0;
    right: -50px;
    opacity: 0.5;
}
.process-img.center {
    top: 50px;
}

/* Check List */
.check-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.check-list ul li {
    margin-bottom: 12px;
}
.check-list ul li strong {
    display: none;
}
.check-list ul li em {
  	padding-right: 10px;
}

/* Video */
.video-pg .slider-item {
    right: auto;
    left: -80px;
}
.video-pg .clearfix:nth-child(3) {
    position: relative;
}
.video {
    min-width: 60px;
    min-height: 60px;
    position: relative;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #0A0B0F;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.video .sppb-img-container {
    overflow: hidden;
}
.video .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video .sppb-img-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video img {
    width: 100%;
}
#video-popup-container,
#video-popup-containers {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video a {
    font-size: 0;
    position: absolute;
    top: 44%;
}
.video a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    border: 10px solid #21C063;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.video a:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
#video-popup-close,
#video-popup-closes {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container,
#video-popup-iframe-containers {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe,
#video-popup-iframes {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay,
#video-popup-overlays {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover,
#video-popup-closes:hover {
    color: #DE0023;
}
@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}

/* Counter */
.counter > .sppb-row-overlay {
    background-image: url('../images/circle-line-02b.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.85;
}
.counter-item h1 {
	font-size: 60px;
	font-weight: 600;
}
.counter-item h5 {
	font-size: 30px;
}

/* Choose */
.choose-img {
	position: absolute;
	right: -80px;
	top: -80px;
	z-index: -1;
}
.choose-colum .clearfix:first-child {
	width: 100%;
}
.choose-colum .clearfix {
	width: 30%;
	float: left;
	margin-right: 3%;
}
.choose-item i {
	background: #fcc2331c;
	height: 45px !important;
	width: 44px !important;
	line-height: 45px !important;
	border-radius: 50%;
}
.choose-item.color i {
	color: #fff;
}

/* Testimonials */
.testimonials-item {
	position: relative;
}
.testimonials-item .fa.fa-quote-left {
	position: absolute;
	top: -70px;
	left: -70px;
	height: 65px;
	width: 65px;
	line-height: 65px;
	border-radius: 50%;
}
.testimonials-img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	opacity: 0.3;
}
.testimonial-item .sppb-addon-testimonial-content-wrap {
    text-align: left;
}

/* Team */
.team-item img {
  	border-radius: 10px;
}
.shrewd_solution_icon {
	margin-top: 10px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
	margin-bottom: 0px !important;
}
.shrewd_solution_icon ul li a {
  	font-size: 18px;
  	width: 40px;
  	line-height: 40px;
  	text-align: center;
  	border-radius: 50%;
  	-webkit-transition: .5s;
  	transition: .5s;
  	display: inline-block;
  	height: 40px;
	margin-right: 10px;
  	border: none;
	background: #fcc2331c;
}
.shrewd_solution_icon ul li a:hover {
  	color: #fff !important;
}
.shrewd_solution_icon ul li a em {
  	font-family: "Font Awesome 5 Brands";
}
.shrewd_solution_icon strong {
    display: none;
	margin: 0 20px;
}

/* FAQs */
.sppb-panel-modern .sppb-panel-body {
    border: none;
    padding: 0px 0;
}
.sppb-panel-modern > .sppb-panel-heading {
    background: transparent;
    padding: 10px 30px 10px 0px;
}
.sppb-panel-modern .sppb-panel-title {
    font-size: 18px;
    color: #26273c;
    font-weight: 600;
}
.sppb-panel-modern {
  	border: none;
  	border-bottom: 1px solid #eef0f6;
  	padding: 10px 0;
  	border-radius: 0;
  	margin: 0;
  	background: transparent;
}

/* Offer */
.offer img {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.offer:hover img {
  	opacity: 0.8;
}

/* Hikashop */
.hikashop_subcontainer.thumbnail {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.jmm-text {
    box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
    padding: 30px;
    background-color: #fff;
}
.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-text .jmm-title {
	font-size: 18px;
	font-weight: 500;
}

/* 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 {
    position: relative;
    text-align: left;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
    z-index: 1;
    font-size: 16px;
}
#sp-bottom .sp-module .sp-module-title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
	color: #fff;
    position: relative;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom p {
    line-height: 2.2;
  	margin-bottom: 0;
}
#sp-bottom strong {
    display: none;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom h2 {
  	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}
#sp-bottom .ft-title {
    font-weight: 600;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}

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

@media (max-width: 1399px) {
	.slider .sppb-col-md-6 {
    	flex: 0 0 100% !important;
    	max-width: 100% !important;
	}
}

/* Mobile Standard Layout */
@media (max-width: 991px) {
  	div#lookbook .lingerie-item {
    	display: none;
	}
}
@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;
	}
  	.slider-colum.left {
    	display: none;
	}
  	.wanted-colum .clearfix:nth-child(2), .wanted-colum .clearfix:nth-child(3) {
  	  	width: 100%;
      	padding-left: 0;
  	}
  	.categories-colum:before, .categories-colum .clearfix:before {
    	border: 1px solid #9396a1 !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.bike-item, .watted-item {
    	width: 100%;
    	padding: 20px 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, a.hikabtn.hikacart, .btn:hover,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.shrewd_solution_icon ul li a:hover, .btn, .process-item i, .shrewd_solution_icon ul li a:hover,
.testimonials-item .fa.fa-quote-left, .choose-item.color i {
 	background-color: var(--background-color);
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.title h3, .about-item h1, .btn.no-bg, .process-item h6, .check-list ul li em, .counter-item h5, .choose-item i,
.shrewd_solution_icon ul li a, .team-item p {
  	color: var(--text-color); 
}
.btn:hover, .btn, .hikashop_subcontainer.thumbnail:hover {
  	border-color: var(--text-color);
}