/*******************************************
<-- Start Carcity footer section css -->
********************************************/

.footer-section {
  background: #0d0e14;
  padding: 100px 0 0;
}

.widgets-company-info {
  margin-top: -7px;
}

.widgets-company-info .logo_img img {
  max-width: 170px;
  max-height: 54px;
}

.company-info-desc p {
  padding: 40px 0 10px;
  color: #a2a2a2;
}

.company-info-title h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

.company-info-text p {
  color: #a2a2a2;
  padding: 10px 0 8px;
  margin-bottom: 16px;
}

.carcity-company-icon a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #25262b;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 30px;
  margin-right: 6px;
  position: relative;
  z-index: 1;
}

.carcity-company-icon a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--color-primary);
  border-radius: 30px;
  margin: auto;
  transform: scale(0);
  transition: 0.5s;
}

h4.widget-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  color: #ffff;
  padding: 0 0 41px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

h4.widget-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 30px;
  height: 2px;
  width: 40px;
  background: var(--color-primary);
  transition: 0.5s;
}

ul.footer-widget-list {
  padding: 0;
  margin: 0;
}

ul.footer-widget-list li {
  display: block;
  list-style: none;
}

ul.footer-widget-list li a {
  color: #a2a2a2;
  font-weight: 500;
  font-family: "Jost";
  line-height: 27px;
  padding: 0 0 18px;
  display: inline-block;
  transition: 0.5s;
}

ul.footer-widget-list li a i {
  margin-right: 4px;
  transition: 0.5s;
}

table.widget-table tr td {
  padding-right: 30px;
  padding-bottom: 12px;
}

td.table-title {
  font-size: 17px;
  font-family: "Jost";
  color: #fff;
}

td.table-text {
  color: #a1a1a1;
  font-family: "Jost";
  position: relative;
  z-index: 1;
}

td.table-text:before {
  position: absolute;
  content: ":";
  left: -22px;
  top: 0;
  font-size: 20px;
  color: #fff;
}

td.table-text.up {
  color: var(--color-primary);
}

.footer-wedget-title h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin: 0 0 10px;
}

.footer-info-desc {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  margin-bottom: 10px;
}

.footer-info-desc i {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: var(--color-primary);
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

.footer-info-desc p {
  color: #a1a1a1;
  word-break: break-word;
  margin-bottom: 18px;
  line-height: 28px;
}

.carcity-company-icon a:hover:before {
  transform: scale(1);
}

ul.footer-widget-list li a:hover {
  color: #fff;
}

h4.widget-title:hover:before {
  width: 100%;
}

ul.footer-widget-list li a:hover i {
  color: var(--color-primary);
}

.footer-bottom-area {
  padding: 80px 0 0;
}

.row.footer-bottom-bg {
  background: var(--color-primary);
  align-items: center;
  border-radius: 4px 4px 0 0;
}

.footer-bottom-content-copy p {
  padding: 21px 0 5px;
  color: #fff;
  text-transform: capitalize;
}

/*===========================
<-- Responsive Css -->
=============================*/

@media (max-width: 767px) {
  .footer-section {
    text-align: center;
  }
  .footer-bg > div + div {
    margin-top: 20px;
  }
  h4.widget-title {
    margin-bottom: -10px;
  }
  table.widget-table {
    margin: auto;
  }
  .footer-info-desc {
    margin-bottom: 5px;
  }
}

@media (max-width: 599px) {
  .footer-section {
    padding: 75px 0 0;
  }
  .footer-bottom-area {
    padding: 60px 0 0;
  }
  .footer-bottom-content-copy p {
    font-size: 15px;
  }
}
