/** Shopify CDN: Minification failed

Line 353:0 Unexpected ".4box"
Line 394:8 Expected identifier but found "{"

**/
.overflow-hidden{
	overflow: hidden;
}
.about-us{
	display: flex;
	align-items: center;
	padding: 112px 64px;
	gap: 80px;
}

.about-us-content {
  max-width: 610px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.about-us-content h1 {
	font-weight: 700;
	font-size: 56px;
	color: #FFFFFF;
	line-height: 120%;
}
.about-us-content p {
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
}

.about-us-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 24px !important;
	gap: 8px;
	background: #FF123A !important;
	border: 1px solid #FF123A !important;
	border-radius: 54px !important;
	color: #FFFFFF !important;
	width: auto !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.top-btn-section{
	display: flex;
  justify-content: center;
  margin-top: 32px;
}

.about-us-btn:hover{
	background: #FF123A !important;
	border: 1px solid #FF123A !important;
}

.top-section{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	margin: 112px 0px 80px;
}

.first-peregraph{
	font-weight: 700;
	font-size: 16px;
	color: #000000;
}

.second-peregraph{
	font-weight: 700;
	font-size: 48px;
	color: #000000;
	margin: 0;
}

.third-peregraph{
	font-weight: 700;
	font-size: 48px;
	color: #FF123A;
	margin-top: -10px;
}

.about-desc{
	font-style: normal;
	font-weight: 600 !important;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 32px;
}

.about-us-img{
	width: 100%;
	object-fit: cover;
}

.what-we-offer{
	margin:112px 0;
	margin-bottom: 0px;
	padding:112px 0;
}

.what-we-offer .main-title{
	font-style: normal;
	font-weight: 700 !important;
	font-size: 48px !important;
	text-align: center !important;
	color: #FFFFFF !important;
	margin-bottom: 80px;
}

.what-we-offer .title{
	font-style: normal;
	font-weight: 700;
	font-size:32px;
	color: #FFFFFF;
	margin-top: 24px;
}

.what-we-offer .desc{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
}
.brand-layer-1{
	position: relative;
	z-index: -9999;
	margin-top: -15%;
	margin-bottom: 50px;
}
.overlay{
	position: absolute;
    z-index: -8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.profile-details{
	color: #000;
	width: 62%;
}
.profile-details h3 {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    line-height: 120%;
}

.profile-details h4{
	font-size: 24px;
    color: #FF123A;
    font-weight: 700;
    margin-top: 34px;
}
.profile-details p{
	 font-weight: 600;
    font-size:18px;
    line-height: 150%;
}
.brand-social-icons i{
	font-size: 32px;
	padding: 22px 8px;
}
section.action-slider {
    margin-bottom: 112px;
    overflow: hidden;
}
.action-slider h2{
	font-weight: 700;
    font-size: 40px;
    color: #000000;
    line-height: 120%;
    margin-top: 92px;
    margin-bottom: 40px;
}
.brand-image-3{position: absolute;right: 0}

.slider-container {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: visible;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider img {
  width: 100%;
  min-width: 416px;
  height: 416px;
  object-fit: cover;
  margin-right: 32px;
 
}

.navigation {
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.navigation button {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
}

.dots {
    text-align: left;
    margin-top: 48px;
}

.dots span {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dots .active {
  background-color: #333;
}



/* kart css*/
.kart-detials{width: 88%;gap: 32px;display: grid;}
.custom-kart-details{
	display: inline;
}
.custom-kart-details h6{
	color: #000000 !important;
}
.kart-detials h6 b{
	color: #000000;
}
.kart-detials h3{
	font-size: 48px;
}
.kart-detials h5{
	font-size: 32px;
	font-weight: 700;
}
.kart-detials h6{
	font-size: 20px;
}
.kart-detials ul li{
	font-size: 18px;
    font-weight: 600;
}
.gap-16{gap: 16px;}
.gap-24{gap: 24px;}
.gap-26{gap: 26px;}
.gap-80{gap: 80px;}
.py-112{padding: 112px 0;}
.py-60{padding: 60px 0;}
.mt-8{
	margin-top: 80px;
}
.pt-80{
	padding-top: 80px;
}
.border-radius-4{
	border-radius: 4px !important;
}
.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
}

.step-circle {
		width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #070707;
    border: 10px solid #fff;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    color: #070707;
}
.step-circle span{
	width: max-content;
    position: absolute;
    top: -30px;
    font-size: 24px;
    font-weight: 700;
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #007bff;
  z-index: -1;
}
.step-img-height{
	height: 640px;
}
.pr-64{
	padding-right: 64px;
}
.progress-bar{
	background-color: #FF123A !important;
	display: block !important;
    height: 3px;
}

.custom-progress-bar{
	background-color: #FF123A !important;
}

#multi-step-form{
  overflow-x: hidden;
}

@media (max-width: 767px){
	.about-us-content h1{font-size: 30px}
	.brand-profile{height: 350px !important; margin-top: 48px;}
	.profile-details {width: 100%;padding: 20px;}
	.slider img{min-width: 250px;
    height: 250px;}
}
.4box h3, .4box p{
	text-align: left !important;
}
.feature-box h3, .feature-box p{
	text-align: left !important;
}
.feature-box h3{
	font-size: 24px;
}
.feature-box p{
	font-size: 14px;
}
.feature-box img{
	width: 71px;
    height: 72px;
}
.feature-box-2 p{
	text-align: center;
}
.feature-box-2 h3{
    color: white !important;
}

.pt-80{padding-top: 80px}

@media (max-width: 767px){
	.about-us-content h1{font-size: 30px}
	.brand-profile{height: 350px !important; margin-top: 48px;}
	.profile-details {width: 100%;padding: 0px;}
	.slider img{min-width: 250px;height: 250px;}
	.m-p-0{padding: 0 !important}
	.m-w-100{width: 100% !important;}
	.m-mt-48{margin-top: 48px;}
	.m-mb-48{margin-bottom: 48px;}
	.profile-details p{width: 100% !important;}
	section.action-slider{margin-bottom: 48px;}
	.m-gap-40{gap: 40px}
	.container{padding: 0 20px !important}
	.step .container, .action-slider .m-p-0 {padding: 0px !important}
	.step-container{padding: 0 12px !important}
	.m-py-48{padding: 48px 0 !important}
	.m-p-0.{padding: 0px !important;}
	.m-pr-0{padding-right: 0px !important;}
	.m-mb-12{margin-bottom: 12px !important;}
	.m-mb-15{margin-bottom: 15px !important;}
}