
.vc_row.wpb_row.vc_row-fluid.bike-banner-wrap.vc_row-has-fill.full-width {
	margin-top: 0;
}

div#banner_section_area {
	width: 100%;
	display: block;
	height: 400px;
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

div#banner_section_area .image_with_text {
	background-image: url("https://dev-cyclecentre.kwebworld.com/wp-content/uploads/2020/12/Background-scaled.jpg");
	background-size: 100% !important;
	width: 100%;
	height: 400px;
	padding: 95px;
	animation: MoveUpDown 10s linear infinite;
	position: absolute;
	left: 0;
	bottom: 400px;
}

div#banner_section_area .image_with_text.nitro-lazy {
	background-image: none !important;
}

.head_with_subhead_Area {
	max-width: 650px;
	position: absolute;
	left: 51%;
	top: 50%;
	transform: translateY(-50%);
}

.head_with_subhead_Area .banner_heading {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
	padding-bottom: 20px;
}

.head_with_subhead_Area .banner_subhead {
	font-size: 23px;
	line-height: 33px;
	color: #fff;
}

div#banner_section_area .categories_blocks_section {
	display: none;
	height: 400px;
	width: 100%;
	padding: 90px 75px 60px;
	animation: MoveUpDownBan 10s linear infinite;
	position: absolute;
	top: 400px;
}

.categories_block_area {
	display: flex;
	max-width: 1220px;
	margin: 0 auto;
}

.categories_block_area .single_category {
	width: 220px;
	margin-right: 30px;
	position: relative;
}

.categories_block_area .single_category:last-child {
	margin-right: 0;
}

.category_name {
	display: block;
	width: 180px;
	position: absolute;
	padding: 15px 20px;
	background: rgba(255, 102, 52, .76);
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-radius: 4px;
	font-size: 16px;
	top: -25px;
	left: calc(50% - 90px);
	z-index: 2;
}

.catogory_image {
	display: block;
	height: 250px;
	border-radius: 4px;
	overflow: hidden;
	z-index: 1;
}

.catogory_image img {
	width: 100%;
}

/* product css */
.category_bikes_area .categories_block_area .thematics_single_product {
	width: calc(100% / 3 - 60px);
	margin: 0 30px;
	position: relative;
}

div#banner_section_area .categories_blocks_section.category_bikes_area {
	padding: 20px 75px;
}

.category_bikes_area .categories_block_area .thematics_single_product .thematics_single_product_img {
	max-height: 190px;
}

.category_bikes_area .categories_block_area .thematics_single_product .thematics_single_product_img a {
	display: block;
	max-height: 190px;
}

.category_bikes_area .categories_block_area .thematics_single_product .thematics_single_product_img img {
	height: 190px;
	margin: 0 auto;
}

.category_bikes_area .thematics_single_product_title {
	text-align: center;
}

.category_bikes_area .thematics_single_product_des .thematics_single_product_excerpt {
	line-height: 15px;
	text-align: center;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 12px;
	max-width: 300px;
	margin: 0 auto;
	height: auto;
	font-size: 12px;
}

.category_bikes_area .thematics_single_product_price {
	text-align: center;
	font-size: 26px;
	font-family: "Open Sans";
	color: #333;
	line-height: 26px;
}

.category_bikes_area .thematics_single_product_btn_para {
	max-width: 250px;
	margin: 0 auto !important;
	margin-top: 18px !important;
	position: relative;
}

.category_bikes_area a.button.product_type_variable {
	display: block;
	text-align: center;
	margin: 0 auto !important;
	border-radius: 4px;
	position: absolute;
	top: -235px !important;
	left: calc(50% - 70px);
	width: 140px !important;
	background: rgba(255, 102, 52, .88) !important;
	padding: 5px !important;
	color: #fff !important;
	font-family: "Open Sans";
	line-height: 20px;
	box-sizing: border-box;
}

