body{
    background: #101115;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}
a, a:hover {
    color: #A6A7A7;
}
@font-face {
    font-family: 'Marsden Narrow';
    src: url('../fonts/Marsden-Nr-Light.eot');
    src: url('../fonts/Marsden-Nr-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Marsden-Nr-Light.woff2') format('woff2'),
        url('../fonts/Marsden-Nr-Light.woff') format('woff'),
        url('../fonts/Marsden-Nr-Light.ttf') format('truetype'),
        url('../fonts/Marsden-Nr-Light.svg#Marsden-Nr-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Bold.ttf') format('truetype'),
        url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueRegular.eot');
    src: url('../fonts/HelveticaNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueRegular.woff2') format('woff2'),
        url('../fonts/HelveticaNeueRegular.woff') format('woff'),
        url('../fonts/HelveticaNeueRegular.ttf') format('truetype'),
        url('../fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueMedium.eot');
    src: url('../fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('../fonts/HelveticaNeueMedium.woff') format('woff'),
        url('../fonts/HelveticaNeueMedium.ttf') format('truetype'),
        url('../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.header{
    min-height: 80px;
    background: #101115;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logo {
    text-align: center;
}
.left-menu{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
}


.services-section {
    padding: 33px 0 60px 0;
    position: relative;
}
.full-title {
    position: relative;
}
.full-title p {
    color: #8F8E8E;
    font-family: Inter;
    font-size: 22.81px;
    font-style: normal;
    font-weight: 400;
    line-height: 35.997px;
    text-align: left;
    margin-bottom: 48px;
    overflow: hidden;
    opacity: 1;
}
.all-common-title{
    background: linear-gradient(180deg, rgba(187, 187, 187, 0.13) 0%, rgba(187, 187, 187, 0.00) 100%);
    height: 74px;
    color: #D7D7D7;
    font-family: 'Marsden Narrow';
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 65.08px;
    text-transform: uppercase;
    max-width: 400px;
    width: 100%;
    transform: skew(30deg);
    padding-left: 74px;
    padding-right: 74px;
    position: absolute;
    top: 52px;
    text-align: left;
}
.all-common-title span{
    transform: skew(-30deg);
    display: block;
}
.big-title {
    font-size: 174px;
    font-style: normal;
    font-weight: bold;
    line-height: 228.896px;
    text-transform: uppercase;
    /* -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 3.91px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.07); */
  /* Transparent text stroke */
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 3.91px;

/* Text color */
color: #101115;

/* Background gradient */
background: linear-gradient(270deg, #212226 44.08%, rgba(217, 217, 217, 0.00) 85%);

/* Apply the background gradient to the text */
-webkit-background-clip: text;
background-clip: text;

/* Background color */
/* Add a background color behind the text */
background-color: #101115;

    text-align: right;
    font-family: 'Helvetica';
}

.service-list-wrap, .sevices_more {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}
.sevices_more{
	margin-bottom : 35px;
}
.service-list-wrap .service-list {
    width: calc(50% - 17.5px);
    text-decoration: none;
    height: 600px;
    position: relative;
    background: #000001;
    border: 0;
}
.service-list-wrap .service-list h4 {
    color: #D7D7D7;
     font-family: 'Helvetica';
    font-size: 28.01px;
    font-style: normal;
    font-weight: 700;
    line-height: 41.139px;
    margin-bottom: 9px;
}

.service-list-wrap .service-list .service-image img{
    width: 100%;
    height: auto;
}
.service-list-wrap .service-list{
    overflow: hidden;
    opacity: 0;
    transform: scale(0.8);
}
.service-list-wrap .service-list .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#more .service-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #101115 41.73%, rgba(16, 17, 21, 0.00) 121.14%)
}
.service-list-wrap .service-list .service-list-content {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.00) 63%);
    box-shadow: 0px 8.32298px 18.72671px -6.24224px rgba(24, 39, 75, 0.12), 0px 4.16149px 4.16149px 0px rgba(0, 0, 0, 0.25);
    height: 340px;
    padding: 65px 37px;
    position: absolute;
    bottom: 0;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient( to top, #7D7B7D, rgba(0, 0, 0, 0) ) 1 20%;
    border-top: 0;
}
.service-list-wrap .service-list .service-list-content p {
    color: #8F8E8E;
    font-family: Inter;
    font-size: 22.81px;
    font-style: normal;
    font-weight: 400;
    line-height: 35.997px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
}
.book-appoinment {
    border: 1px solid #747474;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    max-width: max-content;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A6A7A7;
    font-size: 20.114px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    gap: 14px;
    padding-left: 25px;
    padding-right: 25px;
    transition: color 0.3s ease-in-out,background-color 0.3s ease-in-out;
	font-family: 'HelveticaNeue';
}
.book-appoinment:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #101115;
}
.book-appoinment:hover svg path{
    stroke:#101115 ;
 }

.view-more-detail {
    display: flex;
    gap: 35px;
    position: relative;
}
.view-more-list {
    position: relative;
    width: calc(50% - 17.5px);
}
.view-more-list{
    overflow: hidden;
    opacity: 0;
    transform: scale(0.8);
}
.view-more-list img{
    width: 100%;
    height: auto;
}
.view-more-detail:after {
    position: absolute;
    bottom: 0;
    content: "";
    background: linear-gradient(0deg, #101115 60.73%, rgba(16, 17, 21, 0.00) 121.14%);
    height: 200px;
    width: 100%;
}
.view-more-detail-button {
    text-align: center;
    border: 1px solid #747474;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    max-width: max-content;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #8F8E8E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 1;
    gap: 14px;
    padding-left: 25px;
    padding-right: 25px;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    text-decoration: none;
    transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
	font-family: 'Helvetica';
}
.view-more-detail-button:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #101115;
}
.view-more-detail-button:hover svg path{
    stroke:#101115 ;
 }

.leading-section .all-common-title {
    max-width: 560px;
    padding-left: 62px;
    padding-right: 62px;
    top: 0;
}
.leading-section .full-title {
    margin-bottom: 10px;
}
.leading-section .big-title {
    text-align: left;
    background: linear-gradient(92deg, #212226 44.08%, rgba(217, 217, 217, 0.00) 66%);
    -webkit-background-clip: text;
    background-clip: text;
    background-color: #101115;
}
.leading-section .full-title p{
    max-width: 534px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}
.comapny-leading{
    opacity: 1;
}
.comapny-leading h4 {
    color: #D7D7D7;
    font-family: Marsden Narrow;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 65.077px;
}
.comapny-leading p {
    color: #8F8E8E;
    font-family: Inter;
    font-size: 22.81px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 40px;
}
.comapny-leading ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 45px;
}
.comapny-leading ul li {
    color: #D9D9D9;
    font-family: 'Helvetica';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tining-section {
    margin-bottom: 110px;
}
.tining-section .all-common-title{
  max-width: 706px;
}
.tining-section .big-title{
    background: linear-gradient(270deg, #212226 44.08%, rgba(217, 217, 217, 0.00) 52%);
    -webkit-background-clip: text;
    background-clip: text;
    background-color: #101115;
}
.leading_sva{
    position: relative;
}
.leading_sva > img {
    max-width: 636px;
    width: 100%;
    height: auto;
}
.leading_sva_car {
    position: absolute;
    bottom: -106px;
    right: 0;
}

.power-pack-section {
    position: relative;
   
}
.power-pack-image img{
    width: 100%;
    height: auto;
    transform: scale(0.8);
    opacity: 0.8;
    filter: 'blur(10px)'
}
.power-pack-section .power-pack-content {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 100%;
}
.power-pack-content{
    opacity: 0;
}
.power-pack-section .power-pack-content .col-md-12{
    max-width: 730px;
    margin-left: auto;
}
.power-pack-content .power-pack-txt {
    color: #8F8E8E;
    text-align: right;
    font-family: Inter;
    font-size: 22.81px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-top: 37px;
    margin-bottom: 33px;
}
.power-pack-content .book-appoinment {
    margin-left: auto;
}
.power-pack-content .save-titling {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.47);
    text-align: right;
     font-family: 'Helvetica';
    font-size: 51.519px;
    font-style: normal;
    font-weight: 700;
    line-height: 63.321px;
    text-transform: uppercase;
    position: absolute;
    bottom: 61px;
    right: 0;
}


.sva-detailing-image img{
    width: 100%;
    height: auto;
}

.sva-detailing-section{
    position: relative;
    margin-bottom: 82px;
}
.sva-detailing-section .car-bottom {
    position: absolute;
    bottom: -162px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 774px;
    width: 100%;
}
.sva-detailing-section .car-bottom img{
    max-width: 100%;
    height: auto;
}
.sva-detailing-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.sva-detailing-content .full-title p{
    max-width: 656px;
    right: 0px;
    top: 57px;
    position: absolute;
    color: #8F8E8E;
    text-align: right;
    font-family: Inter;
    font-size: 22.81px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.sva-detailing-content .big-title {
    font-family: Poppins;
    font-size: 203.999px;
    font-style: normal;
    font-weight: 700;
    line-height: 250.734px;
    text-transform: uppercase;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.47);
    margin-top: 284px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
    color: transparent;
    -webkit-text-stroke-color: rgb(124 124 124);
    background-image: linear-gradient(180deg, #080808 25.08%, rgba(217, 217, 217, 0.00) 100%);
    -webkit-text-stroke-width: 2px;
}
.about-section .big-title{
    background: linear-gradient(270deg, #212226 67.08%, rgba(217, 217, 217, 0.00) 76%);
    -webkit-background-clip: text;
    background-clip: text;
    background-color: #101115;
}
.read-wrap {
    display: flex;
    margin-bottom: 57px;
    gap: 21px;
}
.read-wrap .read-btn {
    border: 1.04px solid #747474;
    box-shadow: 0px 8.32298px 18.72671px -6.24224px rgba(24, 39, 75, 0.12), 0px 4.16149px 4.16149px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20.807453155517578px);
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    gap: 14px;
    color: #A6A7A7;
   font-family: 'HelveticaNeue';
    font-size: 20.807px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
}
.read-wrap .contact-btn {
    border: 1.04px solid #747474;
    background: #F8F8F8;
    box-shadow: 0px 8.32298px 18.72671px -6.24224px rgba(24, 39, 75, 0.12), 0px 4.16149px 4.16149px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20.807453155517578px);
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    gap: 14px;
    color: #101115;
    font-family: 'HelveticaNeue';
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
text-decoration: none;
font-size: 20.807px;
transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
}
.read-wrap .read-btn:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #101115;
}
.read-wrap .read-btn:hover svg path{
    stroke:#101115 ;
 }
.read-wrap .contact-btn:hover{
    background: #101115;
    border: 1px solid #A6A7A7;
    color: #A6A7A7;
}
.read-wrap .contact-btn:hover svg path{
    stroke:#A6A7A7 ;
 }
 .line-section {
    margin: 20px 0;
}

.work-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 50px;
    margin-top: 30px;
}
.work-gallery .work-image {
    position: relative;
    overflow: hidden;
}
.work-gallery .work-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.work-gallery .work-image:hover img, .work-gallery .work-image:focus img {
    transform: scale(1.2);
}
.work-gallery .work-image:hover::after, .work-gallery .work-image:focus::after {
    visibility: visible;
    opacity: 1;
    /* background-color: rgba(0, 0, 0, 0.70); */
}

