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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h5 {
  margin-bottom: 0;
}

a, button {
  transition: all 0.4s ease;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
}

.pd-sec {
  padding: 50px 0;
}

.h1 {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #000;
}

p {
  font-size: 16px;
  line-height: 22px;
  color: #343840;
  font-weight: 400;
}

.pd-8 {
  padding: 80px 0;
}

.pdt-9 {
  padding-top: 90px;
}

@media (max-width: 575.98px) {
  .pd-sec {
    padding: 30px 0;
  }
  .pd-8 {
    padding: 40px 0;
  }
  .pdt-9 {
    padding-top: 30px;
  }
  .h1 {
    font-size: 26px;
    line-height: 32px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .pd-8 {
    padding: 60px 0;
  }
  .pdt-9 {
    padding-top: 60px;
  }
  .h1 {
    font-size: 32px;
    line-height: 46px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* TOP NAV STYLE STARTS */
.menu {
  position: fixed;
  right: 12px;
  top: 30px;
  height: 16px;
  width: 22px;
  z-index: 1100;
  background: 0;
  outline: 0;
  padding: 0;
  border: 0;
  transition: 0.4s transform linear;
  transition: 0.4s ease;
}

.menu:focus {
  outline: 0;
  box-shadow: none;
}

.bar, .bar::before, .bar::after {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background: #fff;
  margin: auto;
  width: 100%;
  content: "";
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
}

.bar {
  margin-top: -2px;
}

.bar::before {
  top: -6px;
}

.bar::after {
  top: 6px;
}

.bar::before, .bar::after {
  transform: rotate(0deg);
}

.active .bar {
  background: 0;
}

.active .bar::before {
  background: #fff;
  transform: rotate(45deg);
}

.active .bar::after {
  background: #fff;
  transform: rotate(-45deg);
}

.active .bar::before, .active .bar::after {
  top: 0;
}

.active .bar, .active .bar::before, .active .bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
}

.navslide {
  width: 220px;
  height: 100vh;
  background: #0c1625;
  padding-top: 70px !important;
  position: fixed;
  right: -15px;
  top: 0;
  transform: translateX(220px);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  z-index: 1050;
}

.menu-open nav {
  transform: translateX(0);
}

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

.navslide ul li a, .navslide ul li button {
  padding: 15px 15px 15px 30px;
  font-size: 14px !important;
  display: block;
  color: #fff !important;
  text-transform: capitalize;
  border: 0;
}

.navslide ul li.active a {
  color: #FFBD00 !important;
}

.navslide ul li a:hover, .navslide ul li a:focus {
  background: none;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

header button:focus {
  outline: 0;
}

/* TOP NAV STYLE ENDS */
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .menu {
    top: 30px;
    right: 20px;
  }
  .navslide {
    width: 300px;
    height: 100vh;
    transform: translateX(1100px);
    padding-top: 100px;
  }
  .navslide ul li {
    margin-bottom: 10px;
  }
  .navslide ul li a, .navslide ul li button {
    padding: 10px 20px 10px 30px;
    font-size: 16px;
  }
}
body.menu-open {
  position: relative;
  overflow: hidden;
}

body.menu-open::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.general-content {
  margin-top: 106px;
  padding: 80px 0;
  font-size: 16px;
  line-height: 26px;
  color: #343840;
}
.general-content h1 {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #000;
}
.general-content h2 {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #000;
}
.general-content h3 {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
}
.general-content h4 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
}
.general-content h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
}
.general-content h6 {
  font-size: 16px;
  margin-bottom: 26px;
  font-weight: 600;
  color: #000;
}
.general-content p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 30px;
}
.general-content ul, .general-content ol {
  list-style-type: circle;
  padding-left: 40px;
  margin-bottom: 35px;
}
.general-content ul li, .general-content ol li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #343840;
}
.general-content a {
  text-decoration: underline !important;
  color: #181818;
}
.general-content a:hover {
  color: #0db2c6;
}
.general-content b, .general-content strong {
  font-weight: 600;
}
.general-content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 25px;
}
.general-content table td, .general-content table th {
  border: 1px solid grey;
  padding: 0.5em;
}
.general-content table td strong, .general-content table th strong {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .general-content {
    padding: 30px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .general-content h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .general-content h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .general-content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .general-content h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .general-content h5 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .general-content h6 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .general-content p {
    margin-bottom: 20px;
  }
  .general-content ul, .general-content ol {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .general-content ul li, .general-content ol li {
    margin-bottom: 15px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
body.inner-page {
  padding-top: 100px;
}
body.inner-page header {
  background-color: #000;
}
body.inner-page header .navbar-brand img {
  height: 50px;
}
body.inner-page.headerscroll header .header-menu ul li a {
  color: #fff;
}
body.inner-page.headerscroll header .header-menu ul li a:after {
  border-color: #fff;
}

/**Header Section **/
.headerscroll header {
  background-color: #0c1625;
  padding: 20px 0;
}
.headerscroll header .header-menu ul li a {
  color: #fff;
}
.headerscroll header .header-menu ul li a:after {
  border-color: #fff;
}

header {
  padding: 60px 0 0 0;
  transition: all 0.4s ease;
}
header nav, header .navbar {
  padding: 0 !important;
}
header .navbar-brand {
  padding: 0;
  margin: 0;
}
header .navbar-brand img {
  transition: all 0.4s ease;
  width: 60px;
}
header .navbar {
  justify-content: flex-start;
}
header .header-menu ul {
  display: flex;
  list-style: none;
  gap: 42px;
  padding-left: 64px;
}
header .header-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  line-height: 26px;
}
header .header-menu ul li a:after {
  content: "";
  width: 0;
  height: 2px;
  border-bottom: 2px solid #fff;
  left: 0;
  bottom: -5px;
  display: block;
  position: absolute;
  transition: all 0.4s ease;
}
header .header-menu ul li a:hover:after {
  width: 100%;
}

header.inner-header {
  background-color: #0c1625;
  padding: 20px 0;
}

.headerscroll header.inner-header {
  background-color: #0c1625;
  padding: 10px 0;
}

.button {
  width: 210px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  background-color: #1D3557;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #1D3557;
}
.button:hover {
  background-color: #fff;
  color: #1D3557;
}

.main-banner {
  background-image: url("images/banner.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: end;
  background-size: contain;
  background-color: #0c1625;
}
.main-banner .container {
  height: 900px;
}
.main-banner .container .row {
  height: 100%;
}
.main-banner .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.main-banner h1 {
  font-size: 64px;
  line-height: 90px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.main-banner p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
}
.main-banner .banner-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-banner .banner-img img {
  width: 670px;
}
.main-banner ul.app-store {
  margin-top: 120px;
}

ul.app-store {
  display: flex;
  gap: 15px;
}
ul.app-store li img {
  width: 160px;
}

.how-it-works p {
  margin: 0 auto;
  margin-top: 20px;
}
.how-it-works ul.work-flow {
  margin-top: 80px;
  display: flex;
  gap: 40px;
}
.how-it-works ul.work-flow li {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: left;
  gap: 10px;
  padding: 24px 30px;
  border: 1px solid #DFDFDF;
  border-radius: 25px;
  position: relative;
}
.how-it-works ul.work-flow li span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.how-it-works ul.work-flow li p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.how-it-works ul.work-flow li h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.how-it-works ul.work-flow li img {
  width: 70px;
}
.how-it-works ul.work-flow li:after {
  content: "";
  width: 40px;
  position: absolute;
  right: -41px;
  top: 0;
  background-image: url("images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-size: contain;
}
.how-it-works ul.work-flow li:last-child:after {
  display: none;
}

.bg-grey {
  background-color: #F8F9FA;
}
.bg-grey img {
  float: right;
}
.bg-grey .row {
  flex-direction: row-reverse;
}

.text-center p {
  margin: 0 auto;
  margin-top: 20px;
}

.key-features .row {
  --bs-gutter-x:140px;
}
.key-features .data-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.key-features img.feature-img {
  width: 600px;
}
.key-features.key-feature-one {
  background-color: #F8F9FA;
}

/* Footer */
.footer {
  background-color: #0c1625;
}
.footer .footer-top {
  padding: 50px 0;
}
.footer h4, .footer p {
  color: #fff;
}
.footer h4 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
}
.footer p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #C5C8D0;
}
.footer ul.contact-details {
  gap: 15px 50px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.footer ul.contact-details li {
  display: flex;
  gap: 7px;
  align-items: center;
}
.footer ul.contact-details li:last-child {
  flex: 100%;
}
.footer ul.contact-details li a, .footer ul.contact-details li p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #C5C8D0;
}
.footer .copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1411764706);
}
.footer .copyright p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.footer .copyright p strong {
  font-weight: 700;
}
.footer .form {
  margin-top: 10px;
}
.footer .form div.wpforms-container-full {
  margin-top: 0;
  text-align: center;
}
.footer .form .wpforms-field-layout.wpforms-field {
  margin-bottom: 0 !important;
}
.footer .form .wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
.footer .form .wpforms-container .wpforms-field em {
  position: absolute;
  bottom: 3px;
  font-size: 11px;
  margin: 0;
  padding: 0;
  margin-left: 22px;
  background-color: transparent;
  width: 100%;
  border-radius: 0px;
  text-align: left;
}
.footer .form .wpforms-container .wpforms-field em:before {
  left: -10px;
  width: 14px;
  height: 10px;
  top: 2px;
}
.footer .form input {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  height: 60px !important;
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 8px !important;
  border-color: #E2E4E8 !important;
  opacity: 1;
  position: relative !important;
  bottom: inherit !important;
  font-weight: 400 !important;
}
.footer .form button {
  background: #1D3557 !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #fff !important;
  border-radius: 8px !important;
  width: 100% !important;
  transition: all 0.4s ease;
  line-height: 20px !important;
  letter-spacing: 0.02em !important;
}
.footer .form button:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.footer .form .wpforms-submit-container {
  padding: 4px 0 0 0;
}
.footer .form ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1 !important;
}
.footer .form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1 !important;
}
.footer .form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000 !important;
  opacity: 1 !important;
}
.footer .form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000 !important;
  opacity: 1 !important;
}
.footer .form .wpforms-confirmation-container-full {
  background-color: #fff;
  border-color: #fff;
  margin-top: 0;
  display: inline-block;
  margin: 0 auto;
}
.footer .form .wpforms-confirmation-container-full p {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.footer .form div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
  margin: 0 auto;
  display: block;
  margin-top: 15px;
}
.footer .copyright-block {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.footer .copyright-block .quick-link {
  display: flex;
  gap: 15px;
  align-items: center;
}
.footer .copyright-block .quick-link li {
  border-right: 1px solid #fff;
  padding-right: 15px;
}
.footer .copyright-block .quick-link li a {
  font-size: 12px;
  color: #fff;
  display: block;
}
.footer .copyright-block .quick-link li a:hover {
  text-decoration: underline;
}
.footer .copyright-block .quick-link li:last-child {
  border: 0;
  padding: 0;
}

/* Media query */
@media (max-width: 778px) {
  .headerscroll header {
    padding: 15px 0;
  }
  .headerscroll .active .bar::before, .headerscroll .active .bar::after {
    background: #fff;
  }
  header {
    padding: 15px 0;
  }
  header .navbar-brand img {
    width: 40px;
  }
  header .navbar {
    padding: 0;
  }
  header .header-menu .navslide ul {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  header .header-menu .navslide ul li a {
    text-decoration: none;
    color: #fff;
    padding: 15px 0;
    display: block;
    padding-left: 20px;
  }
  header .header-menu .navslide ul li a:after {
    bottom: 0;
  }
  header .header-menu .navslide ul li:hover a:after {
    bottom: 0;
  }
  .main-banner {
    padding: 80px 0 40px 0;
  }
  .main-banner .container {
    height: auto;
  }
  .main-banner .banner-content {
    align-items: center;
  }
  .main-banner h1 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
  .main-banner p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .main-banner .banner-img img {
    width: 260px;
    margin-top: 30px;
  }
  .main-banner ul.app-store {
    margin-top: 30px;
  }
  .main-banner ul.app-store li img {
    width: 130px;
  }
  .how-it-works ul.work-flow {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .how-it-works ul.work-flow li {
    width: 300px;
    align-items: center;
    text-align: center;
  }
  .how-it-works ul.work-flow li:after {
    right: 0;
    bottom: -40px;
    height: 40px;
    background-size: 40px;
    transform: rotate(90deg);
    left: 0;
    margin: 0 auto;
    top: inherit;
  }
  .how-it-works ul.work-flow li img {
    width: 40px;
  }
  .how-it-works ul.work-flow li span {
    font-size: 12px;
    line-height: 16px;
  }
  .how-it-works ul.work-flow li h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .how-it-works ul.work-flow li p {
    font-size: 12px;
    line-height: 18px;
  }
  .key-features .row {
    --bs-gutter-x:inherit;
  }
  .key-features .row .data-block {
    text-align: center;
  }
  .key-features .row img.feature-img {
    width: 300px;
    display: block;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
  }
  .key-features.bg-grey .row {
    flex-direction: inherit;
  }
  .key-features .pdt-9 {
    flex-direction: column-reverse !important;
  }
  .footer h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .footer .footer-top {
    padding: 30px 0;
  }
  .footer .form {
    margin-top: 30px;
  }
  .footer .form input {
    height: 50px !important;
    font-size: 12px !important;
  }
  .footer .form button {
    height: 50px !important;
    font-size: 12px !important;
  }
  .footer .form div.wpforms-container-full {
    margin-bottom: 0 !important;
  }
  .footer .copyright p {
    font-size: 10px;
  }
  .footer .copyright-block {
    gap: 20px;
    flex-direction: column;
  }
  .footer .copyright-block p {
    text-align: center;
    font-size: 10px;
  }
  .footer .copyright-block .quick-link {
    gap: 10px;
    justify-content: center;
  }
  .footer .copyright-block .quick-link li {
    padding-right: 10px;
  }
  .footer .copyright-block .quick-link li a {
    font-size: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  header {
    padding: 30px 0 0 0;
  }
  header .header-menu ul {
    gap: 20px;
  }
  header .header-menu ul li a {
    font-size: 14px;
  }
  .main-banner .container {
    height: 700px;
  }
  .main-banner h1 {
    font-size: 32px;
    line-height: 44px;
  }
  .main-banner h1 br {
    display: none;
  }
  .main-banner p {
    font-size: 14px;
    line-height: 24px;
  }
  .main-banner ul.app-store {
    margin-top: 40px;
  }
  .main-banner ul.app-store li img {
    width: 130px;
  }
  .main-banner .banner-img img {
    width: 300px;
  }
  .key-features .row {
    --bs-gutter-x: 30px;
  }
  .key-features .row img.feature-img {
    width: 400px;
  }
  .how-it-works ul.work-flow {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .how-it-works ul.work-flow li {
    width: 45%;
  }
  .how-it-works ul.work-flow li:after {
    display: none;
  }
  .footer h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .footer .form input, .footer .form button {
    height: 40px !important;
    font-size: 14px !important;
  }
  .footer .form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row {
    flex-wrap: wrap;
  }
  .footer .form div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-33 {
    width: 100% !important;
  }
  .footer .copyright p {
    font-size: 12px;
  }
  .footer .copyright-block .quick-link li a {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */