.innerBannerCtrl {
	position: relative;
/* 	padding: 120px 0; */
	padding: 160px 0;
	background: url(../images/innerBanner.jpg) center center no-repeat;
	color: #fff;
	z-index: 99;
}
.innerGap {
    padding-top: 80px;
}
.bikeFeature ul li:hover figure {
    box-shadow: 0px 1px 15px 1px #e15522;
}
.proTitleMain p {
    font-size: 25px;
    margin: 0;
    padding-top: 20px;
    font-weight: 600;
    line-height: 35px;
	color: #2a4f79;
}
.proTitleMain p strong{
    color: #e15522;
}
.product-pg.description table tr:nth-child(odd) {
    background: #f2f2f273;
}
.customize-support .bikeFeature {
    padding: 70px 0px 20px;
    position: relative;
}
.customize-support .bikeFeature .container {
    z-index: 99;
    position: relative;
}
.customize-support .bikeFeature:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/listingBG.jpg) center center no-repeat;
    background-size: cover;
}
.blogCtrl .content, .blog-item-body {
    padding: 20px 15px 0;
}
.blogCtrl .contentWrap, .blog-item {
 box-shadow: 0 0 8px 0px rgb(217 215 215 / 80%);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgb(244 244 244 / 70%);
}
.blogCtrl .contentWrap:hover, .blog-item:hover {
  box-shadow: 0 0 10px 1px #c3c3c3; 
}
.blogCtrl .content h5, .blog-item-title a {
	color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.blog-item-title a {
    text-decoration: none;
    display: inline-block;
}
.blogCtrl .content .date, .blog-item-data {
    font-size: 15px;
	margin-bottom: 15px;
}
.blogCtrl .contentWrap .siteBtn:hover, .post-item .bottom-content .siteBtn:hover {
    background: #2a4f79;
}
.pagination {
    margin: 40px auto;
    justify-content: center;
}
.pagination li {
    border: 1px solid;
    margin: 0 5px;
    padding: 0 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 17px;
}
.pagination li a {
    color: #000;
    text-decoration: none;
}
.pagination li:first-child, .pagination li:last-child {
    border: unset;
}
.current {
    color: #e15522;
}
.blogCtrl .contentWrap .siteBtn, .post-item .bottom-content .siteBtn {
     font-size: 14px;
    font-weight: 800;
    background: #e15522;
    padding: 11px 20px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.5px;
    margin: 10px 0 20px 15px;
    text-decoration: none;
}
.wp-block-search .wp-block-search__button {
    background: #e15522 !important;
    color: #fff !important;
    border: unset !important;
}
.wp-block-latest-posts__list li a {
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
    display: inherit;
}
.wp-block-latest-posts__list li a:hover {
    color: #e15522;
}
.blog-item-data.meta a {
    color: #e15522;
}
.post-item .blog-item {
    justify-content: flex-start;
	position: relative;
}
.post-item .blog-item-body {
    padding-bottom: 70px;
}
.post-item {
    margin-bottom: 40px;
}
.post-item .bottom-content {
    position: absolute;
    bottom: 0;
    left: 0;
}
.sidebarWrap .widget {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 7%);
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 20px 20px 1em;
    margin: 0 0 30px;
  background: rgb(244 244 244 / 70%);
}
.innerBannerCtrl:before {
	position: absolute;
	content: "";
	background: rgb(0 0 0 / 40%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.innerBannerCtrl h1 {
	position: relative;
	font-size: 50px;
	font-weight: 700;
}
.valueBoxWrap {
	box-shadow: 0 0 8px 0px rgb(217 215 215 / 80%);
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 25px 15px 10px;
	background: #f4f4f4;
}
.valueBoxWrap:hover {
    box-shadow: 0 0 10px 1px #c3c3c3;
}
.valueBoxWrap p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.6px;
}

.proMainImg {
	margin-bottom: 20px
}

.proMainImg img {
    max-width: 100%;
	width: 120px
}
.valueBoxWrap h4 {
	color: #e15522;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.defaultCtrl .col-lg-3 {
    margin-bottom: 40px;
}
.defaultCtrl{
   padding: 80px 0 50px;
    background: #fff;
    text-align: center;
}
.aboutUsWrap {
	background: #ffffff;
	box-shadow: 1px 0px 8px 2px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 1px 0px 8px 2px rgb(0 0 0 / 10%);
	-moz-box-shadow: 1px 0px 8px 2px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -30px;
	z-index: 99;
	position: relative;
}

.aboutPhrase {
	padding: 30px 15px 20px 30px;
}

.siteBtn a {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 21px;
	background: #e15522;
	padding: 12px 25px;
	font-weight: 700;
	letter-spacing: 0.5px;
	display: inline-block;
}

.aboutPhrase h3 {
font-size: 20px;
    margin-bottom: 18px;
    font-weight: 700;
}

.siteBtn {
	margin-top: 30px;
}

.aboutUs {
	background: #fff;
}

.coValues {
	padding: 80px 0;
	background: #fff;
	text-align: center;
}

.coValueImg {
	width: 160px;
	height: 160px;
	padding: 15px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 8px solid rgb(137 137 137 / 15%);
	border-radius: 50%;
	margin-bottom: 25px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.coValueBox:hover .coValueImg {
	border-color: #e15522;
}

.coValueBox h3 {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	margin-bottom: 15px;
	font-size: 25px;
}

.manufacture,
.latestNews {
	position: relative;
	padding: 80px 0;
	text-align: center;
}

.manufacture:before,
.latestNews:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/listingBG.jpg) center center no-repeat;
	background-size: cover;
}

