@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap");
.navbar {
  transition: 0.25s all linear;
  padding: 75px 0 15px;
  z-index: 10000;
  top: 0;
}
.navbar.scrolled {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .navbar.scrolled {
    padding: 15px 0;
  }
  .navbar.scrolled .logo-dark {
    display: block;
  }
  .navbar.scrolled .logo-light {
    display: none;
  }
}
.navbar.scrolled .navbar-nav > ul .nav-link {
  color: #232323;
}
@media (max-width: 991px) {
  .navbar {
    padding: 50px 0 15px;
  }
}
@media (max-width: 767px) {
  .navbar {
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  }
  .navbar .logo-dark {
    display: block !important;
  }
  .navbar .logo-light {
    display: none !important;
  }
  .navbar .nav-link {
    color: #232323;
  }
}
@media (max-width: 767px) {
  .navbar .container-1300 {
    width: 100%;
  }
}
.navbar .logo-dark {
  display: none;
}

#navbarCollapse {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  #navbarCollapse {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  #navbarCollapse {
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
    background: #f8f8f8;
    margin: 10px 0 0 0;
  }
}

.navbar-toggler {
  position: absolute;
  right: 4%;
  top: 13px;
  width: 40px;
  padding: 0;
  border: none;
}

.dropdown-toggle::after {
  margin-left: 8px;
}

.animated-icon {
  width: 100%;
  height: 24px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon span {
  display: block;
  position: absolute;
  background: #232323;
  height: 4px;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  -o-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.animated-icon span:nth-child(1) {
  top: 0px;
}
.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
  top: 50%;
  margin-top: -2px;
}
.animated-icon span:nth-child(4) {
  bottom: 0px;
}
.animated-icon.open span:nth-child(1),
.animated-icon.open span:nth-child(4) {
  top: 50%;
  width: 0%;
  margin-top: -2px;
  left: 50%;
}
.animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .navbar .navbar-nav > ul:hover .nav-link::after,
  .navbar.scrolled .navbar-nav > ul:hover .nav-link::after {
    width: 100%;
  }
}
.navbar-nav > ul {
  padding: 0;
  margin: 0 0 0 10px;
}
.navbar-nav > ul li {
  list-style-type: none;
}
.navbar-nav > ul ul {
  position: absolute;
  left: 0;
  width: 220px;
  padding: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  display: none;
}
.navbar-nav > ul ul li a {
  width: 100%;
  background: #fff;
  padding: 10px 15px 12px;
  display: block;
  font-size: 15px;
  border-bottom: 1px solid #efefef;
}
.navbar-nav > ul ul li a:hover {
  background: #ec4546;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-nav > ul ul li a {
    padding: 8px 20px;
    background: #111;
    color: #fff;
    border-bottom: 1px solid #343434;
  }
}
.navbar-nav > ul ul li:last-of-type a {
  border-bottom: none;
}
@media (max-width: 767px) {
  .navbar-nav > ul ul {
    position: relative;
    width: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  }
}
.navbar-nav > ul.expanded ul {
  display: block;
}
.navbar-nav > ul .nav-link {
  font-size: 15px;
  font-weight: 700;
  padding: 12px !important;
  color: #fff;
  position: relative;
}
.navbar-nav > ul .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 0;
  background: #ec4546;
  transition: 0.25s all linear;
}
@media (max-width: 1199px) {
  .navbar-nav > ul .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .navbar-nav > ul .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .navbar-nav > ul .nav-link {
    padding: 10px 20px !important;
    border-bottom: 1px solid #efefef;
    color: #232323 !important;
  }
  .navbar-nav > ul .nav-link:hover {
    background: #efefef;
  }
}
@media (max-width: 1199px) {
  .navbar-nav > ul {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .navbar-nav > ul {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-nav > ul {
    margin: 0;
  }
}

#navbar-btns {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  #navbar-btns {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  #navbar-btns {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #navbar-btns {
    margin: 20px;
  }
}
#navbar-btns a {
  background: #ec4546;
  color: #fff;
  padding: 10px 15px;
  font-size: 11px;
  margin-left: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  transition: 0.25s all linear;
  /*&.get-started {
      background:#fff;
      color:#232323;
  }*/
}
#navbar-btns a:hover {
  background: #ce2c34;
}
@media (max-width: 991px) {
  #navbar-btns a {
    font-size: 9px;
    margin-left: 3px;
  }
}
@media (max-width: 767px) {
  #navbar-btns a {
    margin: 0 0 5px 0;
    font-size: 13px;
  }
}

#logo {
  width: 200px;
  height: 80px;
  float: left;
  position: relative;
}
#logo img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  #logo {
    width: 150px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #logo {
    width: 130px;
    height: 52px;
    margin: 0 0 0 15px;
  }
}

footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 100px 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 767px) {
  footer {
    padding: 70px 0;
  }
}
footer hr {
  width: 100%;
  border: none;
  height: 1px;
  background: #efefef;
  margin: 50px 0 30px;
  float: left;
}
@media (max-width: 767px) {
  footer hr {
    margin: 20px 0 20px;
  }
}
footer .footer-left {
  float: left;
}
footer .footer-right {
  float: right;
  width: auto;
}
@media (max-width: 991px) {
  footer .footer-right {
    float: left;
    clear: both;
    margin-top: 20px;
  }
}
footer .footer-col {
  float: left;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  footer .footer-col {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  footer .footer-col {
    clear: both;
    margin: 30px 0 0;
  }
}
@media (max-width: 575px) {
  footer .footer-col {
    margin: 30px 0 0;
  }
}
footer .footer-col h3 {
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 5px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  footer .footer-col h3 {
    font-size: 14px;
  }
}
footer .footer-col p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 1199px) {
  footer .footer-col p {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  footer .footer-col p {
    font-size: 12px;
  }
}
footer .footer-col p a {
  transition: 0.25s color linear;
  font-weight: 400;
}
footer .footer-col p a:hover {
  text-decoration: none;
  color: #ec4546;
}
footer #footer-logo {
  width: 110px;
  float: left;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  footer #footer-logo {
    width: 90px;
  }
}
footer #copyright {
  font-size: 11px;
  margin: 5px 0 0 0;
  float: left;
}
footer #bbb {
  float: right;
  width: 77px;
  margin-left: 10px;
}
@media (max-width: 575px) {
  footer #bbb {
    float: left;
    clear: both;
    margin: 25px 0;
  }
}

.social-links a {
  float: left;
  margin-right: 5px;
  font-size: 14px;
  transition: 0.25s color linear;
  background: #ec4546;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.social-links a:hover {
  background: #ce2c34;
  text-decoration: none;
  color: #fff;
}

.footer-social {
  float: right;
}
@media (max-width: 767px) {
  .footer-social {
    float: left;
    clear: both;
  }
}
.footer-social a {
  margin: 0 0 0 5px;
}
@media (max-width: 575px) {
  .footer-social a {
    margin: 0 5px 0 0;
  }
}

html, body {
  overflow-x: hidden !important;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #232323;
  background: #fff;
  width: 100%;
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    margin-top: 72px;
    font-size: 14px;
  }
}

.show-more {
  display: none;
}

.calculator-block {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

#calculator-image {
  background: url(/assets/img/payment-calculator.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
}
@media (max-width: 1199px) {
  #calculator-image {
    height: 600px;
  }
}
@media (max-width: 991px) {
  #calculator-image {
    height: 500px;
  }
}
@media (max-width: 767px) {
  #calculator-image {
    height: 400px;
  }
}
@media (max-width: 575px) {
  #calculator-image {
    height: 300px;
  }
}

.calculator-wrapper {
  padding: 8%;
}
.calculator-wrapper input {
  padding: 8px;
}
.calculator-wrapper p {
  line-height: 40px;
  margin: 0;
  display: inline-block;
}
@media (max-width: 575px) {
  .calculator-wrapper p {
    font-size: 12px;
  }
}
.calculator-wrapper #payment {
  font-weight: 900;
  /*border-color:$red;*/
}
.calculator-wrapper .payment-label {
  font-weight: 900;
  font-size: 20px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .calculator-wrapper .payment-label {
    font-size: 13px;
  }
}
.calculator-wrapper .payment-label #inline-arrow {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("/assets/img/right-arrow.svg");
  background-size: 100% auto;
  margin-left: 20px;
}
@media (max-width: 575px) {
  .calculator-wrapper .payment-label #inline-arrow {
    display: none;
  }
}

html.sr .right-reveal,
html.sr .left-reveal,
html.sr .reveal {
  visibility: hidden;
}

/*-- UNIVERSALS - Start --*/
.weight-regular {
  font-weight: 400;
}

img {
  max-width: 100%;
}

hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #ccc;
  margin: 60px 0;
}
@media (max-width: 991px) {
  hr {
    margin: 50px 0;
  }
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 991px) {
  .full-height-cols > [class*=col-] {
    flex-grow: 1;
  }
}

p {
  line-height: 1.8;
  margin: 0 0 25px;
}
p.p-center {
  margin-left: auto;
  margin-right: auto;
}
p a {
  font-weight: 700;
}

p a:hover {
  color: #ec4546;
  transition: 0.25s all linear;
}

strong {
  font-weight: 800;
}

.btn {
  padding: 12px 20px 14px;
  letter-spacing: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 800;
  margin-top: 40px;
  font-size: 0.9em;
  border: 1px solid #ec4546;
}
.btn:hover {
  background: #ec4546;
  border-color: #ec4546;
  color: #fff;
}
@media (max-width: 767px) {
  .btn {
    padding: 10px 20px 12px;
    letter-spacing: 1px;
  }
}

.red-btn {
  background: #ec4546;
  color: #fff;
}
.red-btn:hover {
  background: #ce2c34;
  border-color: #ce2c34;
}

.white-solid-btn {
  background: #fff;
  color: #ec4546;
  border-color: #fff;
}
.white-solid-btn:hover {
  background: #ec4546;
  border-color: #ec4546;
}

.white-btn {
  border: 1px solid #fff;
  color: #fff;
}

