/*! CSS Used from: http://quickdevs.com/demo/cargoy/css/stylesheet.css */
.custom-form {
  display: block;
  width: 100%;
  height: calc(2em + 1rem + 2px);
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: var(--background-color) !important;
  background-clip: padding-box;
  border: none;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Open Sans", sans-serif;
}
.message-form {
  background-color: var(--background-color) !important;
  border-radius: 10px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-form:focus {
  color: #495057;
  background-color: #d1d9e0;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}
.custom-form::placeholder {
  color: #6c757d;
  opacity: 1;
}
.with-errors {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  color: var(--secundary-color);
  margin-top: 10px;
  margin-left: 15px;
}
p.required {
  margin-bottom: 0px;
  font-size: 14px;
  font-style: italic;
}
.map-iframe {
  width: 100%;
  height: 450px;
  position: relative;
}
.contact-info {
  margin-bottom: 30px;
}
.contact-info p {
  color: #000;
  margin-bottom: 0px;
}
.social-bar {
  width: 50px;
  height: 450px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-top: solid 50px #E20613;
}
.social-list {
  margin: 0px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.social-list {
  margin: 0px;
  position: absolute;
  bottom: 80px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.social-list li {
  font-size: 18px;
  color: #000;
  margin: 30px 17px;
}
.contact-box .fas {
  font-size: 50px;
  margin-right: 25px;
  color: #E20613;
}
.contact-box .far {
  font-size: 50px;
  margin-right: 25px;
  color: #E20613;
}
.contact-box .media-body {
  padding-top: 3px;
}
.contact-box .media-body h5 {
  margin-bottom: 0px;
}
.contact-box .media-body p {
  font-size: 14px;
  margin-bottom: 0px;
}
.message-form {
  border-radius: 10px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 20px 25px;
}
.call-action-wrapper {
  background-color: #E20613;
  padding: 50px 40px;
}
.ca-left-side h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}
.ca-left-side p {
  color: #fff;
  margin-bottom: 0px;
}
.ca-right-side .btn-default {
  float: right;
  margin-top: 10px;
  background-color: #000;
  color: #fff;
}
.ca-right-side .btn-default:hover {
  background-color: #fff;
  border: 1px solid var;
  color: #000;
}
/*! CSS Used from: http://quickdevs.com/demo/cargoy/css/responsive.css */
@media (max-width: 1200px) {
  .container {
    max-width: 95%;
  }
}
@media (max-width: 991px) {
  .ca-left-side p {
    margin: 5px 0px;
  }
}
@media (max-width: 576px) {
  .call-action-wrapper {
    padding: 50px 20px;
  }
}