@charset "UTF-8";
/*!------------------------------------------------------------------
[MAIN STYLESHEET]
PROJECT:	NESTVESTED
-------------------------------------------------------------------*/
/* ====== index =====
1. Default Styles
2. Button Styles
3.  Spacing Styles
4.  Grid Styles
5.  Navbar Styles
6.  Hero Section Styles
7.  Services Page Styles
8.  Resume Section Styles
9.  Project Page Styles
10. Counter Up Section Styles
11. Feedback Section Styles
12. Blog Page Styles
13. Pagination Section Styles
14. contact Page Styles
15. 404 Page Styles
16. Hero inner Page Section Styles
17. Footer Section Styles


===================== */
@font-face {
  font-family: "MetroSans";
  src: url("../fonts/metrosans-regular-webfont.woff2") format("woff2"),
    url("../fonts/metrosans-regular-webfont.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "MetroSans";
  src: url("../fonts/metrosans-medium-webfont.woff2") format("woff2"),
    url("../fonts/metrosans-medium-webfont.woff") format("woff");
  font-weight: 500;
}
h1,
.h1-96 {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -2.8px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  h1,
  .h1-96 {
    font-size: 3.3rem;
  }
}

h2,
.h2-72 {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -2px;
}

h3,
.h3-64 {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1.5px;
}

h4,
.h4-48 {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1px;
}

h5,
.h5-36 {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -1px;
}

h6,
.h6-24 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.5px;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-family: "MetroSans";
  margin-bottom: 0;
}

.p-small {
  font-size: 0.8rem;
  line-height: 1.625;
  letter-spacing: 0;
}

