html {
    overflow-x: hidden;
}

body {
    font-family: 'CabinetGrotesk-Variable';
    font-weight: 400;
    background-color: #151515;
    overflow-x: hidden;
    color: #fff;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: unset;
}

.pri-btn {
    font-size: 22px;
    color: #fff;
    background: #FF0000;
    border: 0.5px solid #FF0000;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: 800;
    min-width: 190px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.pri-btn:hover {
    background: transparent;
    border: 0.5px solid #fff;
}
.pri-btn-sm {
    font-size: 18px;
    color: #fff;
    background: #FF0000;
    border: 0.5px solid #FF0000;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: 700;
    min-width: 190px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.pri-btn-sm:hover {
    background: transparent;
    border: 0.5px solid #fff;
}
.sec-btn {
    font-size: 22px;
    color: #fff;
    background: transparent;
    border: 0.5px solid #fff;
    padding: 15px 15px;
    border-radius: 50px;
    font-weight: 700;
    min-width: 190px;
    height: 56px;  
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.sec-btn:hover {
    background: #FF0000;
    border: 0.5px solid #FF0000;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

button:focus {
    outline: 0;
}

.form-control:focus {
    background-color: unset;
    outline: none;
    border-color: #777;
    color: #fff;
}

::selection {
    color: #000;
    background-color: #fff;
}

::placeholder {
    color: #ccc !important;
}

:-ms-input-placeholder {
    color: #ccc !important;
}

::-ms-input-placeholder {
    color: #ccc !important;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
}

h2 {
    font-size: 36px;
    text-transform: capitalize;
}

p {
    font-size: 18px;
    color: #fff;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn {
    transition: all 0.2s ease-in-out;
}

.btn:hover {
    color: #000;
}


.heading-row {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pri-heading {
    background: #2c1313;
    border-radius: 30px;
    min-width: 190px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 25px;
}


/* header */
header {
    background: #1C1C1C;
}
.home-header {
    background: url('../images/banner-bg.png') no-repeat center center;
    background-size: cover;
}
.home-header .main-nav {
    background: transparent;
}
header .main-nav {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #1C1C1C;
}

header .main-nav .logo img {
    height: 120px;
}
header .main-nav .navbar {
    padding: 0;
    position: unset;
}
.navbar-toggler {
    color: #fff;
    font-size: 28px;
}
header .main-nav .navbar .navbar-nav {
    align-items: center;
}

header .main-nav .navbar .navbar-nav .nav-item {
    position: unset;
}

header .main-nav .navbar .navbar-nav .dropdown-toggle::after {
    display: none;
}

header .main-nav .navbar .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin-right: 35px;
    padding: 55px 0;
    transition: all 0.2s ease-in-out;
}
header .main-nav .navbar .navbar-nav .nav-link:hover {
 color: #FF0000;
}
header .main-nav .navbar .navbar-nav .nav-item.dropdown .nav-link:after {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 8px;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 300ms linear;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: relative;
    top: -2px;
}
header .main-nav .navbar .navbar-nav .cta-btn {
    font-size: 22px;
    color: #fff;
    background: #FF0000;
    padding: 15px 15px;
    border-radius: 50px;
    font-weight: 800;
    margin-left: 60px;
    width: 190px;
    height: 55px;  
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
header .main-nav .navbar .navbar-nav .cta-btn:hover {
    background: transparent;
    border: 1px solid #fff;
}

header .main-nav .navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0px;
}

header .main-nav .navbar .navbar-nav .dropdown:hover .sub-menu {
    display: block
}

header .main-nav .navbar .navbar-nav .dropdown .sub-menu {
    position: absolute;
    width: 100%;
    top: calc(100% - 20px);
    left: 0;
    padding: 20px 10px;
    background: #000;
    box-shadow: 0px 2px 20px rgba(245,245,245,0.2);
    display: none;
    z-index: 11;
}

header .main-nav .navbar .navbar-nav .dropdown .sub-menu .items {
    display: flex;
    flex-wrap: wrap
}

header .main-nav .navbar .navbar-nav .dropdown .sub-menu .items a {
    font-size: 18px !important;
    font-weight: 500 !important;
    width: 25%;
    padding: 8px 0;
    color: #fff;
    transition: all .2s ease-in-out;
}

header .main-nav .navbar .navbar-nav .dropdown .sub-menu .items a:hover {
    color: #FF0000
}





/* banner */
.banner {
    padding: 280px 0 200px;
    text-align: center;
}
.banner h1 {
    font-size: 64px;
    font-weight: 800;
}
.banner h1 span {
    color: #FF0000;
}
.banner p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}
.banner .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}


/* inner-banner */
.inner-banner {
    padding: 50px 0 50px;
    margin-top: 176px;
    background: url('../images/services/service-banner-bg.png') no-repeat center center;
    background-size: cover;
}
.inner-banner .brdcrb {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.inner-banner .brdcrb li {
    margin-left: 16px;
    align-items: center;
    display: flex;
}
.inner-banner .brdcrb li:first-child {
    margin: 0;
}
.inner-banner .brdcrb li:first-child::before {
    display: none;
}
.inner-banner .brdcrb li::before {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 30px;
    background: #FF0000;
    position: relative;
    left: -8px;
}
.inner-banner .brdcrb li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.inner-banner .brdcrb li:last-child a {
    color: #FF0000;
}
.inner-banner h1 {
    font-size: 64px;
    font-weight: 700;
}
.inner-banner .btns {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}




/* marquee-section */
.marquee-section {
    background: #1C1C1C;
}
:root {
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}
.marquee-section .wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}
.marquee-section .marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee-section .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}
.marquee-section .marquee img {
  display: grid;
  place-items: center;
  width: 240px;
  object-fit: contain;
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}


@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}