h2,
h1.home-h1 {
  color: #232323;
  font-size: 36px;
  font-weight: 800;
  position: relative;
  margin-bottom: 40px;
}
h2 .sm-h2,
h1.home-h1 .sm-h2 {
  color: #ec4546;
  font-size: 0.6em;
  display: block;
  margin-top: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  h2,
  h1.home-h1 {
    font-size: 33px;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  h2,
  h1.home-h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h2,
  h1.home-h1 {
    font-size: 27px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  h2,
  h1.home-h1 {
    font-size: 24px;
  }
}

h2.left-line,
h1.left-line {
  padding: 25px 0 25px 35px;
}
h2.left-line:before,
h1.left-line:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #ec4546;
  left: 0;
  top: 0;
}
@media (max-width: 575px) {
  h2.left-line,
  h1.left-line {
    padding: 20px 0 20px 25px;
  }
}

h3 {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 25px;
}
h3 .sm-h3 {
  color: #ec4546;
  font-size: 0.85em;
  display: block;
  margin-top: 10px;
  font-weight: 400;
}
h3.h3-lrg {
  font-size: 28px;
}
@media (max-width: 991px) {
  h3.h3-lrg {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

.text-bold {
  font-weight: 800;
}

.text-red {
  color: #ec4546;
}

a:focus,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

a.tel-link {
  font-size: 1.4em;
  font-weight: 800;
  letter-spacing: 1px;
  transition: 0.25s all linear;
}
a.tel-link .icon-holder {
  background: #ec4546;
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 10px;
}
a.tel-link:hover {
  color: #ec4546;
}

section {
  width: 100%;
  padding: 110px 0;
  float: left;
  position: relative;
  background: #fff;
}
@media (max-width: 1199px) {
  section {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 70px 0;
  }
}

section.leaf-ground {
  background: url("/assets/img//icons/leaf.svg") right bottom no-repeat #fff;
  background-size: auto 90%;
}

section.dark-ground,
section.image-ground {
  background-color: #232323;
}
section.dark-ground h2,
section.image-ground h2 {
  color: #fff;
}

section.light-grey-ground {
  background: #f8f8f8;
}

@media (min-width: 768px) {
  .left-img {
    padding-right: 50px;
  }
}

@media (min-width: 768px) {
  .right-img {
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  .left-img,
  .right-img {
    margin-bottom: 35px;
  }
}

section.image-ground {
  padding: 140px 0;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
@media (max-width: 1199px) {
  section.image-ground {
    padding: 130px 0;
    background-attachment: scroll;
  }
}
@media (max-width: 991px) {
  section.image-ground {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  section.image-ground {
    padding: 110px 0;
  }
}
@media (max-width: 575px) {
  section.image-ground {
    padding: 100px 0;
  }
}

.container-1300 {
  width: 92%;
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
}

h1,
.header-content h2 {
  color: #fff;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 40px;
}
h1 span.h1-sub,
.header-content h2 span.h1-sub {
  display: block;
  font-weight: 500;
  font-size: 0.45em;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  h1 span.h1-sub,
  .header-content h2 span.h1-sub {
    text-transform: none;
    letter-spacing: 0px;
  }
}
h1 span.h2-sub,
.header-content h2 span.h2-sub {
  display: block;
  font-weight: 500;
  font-size: 0.5em;
  text-transform: none;
  margin-top: 5px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  h1,
  .header-content h2 {
    font-size: 45px;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  h1,
  .header-content h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h1,
  .header-content h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  h1,
  .header-content h2 {
    font-size: 30px;
    text-transform: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 399px) {
  h1,
  .header-content h2 {
    font-size: 25px;
  }
}

.single h1 {
  text-transform: none;
  font-size: 40px;
  max-width: 800px;
}
.single h1 span.h1-sub {
  text-transform: none;
}
@media (max-width: 1199px) {
  .single h1 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .single h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .single h1 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .single h1 {
    font-size: 20px;
    text-transform: none;
  }
}
@media (max-width: 399px) {
  .single h1 {
    font-size: 25px;
  }
}

/*-- UNIVERSALS - End --*/
/*-- Page Styles --*/
#wrapper {
  margin-top: 100px;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.icon-benefit span {
  display: block;
  margin-bottom: 25px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 1199px) {
  .icon-benefit span {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .icon-benefit span {
    margin-bottom: 15px;
  }
}
.icon-benefit span:last-of-type {
  margin-bottom: 0;
}
.icon-benefit span img {
  width: 30px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .icon-benefit span img {
    width: 25px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .icon-benefit span img {
    width: 20px;
  }
}
.icon-benefit span h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1199px) {
  .icon-benefit span h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .icon-benefit span h3 {
    font-size: 16px;
  }
}

/*section.opening-columns {
    padding: 0;
    margin-top: -75px;
    position: relative;
    z-index: 10;
    background:transparent;

    @include respond-below(xl){
        margin-top:-65px;
    }

    @include respond-below(md){
        margin-top:-45px;
    }

    .container-1300 {

        background:#fff;
        @include box-shadow(0,0,8px,rgba(0,0,0,.15));


        @include respond-below(lg){
            flex-direction:column;
            height:auto;
        }
    }

    .container {
        @include respond-below(md){
            margin:0;
            max-width:none;
        }
    }

    .red-header {
        background:url($images-path + "red-header.svg") right center no-repeat;
        background-size:auto 100%;
        padding:50px 0 50px 50px;
        float:left;
        height:100%;
        color:#fff;
        min-width:430px;

        @include respond-below(xl){
            padding:30px 0 30px 30px;
            min-width:280px;
        }

        @include respond-below(md){
            width:100%;
            background:$red;
            padding:15px 20px;
        }

        h3 {
            font-weight:800;
            font-size:27px;
            text-transform:uppercase;
            margin-bottom:10px;

            @include respond-below(xl){
                font-size:17px;
            }

            @include respond-below(md){
                margin-bottom:5px;
            }
        }

        p {
            margin:0;

            @include respond-below(xl){
                font-size:13px;
            }
        }
    }

    .specialize-icons {
        margin-top:20px;
        margin-bottom:20px;
        padding:15px 30px;
        border-right:1px solid #efefef;
        display:block;

        @include respond-below(xl){
            margin-top:5px;
            margin-bottom:5px;
            padding:25px 10px;
        }

        @include respond-below(lg){
            margin:0;
            border-bottom:1px solid #efefef;
        }

        &:hover {
            .icon-label {
                color:$red;
            }

            img{
                transform: scale(1.1);
            }
        }

        img {
            height:35px;
            display: inline-block;
            transition:.25s all linear;
            margin-bottom:15px;

        }

        .icon-label {
            font-size:15px;
            display:block;
            font-weight:800;
            transition:.25s all linear;

            @include respond-below(xl){
                font-size:12px;
                font-weight:700;
            }

            @include respond-below(md){
                margin-top:0;
            }
        }

        p {
            font-size:13px;
            line-height:1.4;

            @include respond-below(xl){
                font-size:11px;
            }
        }
    }
}*/
section.opening-columns {
  padding: 0;
  margin-top: -90px;
  position: relative;
  z-index: 10;
  background: transparent;
}
@media (max-width: 1199px) {
  section.opening-columns {
    margin-top: -65px;
  }
}
@media (max-width: 767px) {
  section.opening-columns {
    margin-top: -45px;
  }
}
section.opening-columns .container-1300 {
  height: 180px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  section.opening-columns .container-1300 {
    height: 130px;
  }
}
@media (max-width: 767px) {
  section.opening-columns .container-1300 {
    flex-direction: column;
    height: auto;
  }
}
@media (max-width: 767px) {
  section.opening-columns .container {
    margin: 0;
    max-width: none;
  }
}
section.opening-columns .red-header {
  background: url("/assets/img/red-header.svg") right center no-repeat;
  background-size: auto 100%;
  padding: 50px 0 50px 50px;
  float: left;
  height: 100%;
  color: #fff;
  min-width: 360px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  section.opening-columns .red-header {
    padding: 30px 0 30px 30px;
    min-width: 220px;
  }
}
@media (max-width: 767px) {
  section.opening-columns .red-header {
    width: 100%;
    background: #ec4546;
    padding: 15px 20px;
  }
}
section.opening-columns .red-header h3 {
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1199px) {
  section.opening-columns .red-header h3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  section.opening-columns .red-header h3 {
    margin-bottom: 5px;
  }
}
section.opening-columns .red-header p {
  margin: 0;
}
@media (max-width: 1199px) {
  section.opening-columns .red-header p {
    font-size: 13px;
  }
}
section.opening-columns .specialize-icons {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 30px 30px;
  border-right: 1px solid #efefef;
}
@media (max-width: 1199px) {
  section.opening-columns .specialize-icons {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  section.opening-columns .specialize-icons {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  section.opening-columns .specialize-icons {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #efefef;
  }
}
section.opening-columns .specialize-icons:last-of-type {
  border-right: none;
}
section.opening-columns .specialize-icons:hover .icon-label {
  color: #ec4546;
}
section.opening-columns .specialize-icons:hover img {
  transform: scale(1.1);
}
section.opening-columns .specialize-icons img {
  width: 70px;
  display: inline-block;
  transition: 0.25s all linear;
}
@media (max-width: 1199px) {
  section.opening-columns .specialize-icons img {
    width: 50px;
  }
}
section.opening-columns .specialize-icons .icon-label {
  font-size: 18px;
  display: block;
  font-weight: 800;
  margin-top: 5px;
  text-transform: uppercase;
  transition: 0.25s all linear;
}
@media (max-width: 1199px) {
  section.opening-columns .specialize-icons .icon-label {
    font-size: 15px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  section.opening-columns .specialize-icons .icon-label {
    margin-top: 0;
  }
}

.sub-top-banner {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  float: left;
  width: 100%;
}
.sub-top-banner .play-btn {
  margin-top: 0;
}
.sub-top-banner .header-content {
  margin: 300px auto 190px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: auto;
}
@media (max-width: 1199px) {
  .sub-top-banner .header-content {
    margin: 280px auto 170px;
  }
}
@media (max-width: 991px) {
  .sub-top-banner .header-content {
    margin: 220px auto 150px;
  }
}
@media (max-width: 767px) {
  .sub-top-banner .header-content {
    margin: 110px auto 130px;
  }
}
@media (max-width: 575px) {
  .sub-top-banner .header-content {
    margin: 90px auto 100px;
  }
}

.top-banner {
  width: 100%;
  height: auto;
  background: #000;
  background-size: cover;
  background-position: center center;
  float: left;
  position: relative;
  overflow: hidden;
}
.top-banner .header-content {
  margin: 340px auto 280px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: auto;
}
@media (max-width: 1199px) {
  .top-banner .header-content {
    margin: 310px auto 200px;
  }
}
@media (max-width: 991px) {
  .top-banner .header-content {
    margin: 230px auto 180px;
  }
}
@media (max-width: 767px) {
  .top-banner .header-content {
    margin: 120px auto 150px;
  }
}

.slide-wrapper {
  height: 820px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .slide-wrapper {
    height: 710px;
  }
}
@media (max-width: 991px) {
  .slide-wrapper {
    height: 610px;
  }
}
@media (max-width: 767px) {
  .slide-wrapper {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .slide-wrapper {
    height: 450px;
  }
}
.slide-wrapper .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slide-wrapper .slide .slide-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 0;
  transition: 0.5s all linear;
}
.slide-wrapper .slide .header-content {
  display: none;
}
.slide-wrapper .slide.active .slide-bg {
  opacity: 0.6;
}
.slide-wrapper .slide.active .header-content {
  display: block;
}
.slide-wrapper #slider-icons {
  position: absolute;
  z-index: 20;
  top: 280px;
  left: 50%;
  margin-left: -650px;
}
@media (max-width: 1399px) {
  .slide-wrapper #slider-icons {
    margin-left: 0;
    left: 4%;
  }
}
@media (max-width: 1199px) {
  .slide-wrapper #slider-icons {
    top: 260px;
  }
}
@media (max-width: 991px) {
  .slide-wrapper #slider-icons {
    top: 180px;
  }
}
@media (max-width: 767px) {
  .slide-wrapper #slider-icons {
    top: 90px;
  }
}
@media (max-width: 575px) {
  .slide-wrapper #slider-icons {
    top: 70px;
  }
}
.slide-wrapper #slider-icons .slider-icon {
  width: 35px;
  height: 25px;
  margin-right: 4px;
  float: left;
  background: rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
  background-clip: content-box;
}
.slide-wrapper #slider-icons .slider-icon.active {
  background: #ec4546;
  background-clip: content-box;
}

#vid1 {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  z-index: 0;
  opacity: 0.7;
  display: flex;
}
@media (max-width: 991px) {
  #vid1 {
    height: 110%;
  }
}
@media (max-width: 575px) {
  #vid1 {
    height: 100%;
  }
}

.play-btn {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 35px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  float: left;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .play-btn {
    margin-top: 30px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .play-btn {
    margin-top: 25px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .play-btn {
    margin-top: 20px;
  }
}
.play-btn .play-icon {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ec4546;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 20px;
  transition: 0.25s all linear;
}
@media (max-width: 1199px) {
  .play-btn .play-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .play-btn .play-icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .play-btn .play-icon {
    width: 40px;
    height: 40px;
  }
}
.play-btn i {
  font-size: 13px;
}
@media (max-width: 1199px) {
  .play-btn i {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .play-btn i {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .play-btn i {
    font-size: 10px;
  }
}
.play-btn:hover {
  color: #fff;
}
.play-btn:hover .play-icon {
  background: #fff;
  color: #ec4546;
  margin-right: 30px;
}

.image-bubble {
  margin-bottom: 25px;
  float: left;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .image-bubble {
    margin-bottom: 50px;
  }
}
.image-bubble .image-bubble-ground {
  position: absolute;
  width: 67%;
  height: 100%;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 1299px) {
  .image-bubble .image-bubble-ground {
    width: 62%;
  }
}
@media (max-width: 767px) {
  .image-bubble .image-bubble-ground {
    width: 100%;
    height: 250px;
  }
}
.image-bubble .image-bubble-content {
  float: right;
  width: 40%;
  position: relative;
  background: #fff;
  margin: 80px 0;
  z-index: 10;
  padding: 40px 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  border-top: 8px solid #ec4546;
}
.image-bubble .image-bubble-content::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
  position: absolute;
  left: -20px;
  top: 50px;
}
@media (max-width: 767px) {
  .image-bubble .image-bubble-content::after {
    display: none;
  }
}
@media (max-width: 1299px) {
  .image-bubble .image-bubble-content {
    padding: 30px 40px;
    margin: 60px 0 60px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .image-bubble .image-bubble-content {
    width: 90%;
    margin: 200px 5% 0;
    padding: 20px 30px 0;
  }
}
@media (max-width: 575px) {
  .image-bubble .image-bubble-content {
    padding: 10px 20px 0;
  }
}
.image-bubble .image-bubble-header {
  width: 100%;
  margin-bottom: 20px;
  float: left;
  white-space: nowrap;
}
.image-bubble .image-bubble-header .number {
  font-size: 95px;
  color: #ec4546;
  padding-right: 20px;
  border-right: 1px solid #efefef;
  margin-right: 30px;
  float: left;
  line-height: 1;
  font-weight: 800;
}
@media (max-width: 1299px) {
  .image-bubble .image-bubble-header .number {
    font-size: 60px;
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .image-bubble .image-bubble-header .number {
    font-size: 55px;
  }
}
.image-bubble .image-bubble-header h3 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  margin-top: 8px;
}
@media (max-width: 1299px) {
  .image-bubble .image-bubble-header h3 {
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .image-bubble .image-bubble-header h3 {
    font-size: 25px;
  }
}
.image-bubble .image-bubble-header h3 .sm-red {
  color: #ec4546;
  font-size: 0.6em;
  font-weight: 400;
  display: block;
}
.image-bubble .image-bubble-header p {
  margin-bottom: 0;
}

#testimonials {
  text-align: center;
}

.carousel-indicators {
  position: relative;
  margin-top: 50px;
}

#teamCarousel .carousel-indicators {
  margin-top: 20px;
}
#teamCarousel .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.25);
}
#teamCarousel .carousel-indicators li.active {
  background-color: #ec4546;
}

* .testimonial-icon {
  width: 80px;
  margin-bottom: 40px;
  display: inline-block;
}
@media (max-width: 767px) {
  * .testimonial-icon {
    width: 50px;
    margin-bottom: 25px;
  }
}

#testimonials h2 {
  margin-bottom: 50px;
}

.testimonial {
  background: url(/assets/img/icons/stars.svg) center 50px no-repeat #fff;
  background-size: 150px auto;
  width: 100%;
  height: 100%;
  padding: 100px 40px 25px;
  text-align: center;
  color: #232323;
  min-height: 360px;
}
@media (max-width: 1199px) {
  .testimonial {
    min-height: 0;
    padding: 75px 25px 20px;
    background-position: center 35px;
  }
  .testimonial p {
    margin-bottom: 15px;
  }
}
.testimonial p.author {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 767px) {
  .testimonial p.author {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .testimonial .row > [class*=col-] {
    flex-grow: 1;
  }
}

/*-- MODAL --*/
.modal {
  z-index: 20000;
  background: rgba(0, 0, 0, 0.95);
}
.modal .modal-dialog {
  max-width: 900px;
  background: transparent;
}
.modal .modal-content {
  background: #000;
}
.modal .modal-body {
  padding: 0;
}
.modal .close {
  color: #fff;
  background: #ec4546;
  width: 50px;
  height: 50px;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.modal .close:hover {
  background: #ce2c34;
}

.process-block {
  background: #fff;
  position: relative;
  padding: 100px 30px 25px;
  color: #232323;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 75px auto;
  background-position: 96% 20px;
}
@media (max-width: 1199px) {
  .process-block {
    padding: 70px 20px 0;
  }
}
@media (max-width: 991px) {
  .process-block {
    padding: 20px;
  }
}
.process-block#process-application {
  background-image: url("/assets/img/icons/application.svg");
}
.process-block#process-application::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #fff;
  top: 50%;
  margin-top: -6px;
  right: -12px;
}
@media (max-width: 991px) {
  .process-block#process-application::after {
    display: none;
  }
}
.process-block#process-approval {
  background-image: url("/assets/img/icons/approval.svg");
}
.process-block h3 {
  margin-bottom: 20px;
}

