@font-face {
  font-family: "Inter-Regular";
  src: url("../../fonts/inter-fonts/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Light";
  src: url("../../fonts/inter-fonts/Inter-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-ExtraLight";
  src: url("../../fonts/inter-fonts/Inter-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../../fonts/inter-fonts/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../../fonts/inter-fonts/Inter-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../../fonts/inter-fonts/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-ExtraBold";
  src: url("../../fonts/inter-fonts/Inter-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Black";
  src: url("../../fonts/inter-fonts/Inter-Black.ttf") format("truetype");
}
:root {
  --primary-regular-font: "Inter-Regular", sans-serif;
  --primary-light-font: "Inter-Light", sans-serif;
  --primary-extra-light-font: "Inter-ExtraLight", sans-serif;
  --primary-medium-font: "Inter-Medium", sans-serif;
  --primary-semi-bold-font: "Inter-SemiBold", sans-serif;
  --primary-bold-font: "Inter-Bold", sans-serif;
  --primary-extra-bold-font: "Inter-ExtraBold", sans-serif;
  --primary-black-font: "Inter-Black", sans-serif;
}

:root {
  --primary-color: #f9d227;
  --primary-color-hover: #e0b90e;
  --primary-color-2: #062c3d;
  --social-links: #3b5998;
  --shadow1: rgba(221, 221, 221, 0.8666666666666667);
  --black: #000000;
  --blue: #0000EE;
  --white: #ffffff;
  --light-grey: #f3f3f3;
  --grey: #eaeaea;
  --grey2: #e5e5e5;
  --grey4: #636363;
  --grey5: #7e7e7e;
  --grey6: #606060;
  --grey7: #fbfbfb;
  --grey8: #dfdfdf;
  --light-blue: #92dce0;
  --orange: #ff0000;
  --orange2: #f15c3a;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  box-sizing: border-box;
  font-family: var(--primary-regular-font);
}

h1 {
  font-size: 48px;
  margin-bottom: 12px;
  font-family: var(--primary-black-font);
}

h2,
h3 {
  font-family: var(--primary-black-font);
}

h3 {
  font-size: 37.44px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  line-height: 1.25;
}

a.link {
  transition: all 0.5s ease-in-out;
}
a.link:hover {
  color: var(--primary-color) !important;
}

.contentArea {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.contentArea .content {
  padding-top: 100px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contentArea .content {
    padding-top: 50px;
  }
}
.contentArea .section-title .title {
  margin: 0px 0 30px;
}
.contentArea .section-title.generalSectionTitle .title {
  text-align: center;
  font-size: 48px;
  text-transform: uppercase;
  color: var(--black);
}

.bigSectionTitle {
  font-size: 48px !important;
}
@media screen and (max-width: 767px) {
  .bigSectionTitle {
    font-size: 32px !important;
  }
}

.commonInnerPagePara {
  font-size: 16px;
  line-height: 1.25;
  color: var(--black);
  margin-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .commonInnerPagePara {
    font-size: 14px;
  }
}
.commonInnerPagePara .link {
  text-decoration: none;
  color: var(--black);
}
.commonInnerPagePara .link:hover, .commonInnerPagePara .link:active, .commonInnerPagePara .link:focus {
  color: var(--primary-color);
}

.yellow-btn .action-btn {
  cursor: pointer;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  min-width: 175px;
  display: inline-block;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  position: relative;
  z-index: 1;
  box-shadow: none;
  color: var(--black);
  font-family: var(--primary-medium-font);
  letter-spacing: 1px;
  background: var(--primary-color);
  background-image: url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/button-arrow.webp");
  background-repeat: no-repeat;
  padding: 18px 30px 18px 13px;
  border-radius: 0.25rem;
  background-position: 93%;
  text-align: center;
  font-weight: 700;
  margin: 20px 0 0;
  letter-spacing: 0;
  border: 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .yellow-btn .action-btn {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
    margin: 0 auto !important;
    padding: 0 !important;
  }
}
@media (max-width: 1199px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: unset;
    padding: 0 15px !important;
  }
}

.primaryBgWithOpacity {
  background: rgba(19, 41, 47, 0.95) none repeat scroll 0 0;
}

.primaryBgWithOpacity2 {
  background: rgba(17, 41, 47, 0.8) none repeat scroll 0 0;
}

.light-greyBg {
  background-color: var(--light-grey);
}

.greyBg {
  background-color: var(--grey);
}

.lightGreyBg {
  background-color: var(--grey7);
}

.blackBg {
  background-color: var(--black);
}

.generalTestimonialWithArrow .slider-items {
  position: relative;
}
.generalTestimonialWithArrow .slider-items .slick-arrow {
  position: absolute;
  z-index: 1030;
  top: 50%;
  transform: translate(0, -50%);
}
.generalTestimonialWithArrow .slider-items .slick-arrow.slick-prev, .generalTestimonialWithArrow .slider-items .slick-arrow.slick-next {
  background-color: var(--black);
  box-shadow: none;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.generalTestimonialWithArrow .slider-items .slick-arrow.slick-prev img, .generalTestimonialWithArrow .slider-items .slick-arrow.slick-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.generalTestimonialWithArrow .slider-items .slick-arrow.slick-prev {
  left: 0;
}
.generalTestimonialWithArrow .slider-items .slick-arrow.slick-next {
  right: 0;
}
.generalTestimonialWithArrow .slider-items .item .testimonial-item blockquote {
  padding: 0 20px !important;
  width: 100% !important;
  max-width: unset !important;
}
@media screen and (min-width: 768px) {
  .generalTestimonialWithArrow .slider-items .item .testimonial-item blockquote {
    max-width: 1040px !important;
    padding: 0 104px !important;
    position: relative;
  }
}
.generalTestimonialWithArrow .slider-items .item .testimonial-item blockquote::before, .generalTestimonialWithArrow .slider-items .item .testimonial-item blockquote:after {
  width: 62px;
  height: 47px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .generalTestimonialWithArrow .slider-items .item .testimonial-item blockquote::before, .generalTestimonialWithArrow .slider-items .item .testimonial-item blockquote:after {
    display: none;
  }
}
.generalTestimonialWithArrow .slider-items .item .testimonial-item blockquote::before {
  content: url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/business-solutions/testimonialsQuote-1.webp");
  left: 0;
}
.generalTestimonialWithArrow .slider-items .item .testimonial-item blockquote::after {
  content: url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/business-solutions/testimonialsQuote-2.webp");
  right: 0;
}
@media screen and (max-width: 767px) {
  .mobPadLR0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.herobannerSection {
  background-image: url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/homepage/Sky-Bridge-Business-Funding-Background-Hero-Image.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 708px;
  width: 100%;
  position: relative;
}
.herobannerSection .contentArea {
     padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .herobannerSection .contentArea {
    text-align: center;
  }
}
.herobannerSection .content {
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .herobannerSection .content .main-section-title {
    font-size: 32px;
  }
}
.herobannerSection .down-arrow {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  text-align: center;
  background: #e8e8e8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  border: 2px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.herobannerSection .down-arrow figure {
  margin: 0;
  padding: 0;
}
.herobannerSection .down-arrow figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.skyBridgeForm {
  max-width: 320px;
  width: 100%;
  float: right;
  padding: 15px 15px;
}
@media screen and (max-width: 767px) {
  .skyBridgeForm {
    margin: 0 auto;
    float: unset;
  }
}
.skyBridgeForm .form-title {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  max-width: 268px;
  margin: 0 auto 0;
  font-family: var(--primary-extra-bold-font);
}
.skyBridgeForm form {
  padding: 10px 5px;
  text-align: center;
  color: var(--white);
}
.skyBridgeForm form label {
  display: none;
}
.skyBridgeForm form .skyBridgeInput {
  height: 40px;
  width: 100%;
  border-radius: 2px;
  padding: 11px 30px;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: var(--primary-regular-font);
}
.skyBridgeForm form .skyBridgeInput::-moz-placeholder {
  color: var(--grey4);
   font-size: 13.95px;
}
.skyBridgeForm form .skyBridgeInput::placeholder, .skyBridgeForm form .skyBridgeInput:placeholder-shown {
  color: var(--grey4);
  font-size: 13.95px;
}
.skyBridgeForm form select option:first-child {
  color: var(--grey4);
}
.skyBridgeForm form #first_name,
.skyBridgeForm form #last_name {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/fname.webp") no-repeat scroll 7px 13px;
}
.skyBridgeForm form #email {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/email.webp") no-repeat scroll 2px 12px;
}
.skyBridgeForm form #company {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/company.webp") no-repeat scroll 7px 13px;
}
.skyBridgeForm form #phone {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/phone-number.webp") no-repeat scroll 7px 13px;
}
.skyBridgeForm form #mobile {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/mobile.png") no-repeat scroll 5px 13px;
  background-size: 15px 16px;
}
.skyBridgeForm form #industry {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/industry.webp") no-repeat scroll 7px 13px;
}
.skyBridgeForm form .webFormMonthlyRev {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/deposit.webp") no-repeat scroll 7px 13px;
}
.skyBridgeForm form #lead_source {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/leadSource.png") no-repeat scroll 5px 13px;
  background-size: 15px 16px;
}
.skyBridgeForm form .dataSource {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/dataSource.png") no-repeat scroll 5px 13px;
  background-size: 18px 18px;
}
.skyBridgeForm form .assistSource {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/assistSource.png") no-repeat scroll 5px 13px;
  background-size: 18px 18px;
}
.skyBridgeForm form #first_name2,
.skyBridgeForm form #last_name2 {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/fname.webp") no-repeat scroll 7px 13px;
}
.skyBridgeForm form #email2 {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/email.webp") no-repeat scroll 5px 15px;
      /*background: #FFF url(https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/email.webp) no-repeat scroll 5px 15px;*/
    /* font-size: 40px; */
    background-size: 16px;

}
.skyBridgeForm form #company2 {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/company.webp") no-repeat scroll 7px 13px;
}
.skyBridgeForm form #phone2 {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/phone-number.webp") no-repeat scroll 7px 13px;
}
.skyBridgeForm form #mobile2 {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/mobile.png") no-repeat scroll 5px 13px;
  background-size: 15px 16px;
}
.skyBridgeForm form #industry2 {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/industry.webp") no-repeat scroll 7px 13px;
}
.skyBridgeForm form .webFormMonthlyRev2 {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/deposit.webp") no-repeat scroll 7px 13px;
  padding-right: 0px !important;
}
.skyBridgeForm form .webFormMonthlyRev:-moz-placeholder-shown {
  color: var(--grey4);
  font-size: 13.95px;
}
.skyBridgeForm form .webFormMonthlyRev:placeholder-shown {
  color: var(--grey4);
  font-size: 13.95px;
}
.skyBridgeForm form #lead_source2 {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/leadSource.png") no-repeat scroll 5px 13px;
  background-size: 15px 16px;
}
.skyBridgeForm form .dataSource2 {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/dataSource.png") no-repeat scroll 5px 13px;
  background-size: 18px 18px;
}
.skyBridgeForm form .assistSource2 {
  background: #fff url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/form/assistSource.png") no-repeat scroll 5px 13px;
  background-size: 18px 18px;
}
.skyBridgeForm form .action-btn {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  background-repeat: no-repeat;
  background-position: 70%;
  font-size: 15px;
  border-radius: 2px;
}
.skyBridgeForm form .hs-error-msgs {
  position: relative;
  min-height: 19px;
  margin-bottom: 5px;
  display: none;
}
.skyBridgeForm form .hs-error-msgs li {
  list-style: none;
  line-height: 10px;
  text-align: left;
}
.skyBridgeForm form .hs-error-msgs li .error-msg {
  font-weight: 700;
  color: red !important;
  font-size: 11px;
  font-family: var(--primary-bold-font);
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.skyBridgeForm .divider {
  padding: 0 15px;
  text-align: center;
}
.skyBridgeForm .divider .divider-text {
  color: #cacccd;
  font-size: 16px;
  line-height: 31px;
  display: block;
  position: relative;
}
.skyBridgeForm .divider .divider-text::before, .skyBridgeForm .divider .divider-text::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 45%;
  background-color: #293e45;
  top: 50%;
  transform: translateY(-50%);
  z-index: 800;
}
.skyBridgeForm .divider .divider-text::before {
  left: 0;
}
.skyBridgeForm .divider .divider-text::after {
  right: 0;
}
.skyBridgeForm .form-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.skyBridgeForm .form-footer .contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 31px;
  font-size: 14px;
}
.skyBridgeForm .form-footer .contact figure {
  width: 25px;
  height: 25px;
}
.skyBridgeForm .form-footer .contact figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.skyBridgeForm .form-footer .contact .text {
  color: #9cabae;
  text-transform: capitalize;
}
.skyBridgeForm .form-footer .contact .number {
  margin-left: 5px;
  text-decoration: none;
  color: var(--white);
  font-family: var(--primary-extra-bold-font);
}
.skyBridgeForm .form-footer .terms {
  margin-top: 15px;
  font-size: 10px;
  margin-bottom: 0;
  color: #cacccd;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.blackBgForm form {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .blackBgForm form {
    width: 100%;
  }
}
.blackBgForm form .fieldRow {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .blackBgForm form .fieldRow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.blackBgForm form .fieldRow .fieldRowContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .blackBgForm form .fieldRow .fieldRowContainer {
    width: 100%;
  }
}
.blackBgForm form .fieldRow .skyBridgeInput {
  width: 100%;
}
.blackBgForm form .action-btn {
  width: 38%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .blackBgForm form .action-btn {
    width: 100%;
  }
}

