.btnBlueLine {
  display: block;
  padding: 8px 15px;
  border: 2px solid #0036c0;
  text-align: center;
  color: #0036c0;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  z-index: 1;
}

.btnBlueLine.txtUppercase {
  text-transform: uppercase;
}

.btnBlueLine .btn-caption {
  position: relative;
  z-index: 1;
}

.btnBlueLine:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0036C0;
  left: 0;
  top: 0;
  transition: all .25s ease-in;
  transform: translateX(-100%);
  z-index: 0;
}

.btnBlueLine:hover {
  color: #ffffff;
}

.btnBlueLine:hover:before {
  transform: translateX(0);
}

.btnBlueLine:hover .btn-caption {
  color: #ffffff;
}

.btnBlueOrangeFill {
  display: block;
  padding: 8px 15px;
  border: 2px solid #fea430;
  text-align: center;
  color: #ffffff;
  background-color: #fea430;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  z-index: 1;
  transition: all .25s ease-in;
}

.btnBlueOrangeFill.txtUppercase {
  text-transform: uppercase;
}

.btnBlueOrangeFill .btn-caption {
  position: relative;
  z-index: 1;
}

.btnBlueOrangeFill:hover {
  color: #ffffff;
  border: 2px solid #0036c0;
  background-color: #0036c0;
}

.elementor-widget-hero-1 .elementor-widget-container {
  position: relative;
}

.elementor-widget-hero-1 .hero-spacer,
.elementor-widget-hero-1 .elementor-widget-container {
  width: 100%;
  height: 65vh;
}

.elementor-widget-hero-1 .hero-content-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.elementor-widget-hero-1 .hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65vh;
  display: block;
  background-size: cover;
  background-position: center center;
}

.elementor-widget-hero-1 .hero-content-inner {
  width: 1120px;
  margin: 0 auto;
}

.elementor-widget-hero-1 .hero-content-box {
  background-color: rgba(255, 155, 34, 0.94);
  padding: 2em;
  color: #ffffff;
  max-width: 850px;
  padding: 2em;
}

.elementor-widget-hero-1 .hero-content-box h1 {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.25em;
  color: #ffffff;
  margin: 0;
}

.elementor-widget-hero-1 .hero-content-box h2 {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25em;
  color: #ffffff;
  margin: 0.25em 0;
}

.elementor-widget-hero-1 .hero-actions {
  display: flex;
  margin-top: 1em;
}

.elementor-widget-hero-1 .hero-actions .hero-button {
  flex-grow: 1;
  max-width: 300px;
}

.elementor-widget-hero-1 .hero-actions .image-rating {
  width: 180px;
}

.elementor-widget-hero-1 .hero-actions > div.hero-button > a {
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #0036c0;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  text-align: center;
  font-size: 1.125em;
  box-shadow: 1px 1px 2px 1px rgba(5, 5, 5, 0.28);
}

.elementor-widget-hero-1 .hero-actions .rating_star {
  width: 180px;
  height: auto;
}

@media only screen and (max-width: 1120px) {
  .elementor-widget-hero-1 .hero-content-inner {
    margin-left: 1em;
    margin-right: 1em;
  }
  .elementor-widget-hero-1 .hero-content-box {
    max-width: 700px;
  }
}

@media only screen and (max-width: 980px) {
  .elementor-widget-hero-1 .hero-content-box h1 {
    font-size: 1.75em;
  }
}

@media only screen and (max-width: 768px) {
  .elementor-widget-hero-1 .hero-spacer,
  .elementor-widget-hero-1 .elementor-widget-container,
  .elementor-widget-hero-1 .hero-bg-image {
    height: 60vh;
  }
  .elementor-widget-hero-1 .hero-content-box {
    padding: 1.25em;
  }
  .elementor-widget-hero-1 .hero-content-box h1 {
    font-size: 1.75em;
    margin-bottom: 10px;
  }
  .elementor-widget-hero-1 .hero-content-box h2 {
    font-size: 1.25em;
  }
  .elementor-widget-hero-1 .hero-actions a {
    font-size: 1em;
  }
}