#enjoy-your-purchase {
  margin-top: 30px;
  background: #ec4546;
  height: 235px;
  display: flex;
}
@media (max-width: 1199px) {
  #enjoy-your-purchase {
    height: 180px;
  }
}
@media (max-width: 991px) {
  #enjoy-your-purchase {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #enjoy-your-purchase {
    height: 120px;
  }
}
#enjoy-your-purchase .number-header {
  height: 100%;
  width: 390px;
  background: url("/assets/img/icons/white-arrow.svg") right center no-repeat;
  background-size: auto 100%;
  padding: 50px 0 50px 80px;
  color: #ec4546;
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  float: left;
}
@media (max-width: 1199px) {
  #enjoy-your-purchase .number-header {
    font-size: 90px;
    padding: 40px 0 40px 60px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  #enjoy-your-purchase .number-header {
    font-size: 50px;
    width: 140px;
    padding: 30px;
  }
}
@media (max-width: 575px) {
  #enjoy-your-purchase .number-header {
    font-size: 40px;
    width: 120px;
    padding: 35px 20px;
  }
}
#enjoy-your-purchase .container {
  padding: 65px 0 0 100px;
}
@media (max-width: 1199px) {
  #enjoy-your-purchase .container {
    padding: 50px 0 0 80px;
  }
}
@media (max-width: 991px) {
  #enjoy-your-purchase .container {
    padding: 50px 0 0 50px;
  }
}
@media (max-width: 767px) {
  #enjoy-your-purchase .container {
    padding: 30px 25px 0 25px;
  }
}
#enjoy-your-purchase .container img {
  width: 125px;
  float: left;
  margin-right: 35px;
}
@media (max-width: 1199px) {
  #enjoy-your-purchase .container img {
    width: 90px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  #enjoy-your-purchase .container img {
    display: none;
  }
}
#enjoy-your-purchase .container h3 {
  font-size: 40px;
  float: left;
}
#enjoy-your-purchase .container h3 .sm-h3 {
  display: block;
  font-weight: 400;
  font-size: 0.5em;
  color: #fff;
}
@media (max-width: 575px) {
  #enjoy-your-purchase .container h3 .sm-h3 {
    font-size: 0.65em;
  }
}
@media (max-width: 1199px) {
  #enjoy-your-purchase .container h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  #enjoy-your-purchase .container h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  #enjoy-your-purchase .container h3 {
    font-size: 18px;
  }
}

