body {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
}

:focus {
	outline: none !important;
	box-shadow: unset!important;
}
p {
    font-size: 18px;
	line-height: 28px;
}
html {
	scroll-behavior: smooth;
}
.nav-xbootstrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
}

header [class*=col-] {
	padding: 0;
}

.deskNavCtrl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header {
	background: #fff;
	padding: 10px 0;
}


/*main nav style start*/

.iconsize {
	font-size: 12px;
	top: 2px;
	left: 3px;
}

.nav-xbootstrap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

.nav-xbootstrap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #def1f0;
}

.nav-xbootstrap li a {
	position: relative;
	padding: 0 14px 8px;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	color: #000 !important;
	display: inline-block;
	outline: 0;
	text-decoration: none;
}

ul.sub-menu a:before {
	display: none;
}

.nav-xbootstrap li.menu-item-has-children a:before {
	content: "";
	background-size: 100%;
	width: 5px;
	height: 5px;
	position: absolute;
	background: url(https://swadeshibajajcome90ed.zapwp.com/m:0/a:https://www.hughesmedia.us/dev/wp-content/uploads/2021/07/down.svg) top right no-repeat;
	right: 18px;
	top: 12px;
}

.nav-xbootstrap li:hover ul.sub-menu {
	display: block;
}

.nav-xbootstrap li ul.sub-menu {
	position: absolute;
    display: none;
    width: 260px;
    background: #fff;
    padding-top: 0;
    z-index: 9999;
    text-align: left;
    top: 30px;
    box-shadow: rgb(20 19 19) 0px 2px 4px 0px;
}
.nav-xbootstrap li ul.sub-menu ul.sub-menu {
	display: none;
    position: absolute;
    right: -260px;
    top: 0;
}
.nav-xbootstrap li:hover ul.sub-menu :hover ul.sub-menu{
    display: block;
}
.nav-xbootstrap li ul.sub-menu li {
	display: block;
	list-style-type: none;
	border-bottom: 1px solid #e7e8e9;
}

.nav-xbootstrap li ul.sub-menu li a {
	padding: 10px 20px;
	font-size: 14px;
	display: block;
	font-weight: 400;
}
.nav-xbootstrap li ul.sub-menu li:hover {
    background: rgb(221 219 219 / 35%);
}
.nav-xbootstrap li ul.sub-menu li:last-child a {
	border-bottom: none;
}

.nav-xbootstrap li ul.dropdown li:first-child:hover a {
	border-radius: 0;
}

.nav-xbootstrap li:hover .arrow-down {
	border-top: 5px solid #000;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #def1f0;
	position: relative;
	top: 15px;
	right: -5px;
	content: '';
}

.nav-xbootstrap li a i {
	display: none;
}
.idCtrl {
    margin: 0;
}
body.mmPushBody {
    overflow-y: hidden;
}
.title-mobile {
	display: none;
}

body.cover-bg {
	overflow-y: hidden;
}

.nav-xbootstrap li a:hover, footer a:hover, .addressWrap a:hover  {
	color:#e15522 !important;
}


/*main nav style end*/
.latestBlog .siteHeader a:hover {
    background:#e15522;
    color: #fff;
}
.nav-xbootstrap ul li:first-child a {
	padding-left: 0;
}

.quoteBtn a {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	background: #e15522;
	color: #fff;
	text-decoration: none;
	padding: 7px 18px;
	border-radius: 8px;
	margin-left: 13px;
}
.quoteBtn a:hover, .btnOrg:hover {
    background: #2a4f79;
}
.btnBlue:hover{
    background: #e15522;
}
.rightHeadStyle ul li {
	display: inline-block;
}

.topPartnerLogos {
	display: flex;
	justify-content: flex-end;
}

.topPartnerLogos ul li {
	display: inline-block;
}

.mainLogo img {
	max-width: 130px;
}

.hero-slider {
	position: relative;
}

.single-hs-item {
	position: relative;
}

.single-hs-item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .3;
}