.work-gallery .work-image::after {
    content: "";
    position: absolute;
    display: block;
    /* background-color: rgba(0, 0, 0, 0.30); */
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.5s, opacity 0.5s;
}


.work-gallery .work-image span{
    color: #D7D7D7;
     font-family: 'Helvetica';
    font-size: 28.01px;
    font-style: normal;
    font-weight: 700;
    line-height: 41.139px;
    position: absolute;
    left: 17px;
    bottom: 16px;
    z-index: 1;
}
.work-gallery .work-image.fifth {
    position: absolute;
    right: 0px;
    max-width: 337px;
    width: 100%;
    height: 498px;
    line-height: 0;
    overflow: hidden;
}
.work-gallery .work-image.first {
    max-width: 464px;
    width: 100%;
}
.work-gallery .work-image.second {
    max-width: 338px;
    width: 100%;
}
.work-gallery .work-image.third {
    max-width: 333px;
    width: 100%;
}
.work-gallery .work-image.fourth {
    max-width: 469px;
    width: 100%;
}
.gallery-btn{
    justify-content: center;
}
.appoinment-section {
    min-height: 850px;
    position: relative;
    overflow: hidden;
}
.appoinment-section .all-common-title {
    max-width: 797px;
}
.appointment-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.appointment-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.appointment-image img{
    transform: scale(0.95);
  opacity: 0.95;
}
.online-form .col-form-label {
    color: #EAEAEA;
    font-family: 'Helvetica';
    font-size: 22.81px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}
