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

.logo {
   position:absolute;
   top: 70px;
}

.logo-image-phone {
     top: 0px;
}

.logo-mobile {
     top: 0px;
}

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;
  	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-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: 5px;
    position: relative;
}

/*** Block Styles ***/
/* Button */
.btn,
#sp_qc_submit {
  	font-size: 16px;
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    cursor: pointer;
    text-transform: capitalize;
    border: 2px solid #000;
    border-radius: 5px;
    background: #000;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    color: #fff;
}
.btn.no-bg {
    background: transparent;
    color: #fff;
}
a.hikabtn.hikacart:hover {
  	background: #222;
}
.btn-link {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
}
.btn-link strong {
    display: none;
}
.btn-link span {
    padding-left: 10px;
}

/* Title */
.title h1 {
    text-align: center;
    font-size: 62px;
    padding: 25px 0;
    font-weight: 600;
    color: #008b00;
}
.title h2 {
    text-align:center
    font-size: 50px;
    padding: 25px 0;
    font-weight: 600;
    color: #008b00;
}

/* Slider */
.slider .sppb-row-overlay {
    background-image: linear-gradient(180deg, #3B424E00 25%, #1C2027 100%);
    opacity: 0.5;
}
.slider-img {
  	filter: brightness( 56% ) contrast( 110% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
	transform: scale(1.4);
}
.slider-colum {
    position: relative;
}
.slider-number {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
}
.slider-trophy h3, .slider-trophy1 h3  {
    letter-spacing: 2px;
}
.slider-icon .shrewd_solution_icon ul li a {
    background: transparent;
    width: 0;
    margin-left: 25px;
    color: #636F88 !important;;
}

/* bildergallerie */
#gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
  gap: 1em;
  border: thin solid gainsboro;
  line-height: 3em;
  grid-gap: 1.5rem;
  justify-items: center;
}

#gallery figcaption {
  grid-column: 1 / -1;
  position: relative;
  width: 100%;
  text-align: middle;

}
#gallery > figure > figcaption {
  grid-column: 1 / -1;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 25px 0;
}

/* Intro */
.intro .sppb-row-overlay {
    background-image: linear-gradient(180deg, #1C2027 0%, #3B424E00 100%);
    opacity: 0.5;
}
.intro-item a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}
.intro-item strong {
    display: none;
}
.intro-item span {
    padding-left: 10px;
}
.intro-item p {
    margin-bottom: 30px;
}