.hero-slider .owl-item.active h1 {
	-webkit-animation: 1s .3s fadeInUp both;
	animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active p {
	-webkit-animation: 1s .3s fadeInUp both;
	animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active .sliderBtnWrap {
	-webkit-animation: 1s .3s fadeInUp both;
	animation: 1s .3s fadeInUp both;
}

.mainBanner .owl-carousel .owl-nav button.owl-prev {
	background-color: rgb(0 0 0 / 22%);
	position: absolute;
	left: 0;
	top: 50%;
	color: #fff;
	font-size: 30px;
	margin: -40px 0 0;
	border-radius: 0;
	height: 50px;
	width: 50px;
}

.mainBanner .owl-carousel .owl-nav button.owl-next {
	background-color: rgb(0 0 0 / 22%);
	position: absolute;
	right: 0;
	top: 50%;
	color: #fff;
	font-size: 30px;
	margin: -40px 0 0;
	border-radius: 0;
	height: 50px;
	width: 50px;
}

.mainBanner .owl-dots {
	display: none;
}

.hero-text {
	position: absolute;
	top: 17%;
	content: "";
}

.hero-text h1 {
	letter-spacing: 3px;
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 800;
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 40px;
}

.hero-text p {
	color: #fff;
	width: 61%;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 45px;
}

.hero-text h1 small {
	letter-spacing: 2px;
	font-size: 25px;
	font-weight: 400;
	display: block;
	margin-bottom: 8px;
}

.hero-text h1:after {
	position: absolute;
	content: "";
	width: 100px;
	height: 4px;
	background: #2a4f79;
	left: 0;
	bottom: 0px;
}

.hero-text h1:before {
	position: absolute;
	content: "";
	width: 200px;
	height: 4px;
	background: #fff;
	left: 0;
	bottom: 0px;
}

.mainBanner .owl-theme .owl-nav {
	margin-top: 0;
}

.btnOrg {
	justify-content: space-evenly !important;
}

.btnOrg img {
	max-width: 62px;
	display: inline-block !important;
}

.sliderBtnWrap {
	display: flex;
	max-width: 430px;
	justify-content: space-between;
	align-items: center;
}

.sliderBtnWrap a {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	width: 195px;
	height: 65px;
	display: flex;
	line-height: 21px;
	justify-content: center;
	align-items: center;
}

.btnBlue {
	background: #2a4f79;
	font-weight: 700;
}

.btnOrg {
	background: #e15522;
	font-weight: 400;
}

.mServiceIcon {
	background: #e15522;
	width: 122px;
	height: 122px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
	top: -36px;
	z-index: 9;
}

.mServiceIcon img {
	max-width: 80px;
}

.mServiceBox {
	background: #2a4f79;
	padding: 5px 10px 35px;
	color: #fff;
}

.mainServices a {
	text-decoration: none;
}

.mServiceBox {
	text-align: center;
	position: relative;
	transition: all 200ms ease-in-out;
}

.mServiceImg {
	opacity: 0;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 9;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.mServicePhrase h3 {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.mServicePhrase p {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

.mainServices {
	margin-top: -17px;
	z-index: 99;
	position: relative;
	padding-bottom: 60px;
}

.mServiceBox:hover {
	background: #e15522;
}

.mServiceBox:hover .mServiceImg {
	top: -80px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	opacity: 1;
}

.mainServices .siteHeader {
	padding-top: 120px;
	padding-bottom: 45px;
}

.siteHeader h2 {
	font-size: 36px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	display: table;
	margin: 0 auto;
}

.borderSeprator {
	width: 104px;
	height: 4px;
	;
	background: #2a4f79;
	margin: 28px auto 38px;
	position: relative;
}

.borderSeprator:before {
	position: absolute;
	content: "";
	width: 55px;
	height: 4px;
	background: #e15522;
	left: 27px;
	transform: translateX(-50%);
}

.mainServices .siteHeader h2 {
	text-transform: uppercase;
}

.siteHeader p {
	font-size: 20px;
	font-weight: 300;
}

.siteHeader {
	text-align: center;
}

.mainProducts .proDetail {
	position: absolute;
	top: 50%;
	right: 42px;
	transform: translateY(-50%);
	z-index: 99;
	color: #fff;
	width: 150px;
}

.mainProducts {
	position: relative;
	margin: 0 0 30px;
}
.mainProducts .proDetail h3 {
    width: 96%; 
}
.proDetail h3 {
	font-size: 30px;
	font-weight: 700;
}
#menu-footer-menu li a {
    text-decoration: none;
    color: #fff;
    padding: 0;
}
.proDetail a {
	font-size: 11px;
	font-weight: 800;
	background: #e15522;
	padding: 11px 20px;
	color: #fff;
	display: inline-block;
	margin-top: 17px;
	letter-spacing: 0.5px;
}

.mainProducts:before {
	position: absolute;
	content: "";
	width: 35%;
	height: 100%;
	background: rgb(0 0 0 / 45%);
	right: 14px;
	top: 0;
}

.mainProducts:hover::before {
	background: rgb(42 79 121 / 30%);
}

.mainProducts:hover .proDetail h3 {
	text-shadow: 3px 2px #000;
}

.siteHeader p {
	width: 81%;
	margin: 0 auto 20px;
	z-index: 9;
	position: relative;
}

.productListingCtrl {
	padding: 80px 0 50px;
	position: relative;
}

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

.bikeServices {
	padding: 80px 0;
	position: relative;
}

.siteHeader em {
	font-style: normal;
	font-weight: 300;
}

.pListingDetail h4 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 8px;
}

.pListingDetail {
	position: relative;
	background: #f4f4f4;
	text-align: center;
	padding: 32px 10px;
	border-bottom: 3px solid #2a4f79;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.pListingDetail:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid #2a4f79;
	border-right: 15px solid transparent;
	left: 0;
	bottom: -2px;
	transform: rotate(-90deg);
}

.pListingDetail p {
	font-size: 14px;
	margin: 0;
	font-weight: 300;
}

.productListingCtrl a {
	color: #000;
	text-decoration: none;
	display: inline-block;
}

.productListingCtrl .item {
	position: relative;
}

.pListingDetail p {
	display: none;
}

.productListingCtrl .item:hover .pListingDetail {
	background: #e15522;
	border-color: #fff;
	top: -20px;
	margin-bottom: 0px;
}

.productListingCtrl .item:hover a {
	color: #fff;
}

.productListingCtrl .item:hover .pListingDetail p {
	display: block;
}

.productListingCtrl .owl-dots {
	padding-top: 40px;;
}

.productListingCtrl .owl-theme .owl-dots .owl-dot.active span,
.productListingCtrl .owl-theme .owl-dots .owl-dot:hover span,
.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
	background: #e15522!important;
}

.bikeServices img {
	z-index: 9;
	position: relative;
}

.bikeServices .accordion-body {
	color: #000;
	z-index: 9;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	padding-top: 5px !important;
	border-bottom: 1px solid #e5e5e5!important;
}

.bikeServices .accordion-button::after {
	width: 32px;
	display: flex;
	height: 32px;
	align-items: center;
	justify-content: center;
	content: "+";
	font-size: 18px;
	background-image: none;
	font-weight: 400;
	color: #fff;
	background: #333333;
}

.bikeServices .accordion-button:not(.collapsed)::after {
	background: #e15522;
	width: 32px;
	display: flex;
	height: 32px;
	align-items: center;
	justify-content: center;
	background-image: none;
	content: "-";
	font-size: 25px;
	transform: translate(-5px, -4px);
	transform: rotate(0deg);
}

.productListingCaro {
	padding-top: 25px;
}

.bikeServices .siteHeader {
	margin-bottom: 100px;
}

.bikeServices .accordion-button:not(.collapsed) {
	color: #e15522;
	background-color: transparent;
	box-shadow: unset !important;
	border-radius: unset;
	border-bottom: unset;
	padding-top: 28px;
}

.bikeServices .accordion-button {
	border-radius: unset!important;
	border-bottom: 1px solid #e5e5e5;
	background: transparent;
	font-size: 16px !important;
	font-weight: 700;
}

.bikeServices .accordion-item {
	background-color: transparent;
	border: unset;
}

.bServiceList {
	width: 90%;
	margin-left: auto;
	border-top: 1px solid #e5e5e5;
	;
	position: relative;
	background: transparent;
}

.bikeServices .accordion-item .collapse.show .accordion-body {
	padding-bottom: 32px;
	position: relative;
}

.bikeServices .accordion-item .collapse.show .accordion-body:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #e15522;
	border-right: 10px solid transparent;
	left: 0;
	bottom: -1px;
	transform: rotate(-90deg);
}

.addressWrap h4,
.addressWrap h5 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #e15522;
	margin-bottom: 2px;
}