.text-field .form-control {
    color: #6D6D6D;
    font-family: Inter;
    font-size: 22.81px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
    height: 50px;
    border: 0;
    outline: none;
    box-shadow: none;
    padding: 5px 0 5px 37px;
}
.select-field{
    padding: 0 0 0 37px;
}
.select-field select{
    color: #6D6D6D;
    font-family: Inter;
    font-size: 22.81px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
    height: 50px;
    border: 0;
    outline: none;
    box-shadow: none;
}
.online-form .btn-primary {
    border: 1.04px solid #747474;
    background: #F8F8F8;
    box-shadow: 0px 8.32298px 18.72671px -6.24224px rgba(24, 39, 75, 0.12), 0px 4.16149px 4.16149px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20.807453155517578px);
    height: 52px;
    color: #676767;
   font-family: 'HelveticaNeue';
    font-size: 20.807px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 373px;
    width: 100%;
    border-radius: 0;
    margin-top: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-left: auto;
    margin-right: auto;
    transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
}
.online-form .btn-primary:hover{
    background: transparent;
    border: 1px solid #A6A7A7;
    color: #A6A7A7;
}
.online-form .btn-primary:hover svg path{
    stroke:#A6A7A7 ;
 }
.select-field, .text-field{
   position: relative;
}
.all-icon {
    position: absolute;
    left: 0;
    top: 47%;
    transform: translateY(-50%);
}
.online-form .col-md-6 {
    margin-bottom: 37px;
}
.text-field, .select-field {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #727272, transparent); /* Fix the typo here */
    border-image-slice: 1;
}
.footer-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 134px;
    align-items: center;
    gap: 80px;
}
.footer-ul li a {
    color: #515151;
     font-family: 'Helvetica';
    font-size: 22.81px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
}
.about-left{
    margin-left: auto;
}
.footer-logo {
    text-align: center;
}

.footer-social ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    gap: 6px;
}
.footer-social ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #515151;
    border: 1px solid #515151;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.footer-section {
    position: relative;
}
.footer-logo a {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    max-width: 160px;
    width: 100%;
    top: 48px;
    transform: translateY(-50%);
}
.brand-section {
    margin-bottom: 21px;
}
.brand-content{
    background: #141719;
}
.regular .slick-slide > div {
    width: 100%;
}
.regular img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: color-burn !important;
}
.main-slider .slick-prev {
    left: inherit;
    bottom: 16px;
    top: inherit;
    right: 388px;
    width: auto;
    height: auto;
    z-index: 1;
    color: #fff;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main-slider .slick-next {
    right: 330px;
    top: inherit;
    bottom: 16px;
    width: auto;
    height: auto;
    z-index: 1;
    color: #F1F1F1;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main-slider .slick-prev:before, 
.main-slider .slick-next:before{
   display: none;
}
.main-slider .slick-prev:before {
    display: inline-block;
    width: 20px;
    height: 23px;
    position: absolute;
    content: "/";
    right: -22px;
    margin-top: -2px;
}
.main-slider .slick-next:before{
    display: inline-block;
    width: 223px;
    height: 70px;
    background: rgba(187, 187, 187, 0.13);
    position: absolute;
    bottom: -26px;
    left: -140px;
    right: 0;
    font-size: 0;
    transform: skew(30deg);
}
.slider-banner .slick-dots {
    bottom: 24px;
    right: 70px;
    width: auto;
    z-index: 1;
}
.slider-banner .slick-dots:before{
    background: red;
    content: "";
}
.main-slider{
    height: 100%;
}
.slider-banner {
    width: 100%;
    position: relative;
    height: calc(100vh - 80px);
    overflow: hidden;
}
.slider-banner .container{
    position: absolute;
    top: 0;
    height: calc(100vh - 80px);
    left: 0;
    right: 0;
}
.slider-banner .slick-slide{
    position: relative;
}
.slider-banner .slider-banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 758px;
    width: 100%;
}
.slider-banner-text-inner{
    opacity: 0;
}