/* About */
.about .sppb-row-overlay {
  	background-image: linear-gradient(180deg, #1C2027 0%, #3B424E00 100%);
	opacity: 0.5;
}
.about-colum {
    position: relative;
}
.about-colum:before {
    content: '';
    left: 10%;
    top: 0;
    position: absolute;
    background-image: linear-gradient(180deg, #1F222A 0%, #111318 100%);
    height: 100%;
    width: 80%;
}
.about-img img, .testimonials-img img {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.about-img:hover img, .testimonials-img:hover img {
    opacity: 0.5;
}

/* Bike */
.bike-colum {
    position: relative;
}
.bike-colum:before {
    content: '';
    left: 0%;
    top: 0;
    position: absolute;
    background-image: linear-gradient(180deg, #1F222A 0%, #111318 100%);
    height: 100%;
    width: 100%;
}
.bike-link strong {
    display: none;
}
.bike-link span {
    padding-left: 10px;
}
.bike-link {
    text-transform: uppercase;
    font-size: 15px;
}
.bike-item {
    width: 33%;
    float: left;
}
.bike-item h1 {
    font-size: 25px;
    color: #fff;
}
.bike-item h5 {
    font-size: 15px;
    margin-bottom: 3px;
}

/* Wanted */
.wanted-img img {
  	filter: brightness( 87% ) contrast( 118% ) saturate( 62% ) blur( 0px ) hue-rotate( 0deg );
    opacity: 0.52;
}
.wanted-img.img2 img {
  	transform: scale(1.55);
    opacity: 1;
}
.watted-item {
    text-align: center;
    width: 25%;
    float: left;
}
.watted-item strong {
    display: none;
}
.watted-item em {
    font-size: 23px;
    margin-bottom: 20px;
}
.watted-item h3 {
    font-size: 17px;
    font-weight: 400;
}
.wanted-colum .clearfix:nth-child(2) {
    float: left;
    width: 70%;
}
.wanted-colum .clearfix:nth-child(3) {
    float: left;
    width: 30%;
    padding-left: 60px
}
.wanted-colum .clearfix:nth-child(3) img {
    margin-bottom: 20px;
}
.wanted-colum .btn-link {
    margin-top: 30px;
    display: inline-block;
}

/* Feature */
.feature-item {
    background-image: linear-gradient(180deg, #181B21 22%, #111318 100%);
}
.feature-item {
    padding: 30px 20px;
}
.feature-item h3 {
    padding: 10px 0;
    font-size: 23px;
    font-weight: 600;
}
.feature-item h4 {
    text-align: right;
}
.feature-item h4 em {
    float: left;
    font-size: 23px;
    color: #D8BB59;
}
.feature-item img {
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.feature-item:hover img {
    transform: scale(1.05);
}

/* Video */
.video {
    min-width: 40px;
    min-height: 40px;
    position: relative;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    background: #111318;
    width: 50px;
    height: 50px;
    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: -2px;
    left: 0;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    border: 10px solid #9396A1;
    -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
    }
}

/* Categories */
.categories-colum {
    position: relative;
}
.categories-colum.center .clearfix, .categories-colum.right .clearfix,
.sale-colum .clearfix {
    position: relative;
    z-index: 1;
}
.categories-colum.left:before, .categories-colum.center .clearfix:before,
.categories-colum.right .clearfix:before {
    position: absolute;
    content: '';
    background-color: #000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.51;
    z-index: -1;
    filter: brightness( 80% ) contrast( 139% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.categories-colum.center .clearfix:first-child:before {
    border: 1px solid #9396a1;
    background-image: url('https://j4demo.agethemes.com/joomla/at-bike/images/2022/05/27/handle-barakallahu-fik-dark.jpg');
}
.categories-colum.center .clearfix:last-child:before {
    background-image: url('https://j4demo.agethemes.com/joomla/at-bike/images/2022/05/27/bike-handle-bars.png');
    border: 1px solid #9396a1;
    border-top: none;
}
.categories-colum.left:before {
    border: 1px solid #9396a1;
    border-right: none;
    background-image: url('https://j4demo.agethemes.com/joomla/at-bike/images/2022/05/27/homebike-4.png');
}
.categories-colum.right .clearfix:first-child:before {
    border: 1px solid #9396a1;
    border-left: none;
    background-image: url('https://j4demo.agethemes.com/joomla/at-bike/images/2022/05/27/black-bike-2.png');
}
.categories-colum.right .clearfix:last-child:before {
    border: 1px solid #9396a1;
    border-left: none;
  	border-top: none;
    background-image: url('https://j4demo.agethemes.com/joomla/at-bike/images/2022/05/27/mountain-bike-frame-3.png');
}
.categories-colum.left:hover:before, .categories-colum.center .clearfix:hover:before,
.categories-colum.right .clearfix:hover:before {
    opacity: 0.75;
}

/* Sale */
.sale-colum .clearfix:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 53% auto;
    background-position: -95px 18px;
    opacity: 1;
    filter: brightness( 98% ) contrast( 112% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.sale-colum.left .clearfix:before {
    background-image: url('https://j4demo.agethemes.com/joomla/at-bike/images/2022/05/27/ergo-asset-01.png');
}
.sale-colum.right .clearfix:before {
    background-image: url('https://j4demo.agethemes.com/joomla/at-bike/images/2022/05/27/white-bike-1.png');
}

/* 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: 16px;
    color: #fff;
    font-weight: 500;
}
.sppb-panel-modern {
  	border: none;
  	border-bottom: 1px solid #ffffff3b;
  	padding: 10px 0;
  	border-radius: 0;
  	margin: 0;
  	background: transparent;
}

/* Choose */
.choose span.number {
    padding-right: 20px;
    font-size: 20px;
    color: #fff;
}

/* Team */
.team-colum {
  	background-image: linear-gradient(180deg, #181B21 0%, #111318 100%);
}
.team-item .shrewd_solution_icon ul li a {
    background: transparent;
    width: 0px;
    margin-left: 30px;
    color: #98A1BC !important;
}

/* Images */
.images {
    background-image: linear-gradient(180deg, #11131800 0%, #111318 55%);
}

/* Tab */
.tab-item ul.sppb-nav.sppb-nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}
.tab-item .sppb-nav li> a {
    padding: 43px 10px 43px 10px !important;
    background: transparent;
    border: 1px solid #52596a;
    min-width: 230px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    margin-right: 40px;
}
.tab-item .sppb-nav li> a:hover {
    background: transparent;
    border: 1px solid #52596a;
}

/* Hikashop */
.hikashop_subcontainer.thumbnail, .hikashop_subcontainer.thumbnail img {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.hikashop_subcontainer.thumbnail:hover img {
    transform: scale(1.05);
}

/* 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: #1E212A;
    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%);
}

/* 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;
}
#sp-bottom .sp-module .sp-module-title {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    position: relative;
    text-transform: uppercase;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom p {
    line-height: 2.2;
  	margin-bottom: 0;
}
#sp-bottom2 a, #sp-bottom3 a {
    text-transform: uppercase;
}
#sp-bottom strong {
    display: none;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom h2 {
  	font-size: 30px;
	font-weight: 600;
}
#sp-bottom .ft-title {
    font-weight: 600;
}
.shrewd_solution_icon {
  margin-top: 20px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
  	font-size: 18px;
  	width: 0;
  	color: #fff !important;
  	line-height: 42px;
  	text-align: center;
  	border-radius: 50%;
  	margin-right: 35px;
  	-webkit-transition: .5s;
  	transition: .5s;
  	display: inline-block;
  	height: 42px;
  	border: none;
}
.shrewd_solution_icon ul li a:hover {
  	background: #222;
}
.shrewd_solution_icon ul li a em {
  	font-family: "Font Awesome 5 Brands";
}
.shrewd_solution_icon strong {
    display: none;
}
.ft-info a {
    margin-right: 30px;
}
#sp-bottom a.btn-link {
    margin-bottom: 20px;
    display: inline-block;
}

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

/* 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;
	}
  	.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,
.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,
.btn:hover, a.hikabtn.hikacart {
 	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, .slider-trophy i, .slider-trophy h3, .btn-link, #sp-bottom a.btn-link  {
  	color: var(--text-color); 
}
.btn.no-bg, .btn:hover, .tab-item .sppb-nav li> a:hover, .tab-item .sppb-nav li.active> a,
.hikashop_subcontainer.thumbnail:hover {
  	border-color: var(--text-color);
}