.manufacture .item img {
	max-width: 100px !important;
	margin: 0 auto;
}

.manufacture .item .inner-content {
	margin: 0 30px;
}

.manufacture .item p {
	letter-spacing: 0.5px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
}

.latestNews .container {
	position: relative;
	text-align: left;
}

.newsWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 1px 4px 8px 2px rgb(101 101 101 / 15%);
	-webkit-box-shadow: 1px 4px 8px 2px rgb(101 101 101 / 15%);
	-moz-box-shadow: 1px 4px 8px 2px rgba(101, 101, 101, 0.15);
}

.newsDetail {
	padding: 20px;
}

.newsWrap .siteBtn {
	padding: 20px 20px 30px;
	margin: 0;
}

.newsDetail h5 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

.date em {
	color: #e15522;
	font-style: normal;
}

.latestNews .siteHeader {
	margin-bottom: 40px;
}

.getInTouch {
	background: url(../images/contactBG..jpg);
	background-size: cover;
	padding: 80px 0;
}

.getInTouch .innerWrap {
	padding: 30px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 8px;
	width: 85%;
	margin: auto;
}

.getInTouch input {
	padding: 15px 20px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.getInTouch select {
	padding: 15px 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	width: 100%;
	color: #777777;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	font-size: 16px;
}

.getInTouch input[type="submit"], .mainContactForm input[type="submit"]{
	border: unset;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 21px;
	background: #e15522;
	padding: 15px 35px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-radius: unset;
}
.mainContactForm input[type="submit"] {
    height: auto;
    width: auto;
}
.getInTouch .siteHeader {
	color: #fff;
	margin-bottom: 45px;
}

.siteBtn a:hover,
.getInTouch input[type="submit"]:hover, .mainContactForm input[type="submit"]:hover {
	background: #2a4f79 !important;
}
.contactMain .aboutUsWrap {
    padding: 40px 30px;
}
.mainContactForm input, .mainContactForm textarea {
    border: 1px solid #dddddd;
    border-radius: 0px;
    height: 56px!important;
	margin-bottom: 20px!important;
}
.mainContactForm select{
    border-radius: 0px;
    height: 56px!important;
	margin-bottom: 20px!important;
	width: 100%;
	color: #777777;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-size: 16px;
    padding: 10px;
}
.getInTouch textarea {
    height: 150px;
    margin-bottom: 20px;
}
.mainContactForm textarea {
    height: 110px!important;
}
.contactMain .siteHeader {
   text-align: left;
    display: inline-block;
    margin-bottom: 12px;
}
.mainMapCtrl {
    padding-top: 55px;
}
.mainCWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}
.mContactIcon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mContactDeatil {
    width: 70%;
    margin-left: 20px;
}
.mainAddressInfo {
    margin-top: 70px;
}
.mContactDeatil h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}
.mainCWrap:hover .mContactIcon {
    background: #e15522;
}
.mainCWrap:hover .mContactIcon img, .socialIconCtrl.contactIcon li a:hover img{
    filter: brightness(0) invert(1) !important; 
    }
    .socialIconCtrl.contactIcon li a {
    border-radius: 50%;
    margin: 0 6px;
}
.socialIconCtrl.contactIcon li a:hover {
    border-color: #e15522;
    background: #e15522;
}
.socialIconCtrl.contactIcon {
   margin-left: 0;
    padding-top: 17px;
}
.mContactDeatil a {
    color: #333333;
    text-decoration: none;
}
.mContactDeatil p {
    margin-bottom: 0;
}