.workshopCtrl .addressWrap h5 {
	text-transform: capitalize;
	margin-top: 20px;
}

.workshopCtrl p,
.workshopCtrl a {
	font-size: 16px;
	font-weight: 400;
	color: #7e7e7e;
}

.workshopCtrl {
	background: #f4f4f4;
	padding: 90px 0 10px;
}

.workshopCtrl a {
	display: block;
	text-decoration: none;
}

.workshopCtrl .siteHeader {
	margin-bottom: 65px;
}

.latestBlog .siteHeader {
	text-align: left;
	width: 100%;
}

.latestBlog .siteHeader h2 {
	display: inline-block;
}

.latestBlog .siteHeader p {
	width: 100%;
}

.addressWrap {
	margin-bottom: 65px;
	width: 84%;
	padding-left: 20px;
}

.addressWrap h4 {
	position: relative;
}

.addressWrap h4:before {
	position: absolute;
	content: "";
	width: 23px;
	height: 32px;
	top: -5px;
	left: -35px;
	background: url(../images/locationIcon.png) center center no-repeat;
	background-size: 95%;
}

.latestBlog .siteHeader .borderSeprator {
	background: #fff;
	margin: 18px 0 45px;
}

.latestBlog .siteHeader .borderSeprator:before {
	left: auto;
	right: -28px;
}