/* about-us */
.about-us {
    padding: 80px 0;
}
.about-us h2 {
    font-size: 44px;
    color: #FF0000;
}
.about-us p {
    line-height: 22px;
    margin-bottom: 20px;
}


/* stats-section */
.stats-section {
    padding: 40px 0;
}
.stats-section .img-area {
    padding-right: 50px;
}
.stats-section img {
    width: 100%;
    border-radius: 30px;
}
.stats-section .text-area .box {
    border-bottom: 2px solid #fff;
    padding: 45px 0;
}
.stats-section .text-area .box span.number {
    font-size: 44px;
    font-weight: 800;
    line-height: 45px;
    display: block;
}
.stats-section .text-area .box span.txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    display: block;
}


/* our-services-sec */
.our-services-sec {
    padding: 60px 0 40px;
}
.our-services-sec .box {
    border-top: 1.5px solid #fff;
    padding: 35px 0 45px;
    transition: all .3s ease-in-out;
}
.our-services-sec .box:hover {
    border-color: #FF0000;
}
.our-services-sec .box > svg {
    margin-bottom: 15px;
    margin-left: -10px;

}
.our-services-sec .box > svg rect {
    transition: all .3s ease-in-out;
}
.our-services-sec .box:hover > svg rect {
    fill: #FF0000;
}
.our-services-sec .box h3 a {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.our-services-sec .box h3 a:hover {
    color: #FF0000;
}
.our-services-sec .box p {
    line-height: 22px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.our-services-sec .box .view-more-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all .3s ease-in-out;
}
.our-services-sec .box .view-more-btn:hover {
    color: #FF0000;
}


/* repair-offering-sec */
.repair-offering-sec {
    padding: 60px 0 40px;
}
.repair-offering-sec .box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #1C1C1C;
    border: 1px solid #777;
    border-radius: 10px;
    padding: 14px 25px;
    min-height: 110px;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}