.category_bikes_area a#sent_quote_req_id {
	border-radius: 4px;
	padding: 5px;
	width: 245px !important;
	margin: 0 auto;
	background: #333;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
}

.category_bikes_area a.button.product_type_variable:hover, .category_bikes_area a#sent_quote_req_id:hover {
	text-decoration: none;
}

.category_bikes_area .thematics_single_product_des {
	position: relative;
}

.thematics_single_product_des .thematics_single_product_title a {
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 0 10px;
	padding-bottom: 10px;
	text-transform: capitalize;
	line-height: 30px;
	color: #ff6634;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* product css end */
@media (max-width: 1360px) {
	div#banner_section_area {
		height: 300px;
	}
	
	div#banner_section_area .image_with_text {
		height: 300px;
		padding: 60px;
		bottom: 0;
	}
	
	div#banner_section_area .categories_blocks_section {
		height: 300px;
		top: 300px;
		padding: 65px 75px 45px;
	}
	
	.head_with_subhead_Area {
		max-width: 495px;
	}
	
	.head_with_subhead_Area .banner_heading {
		font-size: 40px;
		padding-bottom: 5px;
	}
	
	.head_with_subhead_Area .banner_subhead {
		font-size: 18px;
		line-height: 30px;
	}
	
	.catogory_image {
		height: 188px;
	}
	
	.category_name {
		width: 130px;
		padding: 10px;
		font-size: 12px;
		left: calc(50% - 65px);
	}
	
	div#banner_section_area .categories_blocks_section.category_bikes_area {
		padding: 15px 75px;
	}
	
	.category_bikes_area .categories_block_area .thematics_single_product .thematics_single_product_img {
		max-height: 155px;
	}
	
	.category_bikes_area .categories_block_area .thematics_single_product .thematics_single_product_img a {
		max-height: 155px;
	}
	
	.category_bikes_area .categories_block_area .thematics_single_product .thematics_single_product_img img {
		height: 155px;
	}
	
	.category_bikes_area .thematics_single_product_title {
		font-size: 16px;
		padding-bottom: 5px;
		font-weight: bold;
	}
	
	.category_bikes_area .thematics_single_product_price {
		font-size: 18px;
	}
	
	.category_bikes_area .thematics_single_product_btn_para {
		margin-top: 10px !important;
	}
	
	.category_bikes_area a.button.product_type_variable {
		top: -160px;
		left: calc(50% - 60px);
		width: 120px !important;
	}
	
	.category_bikes_area .thematics_single_product_des .thematics_single_product_excerpt {
		white-space: nowrap;
		padding-bottom: 8px;
	}
	
	.thematics_single_product_des .thematics_single_product_title a {
		line-height: 16px;
		padding-bottom: 5px;
	}
}

@media (min-width: 1024px) and (max-width: 1360px) {
	@keyframes MoveUpDown {
		0%, 25% {
			top: 0;
		}
		
		55%, 75% {
			top: -300px;
		}
		
		100% {
			top: 0;
		}
	}
	
	@keyframes MoveUpDownBan {
		0%, 25% {
			top: 300px;
		}
		
		55%, 75% {
			top: 0;
		}
		
		100% {
			top: 300px;
		}
	}
}

