/* FOOTER MAIN */

.custom-footer {
  border-top: 45px solid #DD3333;
  background: #0e1422;
  color: #fff;
  padding: 60px 0;   /* Top & Bottom SPACE FIXED */
  font-family: Arial, sans-serif;
}

/* COMMON SPACING */
.footer-col {
  margin-bottom: 40px;
}

/* TITLE */
.footer-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

/* LOGO */
.footer-logo {
  width: 180px;
  margin-bottom: 15px;
}

/* TEXT */
.footer-text {
  color: #cccccc;
  font-size: 15px;
  margin-bottom: 20px;
}

/* BUTTON */
.quote-btn {
  background: #dd3333;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  font-weight: 600;
  transition: 0.3s ease;
}
.quote-btn:hover {
  background: #b82828;
}

/* START TALKING */
.start-talking {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.start-talking i {
  font-size: 20px;
  color: #dd3333;
  margin-right: 10px;
}
.start-talking a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

/* LINKS */
.footer-links {
  column-count: 2;
  column-gap: 20px;
  padding: 0;
  margin: 0;
}

.footer-links li {
  list-style: none;
  margin-bottom: 6px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  display: block;
  transition: 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
}

/* INFO LIST */
.info-list {
  list-style: none;
  padding: 0;
}
.info-list li {
  margin-bottom: 15px;
  color: #ccc;
  line-height: 1.5;
}
.info-list i {
  color: #dd3333;
  margin-right: 8px;
}

/* FACEBOOK BOX */
.facebook-box {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 5px;
  border-radius: 6px;
}

/* COPYRIGHT SECTION */
.footer-bottom {
 
  text-align: center;
  /*padding: 10px 10px;    */
  margin-top: 10px;
}
.footer-bottom p {
  margin: 0;
  color: #ccc;
}
.footer-bottom a {
  color: #dd3333;
  text-decoration: none;
}

/* ROW FIX */
.custom-footer .row {
  display: flex;
  flex-wrap: wrap;
}

/* Column width fix */
.custom-footer .footer-col {
  display: block;
  margin-bottom: 30px;
}

/* Bootstrap Grid Override */
.custom-footer .col-lg-3,
.custom-footer .col-md-6,
.custom-footer .col-12 {
  float: left;
  padding: 15px;
}

/* Desktop */
@media (min-width: 992px) {
  .custom-footer .col-lg-3 {
    width: 25%;
  }
}

/* Tablet */
@media (max-width: 991px) and (min-width: 768px) {
  .custom-footer .col-md-6 {
    width: 50%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .custom-footer .col-12 {
    width: 100%;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-title {
    margin-top: 25px;
  }
}
