    :root {
      --automart-font: "Rubik", sans-serif;
      --automart-font-two: "Onest", sans-serif;
      --automart-gray: #7A7A7A;
      --automart-gray-rgb: 122, 122, 122;
      --automart-base: #E8050C;
      --automart-base-rgb: 232, 5, 12;
      --automart-black: #0A144B;
      --automart-black-rgb: 10, 20, 75;
      --automart-white: #ffffff;
      --automart-white-rgb: 255, 255, 255;
      --automart-bdr-radius: 20px
    }
    
    
    p{
        color: #000;
    }
    /*------------Header--*/
   .header_logo {
    width: 100% !important;
    height: auto !important;
}
    .headernav-variation2 .site-navigation-inner, .headernav-variation3 {
        background: var(--automart-black);
        border-radius: 5px;
    }
    #top-bar {
        display: none;
    }
   
   .top-info-box li .info-box .info-box-title {
    color: #ba0110 !important;
    font-family: var(--automart-font-two) !important;
}
   
ul.top-info-box li .info-box span.info-icon {
    color: var(--automart-black);
}
ul.top-info-box {
   
    position: relative;
    top: -10px;
}
    .headernav-variation2 ul.main-menu > li > a {
        color: #ffffff;
        font-family: var(--automart-font-two);
        font-size: 16px;
    }
    /*-----------Breadcrumb----*/
    .banner-text {
   
    top: 69%;
    }
    
    /*------------heading-----*/
    
    .section-title {
        position: relative;
        display: block;
        margin-top: -7px;
        margin-bottom: 20px;
        z-index: 1;
    }
    
    .section-title__tagline-box {
      position: relative;
      display: inline-flex;
      align-items: center;
      padding-bottom: 6px;
    }
    
    .section-title__tagline {
        position: relative;
        display: inline-block;
        font-size: 18px;
        line-height: 1em;
        color: var(--automart-base);
        font-weight: 500;
        text-transform: uppercase;
        font-family: rubik;
    }
    
    .section-title__tagline-box:before {
      content: "";
      height: 2px;
      background: var(--automart-base);
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      width: 80px;
    }
    
    .section-title__title {
      color: var(--automart-black);
      font-size: 48px;
      line-height: 1.1em;
      font-weight: 700;
      letter-spacing: -0.03em;
      margin: 16px 0 0;
    }
    
    .section-title__title .split-line {
      text-transform: none;
    }
    
    .section-title__tagline-box.two:before {
      margin: 0 auto 0;
    }
    
    .section-title__tagline-box.two::after {
      left: 110px;
    }
    
    h1, h2, h3, h4, h5, h6 {
        font-family: var(--automart-font-two);
        color: var(--automart-black);
        margin: 0;
    }
    
    /*-------------------Welcome----*/
    
    .about-two {
        position: relative;
        display: block;
        padding: 70px 0px 70px;
        z-index: 1;
    }
    
    .about-two__shape-1 {
      position: absolute;
      bottom: 130px;
      right: 0;
      z-index: -1;
    }
    
    .about-two__shape-1 img {
      width: auto;
      animation: leftRight 4s ease-in-out infinite;
    }
    
    .about-two__left {
      position: relative;
      display: block;
      margin-right: 80px;
    }
    
    .about-two__img-box {
      position: relative;
      display: block;
    }
    
    .about-two__img {
      position: relative;
      display: block;
    }
    
    .about-two__img img {
      width: 100%;
    }
    
    .about-two__img-two {
      position: absolute;
      bottom: 35px;
      right: -80px;
      border: 10px solid var(--automart-white);
    }
    
    .about-two__img-two img {
      width: auto;
    }
    
    .about-two__right {
      position: relative;
      display: block;
    }
    
    .about-two__right .section-title {
      margin-bottom: 31px;
    }
    
    .about-two__icon-box {
      position: relative;
      display: block;
      margin-top: 31px;
      margin-bottom: 24px;
      padding-bottom: 33px;
      border-bottom: 1px solid rgba(var(--automart-black-rgb), .10);
    }
    
    .about-two__icon-box-list {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 50px;
    }
    
    .about-two__icon-box-list li {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }
    
    .about-two__icon-box-list li .icon {
      position: relative;
      display: flex;
      align-items: center;
    }
    
    .about-two__icon-box-list li .icon span {
      position: relative;
      display: inline-block;
      font-size: 50px;
      color: var(--automart-base);
      transition: all 500ms linear;
      transition-delay: 0.1s;
      transform: scale(1);
    }
    
    .about-two__icon-box-list li:hover .icon span {
      transform: scale(0.9);
    }
    
    .about-two__icon-box-list li .text {
      position: relative;
      display: block;
      flex: 1;
    }
    
    .about-two__icon-box-list li .text h4 {
      font-size: 20px;
      line-height: 1.3em;
      font-weight: 700;
    }
    
    .about-two__point-box {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 50px;
    }
    
    .about-two__point-one {
      position: relative;
      display: block;
    }
    
    .about-two__point-one li {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }
    
    .about-two__point-one li li {
      margin-top: 17px;
    }
    
    .about-two__point-one li .icon {
      position: relative;
      display: flex;
      align-items: center;
      font-size: 18px;
      color: var(--automart-base);
    }
    
    .about-two__point-one li .text {
      position: relative;
      display: block;
      flex: 1;
    }
    
    .about-two__point-one li .text p {
      font-size: 18px;
      color: var(--automart-black);
      font-weight: 500;
    }
    
    .about-two__btn-and-call-box {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 45px;
    }
    
    .about-two__btn {
      position: relative;
      display: block;
    }
    
    .about-two__call-box {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
    }
    
    .about-two__call-box .icon-box {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px;
      width: 60px;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
      background-color: var(--automart-white);
      border-radius: 50%;
      font-size: 25px;
      color: var(--automart-base);
    }
    
    .about-two__call-box .content-box {
      position: relative;
      display: block;
      top: -4px;
      flex: 1;
    }
    
    .about-two__call-box .content-box p {
      font-weight: 500;
      margin-bottom: 5px;
    }
    
    .about-two__call-box .content-box h4 {
      font-size: 20px;
      font-weight: 600;
      line-height: 1em;
    }
    
    .about-two__call-box .content-box h4 a {
      color: var(--automart-black);
    }
    
    .about-two__call-box .content-box h4 a:hover {
      color: var(--automart-base);
    }
    .about-two__right p {
        font-size: 16px;
        color: #000;
    }
    .thm-btn {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      vertical-align: middle;
      -webkit-appearance: none;
      appearance: none;
      outline: none !important;
      border: none;
      background-color: transparent;
      z-index: 1;
    }
    
    .thm-btn span {
      position: relative;
      display: inline-block;
      color: var(--automart-white);
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 0;
      font-weight: 500;
      overflow: hidden;
      border-radius: 30px;
      background-color: var(--automart-base);
      padding: 21px 45px 21px;
      transition: all 200ms linear;
      transition-delay: .1s;
      z-index: 1;
      text-transform: capitalize;
    }
    
    .thm-btn span::before {
      transition-duration: 800ms;
      position: absolute;
      width: 200%;
      height: 200%;
      content: "";
      top: 110%;
      left: 50%;
      background-color: rgba(var(--automart-black-rgb), 1);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 50%;
      z-index: -1;
    }
    
    .thm-btn:hover span::before {
      top: -40%;
    }
    
    .thm-btn i {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      overflow: hidden;
      border-radius: 50%;
      background-color: var(--automart-base);
      color: var(--automart-white);
      font-size: 20px;
      line-height: 20px;
      transition: all 200ms linear;
      transition-delay: .1s;
      z-index: 1;
    }
    
    .thm-btn i::after {
      transition-duration: 500ms;
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      top: 0;
      left: 50%;
      background-color: rgba(var(--automart-black-rgb), 1);
      -webkit-transform: translateX(-50%) translateY(-100%);
      transform: translateX(-50%) translateY(-100%);
      border-radius: 50%;
      z-index: -1;
    }
    
    .thm-btn:hover i::after {
      -webkit-transform: translateX(-50%) translateY(0%);
      transform: translateX(-50%) translateY(0%);
    }
    
    .thm-btn:hover span {
      color: var(--automart-white);
    }
    
    .thm-btn:hover i {
      color: var(--automart-white);
    }
    
    
    /*-----------------------Products--------------*/
    
    .shop-one {
        position: relative;
        display: block;
        padding: 50px 0px 70px;
        z-index: 1;
    }
    
    .shop-one__single {
        position: relative;
        display: block;
        margin: 10px;
    }
    
    .shop-one__img-box {
      position: relative;
      display: block;
    }
    
    .shop-one__offer {
      position: absolute;
      top: 5px;
      left: 5px;
      background-color: var(--automart-white);
      border-radius: 10px;
      padding: 11px 17px 11px;
    }
    
    .shop-one__offer p {
      font-size: 18px;
      font-weight: 500;
      line-height: 18px;
      color: var(--automart-black);
    }
    
    .shop-one__icon-box {
      position: absolute;
      left: 0;
      bottom: 20px;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 1;
      z-index: 5;
    }
    
    .shop-one__icon-box li {
      position: relative;
      display: block;
    }
    
    .shop-one__icon-box li li {
      margin-left: 8px;
    }
    
    .shop-one__icon-box li a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: var(--automart-white);
      box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
      color: var(--automart-base);
      font-size: 15px;
      line-height: 0;
      transition: all 200ms linear;
      transition-delay: 0.1s;
    }
    
    .shop-one__icon-box li a:hover {
      color: var(--automart-white);
      background-color: var(--automart-base);
    }
    
    .shop-one__img {
      position: relative;
      display: block;
      overflow: hidden;
      border-radius: var(--automart-bdr-radius);
      border-bottom-left-radius: 0;
    }
    
    .shop-one__img img {
      width: 100%;
      border-radius: var(--automart-bdr-radius);
      border-bottom-left-radius: 0;
      transform: scale3d(1, 1, 1);
      transition: all 500ms ease;
    }
    
    .shop-one__single:hover .shop-one__img img {
      transform: scale(1.01) rotate(0deg);
    }
    
    .shop-one__content {
      position: relative;
      display: block;
      background-color: var(--automart-black);
      border-radius: 10px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      margin-right: 50px;
      padding: 10px 20px 10px;
    }
    
    .shop-one__rating {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 5px;
    }
    
    .shop-one__rating span {
      position: relative;
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #f8ae0d;
    }
    
    .shop-one__rating span:last-child {
      color: var(--automart-white);
    }
    
    .shop-one__title {
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      margin-top: 12px;
      margin-bottom: 2px;
    }
    
    .shop-one__title a {
      color: var(--automart-white);
    }
    
    .shop-one__title a:hover {
      color: var(--automart-base);
    }
    
    .shop-one__price {
      color: var(--automart-white);
      font-weight: 500;
    }
    
    .shop-one__price del {
      margin-left: 15px;
    }
    
    .shop-one__arrow {
      position: absolute;
      top: 50%;
      right: -20px;
      z-index: 2;
      transform: translateY(-50%);
    }
    
    .shop-one__arrow a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 40px;
      background-color: var(--automart-white);
      box-shadow: 0 0 15px 4px rgba(0, 123, 255, 0.1);
      border-radius: 50%;
      font-size: 20px;
      color: var(--automart-black);
    }
    
    .shop-one__arrow a:hover {
      background-color: var(--automart-base);
      color: var(--automart-white);
    }
    
    .shop-one__nav {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 130px;
      margin: 60px auto 0px;
      z-index: 9999;
    }
    
    .shop-one__nav-prev,
    .shop-one__nav-next {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 40px;
      overflow: hidden;
      border-radius: 5px;
      background-color: transparent;
      border: 1px solid #e8e8e8;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: 1;
    }
    
    .shop-one__nav-prev:hover,
    .shop-one__nav-next:hover {
      border-color: var(--automart-base);
    }
    
    .shop-one__nav-prev::before,
    .shop-one__nav-next::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      transform: scale(0.7);
      background-color: var(--automart-base);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: -1;
    }
    
    .shop-one__nav-prev:hover::before,
    .shop-one__nav-next:hover::before {
      opacity: 1;
      transform: scale(1);
    }
    
    .shop-one__nav-prev span,
    .shop-one__nav-next span {
      position: relative;
      display: inline-block;
      line-height: 0;
    }
    
    .shop-one__nav-prev span i,
    .shop-one__nav-next span i {
      position: relative;
      display: inline-block;
      color: var(--automart-black);
      font-size: 18px;
      line-height: 18px;
      transition: all 200ms linear;
      transition-delay: .1s;
    }
    
    .shop-one__nav-prev:hover span i,
    .shop-one__nav-next:hover span i {
      color: var(--automart-white);
    }
    
    .shop-one__nav-prev span i.left {
      transform: rotate(0deg);
    }
    
    /*----------------------Choose-----------*/
    .choose-one {
        position: relative;
        display: block;
        overflow: hidden;
        background-color: var(--automart-black);
        padding: 50px 0px 50px;
        z-index: 1;
    }
    
    .choose-one__shape1 {
      position: absolute;
      top: 0;
      right: 0;
    }
    
    .choose-one__shape2 {
      position: absolute;
      bottom: 0;
      right: 0;
    }
    
    .choose-one__shape3 {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      height: 200px;
      opacity: .1;
      background-repeat: no-repeat;
      animation: slide 30s linear infinite;
      -webkit-animation: slide 30s linear infinite;
      z-index: -1;
    }
    
    @keyframes slide {
      from {
        background-position: 1920px 0px;
      }
    
      to {
        background-position: 0px 0px;
      }
    }
    
    @-webkit-keyframes slide {
      from {
        background-position: 1920px 0px;
      }
    
      to {
        background-position: 0px 0px;
      }
    }
    
    .choose-one__shape1 img,
    .choose-one__shape2 img,
    .choose-one__shape3 img {
      width: auto;
    }
    
    .choose-one .row {
      align-items: flex-end;
    }
    
    .choose-one .section-title {
      margin-bottom: 13px;
    }
    
    .choose-one .section-title__tagline {
      color: var(--automart-white);
    }
    
    .choose-one .section-title__tagline-box:before,
    .choose-one .section-title__tagline-box::after {
      background: var(--automart-white);
    }
    
    .choose-one .section-title__title {
      color: var(--automart-white);
    }
    
    .choose-one__content {
      position: relative;
      display: block;
    }
    
    .choose-one__content-text {
      position: relative;
      display: block;
    }
    
   .choose-one__content-text p {
    color: var(--automart-white);
    font-size: 16px;
    line-height: 2;
}
    
    .choose-one__content-middle {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 37px;
    }
    
    .choose-one__content-middle-left {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }
    
    .choose-one__content-middle-left-icon {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: var(--automart-white);
      color: var(--automart-base);
      font-size: 32px;
      line-height: 32px;
    }
    
    .choose-one__content-middle-left-text {
      position: relative;
      display: block;
      flex: 1;
      margin-left: 20px;
    }
    
    .choose-one__content-middle-left-text h3 {
      color: var(--automart-white);
      font-size: 20px;
      line-height: 28px;
      font-weight: 600;
    }
    
    .choose-one__content-middle-right {
      position: relative;
      display: block;
      flex: 1;
      margin-left: 30px;
      padding-left: 30px;
    }
    
    .choose-one__content-middle-right::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 2px;
      height: 50px;
      background-color: var(--automart-base);
    }
    
    .choose-one__content-middle-right p {
      color: var(--automart-white);
    }
    
    .choose-one__content-bottom {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 40px;
    }
    
    .choose-one__content-btn {
      position: relative;
      display: block;
      line-height: 0;
    }
    
    .choose-one__content-btn .thm-btn:hover span,
    .choose-one__content-btn .thm-btn:hover i {
      color: var(--automart-black);
    }
    
    .choose-one__content-btn .thm-btn span::before {
      background-color: var(--automart-white);
    }
    
    .choose-one__content-btn .thm-btn i::after {
      background-color: var(--automart-white);
    }
    
    .choose-one__content-right {
      position: relative;
      display: flex;
      align-items: center;
      flex: 1;
      margin-left: 20px;
    }
    
    .choose-one__content-right-img {
      position: relative;
      display: block;
      overflow: hidden;
      border-radius: 50%;
    }
    
    .choose-one__content-right-img img {
      width: 100%;
    }
    
    .choose-one__content-right-text {
      position: relative;
      display: block;
      margin-left: 20px;
      flex: 1;
    }
    
    .choose-one__content-right-text p {
      color: var(--automart-white);
      font-size: 18px;
      font-weight: 500;
    }
    
    .choose-one__content-right-text span {
      color: var(--automart-white);
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
    }
    
    .choose-one__right {
      position: relative;
      display: block;
    }
    
    .choose-one__right-img {
        width: 100%;
    }
    
    .choose-one__right-time {
      position: relative;
      display: block;
      max-width: 300px;
      margin-left: auto;
    }
    
    .choose-one__right-time-inner {
      position: relative;
      display: flex;
      align-items: center;
      background-color: var(--automart-white);
      border-radius: 5px;
      padding: 24px 20px 24px;
      padding-right: 10px;
    }
    
    .choose-one__right-time-icon {
      position: relative;
      display: block;
      color: var(--automart-base);
      font-size: 52px;
      line-height: 0px;
    }
    
    .choose-one__right-time-text {
      position: relative;
      display: block;
      flex: 1;
      margin-left: 20px;
    }
    
    .choose-one__right-time-text h3 {
      font-size: 20px;
      line-height: 28px;
      font-weight: 600;
    }
    
    .choose-one__right-time-text p {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
    }
    .about-two__point-one p {
        color: #fff !important;
        position: relative;
        top: 5px;
    }
    .choose-one .about-two__point-one .icon {
        color: #919191 !important;
    }
    .list-hed {
        color: #c1c1c1 !important;
        font-size: 20px;
        font-weight: 800 !important;
    }
    ul.about-two__point-one {
        padding-top: 20px;
    }
    ul.about-two__point-one li {
        
        padding-bottom: 20px;
    }
    
