@charset "UTF-8";
a {
  font: 700 16px/18px "Satoshi-Bold", Arial;
  color: #1D1D3A;
  letter-spacing: -0.03em;
  color: #4272FF;
  text-decoration: none;
}

.text-light {
  color: #C4C4D6 !important;
}

.accent-light {
  color: #F2B024;
}

.btn-primary {
  padding: 0 30px;
  line-height: 60px;
  border-radius: 60px;
}

.btn-lg {
  font-size: 1.25rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.accordion-button {
  padding: 0.2rem 1.25rem;
}

.accordion-button:not(.collapsed) {
  color: #191980;
  background-color: #F1F4FF;
}

@font-face {
  font-family: "Satoshi-Black";
  src: url(../fonts/Satoshi-Black.woff) format("woff");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url(../fonts/Satoshi-Bold.woff) format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url(../fonts/Satoshi-Medium.woff) format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url(../fonts/Satoshi-Regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url(../fonts/Satoshi-Light.woff) format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
* {
  transition: all 0.3s ease;
}

body {
  font-family: "Satoshi-Medium", Arial, Helvetica, sans-serif;
}

section {
  padding: 100px 0;
}

h1 {
  font: 900 52px/56px "Satoshi-Black", Arial;
  color: #1D1D3A;
  letter-spacing: -0.03em;
}

h2,
.h2 {
  font: 900 46px/52px "Satoshi-Black", Arial;
  color: #1D1D3A;
  letter-spacing: -0.03em;
}

h3 {
  font: 700 24px/32px "Satoshi-Bold", Arial;
  color: #1D1D3A;
  letter-spacing: -0.03em;
}

nav a {
  font: 700 16px/22px "Satoshi-Bold", Arial;
  color: #1D1D3A;
  letter-spacing: -0.03em;
  color: rgb(255, 255, 255) !important;
}
nav .dropdown-item {
  color: #131327 !important;
}
nav .special {
  background-color: #fff;
  border-radius: 40px;
  color: #325edb !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.fixed-top.bg-white {
  padding-bottom: 13px;
  padding-top: 13px !important;
  box-shadow: 0 6px 13px rgba(38, 78, 118, 0.1);
}
.fixed-top.bg-white img {
  height: 40px;
  width: auto;
}
.fixed-top.bg-white nav a {
  color: #325edb !important;
}
.fixed-top.bg-white .special {
  background-color: #325edb !important;
  color: #fff !important;
}

.innerPageHeader nav a {
  color: #325edb !important;
}
.innerPageHeader a[href="#onboarding"] {
  display: none;
}

.banner {
  padding-top: 70px;
  padding-right: 70px;
}
.banner .lead {
  color: #6D799D;
  font-size: 24px;
  letter-spacing: -1px;
}
.banner .cards {
  background-color: #F1F4FF;
  padding: 30px;
  border-radius: 16px;
  margin-right: 10px;
}
.banner strong {
  font: 700 20px/24px "Satoshi-Bold", Arial;
  color: #1D1D3A;
  letter-spacing: -0.03em;
  color: #808aad;
}
.banner h3 {
  font: 700 55px/60px "Satoshi-Bold", Arial;
  color: #1D1D3A;
  letter-spacing: -0.03em;
  color: #4d4d7e;
}
.banner .apps {
  margin-top: 20px;
}
.banner img {
  width: 210px;
  display: inline-block;
}

.animatedgif {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.animatedgif img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-57%);
}

.feature {
  background: linear-gradient(180deg, rgba(242, 244, 251, 0) 0%, #f2f4fb 30%);
}
.feature aside {
  background: linear-gradient(180deg, #fff 10%, #f5f7ff 100%);
  height: 140px;
  flex: 0 0 140px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
}
.feature article {
  padding-right: 100px;
}
.feature article h3 {
  color: #1D1D3A;
}
.feature article p {
  font-size: 18px;
  color: #64647D;
}

.animatednumbs {
  background-color: #1D1D3A;
}
.animatednumbs h2 {
  font-size: 31px;
  margin-bottom: 0;
  margin-top: 10px;
  font-family: "Satoshi-Bold";
}
.animatednumbs h3 {
  font-size: 20px;
  font-weight: normal;
  font-family: "Satoshi-Regular";
}

.offers {
  background-color: #1D1D3A;
  background-image: url(../images/lock.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
}
.offers p {
  color: #64647D;
}

.selectionBox {
  background-color: #1D1D3A;
  border-radius: 50px 50px 0 0;
  margin-top: -145px;
  padding-top: 180px;
  counter-reset: heading;
}
.selectionBox aside {
  border: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.selectionBox aside:before {
  font-size: 150px;
  content: counter(heading, decimal-leading-zero);
  counter-increment: heading;
  color: rgba(128, 138, 173, 0.2);
  display: block;
  font-family: "Satoshi-Bold";
  position: absolute;
  left: -18px;
  top: -14px;
  line-height: 126px;
}
.selectionBox aside h3 {
  color: #191980;
  font-size: 31px;
  position: relative;
  margin-top: 15px;
}
.selectionBox aside img {
  position: relative;
}

.testimonials {
  background-color: #191980;
}
.testimonials h4 {
  font-size: 26px;
  font-family: "Satoshi-Bold";
  font-weight: 400;
  margin-bottom: 30px;
}
.testimonials p {
  font-size: 16px;
  font-family: "Satoshi-Regular";
  font-weight: 400;
}
.testimonials h3 {
  font-size: 31px;
  font-family: "Satoshi-Light";
  font-weight: 400;
  color: #fff;
}
.testimonials .d-flex .imgbox {
  padding-right: 20px;
}
.testimonials .d-flex .imgbox div {
  font-family: "Satoshi-Bold";
  font-size: 31px;
  margin-top: 25px;
}
.testimonials .d-flex .content {
  padding: 30px 125px;
  position: relative;
}
.testimonials .d-flex .content:before, .testimonials .d-flex .content:after {
  content: " “ ";
  font-family: "Satoshi-Regular";
  font-weight: 400;
  font-size: 300px;
  position: absolute;
  line-height: 330px;
}
.testimonials .d-flex .content:before {
  left: 0;
  top: -25px;
}
.testimonials .d-flex .content:after {
  display: none;
  right: 0;
  bottom: 80px;
  transform: rotate(-180deg);
}

.silvershade {
  font-family: "Satoshi-Black";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 90px;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #ffffff 23.46%, #77779e 85.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.yellowshade {
  font-family: "Satoshi-Black";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 90px;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #ffd25e 54.94%, #db7612 87.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.purpleshade {
  font-family: "Satoshi-Black";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 90px;
  letter-spacing: -0.04em;
  background: linear-gradient(90deg, #4272ff 0%, #f1b023 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.whatsapp {
  position: fixed;
  right: 15px;
  bottom: 20px;
}
.whatsapp img {
  height: 50px;
  width: 50px;
}

.slick-track {
  transition: none;
}

.slick-dots {
  display: none !important;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.homeslider {
  padding-bottom: 40px;
}
.homeslider img {
  max-width: 986px;
}
.homeslider .slick-slide {
  margin: 0 40px;
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
  display: block !important;
  height: 50px;
  width: 50px;
  z-index: 1;
}
.testi-slider .slick-prev::before,
.testi-slider .slick-next::before {
  background-image: url(../images/slider-arrow.svg);
  background-size: 100%;
  content: "";
  height: 100%;
  width: 100%;
  display: block;
}
.testi-slider .slick-prev {
  left: 0;
}
.testi-slider .slick-next {
  right: 0;
}
.testi-slider .slick-next::before {
  transform: rotate(180deg);
}

.payment {
  padding-top: 5px;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}
.payment img {
  width: 125px;
  height: 40px;
  margin: 15px 0;
}

.getstarted {
  background-color: #F1F4FF;
}
.getstarted .col-md-3 {
  display: flex;
  align-items: baseline;
}
.getstarted .col-md-3:first-child::before {
  border-color: transparent;
}
.getstarted .col-md-3:last-child::after {
  border-color: transparent;
}
.getstarted .col-md-3:after, .getstarted .col-md-3:before {
  display: block;
  content: "";
  border-top: 8px dotted #dce0ee;
  height: 8px;
  width: 100%;
  margin: 0 5px;
}
.getstarted .col-md-3.active strong {
  color: #88ba1f;
}
.getstarted aside {
  display: inline-block;
  text-align: center;
}
.getstarted strong {
  font: 700 16px/20px "Satoshi-Bold", Arial;
  color: #1D1D3A;
  letter-spacing: -0.03em;
  display: block;
  width: 107px;
  color: #6a6a8e;
  line-height: 20px;
  padding-top: 10px;
}

.cardwrapper {
  background-color: #F2F4FB;
}
.cardwrapper .card {
  border: 0;
  background-color: #fff;
  border-radius: 10px;
}
.cardwrapper .card .card-title {
  font: 900 20px/25px "Satoshi-Black", Arial;
  color: #1D1D3A;
  letter-spacing: -0.03em;
}
.cardwrapper .card .card-text {
  font: 500 16px/23px "Satoshi-Medium", Arial;
  color: #1D1D3A;
  letter-spacing: -0.03em;
  color: #64647D;
}
.cardwrapper .card .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: auto;
  width: 100%;
}

.limitedtext {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

footer {
  font: 500 15px/20px "Satoshi-Medium", Arial;
  color: #1D1D3A;
  letter-spacing: -0.03em;
  border-radius: 10px 10px 0 0;
  background-color: #131327;
  padding: 60px 0;
}
footer h5,
footer strong {
  font: 700 16px/20px "Satoshi-Bold", Arial;
  color: #1D1D3A;
  letter-spacing: -0.03em;
  color: #64647D;
}
footer ol a {
  font: 500 16px/23px "Satoshi-Medium", Arial;
  color: #1D1D3A;
  letter-spacing: -0.03em;
  color: #F1F4FF;
}
footer ol a:hover {
  color: #64647D;
}
footer ul li {
  display: inline-block;
  margin-right: 5px;
}
footer ul img {
  width: 32px;
}

.team h6 {
  color: #191980;
}
.team strong {
  color: #64647D;
}
.team img {
  max-width: 75%;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.team i {
  font-size: 30px;
  color: #0a66c2;
}

.careerBanner,
.testimonialBanner {
  background-image: url(../images/career-banner.jpg);
  background-position: right center;
  padding: 220px 0;
}
.careerBanner .btn-primary,
.testimonialBanner .btn-primary {
  background-color: white;
  color: #191980;
  border: 0;
}
.careerBanner .btn-primary:hover,
.testimonialBanner .btn-primary:hover {
  background-color: #325edb;
  color: white;
}
.careerBanner .purpleshade,
.testimonialBanner .purpleshade {
  font-size: 48px;
  line-height: 60px;
}

.testimonialBanner {
  background-image: url(../images/testimonials-bg.svg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.testimonialBanner .col-12 > p {
  padding-bottom: 190px !important;
}
.testimonialBanner .btn-primary {
  background-color: #191980;
  color: white;
}
.testimonialBanner .btn-primary:hover {
  background-color: #325edb;
}

.reviewBanner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}
.reviewBanner aside {
  background-color: #f1f1ff;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  max-width: 450px;
}
.reviewBanner aside:first-child {
  margin-top: 50px;
}
.reviewBanner aside div {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
}
.reviewBanner aside span {
  display: flex;
}
.reviewBanner aside span img {
  width: 19px;
}
.reviewBanner aside article {
  padding-left: 20px;
  font-size: 24px;
  font-family: "Satoshi-Bold";
  color: #4d4d4d;
}
.reviewBanner aside p {
  margin-bottom: 0;
}

.topreasons {
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
  background-image: linear-gradient(180deg, rgba(66, 114, 255, 0.14), rgba(106, 57, 117, 0.14));
}
.topreasons p {
  color: #64647D;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 15px;
  background-color: #191980;
  color: white;
}
.topreasons p strong {
  font-weight: 400;
  display: block;
  font-size: 18px;
  margin-bottom: 12px;
}
.topreasons aside {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  height: 100%;
  padding: 40px 25px 30px 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.topreasons aside h3 {
  color: #191980;
}
.topreasons aside:hover p {
  top: 0;
  height: 100%;
  width: 100%;
}
.topreasons img {
  width: 150px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}

.perks h3 {
  color: #191980;
  margin-top: 20px;
}
.perks article {
  text-align: center;
}
.perks article ul {
  list-style: none;
}

.weAre .col-md-4 {
  margin-bottom: 25px;
}
.weAre img {
  max-width: 100%;
}
.weAre .yellowBox {
  background: linear-gradient(100deg, #f2b024, #ffdc92);
  color: #191980;
  padding: 0 6px;
}

.jobcategories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: center;
}
.jobcategories ul li {
  background: linear-gradient(-45deg, #1D1D3A, #191980);
  height: 225px;
  width: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Satoshi-Bold", Arial, Helvetica, sans-serif;
  padding: 22px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
}
.jobcategories ul li a {
  font-size: 24px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.form-control {
  height: 52px;
}

input[type=file]::file-selector-button {
  border: 2px solid #C4C4D6;
  padding: 0.2em 0.4em;
  height: 100%;
  height: 50px;
  border-radius: 0.2em;
  background-color: #F1F4FF;
  transition: 1s;
}

.currentopening .accordion-item {
  overflow: hidden;
  counter-increment: vacancycount;
}
.currentopening .accordion-item .accordion-header button {
  padding: 0.8rem 1.25rem 0.8rem 8rem;
  border-radius: 0 !important;
}
.currentopening .accordion-item .accordion-header button:not(.collapsed) {
  box-shadow: none;
}
.currentopening .accordion-item .accordion-header button:focus {
  box-shadow: none;
}
.currentopening .accordion-item .accordion-header button:before {
  display: inline-block;
  content: counter(vacancycount, decimal-leading-zero);
  font-size: 100px;
  position: absolute;
  left: -18px;
  top: 3px;
  opacity: 0.1;
}
.currentopening .accordion-item .accordion-header button img {
  height: 75px;
  width: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 15px;
  background-color: #191980;
}
.currentopening .accordion-item .accordion-header button span {
  font-size: 24px;
  flex-grow: 1;
}
.currentopening .accordion-item .accordion-header button aside {
  flex: 0 0 120px;
  display: none;
}

.pcidss {
  width: 120px;
  height: 50px;
  margin: 2rem 0 3rem;
}

.paymentBanner {
  background: linear-gradient(90deg, #191980 0%, #6a3975 100%);
  padding-top: 65px;
}
.paymentBanner p {
  color: #f1ca7c;
}
.paymentBanner img {
  max-width: 600px;
}

.app-home {
  margin-top: -100px;
}

.howItWorks {
  display: grid;
  grid-template-columns: minmax(50px, 100px) 1fr;
  gap: 5px 10px;
}
.howItWorks img {
  justify-self: center;
}

.never-miss {
  background-color: rgba(25, 25, 128, 0.06);
}

.paymentFooter {
  border-radius: 33px;
  background: rgba(25, 25, 128, 0.06);
  font-size: 26px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 40px 0px;
  flex-wrap: wrap;
  row-gap: 60px;
}
.paymentFooter .banks {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.paymentFooter .banks h4 {
  padding-bottom: 10px;
}

.text-lr-gradient {
  background: linear-gradient(90deg, #4272ff -3.82%, #f2b024 79.32%, #f2b024 131.45%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fill-webkit {
  width: -webkit-fill-available;
}

.blue-btn {
  border-radius: 76.8px;
  background: #191980;
  color: #fff;
  padding: 0.375rem 0.75rem;
}

.mt-pt-90 {
  margin-top: -90px;
  padding-top: 90px;
}

.txt-justify {
  text-align: justify;
}

.txt-xl {
  font-size: 52px;
  line-height: 65px;
  display: inline-block;
}

.txt-left {
  text-align: left;
}

/* Responsive */
@media screen and (max-width: 1200px) {
  .careerBanner {
    background-position: right -300px center;
  }
  .testi-slider .imgbox {
    max-width: 30%;
  }
  .testimonials .d-flex .content {
    max-width: 70%;
    padding: 20px 125px;
  }
  .testi-slider img {
    max-width: 100%;
  }
  .testimonials .d-flex .content:before {
    top: -50px;
  }
  .selectionBox img {
    max-height: 100px;
  }
  .selectionBox aside h3:before {
    font-size: 18px;
    margin-bottom: 0;
  }
  .selectionBox aside h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .careerBanner {
    background-position: right -420px center;
  }
  .animatedgif {
    padding-top: 40px;
  }
  .animatedgif img {
    position: relative;
    margin-top: 60px;
  }
  .perks h3 {
    margin-top: 0;
  }
  .fixed-top {
    background-color: white;
    box-shadow: 0 6px 13px rgba(38, 78, 118, 0.1);
  }
  .fixed-top.header.pt-3 nav a {
    color: #325edb !important;
  }
  .fixed-top.header.pt-3 .special {
    background-color: #325edb !important;
    color: #fff !important;
  }
  .banner {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .offers h2,
  .offers .yellowshade {
    font-size: 48px;
    line-height: 60px;
  }
  .slick-slide {
    padding-bottom: 0;
  }
  .slick-slide img {
    width: 600px;
  }
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
  h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .testi-slider {
    text-align: center;
  }
  .testi-slider .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .testimonials .d-flex .content {
    max-width: 100%;
  }
  .faq {
    padding-top: 0px;
  }
  .faq img {
    max-width: 50%;
    margin-bottom: 40px;
  }
  .jobcategories ul {
    gap: 10px;
  }
  .jobcategories ul li {
    height: 140px;
    width: 140px;
    line-height: 20px;
    font-size: 18px;
  }
  .currentopening .accordion-item .accordion-header button {
    padding: 1.6rem 1.25rem;
  }
  .currentopening .accordion-item .accordion-header button i {
    order: 0;
    padding-left: 0 !important;
    padding-right: 20px !important;
  }
  .currentopening .accordion-item .accordion-header button img {
    height: 60px;
    width: 60px;
  }
  .currentopening .accordion-item .accordion-header button span {
    order: 1;
    font-size: 18px;
  }
  .currentopening .accordion-item .accordion-header button aside {
    order: 2;
    flex: 0 0 100px;
  }
  .currentopening .accordion-item .accordion-header button:before {
    font-size: 40px;
    left: -11px;
    top: -7px;
  }
  .currentopening .accordion-item .accordion-header button:after {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .reverse-div {
    flex-direction: column-reverse;
    padding-top: 50px;
  }
  .app-home {
    margin-top: -50px;
  }
  .howItWorks {
    padding-bottom: 40px;
  }
  .sm-text-center {
    text-align: center;
  }
  .careerBanner {
    padding: 100px 0;
    background-position: right -460px center;
  }
  .payment {
    padding-top: 10px;
    justify-content: space-evenly;
  }
  .payment img {
    margin: 10px 0;
    padding: 0 20px;
  }
  .feature article {
    padding-right: 0;
  }
  .getstarted .col-md-3 {
    flex-direction: column;
    align-items: center;
  }
  .getstarted .col-md-3 strong {
    width: auto;
    padding-top: 5px;
  }
  .getstarted .col-md-3 img {
    width: 50px;
  }
  .getstarted .col-md-3:before {
    display: none;
  }
  .getstarted .col-md-3:after {
    margin: 5px 0 8px 0;
    height: 20px;
    width: 5px;
    border-top: 0;
    border-right: 5px dotted #dce0ee;
  }
  .testimonials .d-flex .content {
    padding: 0 15px;
  }
  .testimonials .d-flex .imgbox {
    margin-bottom: 25px;
    padding: 0;
  }
  .testimonials .d-flex .imgbox div {
    display: none;
  }
  .testimonials .d-flex .content:before,
  .testimonials .d-flex .content:after {
    display: none;
  }
  .faq {
    padding-top: 40px;
  }
  .faq img {
    max-width: 75%;
  }
  .selectionBox img {
    max-height: 150px;
  }
  .teams .slick-arrow {
    display: none !important;
  }
  .reviewBanner {
    flex-direction: column;
    align-items: center;
  }
  .testimonialBanner {
    background-position: top 30px center;
  }
  .testimonialBanner .col-12 > p {
    padding-bottom: 0 !important;
  }
  .testimonialBanner h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (max-width: 572px) {
  body,
  .feature article p,
  .testimonials p,
  .cardwrapper .card .card-text {
    font-size: 15px;
  }
  h1 {
    font-size: 34px;
    line-height: 38px;
  }
  h3 {
    font: 700 20px/26px "Satoshi-Bold", Arial;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  section {
    padding: 60px 0;
  }
  .cardwrapper .card .card-title {
    font: 900 18px/22px "Satoshi-Black", Arial;
  }
  .banner .lead {
    font-size: 18px;
  }
  .banner h3 {
    font: 700 42px/46px "Satoshi-Bold", Arial;
  }
  .feature {
    padding-top: 0;
  }
  .feature .container aside {
    height: 80px;
    flex: 0 0 80px;
  }
  .feature .container aside img {
    height: 32px;
  }
  .animatedgif img {
    bottom: -70px;
    height: 400px;
  }
  .offers h2,
  .offers .yellowshade {
    font-size: 28px;
    line-height: 34px;
  }
  .homeslider {
    margin-bottom: 0 !important;
  }
  .homeslider .slick-slide {
    margin: 0;
  }
  .homeslider .slick-slide img {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .payment img {
    margin: 5px 0;
    padding: 0 10px;
    width: 80px;
  }
  .container {
    max-width: 92%;
  }
  .feature aside {
    height: 120px;
    flex: 0 0 120px;
    margin-right: 20px;
  }
  footer .white-logo {
    width: 160px;
  }
  .accordion-button,
  .accordion-body {
    padding: 0.4rem 1rem;
  }
  .testi-slider {
    margin-bottom: 0;
  }
  .testi-slider .slick-slide img {
    width: 280px;
  }
  .testimonials {
    padding-bottom: 20px;
  }
  .testimonials h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .jobcategories ul li {
    height: 120px;
    width: 120px;
    line-height: 17px;
    font-size: 16px;
    padding: 10px;
  }
  .accordion-item .accordion-header button i {
    display: none;
  }
  .pcidss {
    width: 80px;
    height: 40px;
  }
}/*# sourceMappingURL=style.css.map */