.body{
  font-family: 'Roboto', sans-serif !important;
}





/* Slider */
/*=========================
 HERO SLIDER
=========================*/

.carousel-item{
    position:relative;
    height:90vh;
    min-height:550px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

.carousel-item::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}
.carousel-item img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.carousel-caption{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90%;
    max-width:900px;
    z-index:2;
    text-align:center;
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3{
    color:#fff;
    font-size:48px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:20px;
    text-shadow:0 2px 10px rgba(0,0,0,.4);
}

.carousel-caption p{
    color:#fff;
    font-size:18px;
    margin-bottom:30px;
}

.btn_grp{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.btn_grp a{
    display:inline-block;
    padding:14px 32px;
    border-radius:5px;
    background:#e60000;
    color:#fff;
    font-size:17px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.btn_grp a:hover{
    background:#111;
    color:#fff;
}

a.bnner_btn{
    background:#fff;
    color:#111;
}

a.bnner_btn:hover{
    background:#e60000;
    color:#fff;
}
@media (max-width:991px){

.carousel-item{
    height:70vh;
    min-height:450px;
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3{
    font-size:34px;
}

.carousel-caption p{
    font-size:16px;
}

.btn_grp a{
    padding:12px 24px;
    font-size:15px;
}

}
@media (max-width:767px){

.carousel-item{
    height:60vh;
    min-height:350px;
}

.carousel-caption{
    width:95%;
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3{
    font-size:24px !important;
    line-height:1.4;
}

.carousel-caption p{
    display:none;
}

.btn_grp{
    gap:10px;
}

.btn_grp a{
    width:100%;
    max-width:220px;
    text-align:center;
    padding:10px 18px;
    font-size:14px;
}

}
@media only screen and (max-width: 600px) {
  .carousel-caption h3{
    font-size: 14px !important;
  }
  .btn_grp{
    display: none;
  }
}


#homeTwo{
  background-color: rgb(255,0,0); 
    padding: 64px 0px 40px 0px;
    margin-top: -25px;
}

#homeTwo h2{
  color: #fff;
  font-size: 1.4em;
  line-height: 1.8em;
}




/*=========================
WELCOME SECTION
=========================*/

.welcome-section{
    padding:80px 0;
}

.welcome__line{
    position:relative;
    padding-left:90px;
    margin-bottom:25px;
    font-family:'Rajdhani',sans-serif;
    text-transform:uppercase;
}

.welcome__line::before{
    content:"";
    position:absolute;
    left:0;
    top:18px;
    width:70px;
    height:4px;
    background:#e60000;
}

.welcome__line h1{
    font-size:40px;
    font-weight:700;
    margin:0;
}

.welcome__line strong{
    color:#e60000;
}

.welcome__left p{
    color:#555;
    line-height:1.9;
    font-size:16px;
}

.welcome__leftone{
    display:flex;
    align-items:center;
    margin-top:30px;
    gap:15px;
}

.welcome__leftone img{
    width:55px;
}

.welcome__lefttwo{
    font-size:22px;
    font-weight:700;
}

.welcome_leftthree{
    color:#e60000;
    font-size:20px;
    font-weight:700;
}

.welcome__right img{
    width:100%;
    border-radius:10px;
}




/* box__container */
/*=========================
INFO BOX
=========================*/

.box__container__color{
    background:#e60000;
    padding:30px 0;
}

.box__left{
    display:flex;
    align-items:center;
    padding:20px;
    border-right:1px solid rgba(255,255,255,.3);
    height:100%;
}

.box__left:last-child{
    border-right:none;
}

.box__leftone img{
    width:55px;
    margin-right:15px;
}

.box__lefttwo h2{
    color:#fff;
    font-size:22px;
    margin-bottom:5px;
}

.box__lefttwo p{
    color:#fff;
    margin:0;
}



/* our services */
/*=========================
SERVICES
=========================*/

#services__container{
    padding:80px 0;
    margin:0;
}

.services__container__heading h2{
    text-align:center;
    font-size:38px;
    font-weight:700;
    margin-bottom:60px;
}

.services__container__one{
    background:#fff;
    border:1px solid #eee;
    border-radius:10px;
    padding:30px;
    transition:.3s;
    height:100%;
}

.services__container__one:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.services__container__one__heading{
    display:flex;
    align-items:center;
    margin-bottom:20px;
}

.services__container__one__heading img{
    width:55px;
    margin-right:15px;
}

.services__container__one__heading h2{
    font-size:24px;
    margin:0;
    font-weight:700;
}

.services__container__description p{
    color:#555!important;
    line-height:1.8;
}

.services__container__link a{
    color:#e60000;
    font-weight:600;
    text-decoration:none;
}

.services__container__link a:hover{
    color:#000;
}
@media(max-width:991px){

.welcome__line{
    padding-left:70px;
}

.welcome__line::before{
    width:50px;
}

.welcome__line h1{
    font-size:32px;
}

.services__container__heading h2{
    font-size:30px;
}

}
@media(max-width:767px){

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

.welcome__line{
    padding-left:50px;
}

.welcome__line::before{
    width:35px;
    top:14px;
}

.welcome__line h1{
    font-size:24px!important;
}

.welcome__left{
    text-align:center;
}

.welcome__leftone{
    justify-content:center;
    flex-wrap:wrap;
}

.box__left{
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.25);
    justify-content:center;
    text-align:center;
}

.box__left:last-child{
    border-bottom:none;
}

.services__container__heading h2{
    font-size:26px;
}

.services__container__one{
    margin-bottom:25px;
}

.services__container__one__heading{
    flex-direction:column;
    text-align:center;
}

.services__container__one__heading img{
    margin:0 0 15px;
}

}

/* car section  */


.ourcar__bg {
  background: #000;
  margin-top: 110px;
  padding: 35px 0;
  position: relative;
  /* min-height: 150px !important; */
  max-height: 130px;
}



.ourcar__img img{
  width: 312px;
  height: 270px;
  margin-top: -150px;
  margin-left: 40px;
  object-fit: contain;
}

a.get_btn {
  font-family: 'Rajdhani';
  font-size: 18px;
  text-transform: uppercase;
  background: red;
  padding: 8px 25px;
  margin-top: 0;
  color: #fff;
  border-radius: 3px;
  vertical-align: middle;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}

.our__car__number a{
  color: #fff;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}
.our__car__number a:hover{
  color: red;
}

a.get_btn:hover{
  background-color: #fff;
  color: #000;
} 

.our__car__number h2{
  color: #fff;
  font-size: 1.8em;
}

/* hard image  */
.ourcar__bg{
  position: relative;
}

.hard__img{
  position: absolute;
  top: -340px;
  right: 0px;
  z-index: -1;
}

/* mobile car  */
@media only screen and (max-width: 600px) {
  .hard__img img{
   display: none !important;
  }
  .our__car__number a{
    color: #fff;
    text-decoration: none;
    transition: 0.5s all ease-in-out;
  }
  .our__car__number a:hover{
    color: red;
  }
  .our__car__number h2{
    color: #fff;
    font-size: 1.3em;
  }
  .our__car__number{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .ourcar__img{
    display: flex;
    justify-content: center;
  }
  .ourcar__bg {
    background: #000;
    margin-top: 110px;
    padding: 35px 0;
    position: relative;
    /* min-height: 150px !important; */
    max-height: 230px;
  }
  
  
  
  .ourcar__img img{
    width: 212px;
    height: 270px;
    margin-top: -150px;
    margin-left: 40px;
    object-fit: contain;
    text-align: center;

  }
  
  .our__car__button{
    display: flex;
    justify-content: center;
  }

  a.get_btn {
    font-family: 'Rajdhani';
    font-size: 18px;
    text-transform: uppercase;
    background: red;
    padding: 8px 25px;
    margin-top: 0;
    color: #fff;
    border-radius: 3px;
    vertical-align: middle;
    text-decoration: none;
    transition: 0.5s all ease-in-out;
  }
  
  a.get_btn:hover{
    background-color: #fff;
    color: #000;
  }
}


@media only screen and (max-width: 768px) {
  .our__car__number h2{
    padding-left: 30px;
  }
  a.get_btn {
    font-family: 'Rajdhani';
    font-size: 16px;
    text-transform: uppercase;
    background: red;
    padding: 8px 25px;
    margin-top: 0;
    color: #fff;
    border-radius: 3px;
    vertical-align: middle;
    text-decoration: none;
    transition: 0.5s all ease-in-out;
}
}





/* testimonials  */
.testimonials {
  overflow: hidden;
  position: relative;
  height: 400px;
}

.testimonials {
  background: #ffff;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
}

.prev {
  left: -2.25rem;
}

.next {
  right: -2.25rem;
}

@media screen and (max-width: 768px) {
  .testimonials {
    max-height: 700px;
  }
  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .control i {
    font-size: .7rem;
  }
  .testimonials .message {
    font-size: 1rem;
  }
  .testimonials h2 {
    font-size: 1.5rem;
  }
}




