/* LESS Document */
body a.btn,
body .contact-form-wrap .wpcf7-form .wpcf7-submit,
body .btn-with-arrow.btn-red,
body .color-sections-wrap .color-section .btn,
body .btn-with-arrow {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
body .text-with-two-button .button-line .btn,
body .contact.contact-slim .contact-text-box .buttons-line .btn {
  min-width: 390px;
  max-width: 100%;
  -moz-box-shadow: 0px 0px 60px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 60px 0 rgba(0, 0, 0, 0.2);
}
body .text-with-two-button .button-line .btn svg:first-of-type,
body .contact.contact-slim .contact-text-box .buttons-line .btn svg:first-of-type {
  display: none;
}
body .text-with-two-button .button-line .btn svg:last-of-type,
body .contact.contact-slim .contact-text-box .buttons-line .btn svg:last-of-type {
  right: 57px;
  opacity: 0;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
body .text-with-two-button .button-line .btn:hover svg:last-of-type,
body .contact.contact-slim .contact-text-box .buttons-line .btn:hover svg:last-of-type {
  opacity: 1;
  right: 42px;
}
body .text-with-two-button .button-line .btn:nth-child(1),
body .contact.contact-slim .contact-text-box .buttons-line .btn:nth-child(2) {
  background: #c50a14;
  background: -webkit-linear-gradient(-73deg, #a40811, #c50a14);
  background: -moz-linear-gradient(-73deg, #a40811, #c50a14);
  background: linear-gradient(-73deg, #a40811, #c50a14);
  color: #ffffff;
  border: 2px solid transparent;
}
body .text-with-two-button .button-line .btn:nth-child(1) svg path,
body .contact.contact-slim .contact-text-box .buttons-line .btn:nth-child(2) svg path {
  fill: #ffffff;
}
body .text-with-two-button .button-line .btn:nth-child(1):hover,
body .contact.contact-slim .contact-text-box .buttons-line .btn:nth-child(2):hover {
  color: #ffffff;
  background: #8d020a;
  background: -webkit-linear-gradient(-73deg, #8d020a, #aa030c);
  background: -moz-linear-gradient(-73deg, #8d020a, #aa030c);
  background: linear-gradient(-73deg, #8d020a, #aa030c);
}
body .text-with-two-button .button-line .btn:nth-child(2),
body .contact.contact-slim .contact-text-box .buttons-line .btn:nth-child(1) {
  background-color: #ffffff;
  color: #4a4a4a;
  border-color: #4a4a4a;
}
body .text-with-two-button .button-line .btn:nth-child(2):hover,
body .contact.contact-slim .contact-text-box .buttons-line .btn:nth-child(1):hover {
  border-color: #c50a14;
  background-color: #ffffff;
  color: #c50a14;
}
body .text-with-two-button .button-line .btn:nth-child(2):hover svg path,
body .contact.contact-slim .contact-text-box .buttons-line .btn:nth-child(1):hover svg path {
  fill: #9a9a9a;
}
body .contact .contact-text-box .btn svg:first-of-type {
  display: none;
}
body .blue .contact-form-wrap .wpcf7-form .wpcf7-submit {
  background-image: none;
  background-position: right 52px center;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
body .blue .contact-form-wrap .wpcf7-form .wpcf7-submit:hover {
  background-position: right 42px center;
}
body .contact-form-wrap.mobile-contact-form-wrap .wpcf7-submit {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-repeat: no-repeat;
}
body .white .contact-form-wrap .wpcf7-form .wpcf7-submit,
body .contact-form-wrap.mobile-contact-form-wrap .wpcf7-submit {
  background-image: none;
  background-position: right 52px center;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
body .white .contact-form-wrap .wpcf7-form .wpcf7-submit:hover,
body .contact-form-wrap.mobile-contact-form-wrap .wpcf7-submit:hover {
  background-image: url("https://chariotcreative.com/wp-content/themes/chariot/less/../assets/src/img/submit-arrow-white.svg");
  background-position: right 42px center;
}
body .color-sections-wrap .color-section .btn {
  position: relative;
  font-weight: 400;
  padding-left: 92px;
  padding-right: 92px;
  -moz-box-shadow: 0px 0px 60px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 60px 0 rgba(0, 0, 0, 0.1);
}
body .color-sections-wrap .color-section .btn svg:first-of-type {
  display: none;
}
body .color-sections-wrap .color-section .btn svg:last-of-type {
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 57px;
  opacity: 0;
  height: 18px;
  bottom: auto;
}
body .color-sections-wrap .color-section .btn.see-all-btn {
  color: #ffffff;
  background-color: transparent;
}
body .color-sections-wrap .color-section .btn.see-all-btn svg path {
  fill: #ffffff;
  height: 18px;
}
body .color-sections-wrap .color-section .btn:hover svg:last-of-type {
  right: 42px;
  opacity: 1;
}
body .color-sections-wrap .color-section .btn.color-btn {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
body .color-sections-wrap .color-section .btn.color-btn svg:last-of-type path {
  fill: #ffffff;
}
body .color-sections-wrap .color-section .btn.color-btn:hover {
  color: #ffffff;
  border-color: #4a4a4a;
  background-color: #4a4a4a;
}
body .color-sections-wrap .color-section .btn.color-btn:hover svg:last-of-type path {
  fill: #ffffff;
}
body .color-sections-wrap .color-section .white-btn {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
body .icons-with-descriptions .btn {
  position: relative;
}
body .icons-with-descriptions .btn svg:first-of-type {
  display: none;
}
body .icons-with-descriptions .btn svg:last-of-type {
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 57px;
  opacity: 0;
  height: 18px;
  bottom: auto;
}
body .icons-with-descriptions .btn svg:last-of-type path {
  fill: #ffffff;
}
body .icons-with-descriptions .btn:hover svg:last-of-type {
  opacity: 1;
  right: 42px;
  height: 18px;
}
body .contact-step-2 .quick-form-wrap .wpcf7-form .btn svg:first-of-type,
body .with-conditions .wpcf7-form button[type="submit"] svg:first-of-type {
  display: none;
}
body .contact-step-2 .quick-form-wrap .wpcf7-form .btn svg:last-of-type,
body .with-conditions .wpcf7-form button[type="submit"] svg:last-of-type {
  right: 57px;
  opacity: 0;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
body .contact-step-2 .quick-form-wrap .wpcf7-form .btn svg:last-of-type path,
body .with-conditions .wpcf7-form button[type="submit"] svg:last-of-type path {
  fill: #ffffff;
}
body .contact-step-2 .quick-form-wrap .wpcf7-form .btn:hover svg:last-of-type,
body .with-conditions .wpcf7-form button[type="submit"]:hover svg:last-of-type {
  opacity: 1;
  right: 42px;
}
body .centered-blue-btn-container .btn-light-blue svg:first-of-type {
  display: none;
}
body .centered-blue-btn-container .btn-light-blue svg:last-of-type {
  opacity: 0;
  right: 57px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
body .centered-blue-btn-container .btn-light-blue svg:last-of-type path {
  fill: #ffffff;
}
body .centered-blue-btn-container .btn-light-blue:hover svg:last-of-type {
  opacity: 1;
  right: 42px;
}
body.home .text-with-two-button.xray-section .button-line .btn:nth-child(1),
body.home .text-with-two-button.xray-section .button-line .btn:nth-child(1):hover,
body.home .text-with-two-button.xray-section .button-line .btn:nth-child(2),
body.home .text-with-two-button.xray-section .button-line .btn:nth-child(2):hover {
  background: none transparent;
  border-color: #ffffff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}
.contact .contact-text-box .btn svg:last-of-type {
  opacity: 0;
  right: 57px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  transition: all .4s ease;
}
.contact .contact-text-box .btn svg:last-of-type path {
  fill: #ffffff;
}
.contact .contact-text-box .btn:hover svg:last-of-type {
  opacity: 1;
  right: 42px;
}
@media screen and (max-width: 992px) {
  body .color-sections-wrap .color-section .btn {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  body .text-with-two-button .button-line .btn,
  .contact.contact-slim .contact-text-box .buttons-line .btn {
    min-width: 300px !important;
  }
}
@media screen and (max-width: 990px) {
  body .text-with-two-button .button-line .btn,
  body .contact.contact-slim .contact-text-box .buttons-line .btn {
    -moz-box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  body.page-id-706 .project-banner,
  body.page-id-706 .image-with-pie-chart {
    display: none;
  }
  body .text-with-two-button .button-line .btn:last-of-type {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  body .full-width-image.connect-with-closest + .contact-form > .container .form-box .wpcf7-submit {
    width: 365px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 420px) {
  body .text-with-two-button .button-line .btn,
  body .contact.contact-slim .contact-text-box .buttons-line .btn {
    min-width: 100%;
    max-width: 100%;
  }
  body .color-sections-wrap .color-section .btn {
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .full-width-image.connect-with-closest + .contact-form > .container .form-box .wpcf7-submit {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
  body .text-with-two-button .button-line .btn:hover svg:last-of-type,
  body .contact.contact-slim .contact-text-box .buttons-line .btn:hover svg:last-of-type,
  body .color-sections-wrap .color-section .btn:hover svg:last-of-type,
  body .icons-with-descriptions .btn:hover svg:last-of-type,
  body .contact-step-2 .quick-form-wrap .wpcf7-form .btn:hover svg:last-of-type,
  body .with-conditions .wpcf7-form button[type="submit"]:hover svg:last-of-type,
  body .contact .contact-text-box .btn:hover svg:last-of-type,
  body .centered-blue-btn-container .btn-light-blue:hover svg:last-of-type,
  body .color-sections-wrap .color-section .white-btn:hover svg:last-of-type,
  body .color-sections-wrap .color-section .btn.color-btn:hover svg:last-of-type,
  body .color-sections-wrap .color-section .btn.see-all-btn:hover svg:last-of-type {
    right: 20px !important;
  }
  body .blue .contact-form-wrap .wpcf7-form .wpcf7-submit:hover,
  body .white .contact-form-wrap .wpcf7-form .wpcf7-submit:hover,
  body .contact-form-wrap.mobile-contact-form-wrap .wpcf7-submit:hover {
    background-position: right 20px center;
  }
  body .color-sections-wrap .color-section .btn:hover svg:last-of-type {
    right: 20px !important;
  }
}