.lg-margin-top {
  margin-top: 115px;
}
@media (max-width: 1199px) {
  .lg-margin-top {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .lg-margin-top {
    margin-top: 0;
  }
}

.lg-number {
  font-size: 55px;
  color: #fff;
  width: 110px;
  height: 110px;
  background: #ec4546;
  position: absolute;
  left: 30px;
  top: -55px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.lg-number img {
  height: 45%;
}
.lg-number span {
  margin-bottom: 7px;
  line-height: 1;
}
@media (max-width: 991px) {
  .lg-number span {
    margin-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .lg-number {
    font-size: 35px;
    width: 80px;
    height: 80px;
    top: -40px;
    left: 20px;
  }
}
@media (max-width: 991px) {
  .lg-number {
    top: 25px;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 20px;
  }
}

.full-grid {
  background: #fff;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
}
.full-grid .icon {
  width: 70px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .full-grid .icon {
    width: 50px;
    margin-bottom: 25px;
  }
}
.full-grid .icon-logo {
  max-width: 144px;
  max-height: 144px;
}
@media (max-width: 767px) {
  .full-grid .icon-logo {
    max-width: 96px;
    max-height: 96px;
  }
}
.full-grid > [class*=col-] {
  padding: 50px;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 767px) {
  .full-grid > [class*=col-] {
    padding: 30px;
  }
}

#tool-links a {
  background: url("/assets/img/icons/deals-from-anywhere.svg") left center no-repeat;
  background-size: 24px auto;
  padding-left: 40px;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 19px;
  opacity: 0.6;
  transition: 0.25s all linear;
}
@media (max-width: 767px) {
  #tool-links a {
    cursor: default;
  }
}
@media (max-width: 991px) {
  #tool-links a {
    font-size: 14px;
    background-size: 20px auto;
    padding-left: 30px;
    margin-bottom: 15px;
  }
}
#tool-links a:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #tool-links a:hover {
    opacity: 0.8;
  }
}
#tool-links a.active {
  opacity: 1;
  margin-left: -20px;
}
@media (max-width: 991px) {
  #tool-links a.active {
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  #tool-links a.active {
    margin-left: 0;
    opacity: 0.6;
  }
}