/*------Video--------------*/
.cta-one {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--automart-black);
    padding: 52px 0px 30px;
    z-index: 1;
}
.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .6;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.cta-one__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(114deg, #0a144bf2 55%, #0a144b00 53%);
}

.cta-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .70;
  z-index: -1;
}

.cta-one__shape-1 img {
  width: auto;
}

.cta-one__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cta-one__content-left {
  position: relative;
  display: block;
}

.cta-one__content-left-top {
  position: relative;
  display: block;
}

.cta-one__content-left-top h2 {
  color: rgb(var(--automart-white-rgb), .1);
  font-size: 75px;
  line-height: 1.0em;
  font-weight: 700;
  text-transform: capitalize;
}

.cta-one__content-left-bottom {
  position: relative;
  display: block;
}

.cta-one__content-left-bottom-title1 {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 33px;
}

.cta-one__content-left-bottom-title1 h2 {
  color: var(--automart-white);
  font-size: 75px;
  line-height: 1.0em;
  font-weight: 700;
  text-transform: capitalize;
}

.cta-one__content-left-bottom-title1 img {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 23px;
  border-radius: 30px;
}

.cta-one__content-left-bottom-title2 {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4px;
}

.cta-one__content-left-bottom-title2 p {
    color: var(--automart-white);
    font-size: 22px;
    width: 450px;
    margin-top: 30px;
    line-height: 2;
}

