@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



.navbar{
    position:relative;
    top:0px;
}

.nav-link {
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: smaller;
}
.nav-link:hover {
    color:#f69c1d;
}

.btn {
    color:#fff;
      bottom:230px;
      height: 50px;
      width: 200px;
     border: 2px solid transparent;
      float: center;
      font-weight:600;
      background-color: #f69c1d;
  }
  .btn:hover{
      background-color:#0EB3D6;
      color:white;
  }
  .btn1 {
    color:#000;
      bottom:230px;
      height: 55px;
      width: 180px;
       border: 2px solid transparent;
      border-radius:30px;
      float: center;
      font-weight:600;
      background-color: #f69c1d;
  }
  .btn1:hover{
      background-color:#0EB3D6;
      color:white;
  }






  .header-top {
    height:100px;
  }
  
  
  .count-area {
      background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(image/promo_bg.jpg)no-repeat;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      width:auto;
  }
  .about_us {
      background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(image/bg.png)no-repeat;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      width:auto;
  }
      .section7 {
      background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(image/slider-bg.jpg)no-repeat;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      width:auto;
    }
    .section2 {
      background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(image/cars.jpeg)no-repeat;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      width:auto;
      
    }
    .check-vehicle-block {
      background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(image/footer-bg.jpg)no-repeat;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      width:auto;
    }
    .footer {
      background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(image/footer-bg.jpg)no-repeat;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      width:auto;
    }
   /* .carousel-text {
      margin-top:-500px;
   } */
  
   .vehicle-section-divider {
      background-color:black;
      border-bottom: 1px solid #434343;
      padding: 8px 0;
      overflow: hidden;
  }
  

  
  .card {
    width: auto;
    min-width:auto;
    height:auto;
    background:#fff;
    border-radius:30px;
    position:relative;
    z-index:0;
    margin:auto;
    min-height:auto;
    cursor:pointer;
    transition: all .25s ease;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0, .08);
  }
  .card img {
    height: 220px;
}
  .card:hover {
    transform:translate(0, -10px);
    box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
  }
  
  .card h4 {
    position:absolute;
    left: 0;
    top: 0;
    padding: 15px;
  }
  
  .card i {
    position:absolute;
    right: 0;
    top: 0;
    padding: 15px;
    font-size:1.4rem;
    line-height:3.2rem;
  }
  
  .card .card-text {
    padding: 20px;
  }
  
  p {
    font-size: .8rem;
    opacity: .7;
    margin-top: 10px;
  }
  
  .card .card-img {
    transform: translate(90px,-10px);
    margin: 0 70px;
    display:flex;
    align-items: center;
    justify-content:center;
    transition: all .35s ease-out;
  }
  
  .card img {
    height:220;
  }
  
  .card img.blur {
    position:absulute;
    filter:blur(15px);
    z-index:-1;
    opacity:.40;
    transform: translate(-160px,30px);
    transition: all .35s ease-out;
  }
  
  .card:hover .card-img {
    transform:translate(40px,-1px);
  }
  
  .card:hover .card-img img.blur {
    transform:translate(-100px,35px) scale(.85);
    opacity:.25;
    filter:blur(20px);
  }
  
  .card-content {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    width:100%;
    overflow:auto;
    padding-top: 100px;
    padding-left:50px;
    padding-right: 50px;
    scroll-behavior:smooth;
  }
  
  .card-content::-webkit-scrollbar {
     height:0px;
  }
  
  .card-content:after {
    content:'';
    display:block;
    min-width:20px;
    height:100px;
    position:relative;
  }
  
  .btn3{
    min-width:60px;
    margin:auto 30px;
    height:60px;
    border-radius:20px;
    background:#fff;
    border:0px;
    outline:none;
    cursor:pointer;
    z-index:9999;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,.08);
    transition: all .25s ease;
  }
  
  .btn3:hover{
    box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
  }
  
  .btn3 i {
    font-size:1.2rem;
  }
  
  .slider {
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgb(242,243,248);
    width:100%;
    height:auto;
    overflow:hidden;
  }
  
  .slider:after {
    content:'';
    left:98px;
    height:90vh;
    position:absolute;
    width:150px;
    z-index:100;
    background: linear-gradient(90deg, rgb(242,243,248) 0%,rgba(242,243,248,0)  100%);
    pointer-event:none;
  }
  
  .slider:before {
    content:'';
    right:98px;
    height:auto;
    position:absolute;
    width:150px;
    z-index:100;
    background: linear-gradient(90deg, rgba(242,243,248,0) 0%,rgba(242,243,248,1)  100%);
    pointer-event:none;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  a {
    text-decoration: none;
  }
  .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .card-img-top {
    object-fit: cover;
    height: 220px;
  }
  
  
  
  .counter span {
     font-weight:800;
     font-size:60px;
  }
  
  
  
  .count-area {
      position: relative;

      padding: 100px 0;
      text-align: center;
      color: #000;
  }
  .count-area-content {
      margin-top: 30px;
  }
  
  .count-area i {
      font-size: 48px;
  }
  .count-digit {
      margin: 20px 0px;
      color:#ffcc00;
      font-weight: 700;
      font-size: 50px;
      font-family: "Outfit", sans-serif;
      font-optical-sizing: auto;
      font-weight: weight;
      font-style: normal;
  }
  .count-title {
      font-size: 20px;
  }
  
  
  
  
  
  .check-vehicle-block {
      padding: 96px 0 103px;
      position: relative;
  }
  /* .gray-20 {
      background: #333333;
  } */
  .check-content .top-subtitle {
      font-size: 20px;
      color: #818080;
      font-weight: 700;
  }
  .check-content .title {
      font-size: 45px;
      margin-bottom: 0;
      margin-top: 0;
      font-weight: 900;
      font-family: "Exo", sans-serif;
      line-height: 50px;
  }
  .yellow-color, .color-yellow {
      color: #ffcc00 !important;
  }
  .check-content .subtitle {
      font-size: 20px;
      color: #ececec;
      font-weight: normal;
      position: relative;
      margin-left: 0px;
      font-family: inherit;
  }
  
  .advance-search-query label {
      color: #ececec;
      font-weight: 500;
      font-size: 15px;
      letter-spacing: 0.025em;
  }
  label {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: bold;
  }
  .input-night-rider .input {
      background: #2C2C2C !important;
  }
  .input {
      position: relative;
      margin-bottom: 15px;
  }
  .yellow-theme .input i {
      color: #ffcc00;
  }
  .input i {
      position: absolute;
      right:10px;
      top: 10px;
      color: #ffcc00;
  }

  .input-night-rider .input input, .input-night-rider .input select {
      background-color: transparent;
      margin-bottom: 0;
      height:45px;
      width:100%;
      color: #b3b3b3;
      border: 1px solid #434343;
      border-radius:5px;
  }
  .check-vehicle-footer .advanced-search {
      font-weight: 600;
      float: left;
      margin-top: 10px;
  }
  
  .yellow-theme button {
      background: #ffcc00;
  }
  .check-vehicle-footer button {
      margin-left:15px;
      float: left;
      color: #1d1d1f;
      font-family: "Exo", sans-serif;
      font-weight: 900;
      font-size: 13px;
      letter-spacing: 0.035em;
      padding: 15px 60px;
      text-transform: uppercase;
  }
  .check-vehicle-footer {
      position: relative;
  }
  
  
  
  
  
  
  
      @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins" , sans-serif;
  }

  footer ul{
/* padding:10px; */
   margin:15px; 
  }
  footer::before{
    content: '';
   
    width: 100%;
    /* background: #AFAFB6; */
  }
  footer .content{
    max-width: 1250px;
    margin: auto;
    padding: 30px 40px 40px 40px;
  }
  footer .content .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .content .top .logo-details{
    color: #fff;
    font-size: 30px;
  }
  .content .top .media-icons{
    display: flex;
  }
  .content .top .media-icons a{
    height: 40px;
    width: 40px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
  }
  .top .media-icons a:nth-child(1){
    background: #4267B2;
  }
  .top .media-icons a:nth-child(1):hover{
    color: #4267B2;
    background: #fff;
  }
  .top .media-icons a:nth-child(2){
    background: #1DA1F2;
  }
  .top .media-icons a:nth-child(2):hover{
    color: #1DA1F2;
    background: #fff;
  }
  .top .media-icons a:nth-child(3){
    background: #E1306C;
  }
  .top .media-icons a:nth-child(3):hover{
    color: #E1306C;
    background: #fff;
  }
  .top .media-icons a:nth-child(4){
    background: #0077B5;
  }
  .top .media-icons a:nth-child(4):hover{
    color: #0077B5;
    background: #fff;
  }
  .top .media-icons a:nth-child(5){
    background: #FF0000;
  }
  .top .media-icons a:nth-child(5):hover{
    color: #FF0000;
    background: #fff;
  }
  footer .content .link-boxes{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 5 - 10px);
  }
  .content .link-boxes .box .link_name{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
  }
  .link-boxes .box .link_name::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 35px;
    background: #fff;
  }
  .content .link-boxes .box li{
    margin: 6px 0;
    list-style: none;
  }
  .content .link-boxes .box li a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease
  }
  .content .link-boxes .box li a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .content .link-boxes .input-box{
    margin-right: 55px;
  }
  .link-boxes .input-box input{
    height: 40px;
    width: calc(100% + 55px);
    outline: none;
    border: 2px solid #AFAFB6;
    background: #140B5C;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
  }
  .link-boxes .input-box input::placeholder{
    color: #AFAFB6;
    font-size: 16px;
  }
  .link-boxes .input-box input[type="button"]{
    background: #fff;
    color: #140B5C;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease;
  }
  .input-box input[type="button"]:hover{
    opacity: 1;
  }
  footer .bottom-details{
    width: 100%;
    background: #FFCC00;
  }
  footer .bottom-details .bottom_text{
    max-width: 1250px;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    opacity: 1;
    text-decoration: none;
  }
  .bottom-details .bottom_text a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .bottom-details .bottom_text a{
    margin-right: 10px;
  }
  @media (max-width: 900px) {
    footer .content .link-boxes{
      flex-wrap: wrap;
    }
    footer .content .link-boxes .input-box{
      width: 40%;
      margin-top: 10px;
    }
  }
  @media screen and (min-device-width: 300px) and (max-device-width: 768px) { 
    .header-top .top-right {
      font-size: medium;
      position: relative;
      float: right;
      padding-top: -25px;
  }
  
  .carousel-item img {
    height:18vh;
  }
  }
  
  @media (max-width: 700px){
  .carousel-text .btn1 {
  display:none;
  
  }
  
  
    footer{
      position: relative;
    }

    .content .top .media-icons a{
      height: 35px;
      width: 35px;
      font-size: 14px;
      line-height: 35px;
    }
    footer .content .link-boxes .box{
      width: calc(100% / 3 - 10px);
    }
    footer .content .link-boxes .input-box{
      width: 60%;
    }
    .bottom-details .bottom_text span,
    .bottom-details .bottom_text a{
      font-size: 12px;
    }
  }
  @media (max-width: 520px){
    footer::before{
      top: 145px;
    }
    footer .content .top{
      flex-direction: column;
    }
    .content .top .media-icons{
      margin-top: 16px;
    }
    footer .content .link-boxes .box{
      width: calc(100% / 2 - 10px);
    }
    footer .content .link-boxes .input-box{
      width: 100%;
    }
  }
  
  
  .btn {
    border:1px solid transparent;
    
  }
  .btn1:hover{
        background-color:#0EB3D6;
        color:orange;
    }
    .top-right a {
      padding:6px;
    }
  
  
  
    .header-top {
      background-color:#000000; 
      height: auto;
  }
  
  .clearfix a{
      color:#ffcc00;
      text-decoration: none;
      font-weight: 700;
  }
  .top-left {
      margin-top:10px;
      margin:7px;
  }
  .top-right {
      margin-top:-15px;
  }
  .auto-container {
      position: static;
      max-width: 1200px;
      /* padding: 0px 15px; */
      margin: auto;
  }
  .header-top .top-inner {
      position: relative;
      min-height: auto;
  }
  .header-top .top-left {
      font-size: small;
      /* font-family:sans-serif; */
      position: relative;
      float: left;
      padding-top: 1px;
  }
  .header-top .top-right {
      font-size: medium;
      /* font-family:sans-serif; */
      position: relative;
      float: right;
      padding-top: 25px;
  }
  .header-top .top-left a:hover{
      color:#f69c1d;
  }
  .header-top .top-right a:hover{
      color: #f69c1d;
  }
  
  .navbar {
    position:relative;
    top:0px;
    width: 100%;
    transition: box-shadow 0.5s ease;
  }
  
  .navScrolled {
    position: fixed;
    top: 0;
    z-index: 1;
    box-shadow: 0px 1px 5px #000;
  }
  
  
  
  
  .cards-container:hover .cards{
      -webkit-transform: rotateY( 180deg );
              transform: rotateY( 180deg );
  }
  
  .cards {
      -webkit-transition: -webkit-transform 0.7s;
              transition: transform 0.7s;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
  }
  
  .front, .back {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
  }
  
  .back {
      -webkit-transform: rotateY( 180deg );
              transform: rotateY( 180deg );
  }
  
  
  .front, .back {
    /* box-shadow: 0 1px 6px 0; */
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
  }
  



 .breadcromb-box {
    text-align: center;
    
}
.breadcromb-box li {
    display: inline-block;
    margin: 0 2px;
    color: #fff !important;
    font-size: 15px;
}
li {
    list-style-type: none;
}