.product-pg.aboutUs {
	padding: 50px 0px
}

.product-pg.aboutUs h3 {
	font-weight: 800;
    letter-spacing: 1px;
    font-size: 25px;
    margin-bottom: 18px;
    color: #2a4f79;
}
.product-pg.description table tr:hover {
    background: #ececec;
}

.product-pg.aboutUs .aboutPhrase {
	padding: 0px
}

.product-pg.aboutUs .aboutPhrase h3 {
    font-weight: 800;
    letter-spacing: 1px;
}

.product-pg.aboutUs .mainContactForm {
	border: 1px solid #ddd;
	background: rgb(244 244 244 / 70%);
}

.product-pg.aboutUs .mainContactForm .form-wrapper {
	padding: 0px 15px;
}

.product-pg.aboutUs .mainContactForm input[type="submit"] {
	width: 100%;
	margin-bottom: 0 !important;
}

.product-pg.aboutUs .mainContactForm .title-bar {
	background: #000000;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.product-pg.aboutUs .mainContactForm .title-bar h2{
	font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: bold;
	color: #ffffff
}
.blog-body h2 {
    margin: 20px 0;
    font-size: 28px;
    font-weight: 600;
}
.hideCol{
	display: none;
}
.date {
    font-size: 15px;
}
/* Bike Feature */

.bikeFeature {
    padding: 60px 0px 0px;
}

.bikeFeature ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.bikeFeature ul li {
    width: 49%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.bikeFeature ul li {
    list-style: none;
}

.bikeFeature ul li figure {
    transition: all .3s linear;
}

.bikeFeature ul li figure {
    height: 73px;
    width: 73px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    box-shadow: 0 15px 20px 0 rgb(0 0 0 / 8%);	
}

.bajautoHome img {
    max-width: 100%;
    height: auto;
}

.bikeFeature .icon_description>span {
	font-size: 14px;
	color: #e15522;
	text-transform: uppercase;
	font-weight: bold;
	display: flex;
	margin-bottom: 6px;
	letter-spacing: 1.1px;
}

.bikeFeature .icon_description>p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}

.product-pg.description {
	padding: 30px 0px 0px
}

.product-pg.description .faq-spec-sec {
	margin-bottom: 30px
}

.product-pg.description .faq-spec-h{
	font-weight: 800;
    font-size: 19px;
    margin-bottom: 5px;
    color: #2a4f79;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.product-pg.description .faqspec-detail table {
	width: 100%;
	box-shadow: -1px 7px 10px 1px #d4d2d2;
	margin-bottom: 45px;
}

.product-pg.description .faqspec-detail table tr th,
.product-pg.description .faqspec-detail table tr td {
	font-size: 14px;
	padding: 10px;
	border: 1px solid #f1f1f1
}

.product-pg.description .faqspec-detail table tr th:first-child,
.product-pg.description .faqspec-detail table tr td:first-child {
	width: 20%
}

.product-pg.description .faqspec-detail table tr th {
	background: #e15522;
	color: #ffffff
}

.product-pg.color {
	padding: 30px 0px
}

.product-pg.color .colorslist h2 {
	font-weight: 800;
    font-size: 19px;
    margin-bottom: 13px;
    color: #2a4f79;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.product-pg.color ul {
	list-style: none;
	padding-left: 0px
}

.product-pg.color ul li {
	display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 40px;
    position: relative;
}
.product-pg.color ul li::before {
    position: absolute;
    content: ",";
    right: -5px;
    bottom: -2px;
}
.product-pg.color ul li:last-child::before {
    display: none;
}
.product-pg.color ul li .color-box {
	background-color: #E24445;
    width: 20px;
    height: 20px;
    display: inline-flex;
    border-radius: 50%;
    margin-right: 10px;
}

.product-pg.color ul li .colorname {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.2px;
	line-height: normal
}

@media (max-width: 1199.98px) {
	.mContactDeatil {
    word-break: break-all;
}
}

