

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:wght@400;500;700;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transform: all .2s linear;
}
html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body{
    font-family: "Roboto", sans-serif;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}
section{
    padding: 40px 0px 40px 0px;
}
.div-pd-top-btm{
  padding: 20px 0px 20px 0px;
}
a{
    text-decoration: none;
}
/* top-nav-css start */
.top-nav{
    background: rgba(66, 68, 81, 1);
}
.topbar {
    /* padding-bottom: 10px; */
    padding-top: 12px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    grid-gap: 8px 60px;
  }
  .topbar__details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 19.5px;
    grid-row-gap: 8px;
    align-items: center;
    justify-content: center;
    animation-delay: 0.6s;
  }
  .topbar__details ul li{
    list-style: none;
  }
  .topbar__details__item {
    display: flex;
    align-items: center;
    grid-column-gap: 4.8px;
    color: #fff;
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.5px;
  }
  .topbar__details__item a {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 157%;
    text-decoration: none;
  }
  .topbar__details__item a:hover{
    color: #ffc107;
  }
  .topbar iconify-icon {
    font-size: 1.8rem;
  }
  .social-link {
    display: flex;
    gap: 10px;
  }
  .social-link li a i{
    font-size: 1.2rem;
    color: #fff;
  }
  .social-link li a i:hover{
    color: #ffc107;
  }
  @media (max-width:767px){
    .top-nav{
        display: none;
    }
  }

/* top-nav-css end */

/* header-css */
  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-family: Roboto;
font-size: 18px;
font-weight: 500;
line-height: 21.09px;
text-align: left;
color: rgba(23, 23, 23, 1);
}

.navbar-brand-logo{
    position: relative;
    left: -35px;
}
/* @media (max-width:767px){
  .navbar-brand-logo {
    position: relative;
    top: 20px;
    left: 40px;
  }
} */
 @media (max-width:992px){
  .navbar-collapse {
    background-color: #343a40; 
  }
  .navbar-nav .nav-link {
    color: #ffffff; 
    font-size: 15px;
  }
  .navbar-nav .nav-item {
    padding: 6px;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link:hover {
  color: #fff !important;
}
 }

.navbar-nav .nav-link:hover{
  color: rgba(20, 35, 159, 1);
}


.navbar-nav > li{
    padding-left:30px;
    /* padding-right:30px; */
  }
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    /* color: var(--bs-navbar-active-color); */
    color: rgba(20, 35, 159, 1);
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link:hover{
    color: rgba(20, 35, 159, 1);
    border-bottom: 2px solid;
    display: inline-block;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
  border: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    /* box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); */
    box-shadow: none;
  }
@media (max-width:767px){
  .header_logo{
    height: 50px;
    margin-left: 10px;
  }
}
@media (max-width:767px){
  .car_mbl{
    text-align: center;
    margin: auto;
  }
}
@media (max-width:767px){
  .mobile-vw{
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
  }
  .energy-text {
    margin-left: 35px;
  }
}


.carousel-inner{
  position: relative;
    width: 100%;
    overflow: hidden;
}
.banner-info {
  position: absolute;
  top: 40%;
  left: 10%;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 5px;
    max-width: 350px;
    width: auto;
    /* animation: fadeInUp 1s ease-out forwards;
    opacity: 0;
    animation-delay: 0.5s;
    transition: 0.5s all; */
    animation-duration: 2s;
    animation-name: slidein;
}
.banner-info h2 {
  font-size: 2rem;
  margin: 5px 0;
  font-weight: 700;
}

.banner-info p {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 768px) {
  
  .banner-info {
      max-width: 350px;
  }

  .banner-info {
      top: 30%;
      left: 10%;
  }
  .banner-info h2 {
    font-size: 1rem;
    margin: 5px 0;
    font-weight: 700;
  }
  .banner-info p {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 600;
  }
}


@media (max-width: 480px) {

  .banner-info {
      max-width: auto;
      padding: 8px 15px;
  }
}

/* @keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
} */
/* @keyframes slidein {
  from {
    translate: 150vw 0;
    scale: 200% 1;
  }

  to {
    translate: 0 0;
    scale: 100% 1;
  }
} */
@keyframes slidein {
  from {
    transform: translateY(150vh) scale(1, 2); 
  }
  to {
    transform: translateY(0) scale(1, 1); 
  }
}

/* header-end */


/* about-section-css-start */

.battery-technology-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /* padding: 20px; */
    margin: 0 auto;
    gap: 15px;
  }
  
  .text-content {
    flex: 1 1 50%;
    /* padding: 20px; */
    text-align: left;
    padding: 0px 20px 0px 0px;
  }
  .text-content h1 {
    font-family: 'Roboto';
font-size: 40px;
font-weight: 700;
line-height: 46.88px;
padding: 6px 0px;
  }
  @media (max-width:767px){
    .text-content h1{
      font-size: 30px;
    }
  }

