@charset "UTF-8";

:root {
  --primary-color: #050087;
  --secondary-color: #ff0050;
  --font-color: #363636;
  --bg-color: #fff;
  --heading-color: #060606;
  --border-radius: 8px;
  --border-radius-full: 30px;
  --border-color-light: #eee;
  --iframe-filter: grayscale(0%);
  --bg-grey: #f4f4f4;
  --bg-light: #fafafb;
  --disable-color: #d8d6d6;
  --box-shadow: 0 1rem 3rem rgb(0 0 0 / 12%);
  --layer: rgb(19 25 23 / 58%);
  --footer-layer: rgb(19 25 23 / 78%);
  --bg-lightgrey: #F8F9FA;
}

[data-theme="dark"] {
  --primary-color: #F54748;
  --secondary-color: #fff;
  --font-color: #b7b7b7;
  --bg-color: #19211e;
  --heading-color: #fdfffc;
  --border-color-light: rgba(255, 255, 255, 0.2);
  --iframe-filter: grayscale(100%);
  --bg-grey: #131917;
  --bg-light: #131917;
  --disable-color: #5d5d5d;
  --box-shadow: 0 1rem 3rem rgb(8 10 9);
  --layer: rgb(19 25 23 / 68%);
  --footer-layer: rgb(19 25 23 / 88%);
}

* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-family: "Inter", sans-serif;
}

body {
  background-color: #040406;
  font-family: Inter, sans-serif;
  color: #c1c1c3;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.noscroll {
  min-height: 100vh;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
}

body a,
button,
.btn {
  cursor: pointer !important;
}

a {
  color: var(--font-color);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

a,
a:hover,
button,
button:hover {
  text-decoration: none;
  transition: .5s all;
  -moz-transition: .5s all;
}

.clear {
  clear: both;
}

.img-responsive {
  max-width: 100%;
  display: block;
  width: 100%;
}

.d-grid {
  display: grid;
}

button,
input,
select,
label,
li,
span {
  -webkit-appearance: none;
  outline: none;
}

a,
a:hover,
button,
button:hover {
  text-decoration: none;
  transition: .5s all;
  -moz-transition: .5s all;
}

iframe {
  border: none;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--heading-color);
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  color: var(--font-color);
}

li {
  list-style-type: none;
}

.radius-image {
  border-radius: var(--border-radius);
}

.radius-image-full {
  border-radius: var(--border-radius-full);
}

/* container */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

/* Movetop */
#movetop {
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 9;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 0;
}

#movetop:hover {
  opacity: .8;
}

/* header */
header {
  position: relative;
  width: 100%;
  z-index: 99;
  box-shadow: 0 1rem 1rem rgb(0 0 0 / 9%);
}

.header-top ul li,
.header-top ul li a {
  color: #fff;
  font-size: 14px;
}

.header-top ul li i {
  margin-right: 4px;
}


/* footer */
.section-footer {
  background-color: #151619;
}

h6.heading-style-h6 {
  color: #eaebeb;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.heading-style-h6:hover {
  color: #ffcd00;
}