.repair-offering-sec .box:hover {
    border-color: #FF0000;
    background: #FF0000;
}
.repair-offering-sec .box svg {
    min-width: 50px;
    max-height: 50px;
    max-width: 55px;
}
.repair-offering-sec .box h4 {
    font-size: 22px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* testimonials-sec */
.testimonials-sec {
    padding: 60px 0 40px;
}
.testimonials-sec .heading-row {
    margin-bottom: 40px;
}
.testimonials-sec h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}
.testimonials-sec .swiper {
    width: 100%;
    height: 100%;
}
.testimonials-sec .swiper-slide {
    padding: 30px 30px;
    background: #1C1C1C;
    border: 1px solid #777;
    border-radius: 30px;
    cursor: grab;
    user-select: none;
}
.testimonials-sec .swiper-slide .box .head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.testimonials-sec .swiper-slide .box .head-row .stars i {
    font-size: 18px;
    color: #FFC800;
    margin-right: 2px;
}
.testimonials-sec .swiper-slide .box p {
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 24px;
    min-height: 72px;
    padding-right: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.testimonials-sec .swiper-slide .box .author {
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #fff;
}
.testimonials-sec .swiper-slide .box .author a {
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #fff;
}


/* contact-sec */
.contact-sec {
    padding: 60px 0 100px;
}
.contact-sec .heading-row {
    margin-bottom: 40px;
}
.contact-sec h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-sec .form-area .form-control {
    height: 60px;
    font-size: 18px;
    color: #fff;
    background-color: #1C1C1C;
    border: 1px solid #777;
    margin-bottom: 30px;
    padding: 15px 30px;
    border-radius: 10px;
}
.contact-sec .form-area textarea.form-control {
    height: 160px;
    resize: none;
    padding-top: 25px;
}
.contact-sec .detail-area {
    background: #FF0000;
    padding: 40px 30px;
    border-radius: 10px;
}
.contact-sec .detail-area h3 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
    text-decoration: underline;
}
.contact-sec .detail-area span {
    display: block;
    margin-bottom: 30px;
}
.contact-sec .detail-area h5 {
    font-size: 22px;
}
.contact-sec .detail-area a {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* footer */
footer {
    background: #1C1C1C;
    padding: 40px 0 0;
}
footer .f-text {
    padding-right: 25px;
    margin-bottom: 45px;
}
footer .small-text {
    font-size: 18px;
    font-weight: 500;
    color: #FF0000;
    display: block;
}
footer .number {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    display: block;
    transition: all .2s ease-in-out;
}
footer .number:hover {
    color: #FF0000;
}
footer .footer-logo {
    margin-bottom: 25px;
    display: inline-block;
}
footer h4 {
    font-size: 20px;
    color: #FF0000;
    margin-bottom: 15px;
}
footer .links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
footer .links a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all .2s ease-in-out;
}
footer .links a:hover {
    color: #FF0000;
}
footer .links a svg {
    width: 16px;
}
footer .copyright {
    padding: 25px 0;
    margin-top: 30px;
    text-align: center;
    border-top: 1px dashed #fff;
}
footer .copyright p {
    font-weight: 500;
    margin: 0;
}



.red-section {
    background: #FF0000;
    padding: 100px 0;
    position: relative;
}
.red-section::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 480px;
    background: url('../images/red-sec-bg.png') no-repeat center center;
    background-size: cover;

}
.red-section h2 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.red-section .sec-btn {
    font-size: 16px;
}
.red-section .sec-btn:hover {
    background: #fff;
    color: #000;
}


.service-detail-section {
    padding: 60px 0 40px;
}
.service-detail-section h2 {
    font-size: 48px;
    text-transform: none;
}
.service-detail-section h3 {
    text-transform: none;
}
.service-detail-section p {
    font-weight: 500;
}
.service-detail-section p a {
    color: #FF0000;
}
.service-detail-section ul {
    list-style: inside;
    margin-bottom: 15px;
}

/* service-faqs */
.service-faqs {
    padding: 40px 0 20px;
}
.service-faqs h3 {
    font-size: 32px;
    text-transform: none;
}
.service-faqs p {
    font-weight: 500;
}
.service-faqs p a {
    color: #FF0000;
}



.location-sec {
    padding: 80px 0;
}
.location-sec h2 {
    font-size: 48px;
    margin-bottom: 30px;
}
.location-sec h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
.location-sec ul {
    list-style: inside;
    margin-bottom: 15px;
}
.location-sec ul li {
    font-size: 18px;
    font-weight: 500;
}
.location-sec p {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 25px;
}
.location-sec .btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.location-sec #map {
  height: 830px;
  width: 100%;
  color: #000
}