@media (max-width: 991.98px) {
	.coValueBox {
		margin-bottom: 65px;
	}
	.coValues {
		padding: 80px 0 15px;
	}
	.getInTouch .innerWrap,
	.siteHeader p {
		width: 100%;
	}
	.latestNews .items {
		margin-bottom: 40px;
	}
	.latestNews {
		padding: 80px 0 50px;
	}
	.socialIconCtrl.contactIcon {
		justify-content: left;
		margin-bottom: 50px;
	}
	
	.bikeFeature {
		padding-bottom: 0px
	}
	
	.bikeFeature ul li {
		width: 50%;
		margin-bottom: 30px;
	}
}

@media (max-width: 767.98px) {
	.innerBannerCtrl h1 {
		font-size: 38px;
	}
	.contactMain .siteHeader h2 {
		font-size: 30px;
	}
	.contactMain .aboutUsWrap {
		padding: 40px 20px;
	}
	.mainCWrap {
		padding: 15px 0;
	}
	
	.bikeFeature ul li {
		width: 100%;
	}
}
@media (min-width: 320px) and (max-width: 369.98px) {
.getInTouch .innerWrap {
    padding: 30px 15px;
}
}

.bikeListing .item {
	margin-bottom: 30px;
}

.bikeListing .item a {
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	overflow: hidden;
	text-decoration: none
}

.bikeListing .item a .pListingDetail h4 {
	font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #000;
    text-decoration: none;
}

.workshopCtrl .addressWrap {
	width: 100%;
	padding: 30px 20px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 0px;
	height: 100%
}

.adress-boxes .item {
	margin-bottom: 30px
}

.workshopCtrl .addressWrap h4 {
	color: #e15522;
	font-size: 13px;
	font-weight: 800;
	text-transform: capitalize;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.workshopCtrl .addressWrap h4 span {
	width: 35px;
    height: 35px;
    display: inline-flex;
    border: 1px solid #dddddd;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: #fff;
}

.workshopCtrl .addressWrap h4 span i {
	font-size: 14px !important;
	color: #7e7e7e;
}

.workshopCtrl .addressWrap h4:before {
	display: none
}

.workshopCtrl .addressWrap .content {
	margin-bottom: 15px
}

.workshopCtrl .addressWrap .content p {
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 45px;
}

.workshopCtrl .addressWrap .content a {
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 45px;
}

.workshopCtrl .addressWrap p i,
.workshopCtrl .addressWrap a i{
	min-width: 20px;
    color: #e15522;
	position: absolute;
	left: 0px;
	top: 3px
}

.workshopCtrl .addressWrap .content.icon {
	position: relative;
    min-height: 35px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.workshopCtrl .addressWrap .content.icon span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 35px;
    height: 35px;
    display: inline-flex;
    border: 1px solid #dddddd;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: #fff;
}

.workshopCtrl .addressWrap .content.icon span i {
	font-size: 14px !important;
	color: #7e7e7e;
}

.workshopCtrl .addressWrap .content.social {
	display: flex;
	padding-left: 45px;
}

.workshopCtrl .addressWrap .content.social a {
	padding-left: 0px;
    width: 25px;
    height: 25px;
    background: #e15522;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
}

.workshopCtrl .addressWrap .content.social a i {
	position: relative;
	left: auto;
	top: auto;
	min-width: auto;
	color: #fff;
}

#wpcf7-f244-o1 .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: flex;
}

#wpcf7-f244-o1 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 9px;
    right: 0;
    letter-spacing: 0.8px;
    font-weight: 600;
}

#wpcf7-f244-o1 .wpcf7-response-output {
	display: none
}

.adress_row:not(:last-child) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.adress_row h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}
.workshopCtrl .addressWrap .content p a {
    padding: 0;
}
.thankyou_sec{padding: 70px 0;}
		.thankyou {
			padding: 55px 0;
			background: #fff;
			text-align: center;
			margin: 0;
		}
		.thankyou h1 {
			font-size: 80px;
			font-weight: bold;
			margin: 0 0 10px;
		}
		.btn_group {
			margin-top: 30px;
		}
		.custom_btn {
			color: #fff !important;
			background: #16a8b8;
			border-radius: 10px;
			border: 1px solid #16a8b8;
			text-align: center;
			display: inline-block;
			min-width: 175px;
			font-size: 18px;
			line-height: 30px;
			padding: 10px 25px;
			transition: ease-in-out .3s;
			font-weight: 400;
		}
		.thankyou p {
			max-width: 700px;
			margin: 0 auto;
			font-size: 18px;
			line-height: 26px;
			color: #2a2e32;
		}