.tool-details {
  position: relative;
}

#tool-images {
  position: relative;
  height: 650px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #tool-images {
    height: 250px;
  }
}
#tool-images .tool-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/img/tools/deals-from-anywhere.jpg") left center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: 0.25s all linear;
}
#tool-images .tool-image.active {
  opacity: 1;
}
@media (max-width: 991px) {
  #tool-images .tool-image {
    height: 250px;
  }
}

#tool-descriptions {
  position: absolute;
  right: 0;
  top: 100px;
  width: 400px;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 20px;
  z-index: 5;
  transition: 0.25s all linear;
  max-width: 100%;
}
#tool-descriptions::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 51px;
  background: #ec4546;
  right: -2px;
  top: 0;
}
#tool-descriptions p {
  color: #fff;
  margin: 0;
  display: none;
}
#tool-descriptions p.active {
  display: block;
}
@media (max-width: 767px) {
  #tool-descriptions p {
    font-size: 13px;
  }
}

#accordion {
  border: 1px solid #ccc;
}
#accordion .card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  border-bottom: 1px solid #ccc;
}
#accordion .card:last-of-type {
  border-bottom: none;
}
#accordion .card .card-body,
#accordion .card .card-header,
#accordion .card .card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#accordion .card .card-body {
  padding-top: 0;
  background: #232323;
  color: #fff;
}
#accordion .card .card-body p {
  margin: 0;
  width: 85%;
  max-width: 800px;
}
#accordion .card .card-header {
  padding: 0;
  border: none;
}
#accordion .card .card-header div {
  background: url("/assets/img/icons/down-arrow.svg") right 20px no-repeat #fff;
  background-size: auto 18px;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  padding: 15px 60px 15px 20px;
  transition: 0.25s all linear;
}
@media (max-width: 767px) {
  #accordion .card .card-header div {
    font-size: 16px;
  }
}
#accordion .card .card-header div[aria-expanded=true] {
  background-color: #232323;
  background-image: url("/assets/img/icons/up-arrow.svg");
  color: #fff;
}