.latestBlog .siteHeader a {
	font-size: 11px;
	font-weight: 800;
	background: #fff;
	padding: 15px 0;
	color: #2a4f79;
	display: inline-block;
	letter-spacing: 0.5px;
	max-width: 110px;
	text-align: center;
	margin-top: 50px;
}

.latestBlog .column1 {
	display: flex;
	overflow: hidden;
	width: 35%;
	background: #2a4f79;
	color: #fff;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 30px 0 45px;
	position: relative;
}


/*.latestBlog .column1:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid green;
    right: -22px;
    z-index: 999999;
}*/

.latestBlog .column2 {
	width: 65%;
}

.columnOuterCtrl {
	overflow: hidden;
	display: flex;
}

.columnOuterCtrl a {
	position: relative;
}

.blogDetails {
	display: none;
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	content: "";
	width: 90%;
	height: auto;
	z-index: 9;
}

.columnOuterCtrl a:hover .blogDetails {
	display: block;
}

.columnOuterCtrl a:hover::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 40%);
	left: 0;
	top: 0;
}

.blogOuterWrap {
	display: flex;
}

.latestBlog a {
	display: inline-block;
	width: 100%;
}

.blogOuterWrap a {
	color: #fff;
	text-decoration: none;
}

.blogDetails h3 {
	font-size: 20px;
	font-weight: 700;
}

.blogDetails li {
	position: relative;
	font-size: 12px;
	list-style: none;
	display: inline-block;
	padding-left: 25px;
	margin-right: 34px;
}

.blogDetails li::before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	left: 0;
	top: 0;
}

.blogDetails li.bDate::before {
	background: url(../images/bcalndr.png) center center no-repeat;
	background-size: 95%;
}

.blogDetails li.bcomment::before {
	background: url(../images/bComment.png) center center no-repeat;
	background-size: 100%;
}

.testimonials .item {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.testimonials .testiImg {
	max-width: 250px;
	margin-right: 90px;
	position: relative;
}

.testiPhrase h4, .testiPhrase h4 p {
	font-size: 20px;
	font-weight: 800;
	font-style: italic;
	margin-bottom: 25px;
	line-height: 35px;
}

.testiPhrase h6 {
	padding-top: 32px;
	font-size: 16px;
	font-weight: 800;
	position: relative;
}

.testiPhrase h6 small {
	font-size: 13px;
	font-weight: 500;
}

.testimonials {
	background: #fff;
	padding: 80px 0 60px;
}

.testiPhrase {
	width: 61%;
}

.testiPhrase h6:before {
	position: absolute;
	content: "";
	width: 100px;
	height: 4px;
	background: #e15522;
	left: 0;
	top: 0;
}

.testimonials .testiImg:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
}

.testimonials .testiImg:before {
	position: absolute;
	content: "";
	top: -40px;
	right: -39px;
	background: url(../images/testiQuotes.png) center center no-repeat;
	background-size: 35%;
	background-color: #fff;
	width: 82px;
	height: 82px;
	box-shadow: 0 0 10px 2px rgb(153 153 153 / 50%);
}