/**********
 1. Default  Styles
**********/
html {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 6 * (100vw - 320px) / 680);
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 20px;
  }
}
body {
  font-family: "MetroSans";
  color: var(--primary-text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --background-color: #d2d6d4;
  --background-color-dark: #c2c5ba;
  --primary-text-color: #010f12;
  --dark-green: #122529;
  --richgreen: #111715;
  --mysticgreen: #21302b;
  --feldgreen: #104034;
  --ashgray: #edeeed;
  --platinum: #f3f3f3;
  --error: #b22a2f;
  --errorlight: #bc7173;
  --errorlighter: #e9dcdc;
  --errordark: #892023;
  --errordarker: 51080a;
  --success: #3c8461;
  --successlight: #7fb59b;
  --successlighter: #d4e6de;
  --successdark: #285640;
  --successdarker: #182e23;
  --grey1: #1a1a1a;
  --grey2: #343635;
  --grey3: #717171;
  --grey4: #b6b6b6;
  --grey5: #e2e2e2;
  --grey6: #eeeeee;
  --border-color: #888888;
  --midnight-gold: #b5b8ad;
  --silver-sand: #ebebeb;
}

/**********
  2. Button Styles
**********/
.button {
  padding: 25px 35px;
  border-radius: 50px;
  line-height: 1;
  background: #ffffff;
  color: var(--dark-green);
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  font-weight: normal;
}
.button:hover {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.button.button-outline {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.button.button-outline:hover {
  background: #ffffff;
  color: var(--dark-green);
}
.button.button-small {
  padding: 15px 20px;
}

/**********
 3. Grid  Styles
**********/
.container-fluid {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.left-content-title p {
  color: inherit;
  font-size: 0.7rem;
  letter-spacing: 0;
}
.left-content-title span {
  display: block;
  font-weight: 600;
}
.left-content-title.contact-page {
  color: rgba(255, 255, 255, 0.6);
}
.left-content-title.contact-page p {
  font-size: 1rem;
}

ul.feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-width: 1px 0;
  border-color: #fff;
  border-style: solid;
}
ul.feature-list li {
  color: #fff;
  padding-left: 31px;
  position: relative;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 500;
}
ul.feature-list li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
ul.feature-list li::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: url("../images/triangle.svg");
  background-size: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.opacity-70 {
  opacity: 0.7;
}

.form-control {
  background: rgba(219, 229, 230, 0.1);
  border-radius: 35px;
  border: none;
  height: 70px;
  font-size: 0.8rem;
  color: #fff;
  padding: 25px 30px;
  margin-bottom: 20px;
}
.form-control:focus {
  background: rgba(219, 229, 230, 0.1);
  border: 1px solid #fff;
  box-shadow: none;
  outline: 0;
  color: #fff;
}

.text-dark-green {
  color: var(--dark-green);
}

.navbar {
  transition: background-color .3s ease-in-out;
  align-items: center;
  z-index: 999;
}
@media (max-width: 991.98px) {
  .navbar {
    background: var(--dark-green);
  }
}
@media (max-width: 991.98px) {
  .navbar .containe-fluid {
    padding: 0;
  }
}
.navbar .navbar-nav {
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    border-width: 1px 0;
    border-style: solid;
    border-color: #fff;
    margin-top: 15px;
  }
}
.navbar .extra-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar .extra-nav li {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .navbar .extra-nav li {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .navbar .extra-nav li:last-child {
    display: none;
  }
}
.navbar .nav-link {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  padding: 22px 0;
  text-decoration: none !important;
}
.nav-link svg{
  margin-right: 5px;
}
.dropdown-svg{
  transition: transform .4s ease-in-out;
  margin-left: 0px;
  margin-left: 5px;
}
.dropdown-toggle.show .dropdown-svg{
  transform: rotate(180deg);
}
@media(min-width: 992px){
.navbar .nav-link::before {
  content: '';
  width: calc(100% - 54px);
  position: absolute;
  bottom: 20px;
  left: 27px;
  background-color: #fff;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease-in-out;
}
.nav-link:hover::before{
  transform: scaleX(1);
  transition: transform .3s ease-in-out;
  transform-origin: left;
}
}
@media (max-width: 991.98px) {
  .navbar .nav-item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}
.navbar .dropdown-toggle::after {
  content: none;
}
.navbar .dropdown-menu {
  background: var(--primary-text-color);
  border-radius: 0;
  border: none;
  left: 20px;
}
.navbar .dropdown-item {
  color: #fff;
  position: relative;
  padding: 10px 20px 10px 35px;
}
.navbar .dropdown-item:hover {
  background: transparent;
}
.navbar .dropdown-item::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: url("../images/menu-arrow.svg");
  background-size: 100%;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.navbar .nav-link {
  padding-left: 27px;
  padding-right: 27px;
}
.navbar.sticky-nav {
  background: var(--primary-text-color);
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-left: 27px;
  padding-right: 27px;
}

.navbar-toggler {
  outline: 0;
  padding: 0;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  position: relative;
  border-radius: 50%;
}
.navbar-toggler .icon-bar {
  transition: all .3s ease-in-out;
  height: 2px;
  background: #fff;
  display: block;
  border-radius: 2px;
}
.navbar-toggler .icon-bar-wrapper {
  padding-left: 15px;
}
.navbar-toggler .icon-bar:not(:last-child) {
  margin-bottom: 5px;
}
.navbar-toggler .icon-bar:nth-child(1) {
  width: 32px;
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-child(2) {
  width: 20px;
  opacity: 0;
}
.navbar-toggler .icon-bar:nth-child(3) {
  width: 32px;
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  opacity: 1;
  filter: alpha(opacity=0);
}
.navbar-toggler.collapsed .icon-bar:nth-child(1) {
  transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=1);
}
.navbar-toggler.collapsed .icon-bar:nth-child(3) {
  opacity: 0;
  filter: alpha(opacity=1);
  transform: rotate(0);
}
.navbar-toggler:focus {
  box-shadow: none;
}

.hero {
  padding: 300px 0 100px 0;
  background: url("../images/profile/hero.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100%;
  min-height: 100vh;
}
@media (max-width: 575.98px) {
  .hero {
    padding: 150px 0 70px 0;
  }
}
.hero-content {
  padding-right: 120px;
}
@media (max-width: 991.98px) {
  .hero-content {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.hero-content h1 {
  color: #ffffff;
  margin-bottom: 1.25rem;
}
@media (max-width: 575.98px) {
  .hero-content h1 {
    font-size: 2.6rem;
  }
}
.hero-content h1 span {
  color: #cacaca;
}
.hero-content p {
  color: #cacaca;
  margin-bottom: 2rem;
}
.hero-img {
  margin-right: -10%;
}
.hero-img img {
  width: 100%;
}

.feature {
  padding: 100px 0 150px 0;
  background: var(--background-color-dark);
}
@media (max-width: 575.98px) {
  .feature {
    padding: 35px 0;
  }
}
.left-content-title p{
  margin-bottom: 20px;
}
.feature-shot-description p {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 0.7rem;
}
.feature-shot-description p span {
  display: block;
  font-weight: 400;
}
.feature-content h1 {
  margin: 0 0 100px 0;
}
@media (max-width: 575.98px) {
  .feature-content h1 {
    margin: 0 0 40px 0;
    font-size: 64px;
  }
}
.feature-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 65px 20px;
}
@media (max-width: 575.98px) {
  .feature-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature-content-wrapper-item .number {
  font-weight: 400;
  display: grid;
  margin-bottom: 10px;
}
.feature-content-wrapper-item .title {
  font-weight: 500;
  margin: 0 0 10px 0;
}
.feature-content-wrapper-item .description {
  font-weight: 400;
  margin: 0;
}

.experience {
  background-color: var(--dark-green);
  background-image: url("../images/spiral-line-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 60px 0 160px;
}

.loan {
  padding: 40px 0;
  background: url("../images/loan-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.loan-wrapper {
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 35px;
  padding: 40px 25px 45px;
}
.loan-wrapper-content .sub-title {
  letter-spacing: 0;
  font-weight: 600;
  line-height: 22.4px;
  font-size: 14px;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 120px;
  margin-top: 150px;
}
.loan-wrapper-content .sub-title span {
  letter-spacing: -0.5px;
  display: block;
  font-weight: 400;
}
.loan-wrapper-content-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px 20px;
}
.loan-wrapper-content-inner .item h4 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1;
}
.loan-wrapper-content-inner .item h4 span {
  font-size: 20px;
}
.loan-wrapper-content-inner .item .title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0;
}
.loan-wrapper-content-inner .item p {
  margin: 0;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}

.testimonial {
  padding: 70px 0 150px 0;
  background: var(--background-color-dark);
}
.testimonial-title {
  margin-bottom: 110px;
}
.testimonial .arrow {
  margin: 0;
  padding: 0;
  display: flex;
}
@media (max-width: 575.98px) {
  .testimonial .arrow {
    margin: 40px 0 30px 0;
  }
}
.testimonial .arrow li {
  cursor: pointer;
  list-style: none;
  height: 70px;
  width: 70px;
  background: rgba(237, 237, 237, 0.2);
  border-radius: 40px;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.testimonial .arrow li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial .arrow li:hover {
  width: 100px;
  border: 2px solid #2c2c2c;
  background: transparent;
}
.testimonial-wrapper {
  position: relative;
  margin-top: 50px;
}
.testimonial-wrapper-item .reviewer {
  display: flex;
  align-items: center;
}
.testimonial-wrapper-item .reviewer .reviewer-image {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-wrapper-item .reviewer .reviewer-image img {
  height: 100%;
  width: 100%;
}
.testimonial-wrapper-item .reviewer .reviewer-content {
  margin-left: 25px;
}
.testimonial-wrapper-item .reviewer .reviewer-content h6 {
  margin: 0 0 5px 0;
  line-height: 1;
}
.testimonial-wrapper-item .reviewer .reviewer-content span {
  display: block;
  color: #6d6d6d;
  letter-spacing: -2;
}
.testimonial-wrapper .slider-count {
  position: absolute;
  top: -50px;
  left: 0;
}
.testimonial-wrapper .slider-count #current {
  margin-right: 185px;
  position: relative;
}
.testimonial-wrapper .slider-count #current::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 157px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: #969696;
}

.accelerate {
  padding: 80px 0 0 0;
  background: url("../images/accelerate-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.accelerate-content-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.accelerate-content-description {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 35px;
  letter-spacing: 0;
}
.accelerate-img {
  margin-top: 65px;
  width: 100%;
}
.accelerate-img img {
  width: 100%;
}
.invesment-description p{
  letter-spacing: 0;
}
.cta-content p{
  letter-spacing: 0;
}
.invesment {
  padding: 87px 0 200px 0;
  background: var(--background-color);
}
@media (max-width: 575.98px) {
  .invesment {
    padding: 50px 0 50px 0;
  }
}
.invesment-title {
  margin-bottom: 170px;
}
@media (max-width: 575.98px) {
  .invesment-title {
    margin-bottom: 50px;
  }
}
.invesment-list {
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  .invesment-list {
    margin: 40px 0 0 0;
  }
}
.invesment-list li {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 26px 0 38px 0;
  border-top: 1px solid #8e8e8e;
}
@media (max-width: 575.98px) {
  .invesment-list li {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.invesment-list li span {
  font-size: 4.8rem;
  line-height: 96px;
  font-weight: 400;
}
.invesment-list li h6 {
  margin: 0;
  font-weight: 500;
}
.invesment-list li:last-child {
  border-bottom: 1px solid #8e8e8e;
}

.platform {
  overflow: hidden;
}
.platform-background {
  background: url("../images/platform-bg.png");
  height: 100%;
  background-size: cover;
}
@media (max-width: 992px) {
  .platform-background {
    height: 500px;
  }
}
.platform-content {
  background: var(--dark-green);
  padding: 100px 40px;
}
.platform-content h2 {
  margin-bottom: 200px;
}
@media (max-width: 575.98px) {
  .platform-content h2 {
    margin-bottom: 90px;
  }
}

.news {
  background: var(--background-color-dark);
  padding: 80px 0 190px 0;
}
@media (max-width: 767.98px) {
  .news {
    padding: 40px 0 60px 0;
  }
}
.news-title {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .news-title {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.news-title .button {
  color: var(--primary-text-color);
  border: 2px solid var(--primary-text-color);
}
.news-article {
  display: grid;
  grid-template-columns: 33.33% 66.66%;
  padding: 20px 0 30px 0;
  border-top: 1px solid #848484;
}
@media (max-width: 767.98px) {
  .news-article {
    grid-template-columns: 100%;
  }
}
.news-article .article-title {
  transition: 0.3s ease;
}
.news-article span {
  transition: 0.3s ease;
}
.news-article-date {
  display: flex;
  align-items: flex-start;
}
.news-article-date .day {
  font-size: 3.6rem;
  line-height: 1;
  margin-right: 10px;
}
.news-article-date .month_year .month {
  display: block;
}
.news-article-content {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .news-article-content {
    flex-direction: column-reverse;
  }
}
.news-article-content-wrapper {
  margin-right: 30px;
}
.news-article-content-wrapper .article-category {
  margin: 20px 0 0 0;
  padding: 0;
}
.news-article-content-wrapper .article-category li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.news-article-content-wrapper .article-category li a {
  padding: 8px 10px;
  background: var(--background-color);
  font-size: 14px;
  color: #545454;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  border-radius: 30px;
  line-height: 1;
}
.news-article-content-wrapper .article-category li a:hover {
  color: var(--primary-text-color);
}
@media (max-width: 767.98px) {
  .news-article-content-thumb {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.news-main {
  padding: 250px 0 160px;
  background-color: var(--dark-green);
  background-image: url("../images/spiral-line-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 991.98px) {
  .news-main {
    padding: 200px 0 100px;
  }
}
.news-main .news-title {
  margin-left: -7%;
  margin-bottom: 10rem;
}
@media (max-width: 991.98px) {
  .news-main .news-title {
    margin-left: 0;
  }
}
.news-main .news-title p {
  width: 80%;
}
@media (max-width: 991.98px) {
  .news-main .news-title {
    margin-bottom: 4rem;
  }
}
.news-main .news-article {
  border-color: var(--midnight-gold);
  grid-template-columns: 30% 70%;
  padding: 17px 0 85px;
}
@media (max-width: 991.98px) {
  .news-main .news-article {
    grid-template-columns: 100%;
  }
}
.news-main .news-article .article-title {
  color: #fff;
  text-decoration: none;
}
.news-main .news-article .article-title:hover {
  text-decoration: underline;
}
.news-main .news-article .news-article-date span {
  color: #fff;
}
.news-main .news-article .article-category li a {
  background: rgba(210, 214, 212, 0.2);
  color: #fff;
}
.news-main .news-article .news-article-content-thumb img {
  width: 100%;
}
.news-main .news-article:hover .article-title {
  color: var(--midnight-gold);
}
.news-main .news-article:hover .news-article-date span {
  color: var(--midnight-gold);
}
.news-pagination {
  padding-left: 30%;
}
@media (max-width: 991.98px) {
  .news-pagination {
    padding-left: 0;
  }
}
.news-pagination ul {
  list-style: none;
  border-top: 1px solid var(--midnight-gold);
  padding: 10px 0 0 5px;
}
.news-pagination ul li {
  display: inline-block;
}
.news-pagination ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 40px;
}
.news-pagination ul li a:hover {
  color: var(--midnight-gold);
}
.news-pagination ul li.active a {
  background: #38484b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
}
.news-pagination ul li:last-child {
  margin-left: 25px;
}
@media (max-width: 991.98px) {
  .news-pagination ul li:last-child {
    float: right;
  }
}
.news-details {
  background: var(--dark-green);
  padding: 200px 0 110px;
}
@media (max-width: 991.98px) {
  .news-details {
    padding: 150px 0 40px;
  }
}
@media (max-width: 991.98px) {
  .news-details .news-article-date {
    margin-bottom: 30px;
  }
}
.news-details .news-article-date span {
  color: #fff;
}
@media (max-width: 991.98px) {
  .news-details .single-news-title {
    font-size: 2.4rem;
  }
}
.news-details-content {
  border-top: 1px solid var(--midnight-gold);
  padding: 50px 0;
}
.news-details-sidebar {
  color: var(--background-color);
  font-size: 0.9rem;
}
@media (max-width: 991.98px) {
  .news-details-sidebar {
    display: none;
  }
}
.news-details-sidebar span {
  display: block;
  color: #fff;
  font-weight: 600;
}
.news-details-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-details-sidebar ul li {
  display: inline-block;
}
.news-details-sidebar ul li a {
  display: block;
  text-decoration: none;
  transition: 0.3s ease;
  color: var(--background-color);
}
.news-details-sidebar ul li a:hover {
  color: #fff;
}
.news-details-wrapper img {
  width: 100%;
  margin-bottom: 3rem;
}
.news-details-wrapper h2,
.news-details-wrapper h3,
.news-details-wrapper h4,
.news-details-wrapper h5,
.news-details-wrapper h6 {
  color: #fff;
  margin-bottom: 2rem;
  max-width: 900px;
}
@media (max-width: 991.98px) {
  .news-details-wrapper h4 {
    font-size: 1.4rem;
  }
}
.news-details-wrapper p,
.news-details-wrapper ul {
  color: var(--silver-sand);
  opacity: 0.8;
  max-width: 785px;
}
.news-details-wrapper p {
  margin-bottom: 30px;
}
.news-details-wrapper blockquote {
  max-width: 785px;
  padding: 33px 0 20px 90px;
  position: relative;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.news-details-wrapper blockquote cite {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
}
.news-details-wrapper blockquote::before {
  content: "“";
  position: absolute;
  font-size: 144px;
  top: 100px;
  width: 144px;
  left: 0;
}
.news-details-wrapper ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.news-details-wrapper ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.news-next-reading span {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}
.news-next-reading-content {
  color: #fff;
  text-decoration: none;
  border-top: 1px solid #fff;
  display: flex;
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .news-next-reading-content {
    flex-direction: column;
  }
}
.news-next-reading-content h6 {
  width: 50%;
  padding-right: 10%;
}
@media (max-width: 991.98px) {
  .news-next-reading-content h6 {
    width: 100%;
    padding-right: 0;
  }
}
.news-next-reading-content .news-article-date {
  width: 50%;
}
.news-next-reading-content:hover {
  color: var(--midnight-gold);
}

.cta {
  padding: 90px 0;
  background: url("../images/cta-bg.png");
  background-size: cover;
  background-position: center center;
}
@media (max-width: 575.98px) {
  .cta {
    padding: 50px 0;
  }
}
/* .cta-content {
  margin-left: 5%;
} */
@media (max-width: 575.98px) {
  .cta-content h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .cta-content {
    margin-left: 0;
  }
}
.cta-button {
  text-align: right;
  margin-right: 5%;
}
@media (max-width: 575.98px) {
  .cta-button {
    text-align: left;
    margin-right: 0;
    margin-top: 20px;
  }
}
.cta-button .button:hover {
  color: #000000;
  border: 2px solid #000000;
}

.footer {
  background: var(--primary-text-color);
  overflow: hidden;
}
.footer .col-lg-6:first-child {
  border-right: 1px solid #415154;
}
.footer-company {
  padding: 80px 40px 100px;
}
@media (max-width: 575.98px) {
  .footer-company {
    padding: 40px 15px 0 15px;
  }
}
.footer-company h3 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -1%;
  margin-bottom: 56px;
}
.footer-company p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.3rem;
  margin-bottom: 10rem;
}
@media (max-width: 575.98px) {
  .footer-company p {
    margin-bottom: 30px;
  }
}
.footer-company span {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer-widget {
  padding: 80px 99px 60px 65px;
}
@media (max-width: 575.98px) {
  .footer-widget {
    padding: 50px 15px 40px 15px;
  }
}
.footer-widget-link h3 {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  letter-spacing: -1%;
  margin-bottom: 56px;
}
@media (max-width: 575.98px) {
  .footer-widget-link h3 {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
.footer-widget-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget-link ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget-link ul li a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  text-decoration: none;
  line-height: 1;
  transition: color .3s ease-in-out;
}
.footer-widget-link ul li a:hover{
  color: #fff;
  transition: color .3s ease-in-out;
}
.footer-widget-form .form-group {
  position: relative;
}
.footer-widget-form .form-group::after {
  position: absolute;
}
.footer-widget-terms p {
  color: #fff;
}
.footer-widget-terms p a {
  color: inherit;
  text-decoration: none;
}
.footer-widget-terms p a:hover{
  text-decoration: underline;
}
.footer-bottom {
  padding: 40px;
  border-top: 1px solid #415154;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .footer-bottom {
    padding: 30px 15px 30px 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-bottom p {
  margin-left: auto;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .footer-bottom p {
    margin-left: 0;
    margin-top: 40px;
  }
}
.footer-bottom p a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}
.footer-bottom p a:hover{
  text-decoration: underline;
}
.footer-company-address a{
  text-decoration: none;
  color: #fff !important;
}
.footer-company-address a:hover{
  text-decoration: underline;
}
.contact {
  background-color: var(--dark-green);
  background-image: url("../images/spiral-line-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 200px 0 140px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .contact {
    padding: 200px 0 50px;
  }
}
.contact-content {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .contact-content {
    margin-bottom: 60px;
  }
}
.contact .contact-page {
  margin-bottom: 50px;
}
.contact-form .form-control {
  margin-bottom: 30px;
}
.contact-form label {
  margin-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
}
.contact-form textarea {
  min-height: 250px;
  padding: 25px 30px;
}

.industries-hero {
  height: 100%;
  min-height: 100vh;
  background: url("../images/industries/hero.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 0 83px 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .industries-hero {
    padding: 0 0 30px 0;
  }
}
.industries-hero.credit-unions {
  background: url("../images/industries/hero-2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .industries-reason {
    padding: 50px 0;
  }
}

.industries-issue {
  background: var(--background-color);
  padding: 65px 0 220px 0;
}
@media (max-width: 991.98px) {
  .industries-issue {
    padding: 50px 0;
  }
}
.industries-issue-title {
  margin-bottom: 300px;
}
@media (max-width: 991.98px) {
  .industries-issue-title {
    margin-bottom: 150px;
  }
}
.industries-issue-title h1 u {
  text-decoration-thickness: 4px;
  text-underline-offset: 5px;
}
@media (max-width: 991.98px) {
  .industries-issue .left-content-title {
    margin-bottom: 50px;
  }
}
.industries-issue-item {
  padding: 0 20px;
  border-left: 1px solid #888888;
}
.industries-issue-item h5 {
  color: var(--primary-text-color);
  font-weight: 500;
}
.industries-issue-item p {
  color: var(--dark-green);
}

.industries-offer {
  padding: 93px 0 150px;
  background: var(--background-color-dark);
}
@media (max-width: 991.98px) {
  .industries-offer {
    padding: 50px 0;
  }
}
.industries-offer-content {
  margin-bottom: 100px;
}
.industries-offer-item {
  display: flex;
  justify-content: flex-start;
  padding: 15px 0 35px 0;
  border-top: 1px solid var(--border-color);
}
@media (max-width: 991.98px) {
  .industries-offer-item {
    flex-direction: column;
  }
}
.industries-offer-item .number {
  margin-right: 140px;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 2rem;
}

.industries-testimonial .platform-background {
  background: url("../images/industries/testimonial.png");
  background-size: cover;
}
.industries-testimonial .platform-content {
  padding-bottom: 106px;
}
.industries-testimonial .platform-content h2 {
  margin-bottom: 200px;
}
@media (max-width: 991.98px) {
  .industries-testimonial .platform-content h2 {
    margin-bottom: 60px;
  }
}

.industries-accelerate {
  background: var(--background-color-dark);
  padding: 170px 0 190px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .industries-accelerate {
    padding: 40px 0 60px 0;
  }
}
.industries-accelerate-arrow {
  margin: 55px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.industries-accelerate-arrow li {
  list-style: none;
  height: 70px;
  width: 70px;
  background: rgba(237, 237, 237, 0.2);
  border-radius: 40px;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s ease;
  margin-right: 10px;
  cursor: pointer;
}
.industries-accelerate-arrow li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.industries-accelerate-arrow li:hover {
  width: 100px;
  border: 2px solid #2c2c2c;
  background: transparent;
}
.industries-accelerate-slider {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .industries-accelerate-slider {
    margin-top: 40px;
  }
}
.industries-accelerate-slider-item {
  padding: 20px;
}
.industries-accelerate-slider-item img {
  width: 100%;
}
.industries-accelerate-slider .slider-count {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .industries-accelerate-slider .slider-count {
    bottom: -25px;
  }
}
.industries-accelerate-slider .slider-count #current {
  margin-right: 185px;
  position: relative;
}
.industries-accelerate-slider .slider-count #current::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 157px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: #969696;
}

.feature-hero {
  height: 100%;
  min-height: 100vh;
  background: url("../images/feature/hero.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 0 83px 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .feature-hero {
    padding: 0 0 50px 0;
  }
}

.feature-achieve {
  padding: 100px 0 140px;
  background: var(--background-color);
}
@media (max-width: 991.98px) {
  .feature-achieve {
    padding: 50px 0 50px;
  }
}
.feature-achieve-title {
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  .feature-achieve-title {
    margin-bottom: 40px;
  }
}
.feature-achieve-description {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .feature-achieve-description {
    margin-bottom: 40px;
  }
}
.feature-achieve hr {
  background-color: #000000;
}
@media (max-width: 991.98px) {
  .feature-achieve .left-content-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .feature-achieve .feature-achieve-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .feature-achieve .custom-row {
    margin-bottom: 0 !important;
  }
}

.feature-brand {
  padding: 93px 0 150px;
  background: var(--background-color-dark);
}
@media (max-width: 991.98px) {
  .feature-brand {
    padding: 50px 0;
  }
}
.feature-brand-content {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .feature-brand-content {
    margin-bottom: 2.4rem;
  }
}
.feature-brand-item {
  display: flex;
  align-items: center;
  padding: 90px 0 52px 0;
  border-top: 1px solid var(--border-color);
}
@media (max-width: 991.98px) {
  .feature-brand-item {
    flex-direction: column;
  }
}
.feature-brand-item .brand {
  margin-right: 50px;
  max-width: 384px;
  width: 100%;
  height: 157px;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .feature-brand-item .brand {
    padding: 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.feature-brand-item .brand img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .feature-brand-item .brand img {
    width: 100%;
    padding: 30px;
  }
}
/* .feature-brand-item .content {
  width: calc(100% - 384px);
} */
@media (max-width: 991.98px) {
  .feature-brand-item .content {
    width: 100%;
  }
}

.feature-request {
  padding: 40px 0;
  background: url("../images/feature/request-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.feature-request.careers-image-section {
  background: url("../images/careers.png");
}
.feature-request-wrapper {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 35px;
  padding: 40px 25px 45px;
}
.feature-request-wrapper-title {
  padding-bottom: 80px;
  border-bottom: 1px solid #ffffff;
}
.feature-request-wrapper-content {
  margin-bottom: 40px;
}
.feature-request-wrapper-content .sub-title {
  font-weight: 600;
  line-height: 22.4px;
  font-size: 14px;
  letter-spacing: -0.5px;
}
.feature-request-wrapper-content .sub-title span {
  display: block;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.feature-request-wrapper-form .form-group .form-control {
  margin-bottom: 30px;
}
.feature-request-wrapper-form .form-group label {
  margin-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
}

.profile-hero {
  height: 100%;
  min-height: 100vh;
  background: url("../images/hero-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
.profile-hero-content h1 span {
  color: #cacaca;
}
.profile-hero-news .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.profile-hero-news .title ul {
  display: flex;
  justify-content: center;
}
.profile-hero-news .title ul li {
  list-style: none;
  cursor: pointer;
}
.profile-hero-news .title ul li:not(:last-child) {
  margin-right: 15px;
}
.profile-hero-news .title ul li:hover svg path {
  fill: #ffffff;
}
.profile-hero-news .title .progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.profile-hero-news-wrapper .profile-hero-news-item {
  display: flex;
  padding: 20px 0 0 0;
}
.profile-hero-news-wrapper .profile-hero-news-item .date {
  margin-right: 50px;
}
.profile-hero-news-wrapper .profile-hero-news-item .date .day {
  font-size: 2.4rem;
  line-height: 1;
}
.profile-hero-news-wrapper .profile-hero-news-item .date .month,
.profile-hero-news-wrapper .profile-hero-news-item .date .year {
  font-size: 0.6rem;
  letter-spacing: 1;
  line-height: 1;
  display: block;
}

.profile-invesment,
.pricing-section {
  background-color: var(--dark-green);
  background-image: url("../images/spiral-line-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 65px 0 150px 0;
}
@media (max-width: 767.98px) {
  .profile-invesment,
  .pricing-section {
    padding: 40px 0;
  }
}
.profile-invesment-title,
.pricing-section-title {
  margin-bottom: 150px;
}
@media (max-width: 767.98px) {
  .profile-invesment-title,
  .pricing-section-title {
    margin-bottom: 40px;
  }
}
.profile-invesment-title h1 u,
.pricing-section-title h1 u {
  text-decoration-thickness: 4px;
  text-underline-offset: 5px;
}
.profile-invesment-content,
.pricing-section-content {
  margin-bottom: 150px;
}
@media (max-width: 767.98px) {
  .profile-invesment-content,
  .pricing-section-content {
    margin-bottom: 40px;
  }
}
.profile-invesment-item,
.pricing-section-item {
  padding: 0 20px;
  border-left: 1px solid #888888;
}
.profile-invesment-item span,
.pricing-section-item span {
  font-size: 3.2rem;
  display: block;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .profile-invesment-item span,
  .pricing-section-item span {
    margin-bottom: 50px;
  }
}
.profile-invesment-item h5,
.pricing-section-item h5 {
  font-weight: 500;
}

.profile-loan {
  background: url("../images/profile/loan-bg.png");
  background-size: cover;
  background-position: center center;
}
.profile-loan .loan-wrapper {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(40);
  backdrop-filter: blur(40);
}
.profile-loan .loan-wrapper-content .sub-title {
  border-bottom: 1px solid #ffffff;
}

.booking {
  background: url("../images/booking-bg.png");
  background-size: cover;
  background-position: center center;
  padding: 250px 0;
}
@media (max-width: 767.98px) {
  .booking {
    padding: 200px 0 20px;
  }
}
.booking-title {
  margin-bottom: 130px;
}
@media (max-width: 767.98px) {
  .booking-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .booking-title p {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .booking .booking-order {
    order: 2;
  }
}
.booking-item {
  border-top: 1px solid #888888;
  margin-bottom: 70px;
  padding-top: 20px;
  margin-right: 100px;
}
@media (max-width: 767.98px) {
  .booking-item {
    margin-right: 0;
  }
}
.booking-item h5 {
  margin-bottom: 20px;
}
.booking-form {
  padding: 45px 40px 60px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 35px;
}
@media (max-width: 767.98px) {
  .booking-form {
    margin-bottom: 80px;
    padding: 40px 25px 70px;
  }
}
.booking-form .content {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #ffffff;
}
.booking-form .content h5 a {
  color: #ffffff;
  margin-top: 20px;
}
.booking-form-wrapper .form-group .form-control {
  margin-bottom: 30px;
}
.booking-form-wrapper .form-group label {
  margin-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
}
.booking-form-wrapper .form-group textarea {
  min-height: 200px;
  padding: 25px 30px;
}
/*# sourceMappingURL=maps/theme.css.map */

.loader-page {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--dark-green);
  z-index: 9999;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.top-loader-half {
  height: 50vh;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
}
.lower-loader-half {
  height: 50vh;
  background-color: var(--dark-green);
  width: 100%;
  z-index: 1;
}
.top-loader-half img {
  margin: 0 auto;
  height: 50px;
}
body {
  overflow-x: hidden;
}

.dropdown-megamenu-column-items a.dropdown-item {
  font-weight: 600;
  padding-bottom: 0;
  letter-spacing: -1px;
}
.dropdown-megamenu-column-items a.dropdown-item:hover {
  text-decoration: underline;
}
.dropdown-megamenu-column-items a.dropdown-item + span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: -1px;
  color: #fff;
  padding: 0 20px 0 35px;
  min-width: 355px;
}
.navbar .dropdown-item::before {
  top: 65%;
}
.navbar .dropdown-menu {
  top: 100%;
  left: -15px;
  padding: 10px 125px 20px 10px;
  animation-name: slideOut;
	animation-duration: 0.3s;
	animation-fill-mode: both;
}
.navbar .dropdown-menu.show{
  animation-name: slideIn;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}
@keyframes slideOut {
	0%{
		transform: translateY(0rem);
		opacity: 1;
	}
	100%{
		transform: translateY(1rem);
		opacity: 0;
	}
	0%{
		transform: translateY(0rem);
		opacity: 1;
	}
}
@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}

	100% {
		transform: translateY(0rem);
		opacity: 1;
	}

	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}

	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}
.no-border {
  border: none;
}
.news-details.privacy-detail-wrap {
  padding-top: 231px;
  padding-bottom: 66px;
}
.news-details-content.no-border {
  padding-top: 24px;
}
.news-details.privacy-detail-wrap h4 {
  margin-bottom: 15px;
}

.news-details.privacy-detail-wrap ul li:not(:last-child) {
  margin: 0;
}

a.nav-link.dropdown-toggle,
a.nav-link.dropdown-toggle:focus {
  outline: none;
}
.not-active {
  display: none;
}
.active {
  display: block;
}

.success-message-box h5.text-white {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 22px;
}

.success-message-box p.text-white {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
  opacity: 0.6;
  max-width: 660px;
  margin-bottom: 22px;
}
.mt-187p {
  margin-top: 187px;
}
.page404 h1 {
  margin-top: 100px;
}

.text-404 {
  position: relative;
}
.text-404:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: #aeb1a5;
  top: 56px;
  right: calc(50% - 0.5px);
}
.page404 a.button.button-outline.button-small.mt-187p {
  margin-bottom: 100px;
}
section.contact.page404 {
  background-position: 0vh -15vh;
}

@media (max-width: 1199.98px) {
  .navbar {
    background: var(--dark-green);
  }
  .navbar .nav-item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .navbar .extra-nav li:last-child {
    display: none;
  }
  .navbar-collapse {
    display: block !important;
    min-height: 0vh !important;
    height: 0vh !important;
    overflow: hidden;
    transition: height .3s ease-in-out, min-height .3s ease-in-out;
  }
  .navbar-collapse.show{
    min-height: 100vh !important;
    height: 100vh !important;
    transition: height .3s ease-in-out, min-height .3s ease-in-out;
  }
  .navbar-collapse.collapsing{
    transition: height .3s ease-in-out, min-height .3s ease-in-out;
  }
  .navbar .extra-nav li {
    display: block;
  }
  .navbar .navbar-nav {
    border-width: 1px 0;
    border-style: solid;
    border-color: #fff;
    margin-top: 15px;
  }
  ul.dropdown-menu.show {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .dropdown-menu {
    padding-right: 0;
  }
  li.dropdown-megamenu-column-items {
    border-top: 1px solid #fff;
    padding-top: 12px;
    padding-bottom: 22px;
  }
  .dropdown-megamenu-column-items a.dropdown-item + span {
    display: none;
  }
  .dropdown-megamenu-column-items a.dropdown-item {
    font-weight: normal;
  }
}

.navbar-toggler .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 25% 0;
}
.navbar-toggler .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 0;
}

.navbar-toggler .icon-bar-wrapper {
  padding-left: 17px;
  padding-top: 3px;
}

.hero-img img {
  min-width: 764px;
}

@media (min-width: 575px) {
  .loan-wrapper {
    min-width: 459.73px;
  }
}

.news-details-wrapper p,
.news-details-wrapper ul {
  max-width: 70%;
  min-width: 70%;
}

.news-details-wrapper h2,
.news-details-wrapper h3,
.news-details-wrapper h4,
.news-details-wrapper h5,
.news-details-wrapper h6 {
  max-width: 70%;
  min-width: 70%;
}
.news-details-wrapper blockquote {
  max-width: 70%;
}
.image-location-wrap {
  position: relative;
}
.image-location-wrap img {
  min-width: 590px;
  position: absolute;
  top: 30px;
}
@media (min-width: 1920px) {
  .image-location-wrap img {
    min-width: 680px;
  }
}
@media (max-width: 991.98px) {
  .image-location-wrap img {
    display: none;
  }
}
.profile-invesment,
.pricing-section {
  background-position: 36% -226.5px;
}
@media (min-width: 2020px) {
  .image-location-wrap img {
    top: -160px;
    left: -64px;
    min-width: 810px;
  }
}
.footer-widget-form input[type="email"] {
  max-width: 565px;
}
/*cookies part*/
.cookies-area-wrap {
  background: #010f12;
  color: #fff;
  max-width: 500px;
  padding: 31px 36px 26px 36px;
  position: fixed;
  right: 0;
  bottom: 0;
}
.cookies-area-wrap .cookies-text-area p {
  font-family: "MetroSans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.5px;
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 20px;
}

.cookies-btns-area {
  text-align: right;
}
.cookies-btns-area a.cookie-btn {
  font-family: "MetroSans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #fff;
  position: relative;
  margin-left: 26.5px;
  text-decoration: none;
}

.cookies-btns-area a.cookie-btn:hover {
  color: #a6aa9d;
  text-decoration-line: underline;
}

.cookies-btns-area a.cookie-btn:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: url("../images/rect-white-icon.svg");
  background-size: 100%;
  left: -16.5px;
  top: 50%;
  background-repeat: no-repeat;
}
.cookies-btns-area a.cookie-btn:hover:before {
  background: url("../images/rect-gray-icon.svg");
}
@media (max-width: 1199.98px) {
  .news-details-wrapper p,
  .news-details-wrapper ul,
  .news-details-wrapper blockquote {
    max-width: 100%;
    min-width: 100%;
  }

  .feature-brand .feature-brand-lists .col-lg-4,
  .feature-brand .feature-brand-lists .col-lg-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  .feature-brand .feature-brand-desc-wrap .col-lg-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  .feature-brand .feature-brand-desc-wrap .col-lg-4.mobile-d-none {
    display: none;
  }
}

.feature-brand .col-lg-4,
.feature-brand .col-md-6 .content,
.feature-brand .brand-wrap {
  padding-left: 0;
}
.feature-brand .brand-wrap {
  margin-bottom: 35px;
}
.feature-brand-item.row.no-border-top {
  border-top: none;
  padding-top: 14px;
}
.brand-wrap img {
  background: #ffffff24;
  border-radius: 30px;
}
@media (max-width: 575.98px) {
  .feature-brand .feature-brand-desc-wrap .col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .feature-brand .col-lg-4,
  .feature-brand .col-md-6 .content,
  .feature-brand .brand-wrap {
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .feature-brand-item {
    border-top: none;
  }
  .feature-brand .left-content-title h5 {
    border-top: 1px solid var(--border-color);
    padding-top: 26px;
  }
}

@media (max-width: 1330px) {
  .brand-wrap img {
    width: 90%;
  }
}
/*pricing page*/

section.pricing-section {
  padding-top: 150px;
  background-image: none;
}
.pricing-section-title {
  margin-bottom: 105px;
}
.pricing-toggle-wrap a {
  font-family: "MetroSans";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #b5b8ad !important;
  text-decoration: none;
  padding: 0 8px 0 25px;
}
.pricing-toggle-wrap a:hover {
  color: #fff !important;
  cursor: pointer;
}
.pricing-toggle-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 56px;
}
.pricing-toggle-wrap a.active {
  font-weight: 500;
  color: #fff !important;
}
.pricing-plan-block {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(174, 177, 165, 0.2);
  box-sizing: border-box;
  border-radius: 35px;
  color: #fff;
  padding: 43px 21px 25px 21px;
  min-height: 788px;
  margin-bottom: 37px;
}
.pricing-plan-block > h5 {
  margin-bottom: 7px;
}

.pricing-plan-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 51px;
  /* max-width: 399px; */
}
.pricing-plan-block.recommended-plan {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.pricing-plan-block p small {
  display: block;
  font-size: 14px;
  color: #aeb1a5;
  margin-top: 9px;
}
.pricing-section h5.price-amount {
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #aeb1a5;
  padding-bottom: 18px;
  margin-bottom: 0;
}

.pricing-section .recommended-plan h5.price-amount {
  padding-bottom: 23px;
}

.pricing-section h5.price-amount span {
  font-size: 18px;
}
.pricing-section ul {
  padding-left: 0;
}
.pricing-section ul li {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #ffffff;
  list-style: none;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #2c3d3f;
  border-bottom: 1px solid #2c3d3f;
  padding-left: 23px;
  position: relative;
}

.pricing-section ul li:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../images/triangle.svg);
  background-size: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
span.pricing-plan-note {
  font-size: 14px;
  line-height: 22px;
  color: #aeb1a5;
  margin-bottom: 20px;
  display: block;
}
.recommended-plan-title {
  background: #a6aa9d;
  padding: 27px 26px;
  border-radius: 35px 35px 0px 0px;
  color: #010f12;
}
.recommended-plan p {
  margin-bottom: 11px;
}
.enterprise-plan p {
  margin-bottom: 36px;
}
span.pricing-plan-note b {
  font-weight: 500;
}

a.contact-us-btn {
  background: rgba(166, 170, 157, 0.1);
  border: 1px solid #2c3d3f;
  box-sizing: border-box;
  border-radius: 0px;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-decoration-line: underline;
  color: #a6aa9d;
  padding: 16px 16px 16px 23px;
  margin-bottom: 12px;
  max-height: 60px;
}

.enterprise-plan span.pricing-plan-note {
  margin-bottom: 131px;
}
.pricing-compare {
  margin-top: 30px;
  margin-bottom: 55px;
}
.addon-feature-block {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(174, 177, 165, 0.2);
  box-sizing: border-box;
  border-radius: 35px;
  padding: 46px 30px;
  margin-bottom: 50px;
  width: 666px;
  margin-right: 30px;
}
.addon-feature-block h5 {
  color: #fff;
}

.addon-feature-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}

.addon-price-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
  align-items: center;
  justify-content: space-between;
}
.addon-price-btn-wrap h5.price-amount {
  margin-right: 32px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 8px;
}
h1.addon-title {
  margin-bottom: 90px;
  max-width: 908px;
}
.addon-feature-block ul,
.addon-feature-block span {
  max-width: 400px;
  margin-left: auto;
}
ul.api-addon-list li:before {
  top: 27px;
}
section.faq-section {
  padding-top: 84px;
  padding-bottom: 118px;
  background: #d2d6d4;
}

h5.accordion-header button {
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -1px;
  color: #010f12;
  background: none;
  border: none;
  box-shadow: none;
  font-family: "MetroSans";
  padding: 24px 0;
  border-radius: 0%;
}
.accordion-button:not(.collapsed) {
  background: none;
  color: #010f12;
  box-shadow: none;
}
.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 0;
}

.nestvested-accordion .accordion-item {
  background: none;
  border-left: none;
  border-right: none;
  border-color: #888;
}
.nestvested-accordion p {
  font-family: "MetroSans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #122529;
  padding: 0;
  max-width: calc(100% - 100px);
}
@media (max-width: 992px) {
  .nestvested-accordion p{
    max-width: 100%;
  }
}
.industries-accelerate-content{
  padding: 10px;;
}
.nestvested-accordion .accordion-body {
  padding: 34px 0;
}

.nestvested-accordion button.accordion-button span {
  max-width: calc(100% - 100px);
}
.nestvested-accordion .accordion-button {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.nestvested-accordion .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.nestvested-accordion .accordion-button::after {
  display: none;
}
span.arrow-accordion {
  position: absolute;
  right: 0;
  background: #e6e6e6;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: transform .3s ease-in-out;
}
.accordion-button:not(.collapsed) span.arrow-accordion {
  transform: rotate(180deg);
}
.pricing-plan-note.mb-fix {
  margin-bottom: 0;
}
.addon-feature-wrap {
  justify-content: start;
}
.compare-content-wrap {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(174, 177, 165, 0.2);
  border-radius: 35px;
  padding: 0 21px;
}
.compare-content-wrap .col-lg-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.border-right {
  border-right: 1px solid #3b494b;
}
.compare-content-wrap h5.text-white {
  margin-bottom: 50px;
}
.pricing-toggle-wrap a:first-child:after {
  content: "/";
  margin: 0 10px 0 8px;
  position: absolute;
}

.pricing-toggle-wrap a.compareBtn:after {
  display: none;
}
h5.price-amount.show {
  display: block;
}
h5.price-amount.hide {
  display: none;
}
a.compareBtn.button.button-outline.button-small {
  margin-bottom: 50px;
}
.careers-section-title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #ffffff;
  opacity: 0.6;
  max-width: 660px;
}
.careers-section-title h1 {
  margin-bottom: 26px;
}
table.table-jobs tr td {
  color: #fff;
  border-top: 1px solid #aeb1a5;
  border-bottom: 1px solid #aeb1a5;
}

table.table.table-hover.table-jobs tr td {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  padding-top: 22px;
  padding-bottom: 22px;
}
.openings-table-wrap h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 16px;
}

table.table.table-hover.table-jobs tr td h5 {
  font-size: 24px;
  margin-bottom: 0;
  position: relative;
  padding-left: 28px;
  color: #fff;
}

table.table.table-hover.table-jobs tr td h5:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../images/triangle.svg);
  background-size: 100%;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}

.table-hover.table-jobs > tbody > tr:hover {
  background: rgba(56, 72, 75, 0.4);
}
a.opening-btn {
  display: none;
  font-size: 14px;
  line-height: 32px;
  text-align: right;
  letter-spacing: -0.5px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.table-hover.table-jobs > tbody > tr:hover td a.opening-btn {
  display: block;
}
td.action-opening {
  padding-right: 16px;
}
.career-benefits-section {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 85px;
}

.career-benefits-section .left-content-title p,
.career-benefits-section h5 {
  color: #fff;
}

.careers-image-section .feature-request-wrapper-content p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  padding-bottom: 24px;
  border-bottom: 1px solid;
  padding-top: 17px;
}
.careers-image-section .feature-request-wrapper-content p b {
  display: block;
}
.careers-image-section .feature-request-wrapper-content p:last-child {
  border-bottom: none;
}
.careers-image-section .feature-request-wrapper-title {
  border-bottom: none;
}

.how-to-apply {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
  border-radius: 35px;
  padding: 45px;
  max-width: 70%;
  margin-top: 70px;
}
.how-to-apply p {
  max-width: 100%;
}

.how-to-apply h6 {
  margin-bottom: 10px;
}
.job-info-left h6 {
  font-size: 18px;
  line-height: 27px;
  color: #dbe5e6;
}
.job-info-left h6.label-job-info {
  font-weight: 700;
  color: #fff;
}

@media (max-width: 991.98px) {
  .addon-feature-block ul,
  .addon-feature-block span {
    max-width: 100%;
  }
  .visible-desktop {
    display: none;
  }
  .pricing-plan-note.mb-fix {
    margin-bottom: 26px;
  }
  .border-right {
    border-right: none;
    border-bottom: 1px solid #3b494b;
  }
  .how-to-apply {
    max-width: 100%;
  }
}

@media (min-width: 991px) {
  .visible-mobile {
    display: none;
  }
}
@media (max-width: 1200.98px) {
  .addon-feature-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .addon-feature-block {
    margin-right: 0;
    width: 100%;
  }
}

.cookies-area-wrap.dismiss-popup {
  transform: translate(500px, 0) !important;
  transition: 2s ease;
}
.enterprise-plan .contact-us-btn{
  transition: color .3s ease-in-out;
}
.enterprise-plan .contact-us-btn:hover{
  color: #fff;
  transition: color .3s ease-in-out;
}
.left-content-title.contact-page a{
  color: #fff;
  text-decoration: none;
}
.left-content-title.contact-page a:hover{
  text-decoration: underline;
}
.job-info-left a{
  color: #fff;
  text-decoration: none;
}
.job-info-left a:hover{
  text-decoration: underline;
}