ul.custom-arrow,
ul.custom-arrow-2 {
  padding: 0;
  list-style-type: none;
}
ul.custom-arrow li,
ul.custom-arrow-2 li {
  background: url("/assets/img/icons/list-arrow.svg") left center no-repeat;
  background-size: 15px auto;
  padding: 0 0 0 30px;
  margin-bottom: 6px;
}
ul.custom-arrow li a,
ul.custom-arrow-2 li a {
  text-decoration: underline;
}

ul.custom-arrow-2 li {
  background: url("/assets/img/icons/list-arrow.svg") left 5px no-repeat;
  background-size: 15px auto;
  padding: 0 0 0 25px;
  margin-bottom: 25px;
}

.application-methods {
  background: #ec4546;
  height: 230px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .application-methods {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .application-methods {
    height: auto;
    overflow: hidden;
  }
}
.application-methods .method-label {
  background: url("/assets/img/icons/white-arrow.svg") right center no-repeat;
  background-size: auto 100%;
  width: 50%;
  height: 100%;
  padding: 60px 40px;
  float: left;
}
@media (max-width: 575px) {
  .application-methods .method-label {
    width: 100%;
    background: #fff;
    height: auto;
    padding: 15px 25px;
  }
}
.application-methods .method-label h3 {
  font-size: 33px;
  text-transform: uppercase;
}
.application-methods .method-label h3 .weight-regular {
  font-size: 0.9em;
  display: block;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .application-methods .method-label h3 .weight-regular {
    margin: 0;
    display: inline;
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .application-methods .method-label h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .application-methods .method-label h3 {
    margin-bottom: 0;
    font-size: 20px;
  }
}
.application-methods .method-content {
  color: #fff;
  padding: 50px;
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .application-methods .method-content {
    padding: 35px 50px;
  }
}
@media (max-width: 575px) {
  .application-methods .method-content {
    width: 100%;
    padding: 25px;
  }
}

.email-cta {
  background: url("/assets/img/icons/email.svg") left center no-repeat;
  background-size: 75px auto;
  padding-left: 100px;
  font-size: 22px;
  margin-top: 35px;
}
.email-cta a {
  color: #ec4546;
  font-weight: 700;
  display: block;
}
@media (max-width: 991px) {
  .email-cta {
    font-size: 16px;
    background-size: 50px auto;
    padding-left: 65px;
  }
}
@media (max-width: 575px) {
  .email-cta {
    font-size: 14px;
    background-size: 30px auto;
    padding-left: 40px;
    margin-top: 25px;
  }
}

.contact-details p a {
  font-weight: 400;
}

.form-wrapper {
  padding: 60px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .form-wrapper {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .form-wrapper {
    margin-bottom: 35px;
  }
}

.team-member h3 {
  margin: 20px 0 3px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .team-member h3 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .team-member h3 {
    font-size: 13px;
  }
}
.team-member p {
  margin: 0;
  color: #ec4546;
  font-style: italic;
  font-size: 15px;
}
@media (max-width: 991px) {
  .team-member p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .team-member p {
    font-size: 10px;
  }
}

#get-started .col:first-of-type {
  border-right: 1px solid #ccc;
}
@media (max-width: 991px) {
  #get-started .col:first-of-type {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
#get-started .form-wrapper {
  padding: 15px 15px 0;
}

.get-started-details {
  margin: 0 auto;
  width: 75%;
}
@media (max-width: 991px) {
  .get-started-details {
    width: 100%;
  }
}
.get-started-details h2 {
  margin-bottom: 20px;
}

#review-links {
  margin-bottom: 35px;
  float: left;
  width: 100%;
}
#review-links a {
  padding: 15px;
  border: 1px solid #efefef;
  width: 90px;
  margin-right: 10px;
  transition: 0.25s all linear;
}
#review-links a:hover {
  border: 1px solid #999;
}