.cta-one__content-left-bottom-title2 h2 {
  color: var(--automart-white);
  font-size: 75px;
  line-height: 1.0em;
  font-weight: 700;
  text-transform: capitalize;
  margin-left: 35px;
}

.cta-one__video-link {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 3;
}

.cta-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 25px;
  color: var(--automart-white);
  background-color: rgba(var(--automart-base-rgb), 1);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.cta-one__video-icon:hover {
  background-color: var(--automart-white);
  color: var(--automart-base);
}

.cta-one__video-link .ripple,
.cta-one__video-icon .ripple:before,
.cta-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--automart-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--automart-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--automart-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--automart-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.cta-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.cta-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.cta-one__video-title {
  font-size: 20px;
  color: var(--automart-white);
  font-weight: 700;
  line-height: 1em;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
.video-popup {
    color: #fff;
}

/*-------------------------Testimonial--------------------*/
.testimonial-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0px 120px;
  z-index: 1;
}

.testimonial-one__shpae-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .50;
  z-index: -1;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-one__single {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--automart-black-rgb), .10);
    border-radius: var(--automart-bdr-radius);
    padding: 25px 30px 30px;
    z-index: 1;
    margin: 10px;
}
.testimonial-one__quote {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.testimonial-one__quote i {
  position: relative;
  display: inline-block;
  font-size: 90px;
  opacity: .10;
}

.testimonial-one__client-info-outer {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  width: 65px;
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-one__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-one__client-content {
  position: relative;
  display: block;
  flex: 1;
}

.testimonial-one__client-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 2px;
}

.testimonial-one__client-content h3 a {
  color: var(--automart-black);
}

.testimonial-one__client-content h3 a:hover {
  color: var(--automart-base);
}

.testimonial-one__client-review {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.testimonial-one__client-review span {
  font-size: 15px;
  color: #f8ae0d;
}


.testimonial-one__nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  margin: 40px auto 0px;
  z-index: 10;
}

.testimonial-one__nav-prev,
.testimonial-one__nav-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.testimonial-one__nav-prev:hover,
.testimonial-one__nav-next:hover {
  border-color: var(--automart-base);
}

.testimonial-one__nav-prev::before,
.testimonial-one__nav-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: scale(0.7);
  background-color: var(--automart-base);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

.testimonial-one__nav-prev:hover::before,
.testimonial-one__nav-next:hover::before {
  opacity: 1;
  transform: scale(1);
}

.testimonial-one__nav-prev span,
.testimonial-one__nav-next span {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.testimonial-one__nav-prev span i,
.testimonial-one__nav-next span i {
  position: relative;
  display: inline-block;
  color: var(--automart-black);
  font-size: 18px;
  line-height: 18px;
  transition: all 200ms linear;
  transition-delay: .1s;
}

.testimonial-one__nav-prev:hover span i,
.testimonial-one__nav-next:hover span i {
  color: var(--automart-white);
}

.testimonial-one__nav-prev span i.left {
  transform: rotate(0deg);
}


/*------------Footer----------*/
.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer {
    padding-top: 50px;
    padding-bottom: 20px;
}
/*QC FOOTER STYLE START*/
#qcfooter {
    background: var(--automart-black);
}
#qcfooter-block {padding: 40px 0px; color: #fff;}
#qcfooter-block h3 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {height: 60px; display: block; margin: 10px 0;}
.footer-content .qc-brand img {height: 100%;}
.footer-content p {
    font-size: 16px;
    line-height: 2!important;
    color: #fff !important;
}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {
    padding: 5px 0px;
    display: block;
    color: #fff;
    font-family: var(--automart-font-two);
}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {width: 40px;height: 40px;background: #fff;border-radius: 10px 0px 10px 0px;line-height: 40px;text-align: center;display: block;font-size: 16px;color: #009688;}
.qc-social-list .qc-social .social:hover {border-radius: 0px 10px 0px 10px; transition: 1s ease;}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
.footer-gallery {margin: 0; padding: 0;}
.footer-gallery li a {display: block; text-align: center; height: 100%;}
.footer-gallery li {float: left; width: 30%;height: 70px;border: 1px solid #fff;margin: 5px 3px; list-style: none;}
.footer-gallery li:hover {border: 1px solid #000;}
.footer-gallery li img {max-width: 100%; height: 100%; vertical-align: middle;}
#qcfooter-copyrights {padding: 0px 0; border-top: 1px solid #ddd;}
#qcfooter-copyrights .copyright {
    font-size: 14px;
    color: #fff;
    background: none;
}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}

/*QC FOOTER STYLE END*/


/*-------------------------about-page------------------------*/
.operate-one {
    position: relative;
    display: block;
    padding: 70px 0px 70px;
    z-index: 1;
}

.operate-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.operate-one__shape-1 img {
  width: auto;
}

.operate-one__shape-2 {
  position: absolute;
  top: 0;
  left: 805px;
  z-index: -1;
}

.operate-one__shape-2 img {
  width: auto;
}

.operate-one__bg-color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--automart-base);
  width: 38%;
  clip-path: polygon(33% 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.operate-one__shape-3 {
  position: absolute;
  top: 90px;
  right: 0;
  z-index: -1;
  opacity: .30;
  mix-blend-mode: lighten;
}

.operate-one__shape-3 img {
  width: auto;
}

.operate-one__left {
  position: relative;
  display: block;
  margin-right: 24px;
}
.operate-one__right {
    position: relative;
    display: block;
}

.operate-one__img {
  position: relative;
  display: block;
}

.operate-one__img img {
  width: 100%;
}
.operate-one__left p {
    font-size: 16px;
    line-height: 2;
}
.awards {
    padding: 0 0 60px;
}
/*---------------------Filter---*/

.nav-item.left-head {
    width: 100%;
    margin: 10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #ffffff;
    background: var(--automart-base) !important;
}
.tab-content>.tab-pane.active {
    display: block !important;
}
.tab-content>.tab-pane {
    display: none !important;
}
.ser_sec .nav-link {
    background-color: var(--automart-black) !important;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px 10px;
    position: relative;
    transition: all 500ms ease;
    font-family: var(--font-family);
    line-height: 1.5;
}
.ser_sec ul.nav.nav-tabs {
    border-bottom: unset;
}
.ser_sec .nav-link i {
    background-color: #fff;
    border-radius: 15px;
    color: #191825;
    display: -webkit-box;
    font-size: 25px;
    -webkit-box-pack: center;
    position: absolute;
    right: 20px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 45px;
    font-weight: 900;
}
.ser_sec span {
    font-size: 20px;
    padding-left: 10px;
}
/*.nav > li > a:hover, .nav > li > a:focus {
    background-color: #95733c !important;
    color: #ffffff;
}*/
.ser_sec .tab-pane h3 {
    font-size: 25px !important;
    line-height: 1.8 !important;
    color: var(--color-nvyblue) !important;
    font-family: var(--font-bold) !important;
    margin: 20px 0 10px;
    text-transform: capitalize;
}
.ser_sec .tab-content {
    margin: unset;
}
.ser_img img {
    border-radius: 10px;
}
.ser_sec .tab-pane h5 {
    color: var(--color-nvyblue);
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--font-bold);
}
li.sercont_li {
    list-style: none;
    font-family: var(--font-rubikregular);
    line-height: 2;
    font-size: 16px;
}
ul.sercont_ul {
    padding: unset;
}
.ser_sec .col-md-4 {
    position: sticky;
    top: 40px;
}
li.sercont_li span {
    color: var(--color-red);
    margin-right: 10px;
    font-size: 20px;
    line-height: 1.5;
}
.pro-content {
    display: none;
}
.inner-box img {
    width: 100% !important;
}
.pro_pg {
    overflow: hidden !important;
}
.gallery-block .overlay {
    background-color: var(--automart-black);
}
.gallery-block .overlay {
    position: absolute;
    top: 9px;
    right: 23px;
    bottom: 9px;
    left: 23px;
    opacity: 0;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.gallery-block .zoom-btn {
    position: relative;
    font-size: 25px;
    color: #fff;
    z-index: 9;
    display: inline-block;
    line-height: 60px;
    text-decoration: none;
    cursor: pointer;
}
.gallery-block .inner-box:hover .overlay {
    opacity: .65;
}
.nav-tabs {
    display: flex;
    justify-content: space-around;
}
.inner-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
    margin: 10px;
}
.pro-hed {
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #00000038;
}
.ser_sec .thm-btn span {
    padding: 7px 20px 10px !important;
    margin-top: 20px;
}
.ser_sec .about-two__btn {
  
    text-align: center;
}

/*---_Gallery-----*/
.isotope-img-container img {
    width: 100%;
    height: 300px;
}
.isotope-img-container {
    position: relative;
    overflow: hidden;
    padding: 25px;
}

/*-------_Footer---------*/
.footer-content h5 {
    color: #fff;
}
/*------------Contact----*/
.contact_us1 p {
    font-size: 16px !important;
    color: #000;
    line-height: 2.5;
}
.contact_us1 .fa {
    background: var(--automart-base);
    padding: 10px;
    border-radius: 50px;
    color: #fff;
    position: relative;
}
footer .contact_us1 .fa {
   
    padding: 0px;
   
}
.fa:before {
    position: relative;
    left: 2px;
}
footer .fa {
    background: none !important;
}
.qc-social-list .fa {
    color: var(--automart-black) !important;
}

/*----------------breadcrumb-----*/
.banner-area {
    background: url(../../images/images/1.png);
    background-size: cover;
}
.isotope-nav {
  
    display: none;
}



/*--------------------------Media-query----*/

@media (max-width: 767px){
.header-variation2 {
    padding-top: 0;
}
.header_logo {
    width: 275px !important;
    height: auto;
}
header.site-header .header-offcanvas {
    top: 26px;
}
ul.top-info-box li .info-box .info-box-subtitle {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
}
.about-two__img-two {
    position: relative;
    bottom: 0;
    right: 0;
}
.about-two__img-two img {
    width: 100%;
}
.about-two__left {
    position: relative;
    display: block;
    margin-right: 0;
}
.section-title__title {
    font-size: 30px;
    line-height: 1.3;
}
.about-two__right .section-title {
    margin-bottom: 20px;
}
.about-two__btn-and-call-box {
    
    margin-top: 0;
}
.thm-btn span {
    font-family: var(--automart-font-two);
}
.about-two {
    padding: 70px 0px 40px;
    
}
.cta-one__bg::before {
    background: linear-gradient(114deg, #0a144bf2 50%, #0a144b00 100%);
}
.cta-one__content-left-top h2 {
  
    font-size: 30px;
    color: #fff;
}
.cta-one__content-left-bottom-title1 h2 {
    color: var(--automart-white);
    font-size: 32px;
}
.cta-one__content-left-bottom-title2 p {
    font-size: 15px;
    width: 100%;
    margin-top: 30px;
    line-height: 2;
}
.section-title {
    margin-bottom: 0;
}
.testimonial-one {
    padding: 120px 0px 40px;
}
.operate-one__bg-color {
    display: none;
}
.nav-tabs {
    display: block;
    padding: 0;
    margin: 0;
}
.nav-item.left-head {
    width: 140px;
}
.ser_sec .nav-link i {
    display: none;
}
.qc-call-now-button p {
    display: none !important;
}
.qc-call-now-button {
    bottom: 110px !important;
    left: 5px !important;
}
}