.text-content h2 {
    font-family: 'Roboto';
font-size: 40px;
font-weight: 700;
line-height: 46.88px;
padding: 6px 0px;
  }
  @media (max-width:767px){
    .text-content h2{
      font-size: 30px;
    }
  }
  .text-content .highlight {
    color: #0033cc; 
  }
  
  .text-content p {
  
    color: #333;
    font-family: Open Sans;
font-size: 16px;
font-weight: 400;
line-height: 30.24px;

  }
  
  .mileage-info {
    margin-top: 20px;
  }
  
  .mileage {
    font-size: 2rem;
    font-weight: bold;
  }
  
  .mileage .up-to {
    font-size: 1rem;
    display: block;
    color: #333;
  }
  
  .km {
    display: inline-block;
    margin-right: 10px;
  }
  
  .kwh {
    font-size: 1rem;
    color: #666;
  }
  
  .image-content {
    flex: 1 1 45%;
    text-align: center;
  }
  
  .image-content img {
    max-width: 100%;
    height: auto;
  }
  .image-content img:hover{
    transform: scale(1.012);
  }
  
  @media (max-width: 768px) {
    .battery-technology-section {
        flex-direction: column;
        text-align: center;
    }
  
    .text-content {
        padding: 10px;
    }
  
    .mileage-info {
        text-align: center;
    }
  }


.icon-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100px; /* Adjust width as needed */
}

.icon-wrapper img {
  max-width: 100%;
}

.energy-text {
  margin-top: 10px;
  font-size: 1.2rem;
}

.up-to-text,
.distance-text {
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .icon-wrapper {
      width: 150px; 
  }

  .energy-text {
      font-size: 1.5rem;
  }

  .up-to-text,
  .distance-text {
      font-size: 2rem;
  }
}
  /* about-section-css-start */


  /* section-con-start-css */
  .container-bg-one{
    /* background-image: url(/asstes/img/sokon/bg_side.jpg); */
   
  }
  .container-bg{
    position: relative;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
}

.container-bg img {
    width: 100%;
    height: auto;
    display: block;
}

.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
}