.oem {
  padding: 23px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  display: block;
  margin-bottom: 30px;
  border: 2px solid #fff;
  transition: 0.25s all linear;
}
.oem:hover {
  border-color: #ec4546;
}

.news-link {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: block;
}
.news-link:hover figure img {
  transform: scale(1.1);
}
.news-link figure {
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0;
}
.news-link figure img {
  transition: 0.25s all linear;
}
.news-link .post-details {
  padding: 15px 20px;
}
.news-link .post-details h3 {
  margin-bottom: 0;
  font-size: 1.1em;
}
.news-link .post-details p {
  color: #ec4546;
  margin: 5px 0 0;
  font-size: 0.8em;
}

.breadcrumbs {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1em;
}
.breadcrumbs a {
  font-weight: 900;
}
.breadcrumbs a i {
  margin: 0 10px;
}
.breadcrumbs a:hover {
  color: #ec4546;
}

#recents-wrapper {
  background: #fff;
}
#recents-wrapper h3 {
  background: #ec4546;
  padding: 15px;
  margin: 0;
  color: #fff;
}
#recents-wrapper .sidebar-link {
  padding: 15px;
  border: 1px solid #dadada;
  border-top: none;
  display: block;
}
#recents-wrapper .sidebar-link h4 {
  font-size: 1.1em;
  line-height: 1.4;
  margin: 0 0 5px;
  font-weight: 700;
}
#recents-wrapper .sidebar-link .date {
  font-size: 0.8em;
  color: #ec4546;
}

.article-seperator {
  width: 100%;
  height: 50px;
  display: block;
}
@media (max-width: 767px) {
  .article-seperator {
    height: 30px;
  }
}

.cta-block {
  padding: 40px 25px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.cta-block .stat-label {
  font-size: 70px;
  font-weight: 800;
  display: block;
  line-height: 1;
}
.cta-block .stat-value {
  font-size: 1.1em;
  display: block;
  margin-top: 10px;
}

.top-bar {
  padding: 7px 7px 6px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  z-index: 20000;
  color: #fff;
  font-size: 12px;
  transition: 0.25s all linear;
}
.top-bar a {
  font-weight: 800;
}
.top-bar a:hover {
  color: #ec4546;
}
@media (max-width: 767px) {
  .top-bar {
    z-index: 100;
    top: 72px;
    font-size: 11px;
  }
}

.list-dark-wrapper {
  background: #232323;
  color: #fff;
  padding: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

/*# sourceMappingURL=style.css.map */