.footer-form {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.footer-input-field {
  border: 1px solid #040406;
  background-color: #040406;
  color: #eaebeb;
  height: 2.625rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
}

.footer-input-field:focus-visible {
  border: 1px solid #f53b00;
}

.footer-input-field[data-wf-focus-visible] {
  border: 1px solid #f53b00;
}

.footer-input-field::placeholder {
  color: #515566;
}

.button {
  border: 1px solid #f53b00;
  background-color: #ffcd00;
  color: #0b0b0f;
  letter-spacing: -.32px;
  margin-bottom: 0;
  padding: .875rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
  transition: color .3s, border-color .4s, background-color .4s;
}

.button:hover {
  border-color: #f53b00;
  color: #eaebeb;
  background-color: #0000;
}

.button.is-secondary {
  border: 1px solid #151619;
  background-color: #040406;
  color: #c1c1c3;
}

.footer-link {
  color: #c1c1c3;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 1em;
  display: block;
}

.footer-link:hover {
  color: #ffcd00;
}

.section-footer .container {
  border-bottom: 1px solid #515566;
}

/* Faq Section */
.section-faq {
  background-color: #040406;
}

.title-top-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  max-width: 41.625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

h3.heading-style-h3 {
  color: #eaebeb;
  margin-top: 0;
  margin-bottom: 2em;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.section-faq .accordion-item {
  background: none;
  border: none;
  margin-bottom: 2.5em;
}

.section-faq button.accordion-button {
  color: #eaebeb;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  background: none;
  padding: 0;
}

.section-faq .accordion-button:not(.collapsed) {
  color: #fff;
  box-shadow: none;
  background: none;
}

.section-faq .accordion-body p {
  color: #efeded;
  font-weight: 400;
}

.text-size-regular {
  color: #c1c1c3;
  margin-top: 21px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.section-faq .accordion-body {
  padding: 0;
  margin-top: 10px;
}

/* why it works section */

.section-why {
  background-color: #0b0b0f;
}

.why-us-card-content {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  text-align: center;
  flex-flow: column;
  padding-bottom: 1.5rem;
  padding-left: 2.0625rem;
  padding-right: 2.0625rem;
  display: flex;
}

.why-us-card {
  background-color: #0b0b0f;
}

.section-benefits {
  background-color: #040406;
}

/* Solution section */
.section-service {
  background-color: #0b0b0f;
}

.text-size-regular.solutionsub {
  margin-top: 3px;
  font-size: 1.2rem;
  font-weight: 600;
}

.service-card {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--neutral--black-800);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem;
  text-decoration: none;
  display: flex;
}

.service-card-content {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

/* About Section */
.section-about {
  background-color: #0b0b0f;
}

/* Banner Section */
.section-header {
  background-image: url(../images/banner.png);
  background-position: 50%;
  background-size: cover;
  height: 56.25rem;
  padding-top: 11.1rem;
  padding-bottom: 6.25rem;
}

@media screen and (min-width: 1280px) {
  .section-header {
    background-image: url(../images/banner.png);
    background-position: 50%;
    background-size: cover;
  }
}

.header-text-wrapper {
  max-width: 33.125rem;
}

h1.heading-style-h1 {
  color: #eaebeb;
  font-size: 3rem;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.text-span-2 {
  color: #ffcd00;
}

.header-bottom-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  border: 1px solid #151619;
  background-color: #040406;
  color: #c1c1c3;
}

.header-list-item-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.list-item {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #eaebeb;
  display: flex;
  margin-top: 1em;
}

/* Header */
header {
  background-color: #0b0b0f;
  padding: 1.0625rem 1.5rem;
}

a.navbar-brand {
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
}

.nav-link,
.navbar-nav .nav-link.active {
  color: #c1c1c3;
  padding: 0.625rem 0.75rem;
  font-weight: 500;
}

.nav-link:hover {
  color: #c1c1c3;
}

.navbar-nav .nav-link.active {
  color: #ffcd00;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-name {
  color: #fff;
  margin-bottom: 2em;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  position: relative;
}

.section-process {
  background-color: #0b0b0f
}

.process-item-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #040406;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 21.875rem;
  padding: 1.875rem;
  display: flex;
  position: relative;
  text-align: center;
}

.process-number {
  background-color: #0b0b0f;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  padding: .5rem;
  display: flex;
}

.heading-style-h5 {
  color: #eaebeb;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.row.process-item {
  display: flex;
  align-items: center;
  margin-top: 2em;
}

/* Contact Page */
.contact-component {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-block {
  background-color: #0b0b0f;
  padding: 3.75rem;
}

.contact-field-text {
  color: #eaebeb;
  margin-bottom: 10px;
  font-weight: 400;
}

.contact-form-field-wrapper {
  margin-bottom: 1.5em;
}

.input {
  border: 1px solid #151619;
  background-color: #151619;
  color: #eaebeb;
  height: 2.75rem;
  margin-bottom: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

textarea.input.is-message.w-input {
  height: 100px;
}

.contact-location-crad {
  background-color: #0b0b0f;
  padding: 2.5rem;
}

.contact-location {
  margin-top: 1.5em;
}

a.pramani-logo {
  margin-right: 1em;
  display: block;
  width: 15%;
}

a.pramani-logo img {
  background: #fff;
  padding: 10px;
  width: 140px;
  border-radius: 4px;
}

.header-right {
  display: flex;
  align-items: center;
  width: 90%;
}


a.pramani-logo2 img {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 991px) {
  .navbar-toggler-icon {
    background-color: #fff;
  }

  .section-header {
    height: 43.25rem;
    padding-top: 5rem;
  }

  .navbar-expand-lg .navbar-nav {
    display: block;

  }

  .navbar-collapse {
    text-align: center;
    padding: 1em 1em 2em;
    background: #181818;
  }

  .nav-right-content {
    margin-top: 2em;
  }

  .button {
    padding: 0.7rem 1.25rem;
  }

  .header-right {
    width: 80%;
    justify-content: space-between;
}
a.pramani-logo img {
  padding: 7px;
}
}

@media only screen and (max-width: 768px) {
  .process-item-wrapper {
    width: 100%;
    margin-bottom: 1em;
  }

  .process-image-wrapper img {
    width: 100%;
  }

  .why-us-card img {
    width: 100%;
  }

  .text-size-regular {
    margin-top: 10px;
  }

}

@media only screen and (max-width: 568px) {
  h3.heading-style-h3 {
    font-size: 2rem;
    margin-bottom: 1em;
  }

  .contact-form-block {
    padding: 1.75rem;
  }

  h1.heading-style-h1 {
    font-size: 2.5rem;
  }

  .header-list-item-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .text-size-regular.solutionsub {
    font-size: 1rem;
  }

  .section-faq button.accordion-button {
    font-size: 1.1rem;
  }

  .section-faq .accordion-item {
    margin-bottom: 1.5em;
  }

  nav.navbar.navbar-expand-lg {
    display: block;
    padding: 0;
  }

  .header-right {
    position: relative;
    width: 100%;
  }

  a.pramani-logo {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .navbar-collapse {
    text-align: center;
    padding: 1em 1em 2em;
    background: #181818;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    width: 100%;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
}

@media only screen and (max-width: 480px) {
  h1.heading-style-h1 {
    font-size: 2rem;
  }

  .single-name {
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 20px;
  }

  header {
    padding: 1.0625rem 0.5rem;
  }

  .navbar-toggler-icon {
    padding: 0;
    width: 1.2em;
    height: 1.2em;
  }
}

@media only screen and (max-width: 390px) {
  a.navbar-brand {
    font-size: 16px;
  }
}