.testimonials .testiImg:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid #333;
	border-right: 15px solid transparent;
	transform: rotate( -90deg);
	right: 28px;
	top: 28px;
}

.testimonials .owl-theme .owl-dots {
	margin-top: 80px !important;
}

footer {
	background: #222222;
	text-align: center;
	color: #777777;
	padding: 35px 0 50px;
}

footer a {
	text-decoration: none;
	color: #fff;
}

.fooMenu li {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding: 0 15px;
}

.copyRight {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	margin-top: 25px;
}

.socialIconCtrl {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.socialIconCtrl li {
	display: inline-block;
	list-style: none;
}

.socialIconCtrl li a {
	display: flex;
	width: 35px;
	height: 35px;
	border: 1px solid #777777;
	justify-content: center;
	align-items: center;
	margin: 0 2px;
}

.socialIconCtrl li a img {
	max-width: 14px;
}

.copyRight a {
	display: inline-block;
	margin-left: 3px;
}

.mobileMenu {
	display: none;
}

@media (min-width: 992px) and (max-width: 1250.98px) {
	.latestBlog .siteHeader a {
		margin-top: 25px;
	}
	.addressWrap {
		padding-left: 40px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1198px;
	}
	.hero-text {
		left: 170px;
	}
	.mServiceBox {
		margin: 0 3px;
	}
	.mainProducts {
		padding: 0 14px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.blogOuterWrap {
		display: inherit;
	}
	.hero-text {
		left: 40px;
	}
	.latestBlog .column2 {
		width: 100%;
		display: flex;
	}
	.latestBlog .column1 {
		padding: 50px 0;
		width: 100%;
	}
	.latestBlog .siteHeader {
		width: 60%;
		text-align: center;
	}
	.latestBlog .siteHeader .borderSeprator {
		background: #fff;
		margin: 20px auto 45px;
	}
	.mainLogo img {
    max-width: 100px;
}
.nav-xbootstrap li a {
    padding:0 7px 0;
    font-size: 14px;
    }
    .quoteBtn a {
    font-size: 14px;
    padding: 6px 8px;
    margin-left: 4px;
}
.topPartnerLogos ul li {
    display: inline-block;
    width: 35px;
}
	.mainProducts:before {
    width: 50%;
    right: 12px; 
	}
}

@media (max-width: 991.98px) {
	header {
		position: relative;
	}
	.mobileMenu {
		display: block;
	}
	.mobileMenu button {
		width: 55px;
		background: #e15522;
	}
	.lines-button {
		position: relative;
		float: right;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 96px;
		height: 45px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	.lines-button:focus {
		outline: none;
	}
	.lines-button span {
		display: block;
		position: absolute;
		left: 13px;
		right: 18px;
		width: 30px;
		height: 3px;
		background: white;
		border-radius: 0.57143rem;
	}
	.lines-button span::before,
	.lines-button span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
		border-radius: 0.57143rem;
		content: "";
	}
	.lines-button span::before {
		top: -11px;
	}
	.lines-button span::after {
		bottom: -11px;
	}
	.lines {
		background: none;
	}
	.lines span {
		-webkit-transition: background 0s 0.3s;
		transition: background 0s 0.3s;
	}
	.lines span::before,
	.lines span::after {
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0s;
		transition-delay: 0.3s, 0s;
	}
	.lines span::before {
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}
	.lines span::after {
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}
	.lines.close span {
		background: none;
	}
	.lines.close span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.lines.close span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.lines.close span::before,
	.lines.close span::after {
		-webkit-transition-delay: 0s, 0.3s;
		transition-delay: 0s, 0.3s;
	}
	.mobileMenuCtrl .mainLogo img {
		width: 220px;
	}
	.mainBannerPhrase {
		z-index: 20;
	}
	.mobileMenuCtrl {
		display: block;
	}
	.headerOuterWrap {
		display: none;
	}
	.mobileMenuCtrl {
		display: flex;
		align-items: center;
	}
	.mobileMenu {
		position: absolute;
		right: 11px;
		bottom: 13px;
	}
	.topPartnerLogos {
		position: relative;
		top: -30px;
	}
	.mainLogo img {
		max-width: 100px;
	}
	.nav-xbootstrap {
		display: none;
	}
	.bServiceList {
		width: 100%;
		margin-left: unset;
	}
	.latestBlog .column1 {
		display: inherit;
		width: 100%;
	}
	.latestBlog .column2 {
		width: 100%;
	}
	.blogOuterWrap {
		display: inherit;
	}
	.latestBlog .siteHeader a {
		display: table;
		text-align: center;
		margin: 45px auto 30px;
	}
	.latestBlog .column1 {
		text-align: center;
		padding: 50px 30px 35px;
	}
	.latestBlog .siteHeader p {
		text-align: center;
	}
	.latestBlog .siteHeader h2 {
		display: table;
		text-align: center;
	}
	.latestBlog .siteHeader .borderSeprator {
		margin: 22px auto 45px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.topPartnerLogos ul li {
		width: 40px;
	}
	.mobileMenu {
		position: absolute;
		right: 37px;
	}
	.hero-text h1 {
		letter-spacing: 1px;
		color: #fff;
		font-size: 35px;
	}
	.hero-text h1 small {
		letter-spacing: 1px;
		font-size: 22px;
	}
	.hero-text p {
		width: 84%;
	}
	.hero-text {
		top: 9%;
		left: 50px;
	}
	.sliderBtnWrap a {
		height: 55px;
	}
}

@media (max-width: 767.98px) {
	.single-hs-item {
		height: 650px;
	}
	.hero-text h1 {
		font-size: 30px;
		letter-spacing: 1px;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.hero-text p {
		font-size: 15px;
		margin-bottom: 25px;
	}
	.mainBanner .owl-carousel .owl-nav button.owl-next {
		top: auto;
		margin: 0;
		bottom: 0px;
	}
	.mainBanner .owl-carousel .owl-nav button.owl-prev {
		top: auto;
		margin: 0;
		bottom: 0px;
	}
	.mainServices {
		margin-top: unset;
		padding-top: 100px;
	}
	.hero-text p {
		color: #fff;
		width: 100%;
	}
	.hero-text {
		padding-top: 20px;
		position: unset;
		text-align: center;
	}
	.hero-text h1:before {
		left: 50%;
		transform: translateX(-50%);
	}
	.hero-text h1 small {
		letter-spacing: 1px;
		font-size: 19px;
		margin-bottom: 5px;
	}
	.hero-text h1:after {
		left: 107px;
	}
	body,
	html {
		width: 100%!important;
		max-width: 100%!important;
		overflow-x: hidden !important;
	}
	.sliderBtnWrap {
		margin: 0 auto;
		display: table;
	}
	.sliderBtnWrap a {
		margin: 8px 0;
	}
	.mainServices [class*=col-] {
		margin-bottom: 100px;
	}
	.mainServices [class*=col-]:last-child {
		margin-bottom: 0;
	}
	.mainServices .siteHeader {
		padding-top: 80px;
	}
	.mainProducts:before {
		width: 94%;
		right: unset;
		left: 12px;
	}
	.mainProducts .proDetail {
		right: unset;
		width: 80%;
		left: 36%;
	}
	.mainServices .mainProducts {
		margin-bottom: 20px;
	}
	.productListingCaro {
		margin: 0 auto;
		text-align: center;
	}
	.addressWrap {
		margin-bottom: 65px;
		width: 100%;
		padding-left: 42px;
	}
	.testimonials .item {
		display: inherit;
	}
	.testimonials .testiImg {
		margin: 0 auto 30px;
	}
	.testiPhrase {
		width: 85%;
		margin: 0 auto;
		text-align: center;
	}
	.testiPhrase h6:before {
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
	.testimonials .owl-theme .owl-dots {
		margin-top: 50px !important;
	}
	.fooMenu li {
		width: 49%;
		vertical-align: top;
	}
	.copyRight {
		display: inherit;
	}
	.socialIconCtrl {
		display: flex;
		margin: 30px auto 0;
		justify-content: center;
	}
	.topPartnerLogos ul li {
		width: 18%;
	}
	.topPartnerLogos ul {
		text-align: right;
	}
}

@media (max-width: 575.98px) {
	.proDetail h3 {
    font-size: 24px; 
	}
	.mainProducts .proDetail h3 {
    width: 45%;
}
}

@media (min-width: 320px) and (max-width: 413.98px) {
.hero-text h1:after {
    left: 60px;
}
}
@media (min-width: 320px) and (max-width: 359.98px) {
	.mainProducts:before {
		width: 92%;
	}
}