.section2 .contentArea {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.section2 .contentArea .section-title .title {
  text-align: center;
  font-size: 48px;
  text-transform: uppercase;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .section2 .contentArea .section-title .title {
    font-size: 32px;
  }
}
.section2 .contentArea .solutions-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 2%;
  flex-wrap: wrap;
}
.section2 .contentArea .solutions-container .type {
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section2 .contentArea .solutions-container .type {
    width: 100%;
  }
  .section2 .contentArea .solutions-container .type:not(:last-of-type) {
    margin-bottom: 31px;
  }
}
.section2 .contentArea .solutions-container .type figure {
  height: 34px;
  overflow: hidden;
}
.section2 .contentArea .solutions-container .type figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section2 .contentArea .solutions-container .type .title {
  text-align: center;
  margin-top: 20px;
   margin-bottom: 5px;
  display: block;
  color: #11292f;
  font-size: 16px;
  font-weight: 700;
}
.section2 .contentArea .solutions-container .type .features {
  text-align: center;
}
.section2 .contentArea .solutions-container .type .features .feature-item {
  list-style: none;
}
.section2 .contentArea .solutions-container .type .features .feature-item .featureName {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 31px;
}
@media screen and (max-width: 767px) {
  .section2 .contentArea .action-btn-container {
    margin: 20px 0 !important;
  }
  .section2 .contentArea .action-btn-container .action-btn {
    margin: 0 auto;
  }
}