.slider-banner img{
    max-width: 100%;
    height: auto;
    width: 100%;
}
.slider-banner .slider-banner-text h6 {
    color: #A6A6A7;
     font-family: 'Helvetica';
    font-size: 19.47px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 8.177px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.main-slider .slick-dots li a {
    color: #F1F1F1;
    font-size: 17.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.main-slider .slick-dots li.slick-active a {
    font-weight: 700;
}
.slider-banner .slider-banner-text h2 {
    color: #D7D7D7;
    font-size: 52.947px;
    font-style: normal;
    font-weight: 800;
    line-height: 65.077px;
    letter-spacing: 0.529px;
    text-transform: uppercase;
    margin-bottom: 30px;
	font-family: "Roboto", sans-serif;
}
.slider-banner .slider-banner-text p {
    color: #BDBDBD;
     font-family: 'Helvetica';
    font-size: 23.904px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.6px;
    margin-bottom: 30px;
}
.slider-banner .slider-banner-text a{
    border: 1px solid #747474;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    max-width: max-content;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A6A7A7;
    font-size: 20.114px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    gap: 14px;
    padding-left: 25px;
    padding-right: 25px;
    transition: color 0.3s ease-in-out,background-color 0.3s ease-in-out;
	 font-family: 'HelveticaNeue';
}
.slider-banner .slider-banner-text a:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #101115;
}
.slider-banner .slider-banner-text a:hover svg path{
   stroke:#101115 ;
}
.slider-banner svg{
    position: relative;
    top: 2px;
}
.main-slider:after {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 30.16%, rgba(255, 255, 255, 0.00) 65.86%);
box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(20px);
    width: 100%;
    height: 70px;
    bottom: 0;
    position: absolute;
    opacity: 0.2;
}
.slider-banner .slick-dots:before {
    background: rgb(114,114,114);
    background: linear-gradient(90deg, rgba(114,114,114,1) 0%, rgba(255,255,255,0) 100%);
    content: "";
    height: 2px;
    width: 154px;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 66px;
}
.slider-banner .slick-dots li{
    margin: 0 8px;
}
.slider-banner .slick-dots li.slick-active:after{
    background: #F1F1F1;
}
.slider-banner .slick-dots li:after {
    background: transparent;
    content: "";
    width: 30px;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: -165px;
    bottom: 6px;
}
.appoinment-section .big-title{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #141313;
    background: inherit;
    background-clip: inherit;
}
div.bootstrap-timepicker-widget table td input {
    width: 44px;
    font-size: 14px;
}
div.datepicker{
    font-size: 14px;
    font-weight: normal;
}

button#myBtn {
    background-color: transparent;
    color: #fff;
    border: none;
}