/* corporate-location */
.corporate-location {
    padding: 0 0 80px;
}
.corporate-location h3 {
    font-size: 48px;
    margin-bottom: 20px;
}
.corporate-location p {
    font-size: 20px;
    width: 60%;
}
.corporate-location .btns {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

/* blogs */
.blogs {
    padding: 80px 0;
}
.blogs .box {
    margin-bottom: 30px;
}
.blogs .box img {
    margin-bottom: 25px;
    border-radius: 10px;
    height: 268px;
    width: 100%;
    object-fit: cover;
}
.blogs .box h3 {
    font-size: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    transition: all .3s ease-in-out;
}
.blogs .box h3:hover {
    color: #FF0000;
}
.blogs .box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blogs .box .read-more-btn {
    font-size: 18px;
    font-weight: 700;
    color: #FF0000;
}



.blog-detail {
    padding: 80px 0;
}
.blog-detail img {
    width: 100%;
    margin: 20px 0 30px;
}


.site-content {
    padding: 80px 0;
}
.site-content h2,
.site-content h3,
.site-content h4
{
    text-transform: none;
}
.site-content p a {
    color: #FF0000;
}


header .side-nav,
header .menu-Bar {
    display: none
}



@media (max-width: 1399px) {
    p {
        font-size: 16px;
    }
    .pri-btn {
        font-size: 20px;
        min-width: 190px;
        height: 56px;
    }
    .pri-btn-sm {
        font-size: 18px;
        min-width: 190px;
        height: 50px;
    }
    .sec-btn {
        font-size: 20px;
        min-width: 190px;
        height: 56px;
    }


    header .main-nav .logo img {
        height: 100px;
    }
    header .main-nav .navbar .navbar-nav .nav-link {
        font-size: 18px;
        margin-right: 25px;
        padding: 55px 0;
    }
    header .main-nav .navbar .navbar-nav .cta-btn {
        font-size: 20px;
        margin-left: 50px;
        width: 180px;
        height: 50px;
    }
    .banner {
        padding: 245px 0 170px;
    }
    .banner h1 {
        font-size: 55px;
    }
    .banner p {
    font-size: 20px;
    }
    .marquee-section .marquee img {
        width: 190px;
    }
    .pri-heading {
        min-width: 185px;
        font-size: 18px;
    }
    .about-us {
        padding: 80px 0 40px;
    }
    .about-us h2 {
        font-size: 38px;
    }
    .about-us p {
        font-size: 16px;
    }
    .stats-section .text-area .box {
        padding: 40px 0;
    }
    .stats-section .text-area .box span.number {
        font-size: 40px;
    }
    .stats-section .text-area .box span.txt {
        font-size: 18px;
    }
    .our-services-sec {
        padding: 40px 0 40px;
    }
    .our-services-sec .box {
        padding: 30px 0 40px;
    }
    .our-services-sec .box > svg {
        width: 100px;
    }
    .our-services-sec .box h3 a {
        font-size: 20px;
    }
    .our-services-sec .box .view-more-btn {
        font-size: 14px;
    }
    .repair-offering-sec {
        padding: 40px 0 40px;
    }
    .repair-offering-sec .box {
        gap: 15px;
        padding: 14px 20px;
        min-height: 100px;
    }
    .repair-offering-sec .box svg {
        min-width: 50px;
        max-height: 45px;
    }
    .repair-offering-sec .box h4 {
        font-size: 18px;
    }
    .testimonials-sec h2 {
        font-size: 32px;
    }
    .testimonials-sec .swiper-slide .box p {
        font-size: 15px;
        line-height: 22px;
    }
    .testimonials-sec .swiper-slide .box .author {
        font-size: 18px;
    }
    .contact-sec h2 {
        font-size: 32px;
    }
    .contact-sec .form-area .form-control {
        height: 55px;
        font-size: 16px;
    }
    .contact-sec .detail-area h3 {
        font-size: 32px;
    }
    .contact-sec .detail-area h5 {
        font-size: 20px;
    }
    .contact-sec .detail-area a {
        font-size: 16px;
    }
    .contact-sec .detail-area a svg {
        width: 20px;
    }
    footer h4 {
        font-size: 18px;
    }
    footer .links a {
        font-size: 15px;
    }
    footer .number {
        font-size: 22px;
    }
    footer .copyright p {
        font-size: 16px;
    }
    .inner-banner h1 {
        font-size: 54px;
    }
    .red-section h2 {
        font-size: 42px;
    }
    .red-section::after {
        width: 415px;
    }
    .blogs .box img {
        height: 230px;
    }
    .blogs .box h3 {
        font-size: 22px;
    }
    .location-sec h2 {
        font-size: 40px;
    }
    .location-sec h3 {
        font-size: 24px;
    }
    .location-sec ul li {
        font-size: 16px;
    }
    .location-sec .btns {
        gap: 15px;
    }
    .location-sec .pri-btn {
        font-size: 18px;
        min-width: 170px;
        height: 52px;
    }
    .location-sec .sec-btn {
        font-size: 18px;
        min-width: 170px;
        height: 52px;
    }
    .service-detail-section h2 {
        font-size: 38px;
    }
    .service-faqs h3 {
        font-size: 26px;
    }
}

@media (max-width: 1024px) {
    .pri-btn-sm {
        font-size: 16px;
        min-width: 180px;
        height: 45px;
    }
    .pri-btn {
        font-size: 18px;
        min-width: 180px;
        height: 50px;
    }
    .sec-btn {
        font-size: 18px;
        min-width: 180px;
        height: 50px;
    }
    

    header .main-nav .logo img {
        height: 80px;
    }
    header .main-nav .navbar .navbar-nav .nav-link {
        font-size: 16px;
        margin-right: 20px;
        padding: 30px 0;
    }
    header .main-nav .navbar .navbar-nav .cta-btn {
        font-size: 18px;
        margin-left: 35px;
        width: 170px;
        height: 50px;
    }
    .banner {
        padding: 200px 0 150px;
    }
    .banner h1 {
        font-size: 46px;
    }
    .banner p {
        font-size: 18px;
    }
    .marquee-section .marquee img {
        padding: calc(var(--size) / 15);
    }
    .pri-heading {
        min-width: 180px;
        font-size: 16px;
    }
    .about-us h2 {
        font-size: 32px;
    }
    .stats-section .img-area {
        padding-right: 20px;
    }
    .stats-section .text-area .box {
        padding: 30px 0;
    }
    .stats-section .text-area .box span.number {
        font-size: 36px;
    }
    .stats-section .text-area .box span.txt {
        font-size: 16px;
    }
    .our-services-sec .box {
        padding: 20px 0 30px;
    }
    .our-services-sec .box > svg {
        width: 90px;
    }
    .our-services-sec .box h3 a {
        font-size: 16px;
    }
    .repair-offering-sec .box {
        gap: 10px;
        padding: 15px 15px;
        min-height: 100px;
    }
    .repair-offering-sec .box svg {
        min-width: 45px;
        max-height: 40px;
        max-width: 48px;
    }
    .repair-offering-sec .box h4 {
        font-size: 16px;
    }
    .testimonials-sec {
        padding: 20px 0 40px;
    }
    .contact-sec h2 {
        font-size: 26px;
    }
    .contact-sec .detail-area {
        padding: 30px 30px;
    }
    .contact-sec .detail-area a {
        overflow-wrap: anywhere;
    }
    .inner-banner {
        margin-top: 125px;
    }
    .inner-banner h1 {
        font-size: 46px;
    }
    .service-detail-section h2 {
        font-size: 32px;
    }
    .service-faqs h3 {
        font-size: 24px;
    }
    .red-section h2 {
        font-size: 36px;
    }
    .contact-sec .form-area .form-control {
        padding: 15px 20px;
    }
    .red-section::after {
        width: 320px;
    }
    .location-sec h2 {
        font-size: 34px;
    }
    .location-sec #map {
        height: 750px;
    }
    
}