.section3 .contentArea {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.section3 .metric-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}
.section3 .metric-container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  flex: 1;
  padding: 80px 10px 54px;
  text-align: center;
  flex-basis: calc(20% - 5px);
  border: 1px solid var(--shadow1);
}
@media (max-width: 1024px) {
  .section3 .metric-container .item {
    justify-content: center;
    flex: unset;
    min-height: 345px;
    flex-basis: calc(33.3% - 5px) !important;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .section3 .metric-container .item {
    flex-basis: 100% !important;
    height: auto;
  }
}
.section3 .metric-container .item figure {
  margin-bottom: 26px;
}
.section3 .metric-container .item .subtitle {
  font-size: 15px;
  font-weight: 200;
  font-family: var(--primary-extra-light-font);
  letter-spacing: 0.7px;
}

.section4 .contentArea {
  text-align: center;
  padding-top: 78px;
  padding-bottom: 82px;
}
.section4 .contentArea .section-title .title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 38px;
}
.section4 .contentArea .how-it-works-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 29.462px;
}
@media screen and (min-width: 768px) {
  .section4 .contentArea .how-it-works-container {
    flex-wrap: nowrap;
  }
}
.section4 .contentArea .how-it-works-container .item {
  width: 31.623931624%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .section4 .contentArea .how-it-works-container .item {
    width: 100%;
  }
}
.section4 .contentArea .how-it-works-container .item .imageContainer .imageItem {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border: 3px dotted #dfdfdf;
  text-align: center;
  border-radius: 50%;
  position: relative;
  width: 170px;
  height: 170px;
  background: var(--white);
  position: relative;
  z-index: 2;
}
.section4 .contentArea .how-it-works-container .item .imageContainer .imageItem::after {
  background: #f9d227;
  color: var(--black);
  position: absolute;
  border-radius: 50%;
  padding: 9px 15px;
  right: -23px;
  top: 50px;
  font-size: 15px;
  font-weight: bold;
  width: 49px;
  height: 49px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.section4 .contentArea .how-it-works-container .item .imageContainer .curve1,
.section4 .contentArea .how-it-works-container .item .imageContainer .curve2 {
  position: absolute;
  left: 256px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .section4 .contentArea .how-it-works-container .item .imageContainer .curve1,
  .section4 .contentArea .how-it-works-container .item .imageContainer .curve2 {
    left: 100%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .section4 .contentArea .how-it-works-container .item .imageContainer .curve1,
  .section4 .contentArea .how-it-works-container .item .imageContainer .curve2 {
    display: none;
  }
}
.section4 .contentArea .how-it-works-container .item .imageContainer .curve1 {
  top: 41px;
}
@media screen and (max-width: 1199px) {
  .section4 .contentArea .how-it-works-container .item .imageContainer .curve1 {
    top: 58px;
  }
}
.section4 .contentArea .how-it-works-container .item .imageContainer .curve2 {
  top: 62px;
}
@media screen and (max-width: 1199px) {
  .section4 .contentArea .how-it-works-container .item .imageContainer .curve2 {
    top: 58px;
  }
}
.section4 .contentArea .how-it-works-container .item .title {
  font-size: 19px;
  font-weight: bold;
  margin: 31px 0 7px;
  text-transform: uppercase;
}
.section4 .contentArea .how-it-works-container .item .description {
  font-size: 15px;
  color: var(--black);
  max-width: 300px;
  text-align: center;
  display: inline-block;
  line-height: 26px;
}
.section4 .contentArea .how-it-works-container .item:nth-of-type(1) .imageItem::after {
  content: "01";
}
.section4 .contentArea .how-it-works-container .item:nth-of-type(2) .imageItem::after {
  content: "02";
}
.section4 .contentArea .how-it-works-container .item:nth-of-type(3) .imageItem::after {
  content: "03";
}

.section5 .contentArea .section-title .title {
  text-align: center;
  font-size: 48px;
  text-transform: capitalize;
  color: var(--black);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section5 .contentArea .section-title .title {
    font-size: 32px;
    margin-bottom: 54px;
  }
}
.section5 .contentArea .item {
  width: 1030px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section5 .contentArea .testimonials .testimonial-item,
  .section5 .contentArea .testimonials2 .testimonial-item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section5 .contentArea .testimonials .testimonial-item blockquote,
.section5 .contentArea .testimonials2 .testimonial-item blockquote {
  font-size: 18px;
  font-style: italic;
  color: var(--grey4);
  max-width: 855px;
  text-align: left;
  padding: 0 104px;
  font-weight: 400;
  margin: 0 auto;
  float: none;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .section5 .contentArea .testimonials .testimonial-item blockquote,
  .section5 .contentArea .testimonials2 .testimonial-item blockquote {
    padding: 0 20px;
    width: 100%;
    max-width: unset;
  }
}
.section5 .contentArea .testimonials .testimonial-item .personDetails,
.section5 .contentArea .testimonials2 .testimonial-item .personDetails {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2%;
  padding-top: 21px;
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.section5 .contentArea .testimonials .testimonial-item .personDetails figure,
.section5 .contentArea .testimonials2 .testimonial-item .personDetails figure {
  margin-bottom: 0;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  overflow: hidden;
}
.section5 .contentArea .testimonials .testimonial-item .personDetails figure img,
.section5 .contentArea .testimonials2 .testimonial-item .personDetails figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section5 .contentArea .testimonials .testimonial-item .personDetails .details .name,
.section5 .contentArea .testimonials2 .testimonial-item .personDetails .details .name {
  font-size: 17px;
  font-weight: 700;
  color: var(--light-blue);
  margin-bottom: 0;
}
.section5 .contentArea .testimonials .testimonial-item .personDetails .details .location,
.section5 .contentArea .testimonials2 .testimonial-item .personDetails .details .location {
  margin-bottom: 0;
  font-size: 15px;
  color: var(--grey5);
  margin-top: 5px;
}

.section6 .contentArea .sliderWrapper .slider-items {
  position: relative;
}
.section6 .contentArea .sliderWrapper .slider-items .slick-arrow {
  position: absolute;
  z-index: 1030;
  top: 50%;
  transform: translate(0, -50%);
}
.section6 .contentArea .sliderWrapper .slider-items .slick-arrow.slick-prev, .section6 .contentArea .sliderWrapper .slider-items .slick-arrow.slick-next {
  background-color: transparent;
  box-shadow: none;
  border: none;
  content: "";
}
.section6 .contentArea .sliderWrapper .slider-items .slick-arrow.slick-prev {
  left: 0;
}
.section6 .contentArea .sliderWrapper .slider-items .slick-arrow.slick-next {
  right: 0;
}
.section6 .contentArea .sliderWrapper .slider-items .item {
  overflow: hidden;
}
.section6 .contentArea .sliderWrapper .slider-items .item .backImg {
  position: relative;
  margin: 0 1px;
  max-width: 475.7px;
  width: 100%;
  overflow: hidden;
}
.section6 .contentArea .sliderWrapper .slider-items .item .backImg figure {
  margin: 0 auto;
}
.section6 .contentArea .sliderWrapper .slider-items .item .backImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-style: preserve-3d;
}
.section6 .contentArea .sliderWrapper .slider-items .item .main-content {
  width: 100%;
  bottom: 9%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  text-align: center;
}
.section6 .contentArea .sliderWrapper .slider-items .item .main-content figure {
  width: 45px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.section6 .contentArea .sliderWrapper .slider-items .item .main-content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section6 .contentArea .sliderWrapper .slider-items .item .main-content .title {
  font-size: 23px;
  font-weight: bold;
  margin: 15px auto 5px;
  text-decoration: none;
  color: var(--white);
}
.section6 .contentArea .sliderWrapper .slider-items .item .main-content .description,
.section6 .contentArea .sliderWrapper .slider-items .item .main-content .metrics {
  font-size: 15px;
  border-bottom: 1px solid var(--white);
  padding-bottom: 15px;
  margin: 0 auto !important;
  max-width: 320px;
  text-decoration: none;
  color: var(--white);
}
.section6 .contentArea .sliderWrapper .slider-items .item .main-content .metrics {
  border-bottom: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.section6 .contentArea .sliderWrapper .slider-items .item .main-content .metrics svg {
  width: 15px;
  height: 15px;
  fill: var(--white);
}

.section7 .contentArea {
  text-align: center;
}
.section7 .contentArea .section-title .title {
  font-size: 48px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0;
}
.section7 .contentArea .description p {
  font-size: 18px;
  line-height: normal;
  margin: 31px 0;
  color: var(--white);
}
.section7 .contentArea .description .special-info p {
  line-height: 32px;
  margin: 0 auto;
}
.section7 .contentArea .description .special-info p svg {
  fill: var(--white);
}
.section7 .contentArea .description .special-info p span {
  color: var(--primary-color);
  font-weight: bold;
}

.pageTitleSection {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pageTitleSection {
    min-height: unset;
    background-position: 45% center;
  }
}
@media screen and (max-width: 767px) {
  .pageTitleSection {
    background-position: 85% center;
  }
}
.pageTitleSection .content {
  padding-top: 75px !important;
}
@media screen and (max-width: 767px) {
  .pageTitleSection .content {
    text-align: center;
  }
}
.pageTitleSection .content .main-section-title {
  margin-bottom: 0;
  text-transform: uppercase;
   margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .pageTitleSection .content .main-section-title {
    font-size: 32px;
  }
}

#myModal.modalOverLay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#myModal.modalOverLay .modalContainer {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1005;
}
#myModal.modalOverLay .modalContainer .modal-dialog {
  width: 100%;
  position: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
}
#myModal.modalOverLay .modalContainer .modal-dialog .modal-content {
  max-width: 400px;
  width: 100%;
  position: relative;
  margin: auto;
  border-radius: 0;
  border: none;
}
#myModal.modalOverLay .modalContainer .modal-dialog .modal-content .closeBtn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0;
  font-style: normal;
  font-size: 20px;
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  color: var(--white);
  font-family: Arial, Baskerville, monospace;
}
#myModal.modalOverLay .modalContainer .modal-dialog .modal-content .skyBridgeForm {
  width: 100%;
  float: right;
  padding: 30px 35px;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  #myModal.modalOverLay .modalContainer .modal-dialog .modal-content .skyBridgeForm {
    margin: 0 auto;
    float: unset;
  }
}
#myModal.modalOverLay .modalContainer .modal-dialog .modal-content .skyBridgeForm .form-title {
  font-size: 21px;
  line-height: 1.3;
  color: var(--white);
  margin: 0 auto 10px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 0;
  font-family: var(--primary-extra-bold-font);
   width: 100%;
  max-width: unset;
}
#myModal.modalOverLay .modalContainer .modal-dialog .modal-content .skyBridgeForm form {
   padding: 10px 5px;
  text-align: center;
  color: var(--white);
}/*# sourceMappingURL=styles.css.map */