@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap");
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html, body {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  body {
    font-size: 16px !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.heading-hero-primary {
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.26;
  text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4), -2px 1px 30px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 992px) {
  .heading-hero-primary {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-hero-primary {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .heading-hero-primary {
    font-size: 30px;
  }
}

.heading-hero-secondary {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 200;
  color: #ffffff;
  text-align: center;
  line-height: 1.26;
  display: block;
}
@media only screen and (max-width: 992px) {
  .heading-hero-secondary {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-hero-secondary {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .heading-hero-secondary {
    font-size: 24px;
  }
}

.heading-primary {
  display: inline-block;
  font-weight: 900;
  padding-bottom: 20px;
  position: relative;
  color: #090818;
  font-size: 48px;
  font-family: "Playfair", serif;
}
.heading-primary::before {
  background-image: linear-gradient(90deg, #090818 33%, #ad3335 33%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 80px;
}
@media only screen and (max-width: 992px) {
  .heading-primary {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-primary {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .heading-primary {
    font-size: 24px;
  }
}
.heading-primary span {
  color: #ad3335;
}

.heading-secondary {
  line-height: 1.25em;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  color: #ad3335;
}

.heading-tertiary {
  line-height: 1.25em;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #ad3335;
}

.heading-four {
  line-height: 1.25em;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #ad3335;
  text-transform: uppercase;
  display: inline-block;
}

.heading-five {
  font-size: 36px;
  font-family: "Playfair", serif;
  text-align: center;
  color: #090818;
  margin-bottom: 2rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.heading-five span {
  display: block;
  font-size: 24px;
  color: #ad3335;
}

.conten-para p,
.content-para li {
  font-size: 18px;
  line-height: 30px;
}
.conten-para p:last-child,
.content-para li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .conten-para p,
  .content-para li {
    font-size: 16px !important;
    line-height: 1.7;
  }
}

.mr-bottom {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 992px) {
  .mr-bottom {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .mr-bottom {
    margin-bottom: 3rem;
  }
}

.mr-top {
  margin-top: 7rem;
}
@media only screen and (max-width: 992px) {
  .mr-top {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .mr-top {
    margin-top: 3rem;
  }
}

.p-bottom {
  padding-bottom: 7rem;
}
@media only screen and (max-width: 992px) {
  .p-bottom {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-bottom {
    padding-bottom: 3rem;
  }
}

.p-top {
  padding-top: 7rem;
}
@media only screen and (max-width: 992px) {
  .p-top {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top {
    padding-top: 3rem;
  }
}

.space-one {
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .space-one {
    height: 20px;
  }
}

.space-two {
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .space-two {
    height: 20px;
  }
}

@media screen and (max-width: 575px) {
  .primary-list {
    padding: 0;
    margin-left: 4rem;
  }
}
.primary-list li {
  position: relative;
}
.primary-list li:not(:last-child) {
  padding-bottom: 1rem;
}
.primary-list li:before {
  content: "";
  background-image: url("../images/primary-list-01.png");
  background-size: cover;
  position: absolute;
  top: 15px;
  left: -30px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
}

.inner-hero-section {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: 100% 36%;
  background-repeat: no-repeat;
}
.inner-hero-section.result {
  background-position: 100% 24%;
}
.inner-hero-section::before {
  content: "";
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.inner-hero-section:hover::before {
  opacity: 0;
}
.inner-hero-section .container {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .gallery {
    gap: 1.5rem;
  }
}
.gallery .img-wrapper {
  height: 24rem;
  overflow: hidden;
}
.gallery .img-wrapper:hover img {
  transform: scale(1.1);
}
.gallery .img-wrapper img {
  transition: 0.4s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

figure {
  overflow: hidden;
}
figure figcaption {
  background: #ad3335;
  font-size: 14px;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.global-btn-one {
  font-size: 15px;
  padding: 10px 24px;
  line-height: 1;
  text-transform: capitalize;
  border: 1.9px solid #ad3335;
  background: #ad3335;
  color: #ffffff;
  transition: 0.4s ease;
  display: inline-block;
}
.global-btn-one:hover {
  color: #ad3335;
  background: transparent !important;
}

.global-btn-two {
  font-size: 15px;
  padding: 10px 24px;
  line-height: 1;
  text-transform: capitalize;
  border: 1.9px solid #ad3335;
  background: transparent;
  color: #ad3335;
  transition: 0.4s ease;
  display: inline-block;
}
.global-btn-two:hover {
  color: #ffffff;
  background: #ad3335;
}

.top-footer-section .footer-grid {
  display: grid;
  gap: 5px;
}
@media only screen and (min-width: 992.1px) {
  .top-footer-section .footer-grid {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .top-footer-section .footer-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 340px) {
  .top-footer-section .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-footer-section .footer-grid .footer-grid-item {
  overflow: hidden;
}
.top-footer-section .footer-grid .footer-grid-item img {
  mix-blend-mode: luminosity;
  transition: 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.top-footer-section .footer-grid .footer-grid-item:hover img {
  mix-blend-mode: normal;
  transform: scale(1.1);
}
.top-footer-section .footer-grid .footer-grid-item.g5 {
  grid-column-end: 5;
  grid-column-start: 2;
  grid-row-start: 2;
  grid-row-end: 4;
  display: grid;
}
@media only screen and (max-width: 575px) {
  .top-footer-section .footer-grid .footer-grid-item.g5 {
    grid-column-end: 6;
    grid-column-start: 2;
    grid-row-start: 3;
    grid-row-end: 6;
  }
}
.top-footer-section .footer-grid .footer-grid-item.g5 .footer-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 340px) {
  .top-footer-section .footer-grid .footer-grid-item.g5 .footer-content-wrapper {
    padding: 25px 0;
  }
}
.top-footer-section .footer-grid .footer-grid-item .footer-content-wrapper {
  background: #ad3335;
  color: #ffffff;
}
.top-footer-section .footer-grid .footer-grid-item .footer-content-wrapper h1 {
  margin-bottom: 15px;
  padding-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Antonio", sans-serif;
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .top-footer-section .footer-grid .footer-grid-item .footer-content-wrapper h1 {
    font-size: 24px;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .top-footer-section .footer-grid .footer-grid-item .footer-content-wrapper h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992.1px) {
  .top-footer-section .footer-grid .footer-grid-item .footer-content-wrapper h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200.1px) {
  .top-footer-section .footer-grid .footer-grid-item .footer-content-wrapper h1 {
    font-size: 40px;
  }
}
.top-footer-section .footer-grid .footer-grid-item .footer-content-wrapper h2 {
  font-size: 32px;
  color: #ffffff;
  font-family: "Antonio", sans-serif;
  margin-bottom: 15px;
  font-weight: 100;
}
@media only screen and (max-width: 575px) {
  .top-footer-section .footer-grid .footer-grid-item .footer-content-wrapper h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.top-footer-section .footer-grid .footer-grid-item .footer-content-wrapper h6 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .top-footer-section .footer-grid .footer-grid-item .footer-content-wrapper h6 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.top-footer-section .footer-grid .footer-grid-item .footer-content-wrapper p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .top-footer-section .footer-grid .footer-grid-item .footer-content-wrapper p {
    font-size: 20px;
  }
}
.top-footer-section .footer-grid .footer-grid-item .footer-content-wrapper p a {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 40px;
}

.call-to-action .row {
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 1.5rem;
}
.call-to-action .row .col-md-8 {
  background: #ad3335;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-radius: 1.5rem 0 0 1.5rem;
}
.call-to-action .row .col-md-8 p {
  color: #ffffff;
  font-size: 36px;
  font-family: "Playfair", serif;
  padding: 0 12rem 0 2rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .call-to-action .row .col-md-8 p {
    padding: 2rem;
  }
}
.call-to-action .row .col-md-4 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .call-to-action .row .col-md-4 {
    margin: 2rem 0;
  }
}

.bottom-footer {
  padding: 5rem 0;
}
.bottom-footer .info {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .bottom-footer .info {
    justify-content: center;
  }
}
.bottom-footer .info a {
  color: #090818;
}
.bottom-footer .info i {
  font-size: 2.4rem;
}
.bottom-footer h4 {
  color: #090818;
  font-family: "Playfair", serif;
  display: inline;
}
@media only screen and (max-width: 768px) {
  .bottom-footer .row .col-md-6:first-child {
    margin-bottom: 2rem;
  }
  .bottom-footer .row .col-md-6:last-child {
    text-align: center;
  }
}
@media only screen and (min-width: 768.1px) {
  .bottom-footer .row .col-md-6:last-child {
    text-align: right;
  }
}
.bottom-footer .footer-social-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-direction: row;
  margin-bottom: 0;
}
.bottom-footer .footer-social-links li a {
  width: 40px;
  height: 40px;
  background: var(--fclr);
  display: grid;
  place-content: center;
  border-radius: 50%;
  transition: all 0.4s;
  color: #ffffff;
}
.bottom-footer .footer-social-links li a:hover {
  transform: scale(1.03);
}

.hero-section .hero-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 575px) {
  .hero-section .hero-grid {
    display: block;
  }
}
.hero-section .hero-grid .hero-grid-item {
  overflow: hidden;
}
.hero-section .hero-grid .hero-grid-item.rp4 {
  grid-column: span 3;
}
.hero-section .hero-grid .hero-grid-item .img-wrapper {
  overflow: hidden;
}
.hero-section .hero-grid .hero-grid-item .img-wrapper figure {
  position: relative;
  height: 235px;
  overflow: hidden;
  margin-bottom: 0;
}
.hero-section .hero-grid .hero-grid-item .img-wrapper figure:hover img {
  transform: scale(1.1);
}
.hero-section .hero-grid .hero-grid-item .img-wrapper figure img {
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
  object-fit: cover;
}
.hero-section .hero-grid .hero-grid-item .img-wrapper figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: var(--rpclr);
  font-weight: 700;
  color: #000;
}
.hero-section .hero-grid .hero-grid-item .content-wrapper {
  text-align: center;
  padding: 30px 10px;
}
.hero-section .hero-grid .hero-grid-item .content-wrapper h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 60px;
}
@media only screen and (min-width: 768.1px) {
  .hero-section .hero-grid .hero-grid-item .content-wrapper h2 {
    line-height: 0.75;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .hero-grid .hero-grid-item .content-wrapper h2 {
    font-size: 30px;
  }
}
.hero-section .hero-grid .hero-grid-item .content-wrapper h3 {
  margin: 0;
  color: #727376;
  font-weight: 800;
  font-size: 40.5px;
  font-family: "Playfair", serif;
}
.hero-section .hero-grid .hero-grid-item .content-wrapper h3 span {
  padding: 1rem;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 85%;
}
@media only screen and (max-width: 575px) {
  .hero-section .hero-grid .hero-grid-item .content-wrapper h3 {
    font-size: 24px;
  }
}
.hero-section .fln-booster h3 {
  color: #727376;
  font-weight: 800;
  font-size: 50px;
  font-family: "Playfair", serif;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  .hero-section .fln-booster h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section .fln-booster h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .fln-booster h3 {
    font-size: 24px;
  }
}
.hero-section .fln-booster .booster-wrapper {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .hero-section .fln-booster .booster-wrapper {
    flex-direction: column;
  }
}
.hero-section .fln-booster .booster-wrapper .b-head:nth-child(1) {
  background: #086945;
}
.hero-section .fln-booster .booster-wrapper .b-head:nth-child(2) {
  background: #ad3335;
}
.hero-section .fln-booster .booster-wrapper .b-head:nth-child(3) {
  background: #43539d;
}
.hero-section .fln-booster .booster-wrapper .b-head h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (min-width: 992.1px) {
  .hero-section .fln-booster .booster-wrapper .b-head h2 {
    font-size: 30px;
    padding: 15px 22.1px;
  }
}
@media only screen and (min-width: 1200.1px) {
  .hero-section .fln-booster .booster-wrapper .b-head h2 {
    font-size: 37px;
    padding: 15px 30.1px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .fln-booster .booster-wrapper .b-head h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768.1px) {
  .einstine-area .col-md-6:first-child {
    border-right: 1px solid #ccc;
  }
}
.einstine-area article {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.einstine-area article .icon {
  max-width: 100px;
  flex: 0 0 100px;
}
.einstine-area article .icon img {
  height: 7.6rem;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.einstine-area article .content-para {
  max-width: calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  padding-left: 0rem;
}
.einstine-area .rapid-wrapper .img-wrapper img {
  height: 20rem;
  margin: 0 auto 20px;
  display: block;
}
.einstine-area .rapid-wrapper .content-para p {
  margin-bottom: 0;
}
.einstine-area .rapid-wrapper .content-para em {
  font-family: "Playfair", serif;
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.wh-alfa blockquote.blockquote {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  background: rgba(114, 115, 118, 0.1);
  border-left: 5px solid #727376;
  font-family: "Playfair", serif;
}
@media only screen and (max-width: 768px) {
  .wh-alfa blockquote.blockquote {
    padding: 20px;
  }
}
.wh-alfa blockquote.blockquote img {
  mix-blend-mode: darken;
}
@media only screen and (min-width: 768.1px) {
  .wh-alfa blockquote.blockquote {
    padding: 30px 30rem 30px 30px;
  }
  .wh-alfa blockquote.blockquote img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30rem;
  }
}

.diff-alfa {
  background: rgba(114, 115, 118, 0.05);
}
@media only screen and (max-width: 768px) {
  .diff-alfa .img-wrapper {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .diff-alfa ul {
    padding-left: 0;
  }
}
.diff-alfa ul li {
  padding: 10px;
}
.diff-alfa ul li:first-child {
  margin-bottom: 10px;
  margin-top: 10px;
}
.diff-alfa .link-wrapper {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border: 1px solid #727376;
  border-radius: 5px;
}
.diff-alfa .link-wrapper > div {
  padding: 20px;
  transition: 0.4s ease;
}
.diff-alfa .link-wrapper > div:hover {
  background: rgba(114, 115, 118, 0.1);
}

.rapid-embed .modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: auto;
  height: auto;
  background-color: #fff;
  max-height: 90vh;
}
@media only screen and (max-width: 575px) {
  .rapid-embed .modal {
    width: calc(100% - 3rem);
  }
}
.rapid-embed .modal::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.rapid-embed .modal::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 1rem;
}
.rapid-embed .modal::-webkit-scrollbar-thumb {
  background: #ad3335;
  border-radius: 1rem;
}
.rapid-embed .modal .rapid-modal-content {
  padding: 4rem 2rem 3rem;
}
.rapid-embed .modal .rapid-modal-content ul {
  list-style: disc;
}
.rapid-embed .modal .rapid-modal-content .heading-tertiary {
  text-align: center;
  margin-bottom: 3rem;
}
.rapid-embed .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  backdrop-filter: blur(2px);
}
.rapid-embed .close-btn {
  position: absolute;
  width: 3rem;
  top: 0;
  right: 0;
  cursor: pointer;
}
.rapid-embed .close-btn img {
  width: 100%;
}
.rapid-embed ul.nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.rapid-embed .card {
  background: rgba(114, 115, 118, 0.1);
  position: relative;
  padding: 2rem;
}
@media only screen and (max-width: 575px) {
  .rapid-embed .card {
    padding: 0;
  }
}
.rapid-embed .card.active {
  background-color: #ad3335;
  position: relative;
}
.rapid-embed .card.active::before {
  content: "";
  background: #ad3335;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg) scale(0.5);
  width: 3rem;
  height: 3rem;
}
.rapid-embed .card.active img {
  filter: invert(1) brightness(10);
}
.rapid-embed .card.active h4 {
  color: #ffffff;
}
.rapid-embed .card.active .sticky {
  background: #ffffff;
  color: #ad3335;
}
.rapid-embed .card .sticky {
  background: #43539d;
  color: #ffffff;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 14px;
}
@media only screen and (min-width: 768.1px) {
  .rapid-embed .card .sticky {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .rapid-embed .card .sticky {
    margin-bottom: 1.5rem;
    padding: 5px 9px;
    text-align: center;
  }
}
.rapid-embed .card .img-wrapper {
  text-align: center;
  padding-bottom: 1rem;
}
.rapid-embed .card .img-wrapper img {
  height: 5rem;
}
@media only screen and (max-width: 575px) {
  .rapid-embed .card .img-wrapper img {
    font-size: 3.5rem;
  }
}
.rapid-embed .card h4 {
  color: #43539d;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .rapid-embed .card h4 {
    font-size: 18px;
    padding-bottom: 2rem;
  }
}
.rapid-embed blockquote {
  text-align: center;
  background: #ad3335;
  color: #ffffff;
  margin: 0 auto 4rem;
  padding: 1rem 4rem;
  border-radius: 0.3rem;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 1200.1px) {
  .rapid-embed blockquote {
    width: max-content;
  }
}
.rapid-embed .selection-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 4rem;
  column-gap: 2px;
  row-gap: 6rem;
}
@media only screen and (max-width: 992px) {
  .rapid-embed .selection-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rapid-embed .selection-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.rapid-embed .selection-grid .selection-grid-item {
  position: relative;
  transition: 0.4s ease;
  background: #ffffff;
  border: 3px solid var(--dclr);
}
@media only screen and (max-width: 575px) {
  .rapid-embed .selection-grid .selection-grid-item {
    border-radius: 2rem;
  }
}
@media only screen and (min-width: 992.1px) {
  .rapid-embed .selection-grid .selection-grid-item.s1 {
    border-radius: 30px 0 0 0;
  }
  .rapid-embed .selection-grid .selection-grid-item.s6 {
    border-radius: 0 30px 0 0;
  }
  .rapid-embed .selection-grid .selection-grid-item.s7 {
    border-radius: 0 0 0 30px;
  }
  .rapid-embed .selection-grid .selection-grid-item.s7 .descrption {
    border-radius: 0 0 0 26px;
  }
  .rapid-embed .selection-grid .selection-grid-item.s12 {
    border-radius: 0 0 30px 0;
  }
  .rapid-embed .selection-grid .selection-grid-item.s12 .descrption {
    border-radius: 0 0 26px 0;
  }
}
.rapid-embed .selection-grid .selection-grid-item:hover {
  background: var(--dclr);
}
.rapid-embed .selection-grid .selection-grid-item:hover span.series {
  color: var(--dclr);
}
.rapid-embed .selection-grid .selection-grid-item:hover .icon span img {
  filter: grayscale(100%) brightness(1000%);
}
.rapid-embed .selection-grid .selection-grid-item:hover .descrption .read-more {
  background: #f7f7f7 !important;
  color: var(--dclr) !important;
}
.rapid-embed .selection-grid .selection-grid-item:hover .descrption h4,
.rapid-embed .selection-grid .selection-grid-item:hover .descrption p {
  color: #ffffff !important;
}
.rapid-embed .selection-grid .selection-grid-item span.series {
  top: -3.5rem;
  left: 50%;
  font-size: 4rem;
  font-weight: bolder;
  line-height: 0.9;
  color: var(--dclr);
  pointer-events: none;
  transition: 0.4s ease;
  border: 2px solid var(--dclr);
  width: 7rem;
  height: 7rem;
  display: grid;
  place-content: center;
  border-radius: 100%;
  background: #ffffff;
}
@media only screen and (min-width: 992.1px) {
  .rapid-embed .selection-grid .selection-grid-item span.series {
    position: absolute;
    transform: translateX(-50%) scale(0.86);
  }
}
@media only screen and (max-width: 992px) {
  .rapid-embed .selection-grid .selection-grid-item span.series {
    margin: 0 auto 2rem;
  }
}
@media only screen and (max-width: 992px) {
  .rapid-embed .selection-grid .selection-grid-item {
    padding: 2rem 2rem 4rem 2rem;
    text-align: center;
  }
}
.rapid-embed .selection-grid .selection-grid-item .selection-wrapper {
  display: grid;
  grid-template-columns: auto;
  gap: 3.5rem;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .rapid-embed .selection-grid .selection-grid-item .selection-wrapper {
    grid-template-columns: auto;
    text-align: center;
  }
}
.rapid-embed .selection-grid .selection-grid-item .selection-wrapper .icon {
  padding-top: 5rem;
}
@media only screen and (max-width: 575px) {
  .rapid-embed .selection-grid .selection-grid-item .selection-wrapper .icon {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.rapid-embed .selection-grid .selection-grid-item .selection-wrapper .icon span {
  display: inline-block;
  transition: 0.4s ease;
  width: auto;
  height: 6rem;
}
.rapid-embed .selection-grid .selection-grid-item .selection-wrapper .icon span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.rapid-embed .selection-grid .selection-grid-item .selection-wrapper .descrption {
  padding: 3.5rem 2rem;
  background: var(--dclr);
}
.rapid-embed .selection-grid .selection-grid-item .selection-wrapper .descrption .read-more {
  cursor: pointer;
  font-weight: bold;
  text-transform: capitalize;
  background: var(--dclr);
  transition: 0.4s ease;
  color: #ffffff;
  display: block;
  padding: 3px 10px;
  position: absolute;
  transition: 0.4s ease;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .rapid-embed .selection-grid .selection-grid-item .selection-wrapper .descrption .read-more {
    border-radius: 0rem 0rem 1.5rem 1.5rem;
  }
}
.rapid-embed .selection-grid .selection-grid-item .selection-wrapper .descrption h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  transition: 0.4s ease;
}

.case-studies {
  background: rgba(114, 115, 118, 0.05);
}
.case-studies .studies-wrapper {
  position: relative;
  background: #ffffff;
  padding: 20px 25px;
}
@media only screen and (min-width: 992.1px) {
  .case-studies .studies-wrapper {
    height: 703px;
  }
}
@media only screen and (min-width: 1200.1px) {
  .case-studies .studies-wrapper {
    height: 620px;
  }
}
@media screen and (min-width: 1399.9px) {
  .case-studies .studies-wrapper {
    height: 565px;
  }
}
.case-studies .studies-wrapper .flag,
.case-studies .studies-wrapper .symbol {
  position: absolute;
  top: 0;
  width: 5rem;
  height: auto;
}
.case-studies .studies-wrapper .flag img,
.case-studies .studies-wrapper .symbol img {
  max-width: 100%;
  height: auto;
}
.case-studies .studies-wrapper .flag {
  left: 0;
}
.case-studies .studies-wrapper .symbol {
  right: 0;
}
.case-studies .studies-wrapper img {
  mix-blend-mode: multiply;
}
.case-studies .studies-wrapper .graph {
  margin-bottom: 5rem;
  margin: auto;
  padding: 2rem 2.5rem;
}
.case-studies .studies-wrapper .graph img {
  object-fit: contain;
  height: 152px;
  object-position: bottom;
}
.learn-more .blog-items a.extract {
  border: 2px solid;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 20px;
  margin-bottom: 7px;
  transition: 0.4s ease;
}
.learn-more .blog-items a.extract:hover {
  background: #ad3335;
  color: #ffffff;
  border: 2px solid;
}
.learn-more .blog-items .equal-height {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .learn-more .blog-items .equal-height .item {
    display: flex;
    flex-direction: column;
  }
}
.learn-more .blog-items .thumb {
  background-size: contain;
  background-repeat: no-repeat;
  display: table-cell;
  float: none;
  padding: 0;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .learn-more .blog-items .thumb {
    background-image: none !important;
  }
}
@media only screen and (min-width: 768.1px) {
  .learn-more .blog-items .thumb img {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .learn-more .blog-items .thumb img {
    width: 15rem;
    display: block;
    margin: auto;
  }
}
.learn-more .blog-items .info {
  display: table-cell;
  float: none;
  vertical-align: middle;
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  padding: 30px;
  height: 300px;
}
.learn-more .blog-items .info h4 {
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}
.learn-more .blog-items .info h4 a {
  color: #ad3335;
}
.learn-more .blog-items .info > a {
  color: #ad3335;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.frequently-ques .accordion-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.frequently-ques .accordion-item .accordion-header button {
  font-size: 2rem;
  background: rgba(67, 83, 157, 0.1);
  padding: 1.5rem 2rem;
  color: #000;
  border-radius: 5px;
  transition: all 0.5s;
  line-height: 1.5;
}
@media only screen and (max-width: 992px) {
  .frequently-ques .accordion-item .accordion-header button {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.frequently-ques .accordion-item .accordion-header button:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.frequently-ques .accordion-item .accordion-header button:focus {
  box-shadow: none;
  border: none;
}
.frequently-ques .accordion-item .accordion-body p {
  font-weight: normal;
}

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