.section_70 {
    padding: 70px 0;
}

form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}
.contact-left form input {
    width: 100%;
    border: 2px solid #f0f0ff;
    padding: 5px 10px;
    height: 45px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin: 10px 15px 10px 0px;
}
.contact-left form textarea {
    border: 2px solid #f0f0ff;
    padding: 5px 10px;
    margin: 10px 0;
    color: #111;
    width: 100%;
    height: 135px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
textarea {
    overflow: auto;
    resize: vertical;
}
.single-contact-field button.gauto-theme-btn {
    width: auto;
    display: inline-block;
    margin-top: 20px;
}
button.gauto-theme-btn {
    color: #fab207;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #fab207;
    position: relative;
    display: block;
    padding: 8px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0;
    width: 100%;
}
.contact-left h3, .contact-right h3 {
    font-size: 24px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.single-contact-btn {
    display: inline-block;
    margin-right: 10px;
    margin-top: 25px;
}
.single-contact-btn a:hover {
    background-color:#0EB3D6;
}
.social-links-contact li :hover {
    background-color:#0EB3D6;
    color:white;
}
.social-links-contact {
    margin-top: 30px;
}
.single-contact-btn h4, .social-links-contact h4 {
    font-size: 16px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
ul, ol {
    margin: 0;
    padding: 0;
}
.social-links-contact ul li {
    display: inline-block;
    margin: 0 2px;
}
li {
    list-style-type: none;
}
.social-links-contact ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.contact-details p i {
    color: #fab207;
    margin-right: 5px;
}

.single-contact-btn a {
    display: inline-block;
    padding: 10px 16px;
    text-transform: lowercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    background: #fab207 none repeat scroll 0 0;
    border-radius: 4px;
}
a {
    text-decoration:none;   
}
p {
  font-size: .8rem;
  opacity: .7;
  margin-top: 10px;
}

.icon1 {
    position: fixed;
    bottom:50px;
    left: 20px;
   
}
.icon2 {
    position: fixed;
    bottom:50px;
    right: 18px;

   
}
@media screen and (min-device-width: 300px) and (max-device-width: 768px) { 
    .success-rate span{
        font-size:30px;
    }
    .icon1 {
      width:50px;
      position: fixed;
    bottom:50px;
    left: 1px;
      }  
      .icon2 {
        position: fixed;
      width:50px;
    bottom:50px;
    right: 1px;
      }
      }


      .header-top {
        background-color:#000000; 
        height: auto;
    }
    
    .clearfix a{
        color:#ffcc00;
        text-decoration: none;
        font-weight: 700;
    }
    .top-left {
        margin-top:10px;
    }
    .top-right {
        margin-top:-15px;
    }
    .auto-container {
        position: static;
        max-width: 1200px;
        /* padding: 0px 15px; */
        margin: 0 auto;
    }
    .header-top .top-inner {
        position: relative;
        min-height: auto;
    }
    .header-top .top-left {
        font-size: small;
        /* font-family:sans-serif; */
        position: relative;
        float: left;
        padding-top: 1px;
    }
    .header-top .top-right {
        font-size: medium;
        /* font-family:sans-serif; */
        position: relative;
        float: right;
        padding-top: 25px;
    }
    .header-top .top-left a:hover{
        color:#f69c1d;
    }
    .header-top .top-right a:hover{
        color: #f69c1d;
    }
    
    .navbar {
      position:relative;
      top:0px;
      width: 100%;
      transition: box-shadow 0.5s ease;
    }
    
    .navScrolled {
      position: fixed;
      top: 0;
      z-index: 1;
      box-shadow: 0px 1px 5px #000;
    }
    
     