.view-more-detail-button:hover #myBtn {
    color: #000;
}
/*
.service-list-wrap .service-list {
	float: left;
	margin-right: 34px;
	border: 1px solid #FFF;
	margin-bottom: 35px;
}
.service-list-wrap .sevices_more
{
	display: inline-block;
	width: 100%;
} */

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
@media (max-width: 1199px){
.slider-banner .slider-banner-text {
    top: 30px;
    transform: none;
}
.service-list-wrap .service-list h4{
font-size: 17.01px;
    line-height: 30.139px;

	}
.service-list-wrap .service-list .service-list-content{
    padding: 5px 22px;
    height: 230px;
	}
.service-list-wrap .service-list{
height: 400px;
	}
.service-list-wrap .service-list .service-list-content p{
font-size: 18.81px;
line-height: 25.997px;
	}
.service-list-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    word-wrap: break-word;
}
    .sva-detailing-section .car-bottom{
        max-width: 554px;
    }
    .sva-detailing-image img {
        height: 624px;
        object-fit: cover;
    }
    .slider-banner{
        height: 428px;
    }
    .slider-banner .slider-banner-text h2{
        font-size: 40px;
        line-height: 60px;
    }
    .slider-banner .slider-banner-text p{
        font-size: 18px;
        line-height: 24px;
    }
    .slider-banner .slider-banner-text a{
        font-size: 18px;
        height: 45px;
    }
    .slider-banner svg {
        top: 0;
    }
    .big-title {
        font-size: 94px;
        line-height: 174px;
    }
    .main-slider.slick-dotted.slick-slider {
        margin-bottom: 0;
    }
   /* .service-list-wrap .service-list {
        width: 100%;
		float: left;
    	margin-right: 34px;
    	border: 1px solid #FFF;
    	margin-bottom: 35px;
    }
	.service-list-wrap .sevices_more
	{
		display: inline-block;
		width: 100%;
	} */
    .view-more-detail {
        flex-wrap: wrap;
    }
    .view-more-list {
        width: 100%;
    }
    .leading-section .full-title p {
        max-width: 100%;
        position: relative;
    }
    .sva-detailing-content .big-title{
        font-size: 120px;
    line-height: 120px;
    }
    .sva-detailing-content .full-title p {
        max-width: 100%;
        top: 136px;
        font-size: 18px;
        line-height: 29px;
    }
    .all-common-title{
        font-size: 36px;
    }
    .leading_sva {
        margin-top: 0;
    }
   
    .leading_sva_car img {
        max-width: 100%;
        height: auto;
    }
    .leading_sva > img {
        max-width: 100%;
    }
    .work-gallery .work-image {
        width: 50% !important;
    max-width: 100% !important;
    height: 250px;
    }
    .work-gallery .work-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .work-gallery .work-image.fifth {
        position: relative;
    }
    .work-gallery .work-image span {
        font-size: 22px;
    }
    .about-left {
        margin-left: inherit;
    }
    .footer-ul {
        display: flex;
        height: auto;
        align-items: flex-start;
        gap: 6px;
        flex-direction: column;
    }
    .footer-ul li a {
        font-size: 18px;
    line-height: 24px;
    }
    .footer-section {
        padding: 20px 0;
    }
    .footer-logo a{
        left: inherit;
    }
    .footer-section .container{
        position: relative;
    }
    .book-appoinment{
		    font-size: 16px;
	}
}

