/*--==============================================->
  <!-- Start Carcity About Section Css-->
 ==================================================-*/

.about-section {
  padding: 10px 0 90px;
  position: relative;
}

/*--==============================================->
  <!-- Start Carcity Section Title Css -->
 ==================================================-*/

.about-section .carcity-section-title h4 {
  font-size: 17px;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 26px;
  text-transform: uppercase;
  padding-bottom: 11px;
}

.about-section .carcity-section-title h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  text-transform: capitalize;
}

.carcity-section-title h3 {
  padding: 24px 0 0;
  line-height: 28px;
  font-size: 16px;
}

/*about thumb*/

.about-section .col-lg-6.col-md-6.pr-0.pl-4 {
  padding: 0 320px 0 0;
}

/*about single box*/
.single-about-box {
  padding: 0 0 30px;
}

/*about icon thumb*/
.about-icon-thumb {
  float: left;
  position: relative;
  z-index: 1;
  margin: 9px 32px 0 0;
}

.about-icon-thumb:before {
  position: absolute;
  content: "";
  left: 10px;
  bottom: -20px;
  width: 52px;
  height: 52px;
  background: rgba(13, 14, 20, 0.05);
  border-radius: 50%;
}

.about-title h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 0 10px;
  margin-top: 0;
}

.about-desc {
  overflow: hidden;
}

.about-desc h6 {
  font-size: 15px;
  line-height: 24px;
  color: var(--text-color);
  font-weight: 400;
}

.about-single-counter {
  padding: 0px 0 0 82px;
  position: relative;
  z-index: 1;
}

.counter-number {
  width: 87px;
  height: 76px;
  line-height: 87px;
  text-align: center;
  background: var(--color-primary);
  border-radius: 4px;
  float: left;
  margin-right: 20px;
}

.counter-number p {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  display: inline-block;
  color: #fff;
}

.about-counter-title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  top: 13px;
  color: var(--title-text-color);
}

/*about shape*/
.about-box-shape {
  position: absolute;
  left: -10px;
  top: 5px;
}

/*about text menu*/

.about-list ul li {
  list-style: none;
  display: inline-block;
}

.about-list ul li p {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #0d0e14;
  opacity: 0.9854;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  padding: 0 0px 0 24px;
}

.about-list ul li p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 14px;
  height: 14px;
  border-radius: 30px;
  border: 3px solid var(--color-primary);
}

/*style two about section*/
.style-two.about-section {
  padding: 0px 0 5px;
}

.style-two.about-section .col-lg-6.col-md-6.pr-0.pl-4 {
  padding: 0 0 0 0;
}

.style-two .carcity-section-title h3 {
  padding: 24px 5px 3px;
  color: var(--text-color);
  font-weight: 400;
}

.border-bottom1 {
  border-bottom: 1px solid #0d0e14;
  margin-top: -13px;
  width: 98%;
  opacity: 0.1;
}

/*carcity button*/
.style-two.about-section .carcity-button {
  margin-top: 35px;
}

.style-two.about-section .carcity-button a {
  padding: 20px 60px;
  background: var(--color-primary);
}

.style-two.about-section .carcity-button a:before,
.style-two.about-section .carcity-button a:after {
  background-color: #0d0e14;
}

.style-two.about-section .carcity-button:before {
  top: 31px;
  left: 35px;
}

.style-two.about-section .carcity-button:after {
  top: 32px;
  right: 36px;
}
/*seo information*/
.about-ceo-information {
  display: inline-flex;
  position: relative;
  top: -20px;
  left: 20px;
}

.about-seo-content {
  padding: 0 0 0 5px;
}

.about-seo-title h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.about-seo-text p {
  font-size: 15px;
  padding: 5px 0 0;
}

/*about single counter box*/
.about-single-counter-box {
  padding: 31px 40px 44px;
  background: #fff;
  box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
  border-radius: 4px;
  width: 379px;
  position: relative;
  z-index: 1;
  top: -98px;
  left: -45px;
}

.about-counter-number {
  float: left;
  padding-right: 22px;
}

.about-counter-number p {
  font-size: 95px;
  font-weight: 700;
  line-height: 80px;
  color: var(--color-primary);
  position: relative;
  z-index: 1;
}

/*.about-counter-number p:before {*/
/*  position: absolute;*/
/*  content: "+";*/
/*  right: 1px;*/
/*  top: -2px;*/
/*  font-size: 20px;*/
/*  font-family: "Jost";*/
/*  font-weight: 500;*/
/*  background: #fff;*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  line-height: 25px;*/
/*  border-radius: 50%;*/
/*  text-align: center;*/
/*  border: 2px solid var(--color-primary);*/
/*}*/

.about-thumb img {
  width: 100%;
}

.about-right-sidegape {
  padding-left: 45px;
}

/*counter title*/
.about-counter-title h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  padding: 8px 0 0;
}

.car-thumb {
  position: relative;
  z-index: 1;
  right: -254px;
  top: 17px;
  animation-name: run;
  animation-timing-function: linear;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  transition: all 5s;
  -webkit-transition: all 5s;
  transition-delay: 1s;
}

