/*! CSS Used from: http://quickdevs.com/demo/cargoy/css/stylesheet.css */
.aside-left {
  padding-right: 15px;
}
.inner-aside {
  margin-bottom: 40px;
}
.inner-aside h5 {
  margin-bottom: 20px;
}
.inner-aside .media-body p {
  font-size: 13px;
  color: var(--secundary-color);
}
.aside-left .list-group-item {
  position: relative;
  display: block;
  padding: 20px;
  margin-bottom: -1px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0px;
  margin-bottom: 10px;
  transition: 0.3s ease;
  cursor: pointer;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-left: solid 3px var(--background-color);
}
.aside-left .list-group-item .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #333;
  transition: 0.3s ease;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.aside-left .list-group-item:hover {
  color: #000;
}
.aside-left .list-group-item:hover .badge {
  color: #000;
}
.aside-left .list-group-item:hover {
  border-left: solid 3px #000;
}
.aside-left .active {
  border-left: solid 3px #000;
  z-index: 1;
}
.brochure-btn {
  width: 100%;
  padding: 15px 20px;
}
.contact-card {
  position: relative;
}
.contact-card {
  background-image: url("http://quickdevs.com/demo/cargoy/images/commons/logis-17.jpg");
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contact-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to bottom right,
    #000,
    #000
  );
  opacity: 0.9;
}
.cc-caption {
  margin: 0px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px 35px;
}
.cc-caption h3 {
  color: #fff;
}
.cc-caption p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.support-contact {
  margin-top: 25px;
}
.support-contact .media {
  padding: 10px 0px;
}
.support-contact .media .fas {
  font-size: 30px;
  color: var(--secundary-color);
  margin-right: 15px;
}
.support-contact .media .far {
  font-size: 30px;
  color: var(--secundary-color);
  margin-right: 15px;
}
.support-contact .media .media-body {
  margin-top: -5px;
}
.support-contact .media .media-body h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
}
.support-contact .media .media-body p {
  color: #fff;
  margin-bottom: 0px;
}
.cc-line {
  width: 8px;
  height: 120px;
  background-color: var(--secundary-color);
  position: absolute;
  top: 70px;
  left: 0;
}
/*! CSS Used from: http://quickdevs.com/demo/cargoy/css/responsive.css */
@media (max-width: 991px) {
  .aside-left {
    padding-right: 0px;
  }
}