@media (max-width: 767px){
.service-list-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    word-wrap: break-word;
}
    .leading_sva_car{
        bottom: -64px;
        transform: none !important;
    }
    .main-slider .slick-next, .main-slider .slick-prev {
        display: none !important;
    }
    .slider-banner{
        height: calc(100vh - 80px);
    }
    .slider-banner .slick-slide div, .slider-banner .slick-list, 
    .slider-banner .slick-track {
        height: 100%;
    }
    .slider-banner .slick-slide div .container div{
        height: auto;
    }
    .slider-banner .slider-banner-text {
        max-width: 96%;
        margin: auto;
        left: 0;
        right: 0;
        padding-left: 27px;
        padding-right: 27px;
    }
    .big-title {
        font-size: 54px;
        line-height: 70px;
        margin-bottom: 20px;
        padding-top: 32px;
    }
    .all-common-title {
        font-size: 30px;
        top: 0;
        padding-left: 42px;
        height: 50px;
        line-height: 50px;
        max-width: 300px;
        padding-right: 42px;
        margin-left: 10px;
    }
    .service-list-wrap .service-list .service-list-content{
        height: auto;
        padding: 20px 27px 27px;
    }
    .service-list-wrap .service-list h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .service-list-wrap .service-list .service-list-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .book-appoinment{
        height: 44px;
        font-size: 14px;
    }
    .service-list-wrap .service-list{
        height: 444px;
    }
    .leading-section .all-common-title {
        max-width: 100%;
        padding-left: 28px;
        padding-right: 28px;
        top: 0;
        margin-left: 10px;
        width: auto;
    }
    .leading-section .full-title p {
        font-size: 18px;
        line-height: 30px;
    }
    .work-gallery .work-image {
        width: 100% !important;
    }
    .power-pack-image img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .power-pack-content .power-pack-txt {
        font-size: 16px;
        line-height: 24px;
        margin-top: 37px;
        margin-bottom: 20px;
    }
    .power-pack-content .save-titling {
        bottom: 30px;
        font-size: 34px;
        line-height: 50px;
        right: 20px;
    }
    .sva-detailing-section .car-bottom{
        bottom: -70px;
        max-width: 320px;
    }
    .about-section .big-title {
        background: linear-gradient(270deg, #212226 67.08%, rgba(217, 217, 217, 0.00) 98%);
        -webkit-background-clip: text;
    background-clip: text;
    background-color: #101115;
    }
    .sva-detailing-image img {
        width: 100%;
        height: 470px;
        object-fit: cover;
        margin-bottom: 50px;
    }
    .sva-detailing-content .big-title {
        font-size: 60px;
        line-height: 60px;
        margin-top: 258px;
    }
    .sva-detailing-content .full-title p {
        top: 70px;
        font-size: 16px;
        line-height: 24px;
    }
    .full-title p, .comapny-leading p{
        font-size: 16px;
        line-height: 24px;
        padding-left: 27px;
        padding-right: 27px;
    }
    .comapny-leading h4, .comapny-leading ul{
        padding-left: 27px;
        padding-right: 27px;
    }
    .power-pack-content .save-titling{
        padding-left: 27px;
        padding-right: 27px;
    }
    .power-pack-content .book-appoinment{
        margin-right: 27px;
    }
    .line-section svg{
        background: #858687;
        height: 2px;
    }
    .power-pack-content .power-pack-txt{
        padding-left: 27px;
        padding-right: 27px;
    }
    .online-form{
        padding-left: 27px;
        padding-right: 27px;
    }
    .work-gallery .work-image span{
        padding-left: 27px;
        padding-right: 27px;
    }
    .read-wrap{
        padding-left: 27px;
        padding-right: 27px;
    }
    .comapny-leading ul li{
        font-size: 16px;
        line-height: 24px;
    }
    .read-wrap {
        margin-bottom: 50px;
        flex-direction: column;
    }
    .about-section .read-wrap{
        margin-bottom: 0;
    }
    .left-menu{
        display: none;
    }
    .comapny-leading h4 {
        font-size: 26px;
        line-height: 30px;
    }
    .work-gallery .work-image span {
        font-size: 18px;
    }
    .appoinment-section .all-common-title {
        max-width: 80%;
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
        margin-left: 20px;
        font-size: 25px;
        line-height: normal;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-social ul{
        position: relative;
    }
    .footer-logo a {
        top: 90px;
    }
    .read-wrap .read-btn, .read-wrap .contact-btn, 
    .online-form .btn-primary{
        font-size: 16px;
    }
    .online-form .btn-primary{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .online-form .col-form-label {
        font-size: 18px;
        line-height: normal;
    }
    .text-field .form-control, 
    .select-field select{
        font-size: 16px;
    }
    .tining-section .all-common-title {
        max-width: 86%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 20px;
        line-height: normal;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .slider-banner .slider-banner-text p {
        font-size: 18px;
        line-height: 24px;
    }
    .slider-banner .slider-banner-text a {
        font-size: 15px;
        height: 45px;
        max-width: fit-content;
        padding-left: 20px;
        padding-right: 20px;
    }
    .slider-banner .slider-banner-text h2 {
        font-size: 24px;
        line-height: normal;
    }
    .slider-banner img {
        max-width: 100%;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .slider-banner .container {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-section {
        padding: 30px 27px;
    }
    .footer-social {
        margin-bottom: 15px;
    }
	.service-list-wrap .service-list {
        width: 100%;
		float: left;
    	border: 1px solid #FFF;
    	margin-bottom: 35px;
    }
	.slider-banner .slider-banner-text {
		top: 20px;
		transform: none;
	}
}
@media (max-width: 374px){
    .all-common-title {
        font-size: 22px;
    max-width: 250px !important;
    line-height: 30px;
    }
    .book-appoinment {
        font-size: 13px;
    }
}
@media (max-width: 575px){ 
.service-list-wrap .service-list {
        width: 100%;
		float: left;
    	border: 1px solid #FFF;
    	margin-bottom: 35px;
    }
	.service-list-wrap .sevices_more
	{
		display: inline-block;
		width: 100%;
	} 
}