@media only screen and (max-width: 480px) {
  .elementor-widget-hero-1 .hero-content-box h1 {
    font-size: 1.75em;
  }
  .elementor-widget-hero-1 .hero-content-box h2 {
    font-size: 1.25em;
  }
  .elementor-widget-hero-1 .hero-actions {
    display: block;
  }
  .elementor-widget-hero-1 .hero-actions .hero-button {
    width: 100%;
    max-width: none;
  }
  .elementor-widget-hero-1 .hero-actions .image-rating {
    width: 100%;
    margin-top: 0.5em;
    text-align: center;
  }
}

.swm-table-feature-row {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
  color: #444;
}

.swm-table-feature-row:last-child {
  border-bottom: 0;
}

.swm-table-cell {
  display: table-cell;
  width: 50%;
  padding: 0.75em  0.5em;
  font-size: 16px;
  vertical-align: middle;
}

.swm-table-cell.colspan {
  width: 100%;
  display: table;
  padding-bottom: 0.25em;
}

.swm-table-feature-row .swm-table-feature-row {
  border-bottom: 0;
}

.swm-table-feature-row .swm-table-feature-row .swm-table-cell {
  padding: 0.25em  0.5em;
  font-size: 14px;
}

.div_get_data {
  padding-bottom: 0.5em;
}

.swm-table-cell-label {
  font-weight: 300;
  color: #555;
}

.swm-table-cell-val {
  text-align: center;
}

.swm-table-cell-val .fa {
  font-size: 20px;
}

.swm-table-feature-heading {
  padding: 0.5em 0;
  font-size: 18px;
  font-weight: 400px;
  border-bottom: 2px solid #fb9323;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .swm-table-feature-heading {
    font-size: 16px;
  }
  .swm-table-cell {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
}

.statsbox {
  border: 4px solid #fea430;
  max-width: 767px;
  margin: 3em auto;
  box-sizing: border-box;
  padding: 35px 0 25px 0;
}

.statsbox-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.statsbox-col {
  width: 50%;
  border-radius: 1px solid;
  text-align: center;
}

.statsbox-col p {
  margin: 0 0 0.5em 0;
  padding: 0;
  color: #5b5b5b;
  text-transform: uppercase;
  font-size: 16px;
}

.statsbox-col h6 {
  font-size: 70px;
  margin: 0;
  padding: 0;
  letter-spacing: -3px;
  color: #444444;
  line-height: 1em;
}