.text-overlay h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.text-overlay p {
    font-size: 16px;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .text-overlay h1 {
        font-size: 20px;
    }

    .text-overlay p {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .text-overlay {
        padding: 10px;
    }

    .text-overlay h1 {
        font-size: 18px;
    }

    .text-overlay p {
        font-size: 12px;
    }
}
    /* section-con-start-end */


    /* Specification-css-start */
    .accordion-button {
        /* background-color: #003399;  */
        background: rgba(41, 80, 156, 1);

        color: white;
        font-weight: bold;
    }
    
    .accordion-button:not(.collapsed) {
        color: white;
        background-color: #003399; 
    }
    
    .accordion-body {
        background-color: #f8f9fa; 
    }
    
    .accordion-header {
        border-bottom: 1px solid #dee2e6; 
    }
    .accordion-button::after {
        color: #fff;
    }
    
    .accordion-button:not(.collapsed)::after {
        color: #fff; 
    }
    .accordion-button:not(.collapsed)::after {
      background-image: var(--bs-accordion-btn-active-icon);
      background-image: var(--bs-accordion-btn-icon);
        filter: brightness(0) invert(1);

      transform: var(--bs-accordion-btn-icon-transform);
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    /* background-image: var(--bs-accordion-btn-icon); */
    background-image: var(--bs-accordion-btn-icon);
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
     /* Specification-css-end */


     /* Exterior-section-start-css */
     
.slider-container {
    text-align: center;
    width: 100%;
    max-width: 1200px;
}

.slider-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.slider-container h2 span {
    color: blue;
    font-weight: bold;
}

.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

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

.card {
    min-width: 30%; 
    margin: 0 10px;
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
}

.card img {
    width: 100%;
    height: auto;
    display: block;
    /* border-bottom: 2px solid #ddd; */
}
.swiper-slide{
  display: flex;
} 
.caption {
    /* background-color: rgba(248, 74, 87, 1); */
    background: rgba(41, 80, 156, 1);
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
font-size: 18px;
font-weight: 600;
line-height: 24.51px;
cursor: pointer;
height: 80px;
flex-grow: 1; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.caption:hover{
  background: rgba(20, 35, 159, 1);
}
.nav-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 5px;
}

.prev, .next {
    background-color: rgba(236, 18, 18, 0.5);
    color: white;
    border: none;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .slider-container h2 {
        font-size: 20px;
    }

    .caption {
        font-size: 14px;
    }

    .prev, .next {
        font-size: 14px;
        padding: 8px;
    }

    .card {
        min-width: 45%; /* Show 2 cards at a time on smaller screens */
        margin: 0 5px;
    }
}

@media screen and (max-width: 480px) {
    .card {
        min-width: 90%; /* Show 1 card at a time on very small screens */
        margin: 0 auto;
    }
}
.car__safety-one{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0px;
    position: relative;
   
}
.service-section h2{
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: 700;
    line-height: 46.88px;
    color: rgba(52, 52, 52, 1);
}
.service-section span{
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: 700;
    line-height: 46.88px;
    color: rgba(20, 35, 164, 1);
}
@media (max-width:767px){
  .service-section h2{
    font-size: 30px;
    text-align: center;
  }
  .service-section span{
    font-size: 30px;
  }
}

.car__safety {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    position: relative;
    margin-bottom: 50px;
}
.car__safety-exter{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  position: relative;
  margin-bottom: 5px;
}

.heading-image {
    width: 200px;
}
.car__safety-title {
    text-align: center;
    /* text-transform: capitalize; */
    letter-spacing: 1px;
    font-family: 'Roboto';
font-size: 40px;
font-weight: 700;
line-height: 46.88px;

color: rgba(52, 52, 52, 1);
}


.car__safety-title span {
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Roboto';
font-size: 40px;
font-weight: 700;
line-height: 46.88px;

    color: rgba(20, 35, 164, 1);
}
@media (max-width:767px){
  .car__safety-title { 
    font-size: 30px;
   }
   .car__safety-title span{
    font-size: 30px;
   }
}

    /* Exterior-section-start-end */
/* car option  */

.option-container {
    /* background-color: #bacde5e0; */
    background-color: rgba(52, 52, 52, 1);
    /* background-image: url(../img/sokon/bg.png); */
    position: relative;
    width: 100%;
    height: 900px;
    margin-bottom: 100px;
    overflow: hidden;
    padding: 0px 15%;
  }
  @media (min-width: 1200px) and (max-width: 1440px){
    .option-container{
      width: auto;
      height: 850px;
    }
  }
  @media (min-width: 992.8px) and (max-width: 1199.8px){
    .option-container{
      width: auto;
      height: 600px;
    }
  }
  @media (max-width:912px){
    .option-container{
      width: 100%;
      height: 60vh;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px){
    .option-container{
      width: 100%;
      height: 70vh;
    }
  }
  
  @media (max-width:767px){
    .option-container{
      width: 100%;
      height: 50vh;
    }
  }
  @media (max-width:480px){
    .option-container{
      margin-bottom: 60px;
  
    
    }
  }
  @media (max-width:430px){
    .option-container{
      width: 100%;
      height: 50vh;
    }
  }
  @media (max-width:414px){
    .option-container{
      margin-bottom: 60px;
      width: 100%;
      height: 50vh;
    
    }
  }
  @media (max-width:375px){
    .option-container{
      width: 100%;
      height: 60vh;
    }
  }
  .option-car-image {
    position: absolute;
    width: 1372px;
    height:823px;
    /* top: 5px;
    left:0px; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
   
  }
  @media (min-width: 1200px) and (max-width: 1440px){
    .option-car-image{
      position: absolute;
    width: 100%;
    height: auto;
    /* top: 5px;
    left: 0px; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    
    }
  }
  @media (min-width: 993px) and (max-width: 1199px){
    .option-car-image{
      width: auto;
      height: 500px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    
    }
  }
  @media screen and (max-width:992px) {
    .option-car-image{
      width: auto;
      height: 500px;
      top: 100px;
    
    }
  
    
  }
  @media (max-width:912px){
    .option-car-image{
      width: 100%;
      /* left: 0px;
      top: 60px; */
      left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
      height: auto;
    }
  }
  @media (max-width:768px){
    .option-car-image{
      width: 100%;
      /* left: 0px;
      top: 60px; */
      left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
      height: auto;
    }
  }
  .color-options {
    position: absolute;
    left: 50%;
   /* top: 50%; */
   transform: translate(-50%, -50%);
    /* top: 39%;
    right: 10%; */
  bottom: 10%;
  display: flex;
  flex-direction: column;
  flex-direction: row;
    justify-content: center;
  gap: 10px;
  }
  @media only screen and(max-width:1440px){
    .color-options{
      flex-direction: row;
      justify-content: center;
      left: 550px;
      right: inherit;
      top: 750px;
    }
  }
  @media (min-width: 993px) and (max-width: 1199.8px){
    .color-options{
      display: flex;
      flex-direction: row;
      justify-content: center;
    /* left: 600px; */
    left: 50%;
    right: inherit;
    top: 500px;
    }
  }
  @media only screen and (max-width: 992px){
    .color-options{
      display: flex;
      flex-direction: row;
      justify-content: center;
    left: 400px;
    right: inherit;
    top: 700px;
    }
  }
  @media (max-width: 912px){
    .color-options{
      display: flex;
      flex-direction: row;
      justify-content: center;
    left: 400px;
    right: inherit;
    top: 700px;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px){
    .color-options{
      display: flex;
      flex-direction: row;
      justify-content: center;
    /* left: 330px; */
    left: 50%;
    top: 85%;
    }
  }
  
  @media only screen and (max-width:767px){
    .color-options {
      display: flex;
      flex-direction: row;
      justify-content: center;
      left: 300px;
      right: inherit;
      /* top: 550px; */
      top: 85%;
      left: 50%;
       transform: translate(-50%, -50%);
       
  }
  }
  @media (max-width:480px){
    .color-options{
      display: flex;
      flex-direction: row;
      justify-content: center;
      padding-left: 70px;
    right: inherit;
    top: 400px;
    /* margin-left: -200px; */
    transform: translate(-50%, -50%);
       left: 50%;
    }
  }
  @media (max-width:430px){
    .color-options{
      display: flex;
      flex-direction: row;
      justify-content: center;
      padding-left: 30px;
      right: inherit;
      top: 390px;
    /* margin-left: -200px; */
    }
  }
  @media (max-width:414px){
    .color-options{
      display: flex;
      flex-direction: row;
      justify-content: center;
      padding-left: 30px;
    right: inherit;
    top: 380px;
    /* margin-left: -200px; */
    }
  }
  @media (max-width:375px){
    .color-options{
      display: flex;
      flex-direction: row;
      justify-content: center;
      padding-left: 15px;
    right: inherit;
    top: 330px;
    /* margin-left: -200px; */
    }
  }
  .color-option {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .color-option:hover {
    transform: scale(1.1);
  }


.image-container {
    background-image: url(../img/sokon/bg_side.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}
@media (max-width:767px){
  .image-container {
       height: 60vh;
}
}
.overlay-text {
    position: absolute;
    bottom: 20px;
    left: 250px;
    color: white;
    max-width: 60%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px;
}
.overlay-text h2{
  font-family: 'Roboto';
  font-weight: 600;
}
.overlay-text:hover{
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width:767px){
  .overlay-text{
    left: 0px;
  }
}

.overlay-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.overlay-text p {
    font-size: 1rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .overlay-text {
        max-width: 80%;
        padding: 15px;
    }

    .overlay-text h1 {
        font-size: 1.5rem;
    }

    .overlay-text p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .overlay-text {
        max-width: 100%;
        padding: 10px;
    }

    .overlay-text h1 {
        font-size: 1.2rem;
    }

    .overlay-text p {
        font-size: 0.8rem;
    }
}

/* swiper-css */
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
  .swiper-slide img:hover{
    transform: scale(1.012);
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
/* swiper-end*/

/* img-gallery-viewer-css-start */
.carousel-item-img {
  height: 200px;
  object-fit: cover;
}
.carousel-item-img a:hover img{
  transform: scale(1.012);
}

.carousel-controls {
  position: absolute;
  top: -40px;
  /* left: 50%; */
  right: 4%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
}

.carousel-controls .carousel-control-prev,
.carousel-controls .carousel-control-next {
  background-color: #ff5b5b;
  border: none;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  padding: 15px 15px;
  transition: background-color 0.3s ease;
  margin: 5px;
}

.carousel-controls .carousel-control-prev:hover,
.carousel-controls .carousel-control-next:hover {
  background-color: #e04c4c;
}

.carousel-indicators {
  display: none;
}

@media (min-width: 768px) {
  .carousel-item-img {
      height: 300px;
  }
}
.lg-actions .lg-prev:after {
content: "\e094";
color: #fff;
font-size: 30px;
}
.lg-actions .lg-next:before {
content: "\e095";
color: #fff;
font-size: 30px;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
  color: #fff;
  font-size: 30px;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .8;
  transition: opacity .15s ease;
}
/* img-gallery-viewer-css-end */

/* gallery-view-css */
.gallery-top{
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   width: 100%;
   margin:  0 auto; 
}
.gallery-top a{
    height: 200px;
    width: 300px;
    margin: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 3px 5px #000;
}
.gallery-top a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-top a img:hover{
    transform: scale(1.4);
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  border-radius: 2px;
  color: #fd0018;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: none;
  background-color: transparent;
}

/* gallery-view-end */

/* breadcimb-css-start */
.breadcrumb-section {
  /* background-image: url('../img/sokon/breadcumg.jpg'); */
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
}

.breadcrumb-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.breadcrumb-section .container {
  position: relative;
  z-index: 2;
}

.breadcrumb-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 50px;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #ccc;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "»";
  color: #fff;
  padding: 0 5px;
}

/* breadcimb-css-end */


/* about-css-start */
.about_h2{
  font-family: 'Roboto';
  font-weight: 600;
color:rgba(20, 35, 164, 1);
margin: 10px 0px;
font-size: 30px !important;  
}
.left span {
color: rgba(37, 37, 37, 1);
font-family: 'Roboto';
font-size: 20px;
}
.left h3{
  color:rgba(20, 35, 164, 1);
  font-family: 'Roboto';
  font-size: 25px; 
  padding: 10px 0px;
}
.left p{
  color: rgba(37, 37, 37, 1);
  font-family: 'Roboto';
  font-size: 20px;
}

.right span {
  color: rgba(37, 37, 37, 1);
  font-family: 'Roboto';
  font-size: 20px;
  }
  .right h3{
    color:rgba(20, 35, 164, 1);
    font-family: 'Roboto';
    font-size: 25px; 
    padding: 10px 0px;
  }
  .right p{
    color: rgba(37, 37, 37, 1);
    font-family: 'Roboto';
    font-size: 20px;
  }

  .vision_mis {
    display: flex;
    justify-content: center;
    background-color: #ffff; 
  }
  
  .vision_mis .mission-vision-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .vision-h2{
    margin-top: 10px;
  }
  
  .vision_mis .mission-vision-section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  
  .vision_mis .text-container {
    flex: 1;
    /* background-color: #d1d8e0; */
    padding: 30px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    border-radius: 10px 0 0 10px; 
  }
  
  .vision_mis .text-container h2 {

    color: rgba(20, 35, 164, 1);
    margin-bottom: 10px;
    font-size: 30px;
  }
  
  .vision_mis .text-container p {
    color: #333;
    margin: 0;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
  }
  
  .vision_mis .image-container-v-m {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .vision_mis .image-container-v-m img {
    max-width: 100%;
    height: 100%; 
    border-radius: 0 10px 10px 0; 
    object-fit: cover; 
  }
  .vision_mis .image-container-v-m img:hover{
    transform: scale(1.012);
  }
  @media (max-width: 768px) {
    .vision_mis .mission-vision-section {
        flex-direction: column;
        align-items: center;
    }
  
    .vision_mis .text-container {
        margin-bottom: 20px;
        border-radius: 10px;
    }
  
    .vision_mis .image-container-v-m img {
        height: auto; 
        border-radius: 10px; 
    }
  }


  .feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.feature .icon {
    width: 50px;
    margin-right: 15px;
}

.feature .text {
    flex-grow: 1;
}

.text-primary {
    color: #0d6efd;
}

.feature h3{
  font-size: 1.25rem !important;
  color: rgba(20, 35, 164, 1);
  font-weight: 600;
  font-family: 'Roboto';
font-size: 20px;
}
.feature .icon i{
  font-size: 30px;
}
.feature .icon i:hover{
  color: rgba(20, 35, 164, 1);
}
@media (max-width: 767px) {
    .feature {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature .icon {
        margin-bottom: 10px;
    }
}
        .custom-card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.custom-card-img {
   width: 100%;
    height: auto;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.custom-card-img:hover{
  transform: scale(1.012);
}

.custom-card-body {
    padding: 20px;
    position: relative;
}

.custom-date-badge {
    position: absolute;
    top: -20px;
    left: 15px;
    background-color: #ff4b4b;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.custom-date-badge:hover{
  background: rgba(20, 35, 164, 1);
}

.custom-date-badge .custom-date {
    font-size: 24px;
    font-weight: bold;
}

.custom-date-badge .custom-month-year {
    font-size: 14px;
}

.custom-card-title {
    margin-top: 40px;
    font-size: 18px;
}

.custom-card-text {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.custom-read-more {
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    text-decoration: none;
}
.custom-read-more:hover{
  color: rgba(20, 35, 164, 1);
}
.custom-card-body a:hover{
  color: rgba(20, 35, 164, 1);
}

.custom-read-more span {
    font-size: 16px;
    margin-left: 5px;
}

@media (max-width: 767px) {
    .custom-card-title {
        font-size: 16px;
    }

    .custom-read-more span {
        font-size: 14px;
    }
}

.benefit img:hover{
  transform: scale(1.012);
}
.custom-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



/* about-css-end */

/* new-page-details-css */
.content-section {
  padding: 50px 0;
}

.content-section img {
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.content-section img:hover{
  transform: scale(1.012);
}
.content-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.content-section p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.content-section ul {
  padding-left: 20px;
}

.content-section ul li {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

.cta-section {
  background-color: #3f4ba1;
  color: white;
  padding: 40px 0;
  text-align: center;
}

.cta-section h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.cta-section .btn {
  background-color: #ff5b5b;
  border: none;
  padding: 10px 30px;
  font-size: 1.2rem;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta-section .btn:hover {
  background-color: #e04646;
}

.warranty-section {
  padding: 50px 0;
}

.warranty-section img:hover{
  transform: scale(1.012);
}
.warranty-title {
   color: rgba(20, 35, 164, 1);
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: 700;
    line-height: 46.88px;
}
.warranty-section h3{
  font-family: 'Roboto';
font-size: 20px;
font-weight: 700;
color: rgba(32, 32, 32, 1);
}
@media (max-width:767px){
  .warranty-section{
    padding: 10px;
  }
  .warranty-title{
    font-size: 30px;
    text-align: center;
  }
  .warranty-title {
    text-align: center;
  }
  .mb-car{
    text-align: center;

  }
}
.warranty-content {
  padding-left: 20px;
}
.warranty-list {
  list-style: none;
  padding: 0;
}
.warranty-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.warranty-list .bi {
  color: #f05454; 
  margin-right: 10px;
}

.repair{
  background-color: #f8f9fa;
}
.repair-section {
  padding: 50px 0;
  
}

.repair-title {
    /* text-transform: capitalize; */
    letter-spacing: 1px;
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: 700;
    line-height: 46.88px;
    color: rgba(52, 52, 52, 1);
}
.repair-title span{
  color: rgba(20, 35, 164, 1);
}
.repair-section h3{
  font-family: 'Roboto';
font-size: 20px;
font-weight: 700;
color: rgba(32, 32, 32, 1);
}
@media (max-width:767px){
  .repair-section{
    padding: 10px;
  }
  .repair-title{
    font-size: 30px;
    text-align: center;
  }

}

.repair-content {
  margin-top: 20px;
}

.repair-list {
  list-style: none;
  padding: 0;
}

.repair-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.repair-list .bi {
  color: #f05454;
  margin-right: 10px;
}


.support-section {
  padding: 40px;
}
.support-section img:hover{
  transform: scale(1.012);
}
.support-section h2 {
  text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: 700;
    line-height: 46.88px;
    color: rgba(52, 52, 52, 1);
}
.support-section h2 span{
  color: rgba(20, 35, 164, 1);
}
.support-section h3{
  font-family: 'Roboto';
font-size: 20px;
font-weight: 700;
color: rgba(32, 32, 32, 1);
}
.support-section ul {
  list-style: none;
  padding: 0;
}
.support-section ul li {
  margin-bottom: 15px;
  font-size: 1.1rem;
}
.support-section ul li i {
  color: #f05454;
  margin-right: 10px;
}
@media (max-width:767px){
  .support-section{
    padding: 10px;
  }
  .support-section h2{
    font-size: 30px;
    text-align: center;
  }

}

.modal_p-title{
  border-left: 5px solid rgba(20, 35, 164, 1);
  padding: 0px 10px;
  display: inline-block;
}
.btn-secon-tap {
background-color:  #fff !important;
border: none !important;
}
.gallery-item-left img{
  width: 100% !important;
  height: 53vh !important;
}
.gallery-item-right img{
  max-width: 600px;
  width: 100% !important;
  height: 25vh !important; 
}

.gallery-item .gallery_item-contain{
  margin-top: 40px;
}
.modal-header{
  border: none !important;
}
/* inter-exter-start */
.feature-container {
  padding: 40px 0;
}

.feature-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.feature-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 16/12;
}

.feature-caption {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px;
  width: 70%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 35px;
}

.feature-link {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px;
}

.details-view {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-color: #fff;
  color: #000;
  z-index: 1050;
  overflow-y: hidden;
  padding: 20px;
}

.details-view img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  margin-bottom: 20px;
}
.feature-item img:hover{
  transform: scale(1.012);
}

.close-btn {
  position: absolute;
  /* top: 10px; */
  right: 20px;
  font-size: 2.5rem;
  /* color: #fff; */
  color: #fff;
  cursor: pointer;
  background: rgba(41, 80, 156, 1);
  padding: 0px 5px;
}
@media (max-width:767px){
  .close-btn{
    top: 10px;
  }
}
.feature-description {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 3px solid #d32f2f;
}
.site-contain{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* inter-exter-end */
/* contact-us-css-start */
.company-info {
  background-color: #f8f9fa;
  padding: 40px 0;
}
.company-info a{
  color: #333;
}
@media (max-width:767px){
  .company-info a {
    line-height: 35px;
  }
}
.company-info h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.company-info p {
  margin-bottom: 10px;
}
.contact-form-section {
  padding: 60px 0;
}
.contact-form {
  background-color: #F1F2F3;
  padding: 30px;
  border-radius: 5px;
}
.contact-form h2{
  font-weight: 600;
  color: rgba(20, 35, 164, 1);
  margin-bottom: 30px;
}
.contact-form .form-control {
  margin-bottom: 20px;
}
.contact-map {
  height: 100%;
  min-height: 400px;
}
.sokon-btn{
  background: rgba(41, 80, 156, 1);
  border: rgba(41, 80, 156, 1);
}
@media (max-width:767px){
  .sokon-btn{
    margin: auto;
    display: flex;
  }
}
.form-label {
  margin-bottom: .5rem;
  font-weight: 500;
}
/* contact-us-css-start */


/* after-sales-css-start */
.service-section {
  padding: 40px 0;
}

.service-box {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);

}

.service-box i {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #333;
}

.service-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.service-box h3 {

margin-bottom: 10px;
font-family: 'Roboto';
font-size: 24px;
font-weight: 700;
line-height: 21.12px;
text-align: center;
color: rgba(0, 0, 0, 1);
}

.service-box p {
  color: #666;
}

.service-content img {
  border-radius: 10px;
}
.service-content img:hover{
  transform: scale(1.012);
}

.service-card {
  background-color: #3f4ba1; /* Blue color for the cards */
  border-radius: 10px;
  color: white;
  padding: 20px;
  text-align: left;
  margin-bottom: 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  
}

.service-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.service-card ul {
  padding-left: 20px;
  list-style: disc;
}

.service-card .btn {
  background-color: #ff5b5b;
  border: none;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 20px;
}

.service-card .btn:hover {
  background-color: #e04646;
}


/* after-sales-css-end */



/* exterior-interior-css-section-start */
.nav-tabs {
  justify-content: center; 
  border-bottom: none; 
}
.nav-tabs .nav-link {
  color: #007bff;
  border: none;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: 'Roboto';
  font-size: 40px;
  font-weight: 700;
  line-height: 46.88px;
  color: rgba(52, 52, 52, 1);
}
.nav-tabs .nav-link.active {
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: 'Roboto';
  font-size: 40px;
  font-weight: 700;
  line-height: 46.88px;
  color: rgba(20, 35, 164, 1);
}
@media (max-width:767px){
  .nav-tabs .nav-link{
    font-size: 30px;
  }
  .nav-tabs .nav-link.active{
        font-size: 30px;
  }
}

.gallery-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.gallery-item img {
  width: 100%;
  height: auto;
   aspect-ratio: 16/9;
  transition: transform 0.3s ease;
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-caption {
  position: absolute;
  bottom: 5px;
  /* left: 10px; */
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  font-size: 14px;
/* add-new-effect */
/* height: 0;
width: 100%;
position: absolute;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
left: 0;
bottom: 0;
border-radius: 10px;
background: linear-gradient(transparent, rgba(20, 35, 164, 1) 60%);
padding: 0 50px;
text-align: center;
font-size: 14px;
transition: height 0.5; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery-caption a{
  color: #ffff;
}
/* .gallery-item:hover .gallery-caption{
  height: 100%;
 }
 .gallery-item .gallery-caption h2{
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
 
 } */


/* .gallery-item:hover{
  transform: translateY(20px);
} */
.gallery-img-contain{
  
  position: relative;
  top: 30%;
  padding: 0px 40px;
}
.gallery-item h2{
  font-family: 'Roboto';
font-size: 30px;
font-weight: 700;
text-align: left;
color: #000;
/* margin-top: 80px;
padding: 30px; */

}

.gallery-item .modal_p-title{
  color: #333;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 30.24px;
padding: 30px;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: .5;
 position: relative;
 right: 20px;
 top: 20px;
}
/* exterior-interior-css-section-end */


.services-bg{
  background: rgba(241, 242, 243, 1);

}
.c-tittle{
  font-family: Open Sans;
font-size: 20px;
font-weight: 400;
line-height: 27.24px;
text-align: left;
color: rgba(32, 32, 32, 1);
}
.left_img img{
  width: 150px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.about-us-bg{
  background: #F1F2F3;
}

  /* footer-css-start */
  .product__footer {
    background: rgba(41, 80, 156, 1);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    /* margin-top: 100px; */
    margin-top: 1px;
}
footer {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 60px 0px 20px 0px !important;
    width: 100%;
    height: 100%;
}
@media (max-width:767px){
  footer{
    padding: 20px 0px 20px 0px !important;
  }
}
footer .row:first-of-type {
    margin-bottom: 50px;
}
.product__footer .row > div {
    margin-top: 1.5rem;
}
footer ul {
    list-style: none;
    padding-left: 0;
    margin-top: 35px;
}
footer ul li {
    padding: 3px 0;
    color: #fff;
    font-family: 'Roboto';
font-size: 15px;
font-weight: 400;
line-height: 20.58px;

}
footer h3 {
    margin-bottom: 20px;
    color: #fff;
font-family: 'Roboto';
font-size: 18px;
font-weight: 600;
line-height: 21.09px;
}
.footer-company{
  padding: 0px 0px 0px 50px;
}
@media (max-width:767px){
  .footer-company{
    padding: 5px;
  }
}
@media (min-width:993px) and (max-width:1024px){
  footer ul {
    margin-top: 25px;
  }
}
footer ul li {
    padding: 3px 0;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
footer a {
    color: #fff;
    /* color: #000; */
}

.product__footer .footerBottom {
    border-top: 1px solid #ccc;
    position: relative;
    top: 0rem;
}

.footerBottom .copyrights {
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;

}
.footerBottom .copyrights {
    color: #fff;
}
.footerBottom > * {
    margin: 0 10px;
}
.footerBottom {
    width: 100%;
    display: flex;
    /* justify-content: center; */
}
.footerBottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    margin: 0 -10px;
    padding: 15px;
}
@media (max-width:767px){
  .footerBottom { 
    flex-direction: column;
    padding: 20px 0px;
    gap: 10px;
    align-items: flex-start;
  }
}
footer ul li p{
    font-family: "Open Sans", sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 25.43px;
color: #fff;

}
.footer-btm{
    color: #ffc107;
}
.footer-btm:hover{
    color: #fff;
}
footer ul li:hover a{
  color: #ffc107;

}
footer ul li  i {
  font-size: 18px;
  padding: 0px 10px;
  margin-top: 15px;
}
footer ul li  a i {
    font-size: 18px;
    padding: 0px 10px;
    margin-top: 15px;
}
.footer-bottom-last{
    background: rgba(66, 68, 81, 1);
    color: #fff;
}
.footer-list .social-link{
  margin-top: 10px;
}
.footer-list .social-link a:hover i{
  color: #ffc107;
}
    /* footer-css-end */

/* up-arrow-btn-css-start */

        #myBtnlast{
          display: none;
          position: fixed;
          bottom: 20px;
          right: 20px;
          z-index: 99;
          font-size: 18px;
          border: none;
          outline: none;
          background-color: rgba(248, 74, 87, 1);
          color: white;
          cursor: pointer;
          padding: 10px;
          border-radius: 4px;
        }
        
        #myBtnlast:hover {
          background-color: #ffc107;
        }
        .lg-toolbar .lg-download:after {
          content: "";
      }
/* up-arrow-btn-css-end */  

/* my-animation-css-start */

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-top {
  animation: fade-top 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-top {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }

  100% {
    transform: translateY(50px);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* my-animation-css-end */

.repair-content ul,
.service-content_ ul,
.warranty-content ul
{
  padding:0;
}