@media (max-width: 1023px) and (min-width: 720px) {
	div#banner_section_area .image_with_text {
		background-size: 106% !important;
	}
	
	div#banner_section_area, div#banner_section_area .categories_blocks_section {
		height: 225px;
	}
	
	div#banner_section_area .image_with_text {
		position: relative;
		height: 225px;
		padding: 25px;
	}
	
	.catogory_image {
		height: 150px;
	}
	
	.head_with_subhead_Area {
		max-width: 335px;
	}
	
	.head_with_subhead_Area .banner_heading {
		font-size: 25px;
		line-height: 30px;
	}
	
	.head_with_subhead_Area .banner_subhead {
		font-size: 17px;
		line-height: 24px;
		font-size: 14px;
		line-height: 18px;
	}
	
	div#banner_section_area .categories_blocks_section {
		padding: 50px 20px 20px;
		top: 225px;
	}
	
	div#banner_section_area .categories_blocks_section.category_bikes_area {
		padding: 3px 0;
		max-width: 720px;
		margin: 0 auto;
		width: max-content;
		margin-left: calc(50% - 360px);
		margin-right: calc(50% - 360px);
	}
	
	.category_bikes_area .categories_block_area .thematics_single_product .thematics_single_product_img img, .category_bikes_area .categories_block_area .thematics_single_product .thematics_single_product_img a, .category_bikes_area .categories_block_area .thematics_single_product .thematics_single_product_img {
		height: 115px;
	}
	
	.category_bikes_area a.button.product_type_variable {
		font-size: 12px;
		line-height: 16px;
		top: -130px;
		width: 100px !important;
		left: calc(50% - 50px);
	}
	
	.category_bikes_area .thematics_single_product_title {
		font-size: 13px;
		padding: 0;
	}
	
	.category_bikes_area .thematics_single_product_des .thematics_single_product_excerpt {
		font-size: 11px;
		padding-bottom: 2px;
	}
	
	.category_bikes_area .thematics_single_product_price {
		font-size: 16px;
	}
	
	.category_bikes_area a#sent_quote_req_id {
		width: 100% !important;
		font-size: 10px;
		line-height: 12px;
	}
	
	.thematics_single_product_des .thematics_single_product_title a {
		font-size: 13px;
		padding-bottom: 0;
	}
	
	@keyframes MoveUpDown {
		0%, 25% {
			top: 0;
		}
		
		55%, 75% {
			top: -225px;
		}
		
		100% {
			top: 0;
		}
	}
	
	@keyframes MoveUpDownBan {
		0%, 25% {
			top: 225px;
		}
		
		55%, 75% {
			top: 0;
		}
		
		100% {
			top: 225px;
		}
	}
}

@media (min-width: 1361px) {
	@keyframes MoveUpDown {
		0%, 25% {
			top: 0;
		}
		
		55%, 75% {
			top: -400px;
		}
		
		100% {
			top: 0;
		}
	}
	
	@keyframes MoveUpDownBan {
		0%, 25% {
			top: 400px;
		}
		
		55%, 75% {
			top: 0;
		}
		
		100% {
			top: 400px;
		}
	}
}

@media (max-width: 450px) {
	div#banner_section {
		height: 768px;
		width: 100%;
		overflow: hidden;
		animation: moveMobilEbanner 15s linear infinite;
		position: absolute;
	}
	
	div#banner_section_area .image_with_text {
		height: 384px;
		padding: 30px;
		background-size: 316% !important;
		position: relative;
		top: 0;
	}
	
	div#banner_section_area .categories_blocks_section {
		top: 384px;
		margin: 35px;
		padding: 20px 15px;
		overflow: hidden;
		width: 250px;
		margin-left: calc(50% - 125px);
	}
	
	.head_with_subhead_Area {
		width: 80%;
		padding: 20px;
		background: rgba(255, 102, 52, .76);
		border-radius: 5px;
	}
	
	.head_with_subhead_Area .banner_heading {
		font-size: 25px;
		line-height: 28px;
		padding-bottom: 8px;
		color: #fff;
	}
	
	.head_with_subhead_Area .banner_heading_tagline {
		font-size: 12px;
		color: #fff;
		padding-bottom: 15px;
		line-height: 10px;
	}
	
	.head_with_subhead_Area .banner_subhead {
		font-size: 14px;
		line-height: 20px;
		color: #fff;
	}
	
	.categories_block_area .single_category {
		width: 200px !important;
		margin: 10px auto !important;
		margin-bottom: 40px !important;
	}
	
	div#banner_section_area {
		height: 384px;
		display: inline-block;
		position: absolute;
		z-index: 0;
		overflow: hidden;
	}
	
	.categories_block_area {
		display: flex;
		width: 1200px;
		animation: catMove 15s linear infinite;
		margin-left: -10px;
	}
	
	.catogory_image {
		height: 250px;
	}
	
	div#banner_section_area .categories_blocks_section.category_bikes_area {
		margin: 0 calc(50% - 125px);
		width: 250px;
		padding: 17px 0px;
	}
	
	div#banner_section_area .categories_blocks_section.category_bikes_area .categories_block_area {
		width: 750px;
		animation: none;
		animation: catMovefull 15s linear infinite;
	}
	
	.category_bikes_area .categories_block_area .thematics_single_product {
		width: 250px;
		margin: 0;
	}
	
	.category_bikes_area .thematics_single_product_des .thematics_single_product_excerpt {
		max-width: 200px;
		font-size: 13px;
	}
	
	.category_bikes_area a.button.product_type_variable {
		line-height: 18px;
		font-size: 13px;
		top: -155px;
	}
	
	.category_bikes_area a#sent_quote_req_id {
		font-size: 11px;
		line-height: 20px;
	}
	
	@keyframes moveMobilEbanner {
		0%, 10% {
			top: 0;
		}
		
		26%, 75% {
			top: -384px;
		}
		
		90%, 100% {
			top: 0;
		}
	}
	
	@keyframes catMove {
		0%, 25% {
			margin-left: 0;
		}
		
		30%, 40% {
			margin-left: -250px;
		}
		
		45%, 55% {
			margin-left: -490px;
		}
		
		60%, 70% {
			margin-left: -730px;
		}
		
		75%, 100% {
			margin-left: -970px;
		}
	}
	
	@keyframes catMovefull {
		0%, 35% {
			margin-left: 0;
		}
		
		40%, 55% {
			margin-left: -250px;
		}
		
		60%, 100% {
			margin-left: -500px;
		}
	}
}

@media (max-width: 410px) {
	div#banner_section {
		width: 100%;
		height: 630px;
		overflow: hidden;
		animation: moveMobilEbanner 15s linear infinite;
		position: absolute;
	}
	
	div#banner_section_area .image_with_text {
		height: 330px;
		padding: 30px;
		background-size: 316% !important;
		top: 0;
	}
	
	div#banner_section_area .categories_blocks_section {
		top: 300px;
		padding: 20px 15px;
	}
	
	.categories_block_area .single_category {
		width: 200px !important;
		margin: 10px auto !important;
		margin-bottom: 40px !important;
	}
	
	div#banner_section_area {
		height: 300px;
		display: inline-block;
		position: absolute;
		z-index: 0;
		overflow: hidden;
	}
	
	.categories_block_area {
		display: block;
	}
	
	.head_with_subhead_Area {
		width: 91%;
		padding: 15px;
	}
	
	.head_with_subhead_Area .banner_heading {
		font-size: 20px;
		line-height: 24px;
	}
	
	.head_with_subhead_Area .banner_heading_tagline {
		padding-bottom: 10px !important;
	}
	
	.head_with_subhead_Area .banner_subhead {
		font-size: 12px;
		line-height: 17px;
	}
	
	div#banner_section_area .categories_blocks_section {
		overflow: hidden;
		margin: 15px;
		width: 250px;
		margin-left: calc(50% - 125px);
	}
	
	.categories_block_area {
		display: flex;
		width: 1200px;
		animation: catMove 15s linear infinite;
		margin-left: -10px;
	}
	
	.catogory_image {
		height: 250px;
	}
	
	div#banner_section_area .categories_blocks_section.category_bikes_area .categories_block_area {
		animation: none;
		animation: catMovefull 15s linear infinite;
	}
	
	@keyframes moveMobilEbanner {
		0%, 10% {
			top: 0;
		}
		
		26%, 75% {
			top: -300px;
		}
		
		90%, 100% {
			top: 0;
		}
	}
	
	@keyframes catMove {
		0%, 25% {
			margin-left: -10px;
		}
		
		30%, 40% {
			margin-left: -250px;
		}
		
		45%, 55% {
			margin-left: -490px;
		}
		
		60%, 70% {
			margin-left: -730px;
		}
		
		75%, 100% {
			margin-left: -970px;
		}
	}
}