.statsbox-footer {
  font-size: 12px;
  color: #999;
  margin-top: 2em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .statsbox {
    margin-left: 20px;
    margin-right: 20px;
  }
  .statsbox-col h6 {
    font-size: 48px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .statsbox {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .statsbox-col p {
    font-size: 13px;
  }
  .statsbox-col h6 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .statsbox {
    margin-left: 0;
    margin-right: 0;
  }
  .statsbox-footer {
    font-size: 11px;
  }
}

.swm-element-quote {
  max-width: 800px;
  margin: 2em auto !important;
  position: relative;
}

.swm-element-quote::before,
.swm-element-quote::after {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  background-color: #dbdbdb;
  position: absolute;
  z-index: 0;
}

.swm-element-quote::before {
  bottom: -5px;
  right: -5px;
}

.swm-element-quote::after {
  top: -5px;
  left: -5px;
}

.swm-element-quote-inner {
  position: relative;
  padding: 3em 4em;
  background-color: #ffffff;
  z-index: 2;
}

.swm-element-quote-inner .quote-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.swm-element-quote-inner .quote-icon svg {
  width: 60px;
  height: auto;
}

.swm-element-quote-image-attribution {
  display: flex;
  font-size: 15px;
}

.swm-element-quote-image-attribution > img {
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  border-radius: 50%;
}

.swm-element-quote-message {
  font-size: 1.5em;
  line-height: 1.375em;
  font-weight: 300;
  margin: 0 0 1em 0;
  z-index: 2;
  position: relative;
}

.swm-element-quote-name,
.swm-element-quote-title,
.swm-element-quote-company {
  font-size: 15px;
}

.swm-element-quote-company,
.swm-element-quote-title {
  font-weight: 300;
  opacity: 0.95;
}

.swm-element-quote-more-reviews {
  margin: 20px 0 0 0;
  font-size: 13px;
  text-align: right;
  text-transform: uppercase;
}

.swm-element-quote-more-reviews a {
  font-weight: 300;
  position: relative;
  background: url("../images/right-arrow-orange.svg") no-repeat 100% 50%;
  background-size: 16px auto;
  padding-right: 20px;
  display: inline-block;
  color: #333;
}

.swm-element-quote-more-reviews a:hover {
  color: #fea430;
}

@media only screen and (max-width: 980px) {
  .swm-element-quote {
    margin: 0 25px !important;
  }
  .swm-element-quote-inner {
    padding: 2em 2em;
  }
  .swm-element-quote-inner::before {
    left: 0px;
  }
  .swm-element-quote-inner::after {
    left: 0;
    width: 80%;
  }
  .swm-element-quote-message {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 640px) {
  .swm-element-quote-image-attribution {
    font-size: 13px;
  }
}

.elementor-widget-hero-2 {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .elementor-widget-hero-2 {
    padding-bottom: 30px;
  }
}

.elementor-widget-hero-2 .hero2 {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.elementor-widget-hero-2 .hero2:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(254, 164, 48, 0.72);
  position: absolute;
  z-index: 0;
}

.elementor-widget-hero-2 .hero2-wrapper {
  position: relative;
  bottom: -100px;
  padding-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .elementor-widget-hero-2 .hero2-wrapper {
    bottom: auto;
  }
}

@media screen and (max-width: 480px) {
  .elementor-widget-hero-2 .hero2-wrapper {
    padding-bottom: 30px;
  }
}

.elementor-widget-hero-2 .hero2-intro {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .elementor-widget-hero-2 .hero2-intro {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 600px) {
  .elementor-widget-hero-2 .hero2-intro {
    padding-top: 70px;
  }
}

@media screen and (max-width: 480px) {
  .elementor-widget-hero-2 .hero2-intro {
    padding-top: 40px;
  }
}

.elementor-widget-hero-2 .hero2-intro h1, .elementor-widget-hero-2 .hero2-intro h2 {
  padding: 0;
  line-height: 1.25;
  color: #ffffff;
  margin: 0;
  margin-bottom: 15px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
}

.elementor-widget-hero-2 .hero2-intro h1 {
  font-size: 55px;
  font-weight: 500;
}

@media screen and (max-width: 1140px) {
  .elementor-widget-hero-2 .hero2-intro h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .elementor-widget-hero-2 .hero2-intro h1 {
    font-size: 44px;
  }
}

@media screen and (max-width: 480px) {
  .elementor-widget-hero-2 .hero2-intro h1 {
    font-size: 40px;
  }
}

.elementor-widget-hero-2 .hero2-intro h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  line-height: 1.375;
}

@media screen and (max-width: 1140px) {
  .elementor-widget-hero-2 .hero2-intro h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .elementor-widget-hero-2 .hero2-intro h2 {
    font-size: 18px;
  }
}

.elementor-widget-hero-2 .hero2-boxes {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 45px auto 0 auto;
  display: flex;
  justify-content: space-evenly;
}

@media screen and (max-width: 600px) {
  .elementor-widget-hero-2 .hero2-boxes {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.elementor-widget-hero-2 .hero2-boxes .hero2-box {
  width: 45%;
  background-color: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 45px 50px;
  box-shadow: 0 11px 24px rgba(0, 0, 0, 0.15);
  text-align: center;
}

@media screen and (max-width: 960px) {
  .elementor-widget-hero-2 .hero2-boxes .hero2-box {
    padding: 35px 35px;
  }
}

@media screen and (max-width: 768px) {
  .elementor-widget-hero-2 .hero2-boxes .hero2-box {
    padding: 35px 20px;
  }
}

@media screen and (max-width: 600px) {
  .elementor-widget-hero-2 .hero2-boxes .hero2-box {
    width: 100%;
    margin: 15px 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.elementor-widget-hero-2 .hero2-boxes .hero2-box h3, .elementor-widget-hero-2 .hero2-boxes .hero2-box h4 {
  margin: 0;
  padding: 0;
  line-height: 1.375;
}

.elementor-widget-hero-2 .hero2-boxes .hero2-box h3 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (max-width: 1140px) {
  .elementor-widget-hero-2 .hero2-boxes .hero2-box h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 960px) {
  .elementor-widget-hero-2 .hero2-boxes .hero2-box h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .elementor-widget-hero-2 .hero2-boxes .hero2-box h3 {
    font-size: 28px;
  }
}

.elementor-widget-hero-2 .hero2-boxes .hero2-box h4 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}

@media screen and (max-width: 1140px) {
  .elementor-widget-hero-2 .hero2-boxes .hero2-box h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .elementor-widget-hero-2 .hero2-boxes .hero2-box h4 {
    font-size: 17px;
  }
}

.elementor-widget-hero-2 .hero2-boxes .hero2-actions > a {
  display: inline-block;
  padding: 0.75em 2em;
  background-color: #0036c0;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  font-size: 1.125em;
  box-shadow: 1px 1px 2px 1px rgba(5, 5, 5, 0.28);
}

@media screen and (max-width: 960px) {
  .elementor-widget-hero-2 .hero2-boxes .hero2-actions > a {
    font-size: 1em;
  }
}

.elementor-widget-hero-2 .hero2-boxes .hero2-actions > a:hover {
  color: #FEA430;
}

.elementor-widget-hero-3 {
  background: #ffffff;
  position: relative;
  padding-bottom: 430px;
}

@media screen and (max-width: 900px) {
  .elementor-widget-hero-3 {
    padding-bottom: 350px;
  }
}

@media screen and (max-width: 780px) {
  .elementor-widget-hero-3 {
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 640px) {
  .elementor-widget-hero-3 {
    padding-bottom: 250px;
  }
}

@media screen and (max-width: 560px) {
  .elementor-widget-hero-3 {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 480px) {
  .elementor-widget-hero-3 {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 400px) {
  .elementor-widget-hero-3 {
    padding-bottom: 150px;
  }
}

.elementor-widget-hero-3 .hero3-outer {
  position: relative;
  margin-top: 40px;
  padding: 4px;
  position: relative;
  z-index: 10;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  animation: thisSlideIn ease 1s;
  -webkit-animation: thisSlideIn ease 1s;
  -moz-animation: thisSlideIn ease 1s;
  -o-animation: thisSlideIn ease 1s;
  -ms-animation: thisSlideIn ease 1s;
}

.elementor-widget-hero-3 .hero3-outer:before {
  content: '';
  border: 4px solid #FEA430;
  width: 50%;
  height: 100%;
  border-left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.elementor-widget-hero-3 .hero3-outer:after {
  content: '';
  border: 4px solid #707070;
  width: 50%;
  height: 100%;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 780px) {
  .elementor-widget-hero-3 .hero3-outer {
    margin-left: 16px;
    margin-right: 15px;
  }
}

.elementor-widget-hero-3 .hero3-inner {
  background-color: rgba(255, 255, 255, 0.86);
  padding: 40px 40px  50px 40px;
  position: relative;
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 620px) {
  .elementor-widget-hero-3 .hero3-inner {
    padding: 40px 25px;
  }
}

.elementor-widget-hero-3 .hero-text-1 {
  margin: 0 0 10px 0;
  font-size: 42px;
  font-weight: 300;
  color: #3E3E3E;
  line-height: 1;
}

@media screen and (max-width: 840px) {
  .elementor-widget-hero-3 .hero-text-1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 540px) {
  .elementor-widget-hero-3 .hero-text-1 {
    font-size: 26px;
  }
}

.elementor-widget-hero-3 .hero-orange {
  color: #fb9323;
}

.elementor-widget-hero-3 .hero-text-2 {
  color: #141414;
  font-size: 48px;
  margin: 0;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -1px;
}

@media screen and (max-width: 840px) {
  .elementor-widget-hero-3 .hero-text-2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 540px) {
  .elementor-widget-hero-3 .hero-text-2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 540px) {
  .elementor-widget-hero-3 .txt-rotate {
    display: block;
    text-align: center;
    min-height: 38px;
  }
}

.elementor-widget-hero-3 .hero3-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}

.elementor-widget-hero-3 .hero3-image img {
  display: inline-block;
}

.elementor-widget-hero-3 .hero-cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

@media screen and (max-width: 450px) {
  .elementor-widget-hero-3 .hero-cta {
    display: block;
  }
}

.elementor-widget-hero-3 .hero-cta-btn {
  border: 2px solid #0036C0;
  padding: 15px 35px;
  position: relative;
  overflow: hidden;
  color: #0036C0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.065);
}

.elementor-widget-hero-3 .hero-cta-btn:last-child {
  border-left: none;
}

@media screen and (max-width: 620px) {
  .elementor-widget-hero-3 .hero-cta-btn {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 450px) {
  .elementor-widget-hero-3 .hero-cta-btn {
    display: block;
  }
  .elementor-widget-hero-3 .hero-cta-btn:last-child {
    border-left: 2px solid #0036C0;
    border-top: 0;
  }
}

.elementor-widget-hero-3 .hero-cta-btn span {
  position: relative;
  z-index: 1;
  font-size: 14px;
  display: block;
  line-height: 1.375;
  text-align: left;
  font-weight: 500;
  color: #010101;
}

@media screen and (max-width: 620px) {
  .elementor-widget-hero-3 .hero-cta-btn span {
    font-size: 13px;
  }
}

.elementor-widget-hero-3 .hero-cta-btn span.hero-cta-bigtext {
  font-size: 24px;
  color: #0036C0;
  display: inline-block;
  font-weight: 500;
  padding-right: 35px;
  background: url("../images/right-arrow.svg") no-repeat 100% 50%;
  background-size: 24px auto;
}

@media screen and (max-width: 620px) {
  .elementor-widget-hero-3 .hero-cta-btn span.hero-cta-bigtext {
    font-size: 20px;
  }
}

.elementor-widget-hero-3 .hero-cta-btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0036C0;
  left: 0;
  top: 0;
  transition: all .25s ease-in;
  transform: translateX(-100%);
  z-index: 0;
}

.elementor-widget-hero-3 .hero-cta-btn:hover span {
  color: #ffffff;
}

.elementor-widget-hero-3 .hero-cta-btn:hover span.hero-cta-bigtext {
  background: url("../images/right-arrow-white.svg") no-repeat 100% 50%;
  background-size: 24px auto;
}

.elementor-widget-hero-3 .hero-cta-btn:hover:before {
  transform: translateX(0);
}

@keyframes thisSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes thisSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes thisSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes thisSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-ms-keyframes thisSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.elementor-widget-hero-4 {
  padding: 80px 0;
}

@media screen and (max-width: 780px) {
  .elementor-widget-hero-4 {
    padding: 60px 0;
  }
}

@media screen and (max-width: 520px) {
  .elementor-widget-hero-4 {
    padding: 40px 0;
  }
}

.elementor-widget-hero-4 .hero4-outer {
  position: relative;
  padding: 4px;
  position: relative;
  z-index: 10;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  animation: thisSlideIn ease 1s;
  -webkit-animation: thisSlideIn ease 1s;
  -moz-animation: thisSlideIn ease 1s;
  -o-animation: thisSlideIn ease 1s;
  -ms-animation: thisSlideIn ease 1s;
}

.elementor-widget-hero-4 .hero4-outer:before {
  content: '';
  border: 4px solid #FEA430;
  width: 50%;
  height: 100%;
  border-left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.elementor-widget-hero-4 .hero4-outer:after {
  content: '';
  border: 4px solid #707070;
  width: 50%;
  height: 100%;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 780px) {
  .elementor-widget-hero-4 .hero4-outer {
    margin-left: 16px;
    margin-right: 15px;
  }
}

.elementor-widget-hero-4 .hero4-inner {
  background-color: rgba(255, 255, 255, 0.86);
  padding: 60px 70px 60px 70px;
  position: relative;
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 620px) {
  .elementor-widget-hero-4 .hero4-inner {
    padding: 40px 25px;
  }
}

.elementor-widget-hero-4 .hero-text-1 {
  margin: 0 0 25px 0;
  font-size: 58px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -1.28px;
  color: #444444;
}

@media screen and (max-width: 840px) {
  .elementor-widget-hero-4 .hero-text-1 {
    font-size: 42px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 540px) {
  .elementor-widget-hero-4 .hero-text-1 {
    font-size: 32px;
  }
}

.elementor-widget-hero-4 .hero-text-1 span {
  color: #fb9323;
}

.elementor-widget-hero-4 .hero-text-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #444444;
}

@media screen and (max-width: 540px) {
  .elementor-widget-hero-4 .hero-text-2 {
    font-size: 16x;
  }
}

.elementor-widget-hero-4 .hero-cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

@media screen and (max-width: 450px) {
  .elementor-widget-hero-4 .hero-cta {
    display: block;
  }
}

.elementor-widget-hero-4 .elementor-hero-button {
  display: block;
  padding: 15px 35px;
  text-align: center;
  color: #ffffff;
  background-color: #0036c0;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  z-index: 1;
  transition: all .25s ease-in;
}

.elementor-widget-hero-4 .elementor-hero-button.txtUppercase {
  text-transform: uppercase;
}

.elementor-widget-hero-4 .elementor-hero-button .btn-caption {
  position: relative;
  z-index: 1;
}

.elementor-widget-hero-4 .elementor-hero-button:hover {
  color: #ffffff;
  background-color: #fea430;
}

@keyframes thisSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes thisSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes thisSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes thisSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-ms-keyframes thisSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.loanproductsbox-wrapper {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .loanproductsbox-wrapper {
    display: block;
    margin-top: 10px;
  }
}

.loanproductsbox-item {
  width: calc(25% - 20px);
  position: relative;
  background: #fea430;
  background: linear-gradient(90deg, #fea430 50%, #707070 50%, #707070 50%);
  padding: 2px 0;
  display: flex;
}

@media screen and (max-width: 960px) {
  .loanproductsbox-item {
    width: calc(50% - 10px);
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 480px) {
  .loanproductsbox-item {
    width: 100%;
  }
}

.loanproductsbox-item:before, .loanproductsbox-item:after {
  width: 2px;
  height: 30px;
  position: absolute;
  content: '';
  display: block;
}

.loanproductsbox-item:before {
  left: 0;
  top: 2px;
  background: #FEA430;
}

.loanproductsbox-item:after {
  right: 0;
  top: 2px;
  background-color: #707070;
}

.loanproductsbox-item-outer {
  padding: 20px;
  background-color: #ffffff;
  width: 100%;
}

.loanproductsbox-item-outer:before, .loanproductsbox-item-outer:after {
  width: 2px;
  height: 30px;
  position: absolute;
  content: '';
  display: block;
}

.loanproductsbox-item-outer:before {
  left: 0;
  bottom: 2px;
  background: #FEA430;
}

.loanproductsbox-item-outer:after {
  right: 0;
  bottom: 2px;
  background-color: #707070;
}

.loanproductsbox-heading__text {
  font-size: 32px;
  font-weight: 500;
  margin: 5px 0 10px 0;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #272727;
}

.loanproductsbox-intro {
  font-size: 16px;
  min-height: 63px;
}

@media screen and (max-width: 480px) {
  .loanproductsbox-intro {
    min-height: 0;
  }
}

.loanproductsbox-intro p {
  margin: 0 0 15px 0;
}

.loanproductsbox-content {
  margin-bottom: 15px;
}

.loanproductsbox-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.loanproductsbox-content li {
  margin: 3px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
  font-size: 14px;
}

.loanproductsbox-content li:before {
  content: '';
  width: 13px;
  height: 13px;
  background-size: 13px auto;
  position: absolute;
  top: 5px;
  left: 0;
  background: url("../images/icon-checked.svg") no-repeat 100% 50%;
}

.twocols1 {
  margin: 80px 0;
}

@media screen and (max-width: 768px) {
  .twocols1 {
    margin: 40px 0;
  }
}

.twocols1-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .twocols1-wrapper {
    display: block;
    position: relative;
  }
}

.twocols1.twocols1-image-left .twocols1-wrapper {
  flex-direction: row;
}

.twocols1.twocols1-image-left .twocols1-imagecol {
  background-color: 0 0;
}

@media screen and (min-width: 980px) {
  .twocols1.twocols1-image-left .twocols1-imagecol img {
    transform: translateX(60px);
  }
}

.twocols1.twocols1-image-left .twocols1-contentbox:after {
  left: -12px;
  right: -12px;
}

.twocols1-imagecol {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 80px;
  background: url("../images/art-bg-1.svg") no-repeat 95% 0;
  background-size: auto 100%;
}

@media screen and (min-width: 980px) {
  .twocols1-imagecol img {
    transform: translateX(-60px);
  }
}

@media screen and (max-width: 768px) {
  .twocols1-imagecol {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .twocols1-imagecol img {
    width: 75%;
    height: auto;
  }
}

.twocols1-contentcol {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .twocols1-contentcol {
    width: 88%;
    margin: 0 auto;
    margin-top: -70px;
  }
}

.twocols1-contentbox {
  position: relative;
  z-index: 2;
}

.twocols1-contentbox:after {
  content: '';
  display: block;
  width: 180px;
  height: 180px;
  background-color: #fea430;
  position: absolute;
  bottom: -12px;
  right: -12px;
  z-index: 1;
}

.twocols1-contentbox-wrapper {
  padding: 58px 50px;
  position: relative;
  background-color: #ffffff;
  z-index: 2;
  box-shadow: 14px 20px 50px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1100px) {
  .twocols1-contentbox-wrapper {
    padding: 48px 35px;
  }
}

@media screen and (max-width: 580px) {
  .twocols1-contentbox-wrapper {
    padding: 35px 26px;
  }
}

.twocols1-content-heading {
  font-size: 44px;
  font-weight: 500;
  margin: 0 0 20px 0;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #272727;
}

@media screen and (max-width: 1100px) {
  .twocols1-content-heading {
    font-size: 38px;
  }
}

@media screen and (max-width: 800px) {
  .twocols1-content-heading {
    font-size: 32px;
  }
}

@media screen and (max-width: 580px) {
  .twocols1-content-heading {
    font-size: 28px;
  }
}

.twocols1-content-paragraph {
  font-size: 16px;
  margin-bottom: 25px;
}

@media screen and (min-width: 1100px) {
  .twocols1-content-paragraph {
    font-size: 20px;
  }
}

@media screen and (max-width: 580px) {
  .twocols1-content-paragraph {
    font-size: 16px;
  }
}

.twocols1-content-paragraph p {
  margin-top: 0;
}

.twocols1-content-paragraph ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.twocols1-content-paragraph li {
  margin: 8px 0;
  padding: 0 0 0 35px;
  list-style: none;
  position: relative;
}

.twocols1-content-paragraph li:before {
  content: '';
  width: 22px;
  height: 22px;
  background-size: 19px auto;
  position: absolute;
  top: 3px;
  left: 0;
  background: url("../images/checked-box.svg") no-repeat 100% 50%;
}

@media screen and (min-width: 1024px) {
  .twocols1-content-cta {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .twocols1-content-cta {
    display: flex;
  }
}

@media screen and (max-width: 580px) {
  .twocols1-content-cta {
    display: block;
  }
}

.twocols1-content-cta .thisboxBtn {
  margin-top: 10px;
  margin-right: 15px;
}

.twocols1-content-cta .thisboxBtn:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .twocols1-content-cta .thisboxBtn {
    pading-left: 25px;
    padding-right: 25px;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .twocols1-content-cta .thisboxBtn {
    margin-top: 0;
  }
}

@media screen and (max-width: 580px) {
  .twocols1-content-cta .thisboxBtn {
    margin-top: 10px;
  }
}

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