@media (max-width: 991px) {
    .location-sec #map {
        margin-top: 30px;
        height: 650px;
    }
    .testimonials-sec .swiper-slide .box p {
        min-height: 68px;
    }
    .red-section {
        padding: 70px 0;
    }
    .red-section h2 {
        font-size: 26px;
    }
    .red-section::after {
        width: 215px;
    }
    .corporate-location h3 {
        margin-bottom: 15px;
        margin-top: 30px;
    }
    header .side-nav {
        position: fixed;
        left: -210%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        height: 100vh;
        display: flex;
        align-items: center;
        flex-flow: column;
        transition: all .4s ease;
        z-index: 3;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, .1019607843), 0px 2px 4px -1px rgba(0, 0, 0, .0588235294);
    }
    header .side-nav.open {
        left: 0;
    }
    header .side-nav .menu-items {
        width: 100%;
        text-align: left;
        padding: 30px 30px;
    }
    header .side-nav .menu-items .snhead {
        display: block;
        font-size: 22px;
        color: #000;
        font-weight: 700;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 15px;
    }
    header .side-nav .menu-items a {
        display: block;
        font-size: 16px;
        padding: 15px 0;
        color: #000;
        font-weight: 600;
        border-bottom: 1px solid #f1f1f1;
    }
    .navbar-toggler {
        display: none;
    }
    .menu-Bar {
        display: block !important;
        top: -2px;
        width: 30px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        right: 25px;
        top: -5px;
        bottom: 0px;
        margin: auto;
        z-index: 2;
    }
    .menu-Bar span {
        display: block;
        height: 4px;
        width: 100%;
        background: #fff;
        position: absolute;
        transition: .6s all;
        border-radius: 100px
    }

    .menu-Bar span:nth-child(1) {
        top: 0
    }

    .menu-Bar span:nth-child(2) {
        top: 8px;
        transform-origin: left
    }

    .menu-Bar span:nth-child(3) {
        top: 16px
    }

    .menu-Bar.open span {
        background: #fff
    }

    .menu-Bar.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 8px;
        transform-origin: right-center
    }

    .menu-Bar.open span:nth-child(2) {
        width: 0;
        opacity: 0
    }

    .menu-Bar.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 8px;
        transform-origin: right-center
    }
    
    

}

@media (max-width: 767px) {
    h2 {
        font-size: 32px;
        text-transform: none;
    }
    p {
        font-size: 14px;
    }
    .pri-btn {
        font-size: 14px;
        min-width: 140px;
        height: 45px;
        padding: 12px 15px;
    }
    .sec-btn {
        font-size: 14px;
        min-width: 140px;
        height: 45px;
        padding: 12px 15px;
    }
    .pri-btn-sm {
        font-size: 14px;
        min-width: 140px;
        height: 40px;
        padding: 12px 15px;
    }
    .banner {
        padding: 165px 0 100px;
    }
    .banner h1 {
        font-size: 30px;
    }
    .banner p {
        font-size: 16px;
    }
    .banner .btns {
        gap: 20px;
    }
    .marquee-section .marquee img {
        width: 100px;
    }
    .heading-row {
        margin-bottom: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .pri-heading {
        min-width: 180px;
        margin-bottom: 20px;
        min-height: 45px;
    }
    .about-us h2 {
        font-size: 24px;
    }
    .stats-section .img-area {
        padding-right: 0px;
    }
    .stats-section .text-area .box {
        text-align: center;
    }
    .our-services-sec .box > svg rect {
        fill: #FF0000;
    }
    .stats-section .text-area {
        display: flex;
        gap: 12px;
    }
    .stats-section .text-area .box {
        padding: 25px 0;
        width: 100%;
    }
    .stats-section .text-area .box span.number {
        font-size: 30px;
    }
    .stats-section .text-area .box span.txt {
        font-size: 12px;
        white-space: nowrap;
    }
    .repair-offering-sec .box {
        gap: 10px;
        padding: 12px 15px;
        min-height: 90px;
        margin-bottom: 20px;
    }
    .testimonials-sec .heading-row {
        margin-bottom: 15px;
    }
    .testimonials-sec h2 {
        font-size: 28px;
        text-align: center;
    }
    .contact-sec .heading-row {
        margin-bottom: 15px;
    }
    .contact-sec {
        padding: 40px 0 40px;
    }
    .contact-sec h2 {
        font-size: 18px;
        text-align: center;
    }
    .contact-sec .detail-area {
        padding: 30px 30px;
        margin-top: 30px;
    }
    .contact-sec .detail-area h3 {
        font-size: 28px;
    }
    .inner-banner h1 {
        font-size: 30px;
    }
    .red-section::after {
        display: none;
    }
    .inner-banner .brdcrb li a {
        font-size: 12px;
    }
    .inner-banner .btns {
        gap: 20px;
    }
    .service-detail-section {
        padding: 40px 0 40px;
    }
    .service-detail-section h2 {
        font-size: 26px;
    }
    .service-faqs {
        padding: 20px 0 20px;
    }
    .service-faqs h3 {
        font-size: 20px;
    }
    .location-sec {
        padding: 40px 0;
    }
    .location-sec h2 {
        font-size: 26px;
    }
    .location-sec h3 {
        font-size: 20px;
    }
    .location-sec ul li {
        font-size: 14px;
    }
    .location-sec .pri-btn {
        font-size: 14px;
        min-width: 140px;
        height: 45px;
        padding: 12px 15px;
    }
    .location-sec .sec-btn {
        font-size: 14px;
        min-width: 140px;
        height: 45px;
        padding: 12px 15px;
    }
    .corporate-location h3 {
        font-size: 26px;
        margin-top: 30px;
    }
    .corporate-location p {
        font-size: 16px;
        width: 100%;
        margin: 0 !important;
    }
    .corporate-location .btns {
        gap: 20px;
    }
    .blogs {
        padding: 40px 0;
    }
    .blog-detail {
        padding: 40px 0;
    }
    .site-content {
        padding: 40px 0;
    }
    footer h4 {
        font-size: 18px;
        margin-top: 20px;
    }
}