.car-road {
  width: 306px;
  border: 2px solid var(--color-primary);
  position: relative;
  right: -76px;
  top: 15px;
}

/*style two all hover*/
.style-two.about-section .carcity-button a:hover {
  color: #fff;
}

.style-two.about-section .carcity-button:hover:before {
  background: #fff;
}

.style-two.about-section .carcity-button:hover:after {
  background: #fff;
}

/*about shape*/
.about-shape {
  position: relative;
}

.shape-thumb-1 {
  position: absolute;
  right: -300px;
  bottom: 500px;
  animation: 1s fadeInRight;
}
.about-section.style-two.upper {
  padding: 80px 0 0px!important;
}

.style-two.upper .about-thumb {
  position: relative;
  /* margin-right: 10px; */
}

.style-two.upper .about-single-counter-box {
  top: -60px;
  left: -40px;
}

.style-two.upper .car-road {
  right: 87px;
}

.style-two.upper .car-thumb {
  right: -92px;
}

/* Normal desktop :1799. */
@media (min-width: 1501px) and (max-width: 1799px) {
  .about-single-counter-box {
    width: 360px;
  }
  .car-thumb {
    right: -10px;
  }
  .car-road {
    width: 212px;
    right: -50px;
  }
  .about-thumb img {
    width: 100%;
  }
  .about-counter-number p {
    font-size: 86px;
  }
  .carcity_nav_manu:before {
    display: none;
  }
  .about-section .col-lg-6.col-md-6.pr-0.pl-4 {
    padding: 0 100px 0 0;
  }

  .about-thumb {
    margin-right: 30px;
  }
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .about-thumb img {
    width: 100%;
  }
  .about-section .col-lg-6.col-md-6.pr-0.pl-4 {
    padding: 0 50px 0 0;
  }
  .style-two.carcity_nav_manu .carcity-button a {
    padding: 12px 44px !important;
    font-size: 14px !important;
  }
  .carcity-button:after {
    top: 25px;
    right: 21px;
  }
  .carcity-button:before {
    top: 25px;
    left: 20px;
  }
  iframe {
    width: 100%;
  }
  .about-counter-number p {
    font-size: 70px;
  }
  .about-counter-title p {
    font-size: 22px;
    line-height: 28px;
  }
  .about-single-counter-box {
    width: 295px;
    padding: 31px 25px 44px;
  }
  .car-thumb {
    right: -89px;
  }
  .car-road {
    width: 186px;
    right: -37px;
  }
  .about-thumb img {
    width: 100%;
  }
  .shape-thumb-1 {
    display: none;
  }
  .about-section .carcity-section-title h2 {
    font-size: 45px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  /*about section*/
  .about-section {
    padding: 5px 14px 52px;
  }
  .about-thumb img {
    width: 100%;
  }
  .about-icon-thumb {
    float: inherit;
    margin: 9px 32px 20px 0;
  }
  .about-section .col-lg-6.col-md-6.pr-0.pl-4 {
    padding: 0 0 0 0;
  }
  .about-title h5 {
    font-size: 20px;
  }
  .shape-thumb-1 {
    display: none;
  }
  .about-single-counter {
    padding: 0;
  }
  .about-box-shape {
    display: none;
  }
  /*style two*/
  .conatact-single-box {
    padding: 1px 30px 10px;
  }
  .about-counter-number p {
    font-size: 70px;
  }
  .about-counter-title p {
    font-size: 22px;
    line-height: 28px;
  }
  .about-single-counter-box {
    width: 295px;
    padding: 31px 25px 44px;
  }
  .amazing-car-rotate {
    padding-top: 42px;
  }
  .shape-thumb-1 {
    display: none;
  }
  .car-thumb {
    right: -27px;
  }
  .car-road {
    right: 140px;
  }
  .style-two.upper .about-thumb {
    left: 0;
  }
  .style-two.upper .about-single-counter-box {
    left: -20px;
  }
  .style-two.upper .car-thumb {
    right: 0;
  }
  .style-two.upper .car-road {
    right: 165px;
  }
  .about-seo-title h4 {
    font-size: 19px;
  }
  /*section title*/
  .about-section .carcity-section-title h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .about-section .carcity-section-title h5 {
    font-size: 16px;
  }
  .about-section .carcity-section-title h3 {
    font-size: 15px;
  }
  /* End section title*/
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  
  
  .about-section .container .row{
    flex-direction: column;
  }
  
  .about-section .container .row .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
  
  
  
  
  
  
  
  /*about section*/
  .about-section {
    padding: 38px 0 70px;
  }
  .about-section .col-lg-6.col-md-6.pr-0.pl-4 {
    padding: 0 0px 0 0;
  }
  .about-thumb img {
    width: 100%;
  }
  .shape-thumb-1 {
    display: none;
  }
  .about-box-shape {
    display: none;
  }
  .about-single-counter {
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .about-thumb {
    margin-bottom: 20px;
  }
  .single-about-box {
    padding: 0 0 30px;
  }
  .about-list ul li {
    display: block;
  }
  .about-icon-thumb {
    margin: 0px 32px 0 0;
  }
  /*style two*/
  .style-two.about-section {
    padding: 0px 0 50px;
  }
  .about-ceo-information {
    top: 20px;
    left: 0;
  }
  .col-lg-6.col-md-6.pl-100 {
    padding-left: 20px;
  }
  .conatact-single-box {
    padding: 1px 30px 10px;
  }
  .about-counter-number p {
    font-size: 70px;
  }
  .about-counter-title p {
    font-size: 22px;
    line-height: 28px;
  }
  .about-single-counter-box {
    width: 295px;
    padding: 31px 25px 44px;
    top: -6px;
    left: 0px;
  }
  .amazing-car-rotate {
    display: none;
  }
  .style-two.upper .about-thumb {
    /* padding-right: 30px; */
    left: 0;
  }
  .style-two.upper .about-single-counter-box {
    top: -37px;
    left: -20px;
  }
  /*section title*/
  .about-section .carcity-section-title h2 {
    font-size: 38px;
  }
}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .feature-section {
    padding: 0px 0 60px;
  }
  .about-section {
    padding: 10px 0 70px;
  }
  .about-thumb img {
    width: 100%;
  }
  .shape-thumb-1 {
    display: none;
  }
  .about-single-counter {
    padding: 0px 0 0 0px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .about-box-shape {
    display: none;
  }
  .about-thumb {
    margin-bottom: 20px;
  }
  .about-list ul li {
    display: block;
  }
  .about-icon-thumb {
    margin: 0px 32px 0 0;
  }
  /*style two*/
  .style-two.about-section {
    padding: 0px 0 50px;
  }
  .about-ceo-information {
    top: 20px;
    left: 0;
  }
  .col-lg-6.col-md-6.pl-100 {
    padding-left: 20px;
  }
  .conatact-single-box {
    padding: 1px 30px 10px;
  }
  .about-counter-number p {
    font-size: 70px;
  }
  .about-counter-title p {
    font-size: 22px;
    line-height: 28px;
  }
  .about-single-counter-box {
    width: 295px;
    padding: 31px 25px 44px;
    top: -6px;
    left: 0px;
  }
  .amazing-car-rotate {
    display: none;
  }
  /*section title*/
  .about-section .carcity-section-title h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .feature-section {
    padding: 0px 0 65px;
  }
  .about-section {
    padding: 10px 0 70px;
  }
  .about-thumb img {
    width: 100%;
  }
  .shape-thumb-1 {
    display: none;
  }
  .about-single-counter {
    padding: 0px 0 0 0px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .about-box-shape {
    display: none;
  }
  .about-thumb {
    margin-bottom: 20px;
  }
  .about-icon-thumb {
    margin: 0 32px 0 0;
  }
  /*style two*/
  .style-two.about-section {
    padding: 0px 0 50px;
  }
  .about-ceo-information {
    top: 20px;
    left: 0;
  }
  .col-lg-6.col-md-6.pl-100 {
    padding-left: 20px;
  }
  .conatact-single-box {
    padding: 1px 30px 10px;
  }
  .about-counter-number p {
    font-size: 70px;
  }
  .about-counter-title p {
    font-size: 22px;
    line-height: 28px;
    padding: 0;
    margin: 0;
  }
  .about-single-counter-box {
    width: 295px;
    padding: 31px 25px 44px;
    top: -6px;
    left: 0px;
  }
  .amazing-car-rotate {
    display: none;
  }
  .style-two.upper .about-single-counter-box {
    width: 90%;
    left: 5%;
    overflow: hidden;
    padding: 12px 25px;
    display: flex;
    align-items: center;
  }
  /*section title*/
  .about-section .carcity-section-title h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .about-section {
    padding: 10px 15px 58px;
  }
  .about-thumb img {
    width: 100%;
  }
  .shape-thumb-1 {
    display: none;
  }
  .about-single-counter {
    padding: 0px 0 0 0px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .about-box-shape {
    display: none;
  }
  .about-thumb {
    margin-bottom: 20px;
  }

  /*style two*/
  .style-two.about-section {
    padding: 0px 0 50px;
  }
  .about-ceo-information {
    top: 20px;
    left: 0;
  }
  .col-lg-6.col-md-6.pl-100 {
    padding-left: 20px;
  }
  .conatact-single-box {
    padding: 1px 30px 10px;
  }
  .about-counter-number p {
    font-size: 70px;
  }
  .about-counter-title p {
    font-size: 22px;
    line-height: 28px;
  }
  .style-two.upper .about-single-counter-box {
    width: 90%;
    left: 5%;
    overflow: hidden;
    padding: 12px 25px;
    display: flex;
    align-items: center;
  }
  .amazing-car-rotate {
    display: none;
  }
  /*section title*/
  .about-section .carcity-section-title h2 {
    font-size: 25px;
    line-height: 28px;
  }

  .about-section .carcity-section-title h4 {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .about-section .carcity-section-title h3 {
    font-size: 15px;
  }
}
