.about-section .container .row .col-lg-6{
  align-self: center;
}








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

.about-section {
  padding: 0px 0 80px!important;
  position: relative;
}

.carcity-bold-title {
  margin: -55px 0 55px;
  background-repeat: no-repeat;
  background-position: center;
  
  display: none;
}

.carcity-bold-title p {
  font-size: 120px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4em;
  color: rgba(13, 14, 20, 0.05);
}

/*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: "";
  right: -13px;
  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;
  color: var(--title-text-color);
}

.about-desc {
  overflow: hidden;
}

.about-desc p {
  font-size: 15px;
  line-height: 24px;
}

.about-single-counter {
  padding: 0 0 0 30px;
  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 h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  top: 0px;
  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 0 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);
}

.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;
}

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

.shape-thumb-1 {
  position: absolute;
  right: -300px;
  bottom: 500px;
  animation: 1s fadeInRight;
  
  display: none;
}

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

.about-section.style-two.upper {
  padding: 104px 0 5px;
}

@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;
  }

  .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;
  }

  .about-counter-number p {
    font-size: 70px;
  }

  /* .about-counter-title h5 {
    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%;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {

  /*about section*/
  .about-section {
    padding: 5px 14px 52px;
  }

  .about-section .carcity-section-title h3 {
    font-size: 15px;
  }

  .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;
  }

  .about-title h5 {
    font-size: 20px;
  }

  .shape-thumb-1 {
    display: none;
  }

  .about-single-counter {
    padding: 0;
  }

  .about-box-shape {
    display: none;
  }

  .about-counter-number p {
    font-size: 70px;
  }

  .about-counter-title h5 {
    font-size: 22px;
    line-height: 28px;
  }

  .about-single-counter-box {
    width: 295px;
    padding: 31px 25px 44px;
  }

  .carcity-bold-title p {
    font-size: 90px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

  /*about section*/
  .about-section {
    padding: 38px 0 70px;
  }

  .about-right-sidegape {
    padding-left: 0;
  }

  .about-section .col-lg-6.col-md-6.pr-0.pl-4 {
    padding: 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: 0 32px 0 0;
  }

  .about-counter-number p {
    font-size: 70px;
  }

  .about-counter-title h5 {
    font-size: 22px;
    line-height: 28px;
  }

  .about-single-counter-box {
    width: 295px;
    padding: 31px 25px 44px;
    top: -6px;
    left: 0;
  }

  .carcity-bold-title p {
    font-size: 70px;
    padding: 0 0 50px;
  }
}

/* Large Mobile :600px. */
@media (min-width: 600px) and (max-width: 767px) {
  .about-section {
    padding: 10px 0 70px;
  }

  .about-section .col-lg-6.col-md-6.pr-0.pl-4 {
    display: none;
  }

  .about-right-sidegape {
    padding-left: 0;
  }

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

  .shape-thumb-1 {
    display: none;
  }

  .about-single-counter {
    padding: 0;
    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: 0 32px 0 0;
  }

  .about-counter-number p {
    font-size: 70px;
  }

  .about-counter-title h5 {
    font-size: 22px;
    line-height: 28px;
  }

  .about-single-counter-box {
    width: 295px;
    padding: 31px 25px 44px;
    top: -6px;
    left: 0;
  }

  .carcity-bold-title p {
    font-size: 62px;
    padding: 0 0 90px;
  }
}

/* small mobile :480px. */
@media (min-width: 480px) and (max-width: 599px) {
  .about-right-sidegape {
    padding-left: 0;
  }

  .about-single-counter {
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .about-box-shape {
    display: none;
  }

  .about-thumb {
    margin-bottom: 20px;
  }

  .about-icon-thumb {
    margin: 0 32px 0 0;
  }

  .about-counter-number p {
    font-size: 70px;
  }

  .about-counter-title h5 {
    font-size: 22px;
    line-height: 28px;
  }

  .about-single-counter-box {
    width: 295px;
    padding: 31px 25px 44px;
    top: -6px;
    left: 0;
  }
}

/* small mobile :480px. */
@media (min-width: 480px) and (max-width: 599px) {
  .about-section {
    padding: 10px 0 70px;
  }

  .about-section .col-lg-6.col-md-6.pr-0.pl-4 {
    display: none;
  }

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

  .shape-thumb-1 {
    display: none;
  }

  .about-single-counter {
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .about-box-shape {
    display: none;
  }

  .about-thumb {
    margin-bottom: 20px;
  }

  .about-icon-thumb {
    margin: 0 32px 0 0;
  }

  .about-counter-number p {
    font-size: 70px;
  }

  .about-counter-title h5 {
    font-size: 22px;
    line-height: 28px;
  }

  .about-single-counter-box {
    width: 295px;
    padding: 31px 25px 44px;
    top: -6px;
    left: 0;
  }

  .carcity-bold-title p {
    font-size: 62px;
    padding: 0 0 90px;
  }
}

/* small mobile :320px. */
@media (min-width: 320px) and (max-width: 479px) {
  .about-right-sidegape {
    padding-left: 0;
  }

  .about-section .carcity-section-title h2 {
    font-size: 25px;
    line-height: 28px;
  }

  .about-section {
    padding: 10px 15px 58px;
  }

  .about-section .col-lg-6.col-md-6.pr-0.pl-4 {
    display: none;
  }

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

  .shape-thumb-1 {
    display: none;
  }

  .about-single-counter {
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .about-box-shape {
    display: none;
  }

  .about-thumb {
    margin-bottom: 20px;
  }

  .about-counter-number p {
    font-size: 70px;
  }

  .about-counter-title h5 {
    font-size: 22px;
    line-height: 28px;
  }

  .about-single-counter-box {
    width: 295px;
    padding: 31px 25px 44px;
    top: -6px;
    left: 0;
  }

  .carcity-bold-title p {
    font-size: 40px;
    padding: 0 0 90px;
  }
}