.head_with_subhead_Area .banner_heading_tagline {
	font-size: 12px;
	color: #fff;
	padding-bottom: 15px;
	line-height: 10px;
}

/* Quick Serach Section responsiveness */
.head_with_subhead_Area .category-quick-search {
	display: none;
}

@media (min-width: 768px) {
	.head_with_subhead_Area .category-quick-search {
		margin: 0;
		display: block;
		text-align: left;
	}
	
	div#banner_section_area .image_with_text {
		padding: 20px;
	}
	
	.banner_heading.banner_heading_tagline.category-text {
		padding-bottom: 15px;
		padding-top: 12px;
		padding-left: 0;
	}
	
	.head_with_subhead_Area .category-quick-search .cat_ele {
		margin-left: 0;
	}
	
	div#banner_section_area .image_with_text {
		padding: 55px 90px !important;
	}
}

@media (min-width: 1024px) {
	.head_with_subhead_Area .category-quick-search {
		margin: 0;
		display: block;
		text-align: left;
	}
	
	div#banner_section_area .image_with_text {
		padding: 20px;
	}
	
	.banner_heading.banner_heading_tagline.category-text {
		padding-bottom: 15px;
		padding-top: 20px;
		padding-left: 0;
	}
	
	.head_with_subhead_Area .category-quick-search .cat_ele {
		margin-left: 0;
	}
	
	div#banner_section_area .image_with_text {
		padding: 55px 90px;
	}
}

@media (min-width: 1361px) {
	.head_with_subhead_Area .category-quick-search {
		margin: 0;
		display: block;
		text-align: left;
	}
	
	div#banner_section_area .image_with_text {
		padding: 20px;
	}
	
	.banner_heading.banner_heading_tagline.category-text {
		padding-bottom: 20px;
		padding-top: 45px;
		padding-left: 0;
	}
	
	.head_with_subhead_Area .category-quick-search .cat_ele {
		margin-left: 0;
	}
	
	div#banner_section_area .image_with_text {
		padding: 55px 90px;
	}
	
	.category-quick-search .cat_ele {
		padding: 10px 15px !important;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.head_with_subhead_Area {
		max-width: 365px !important;
	}
	
	div#banner_section_area .image_with_text {
		padding: 20px 30px !important;
	}
	
	.category-quick-search .cat_ele {
		font-size: 12px !important;
		padding: 4px 12px !important;
	}
	
	.head_with_subhead_Area .banner_subhead {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	
	.banner_heading a {
		font-size: 30px !important;
		line-height: 30px !important;
	}
	
	.head_with_subhead_Area .banner_heading_tagline {
		font-size: 11px !important;
		padding-bottom: 8px !important;
		line-height: 7px !important;
	}
}

@media (max-width: 1360px) and (min-width: 1024px) {
	.head_with_subhead_Area {
		max-width: 450px !important;
		left: 60%;
	}
	
	.head_with_subhead_Area .banner_heading_tagline {
		font-size: 12px !important;
		padding-bottom: 12px !important;
		line-height: 13px !important;
	}
	
	.head_with_subhead_Area .banner_subhead {
		font-size: 14px !important;
		line-height: 18px !important;
	}
	
	.category-quick-search .cat_ele {
		font-size: 12px !important;
		padding: 5px 6px !important;
	}
}

/* Quick Search END */

/* 09/05/2024 */
div#banner_section_area .image_with_text {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width:767px) {
	.head_with_subhead_Area {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width:991px) and (max-width:1100px) {
	.head_with_subhead_Area .banner_heading {
		font-size: 25px !important;
		line-height: unset !important;
	}
}

@media (min-width:767px) and (max-width:991px) {
	.head_with_subhead_Area .banner_heading {
		font-size: 20px !important;
		line-height: unset !important;
	}
}
