/* ==============
 ========= Css Documentation =========

 Template Name: Povest
 Version: 1.0
 Description: Real Estate Investment Template
 Author: softivus
 Author URI: https://www.templatemonster.com/authors/softivus/

 01. Abstracts
     1.1 --> Mixins
     1.2 --> Variables
    
 02. Base
     2.1 --> Reset
     2.2 --> Typography
     2.3 --> Global

 03. Components
     3.1 --> Buttons
     3.2 --> Forms
     3.3 --> Preloader

 04. Layout
     4.1 --> Header
     4.2 --> Hero Section
     4.3 --> Banner
     4.4 --> All Sections
     4.5 --> Footer

     =========================
     01. mixins
     ------------------------------------------------------
     02. variables
     ------------------------------------------------------
     03. global styles
     ------------------------------------------------------
     04. reset styles
     ------------------------------------------------------
     05. typography styles
     ------------------------------------------------------
     06. button styles
     ------------------------------------------------------
     07. form styles
     ------------------------------------------------------
     08. header styles start
     ------------------------------------------------------
     09. hero section styles start
     ------------------------------------------------------
     10. banner styles start
     ------------------------------------------------------
     11. counter section styles start
     ------------------------------------------------------
     12. properties section styles start
     ------------------------------------------------------
     13. advantage area section styles start
     ------------------------------------------------------
     14. work section styles start
     ------------------------------------------------------
     15. priority section styles start
     ------------------------------------------------------
     16. investor section styles start
     ------------------------------------------------------
     17. team section styles start
     ------------------------------------------------------
     18. properties section styles start
     ------------------------------------------------------
     19. work two section styles start
     ------------------------------------------------------
     20. faq section style start
     ------------------------------------------------------
     21. invest details section styles start
     ------------------------------------------------------
     22. countdown styles start
     ------------------------------------------------------
     23. bonus section styles start
     ------------------------------------------------------
     24. faq section style start
     ------------------------------------------------------
     25. funding section styles start
     ------------------------------------------------------
     26. calculator section styles start
     ------------------------------------------------------
     27. contact section styles start
     ------------------------------------------------------
     28. enquery section styles start
     ------------------------------------------------------
     29. overview section styles start
     ------------------------------------------------------
     30. pay area section styles start
     ------------------------------------------------------
     31. cta section styles start
     ------------------------------------------------------
     32. promote section styles start
     ------------------------------------------------------
     33. program section styles start
     ------------------------------------------------------
     34. join section styles start
     ------------------------------------------------------
     35. mission area section styles start
     ------------------------------------------------------
     36. value section styles start
     ------------------------------------------------------
     37. position area section styles start
     ------------------------------------------------------
     38. career details section styles start
     ------------------------------------------------------
     39. latest post section start
     ------------------------------------------------------
     40. blog section styles start
     ------------------------------------------------------
     41. blog details section styles start
     ------------------------------------------------------
     42. latest blog section start
     ------------------------------------------------------
     43. register form section start
     ------------------------------------------------------
     44. error section styles start
     ------------------------------------------------------

     =========================
============== */
/* ==== 
 --------- (1.1) mixins start ---------
 ==== */
/* ==== 
 --------- (1.1) mixins end ---------
 ==== */
/* ==== 
 --------- (1.2) variables start ---------
 ==== */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
/* ==== 
 --------- (1.2) variables end ---------
 ==== */
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Ubuntu", sans-serif;
  color: #3c3171;
  font-size: 18px;
  font-weight: 400;
  line-height: 0;
  background-color: #ffffff;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #00ff66;
  border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}

::-moz-selection {
  color: #ffffff;
  background-color: #07286e;
}

::selection {
  color: #ffffff;
  background-color: #07286e;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #3c3171;
}

a {
  text-decoration: none;
}

a img {
  border: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  border: none;
  outline: none;
}

button {
  border: 0;
  outline: 0;
}

button:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}

input:focus,
textarea:focus {
  outline: none;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

/* ==== 
 --------- (2.1) reset styles end ---------
 ==== */
/* ==== 
 --------- (2.2) typography styles start ---------
 ==== */
p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
.span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #3c3171;
  font-style: normal;
  text-align: left;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  p,
  th,
  td,
  li,
  input,
  textarea,
  select,
  label,
  blockquote,
  .span {
    font-size: 16px;
    line-height: 28px;
  }
}

p.primary,
th.primary,
td.primary,
li.primary,
input.primary,
textarea.primary,
select.primary,
label.primary,
blockquote.primary,
.span.primary {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  p.primary,
  th.primary,
  td.primary,
  li.primary,
  input.primary,
  textarea.primary,
  select.primary,
  label.primary,
  blockquote.primary,
  .span.primary {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  p.primary,
  th.primary,
  td.primary,
  li.primary,
  input.primary,
  textarea.primary,
  select.primary,
  label.primary,
  blockquote.primary,
  .span.primary {
    font-size: 18px;
    line-height: 28px;
  }
}

p.secondary,
th.secondary,
td.secondary,
li.secondary,
input.secondary,
textarea.secondary,
select.secondary,
label.secondary,
blockquote.secondary,
.span.secondary {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  p.secondary,
  th.secondary,
  td.secondary,
  li.secondary,
  input.secondary,
  textarea.secondary,
  select.secondary,
  label.secondary,
  blockquote.secondary,
  .span.secondary {
    font-size: 16px;
    line-height: 22px;
  }
}

p.tertiary,
th.tertiary,
td.tertiary,
li.tertiary,
input.tertiary,
textarea.tertiary,
select.tertiary,
label.tertiary,
blockquote.tertiary,
.span.tertiary {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  p.tertiary,
  th.tertiary,
  td.tertiary,
  li.tertiary,
  input.tertiary,
  textarea.tertiary,
  select.tertiary,
  label.tertiary,
  blockquote.tertiary,
  .span.tertiary {
    font-size: 14px;
    line-height: 20px;
  }
}

a,
button {
  font-size: 18px;
  line-height: 30px;
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  border: 0px;
  outline: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  a,
  button {
    font-size: 16px;
    line-height: 28px;
  }
}

a.primary,
button.primary {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  a.primary,
  button.primary {
    font-size: 16px;
    line-height: 22px;
  }
}

a:hover,
button:hover {
  text-decoration: none;
  color: #ffffff;
  border: 0px;
  outline: 0px;
}

h1,
h1 > a,
h1 > span {
  font-size: 72px;
  line-height: 94px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  h1,
  h1 > a,
  h1 > span {
    font-size: 48px;
    line-height: 64px;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  h1 > a,
  h1 > span {
    font-size: 36px;
    line-height: 50px;
  }
}

h2,
h2 > a,
h2 > span {
  font-size: 48px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  h2,
  h2 > a,
  h2 > span {
    font-size: 40px;
    line-height: 54px;
  }
}

@media only screen and (max-width: 767px) {
  h2,
  h2 > a,
  h2 > span {
    font-size: 30px;
    line-height: 44px;
  }
}

h3,
h3 > a,
h3 > span {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  color: #3c3171;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  h3,
  h3 > a,
  h3 > span {
    font-size: 30px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 767px) {
  h3,
  h3 > a,
  h3 > span {
    font-size: 24px;
    line-height: 32px;
  }
}

h4,
h4 > a,
h4 > span {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  color: #3c3171;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  h4,
  h4 > a,
  h4 > span {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  h4,
  h4 > a,
  h4 > span {
    font-size: 20px;
    line-height: 28px;
  }
}

h5,
h5 > a,
h5 > span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #3c3171;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  h5,
  h5 > a,
  h5 > span {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  h5,
  h5 > a,
  h5 > span {
    font-size: 18px;
    line-height: 24px;
  }
}

h6,
h6 > a,
h6 > span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #3c3171;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  h6,
  h6 > a,
  h6 > span {
    font-size: 16px;
    line-height: 22px;
  }
}

/* ==== 
 --------- (2.2) typography styles end ---------
 ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
.section-space {
  padding: 120px 0px;
}

@media only screen and (max-width: 1199px) {
  .section-space {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space {
    padding: 80px 0px;
  }
}

.section-space__top {
  padding-top: 120px;
}

@media only screen and (max-width: 1199px) {
  .section-space__top {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space__top {
    padding-top: 80px;
  }
}

.section-space__bottom {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .section-space__bottom {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space__bottom {
    padding-bottom: 80px;
  }
}

.section__header {
  margin-top: -6px;
  margin-bottom: -4px;
}

.section__header h5 {
  color: #541acf;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .section__header h5 {
    margin-bottom: 10px;
  }
}

.section__header h2 {
  text-align: center;
  text-transform: uppercase;
  color: #3c3171;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .section__header h2 {
    margin-bottom: 9px;
  }
}

.section__header p {
  color: #1e1256;
  text-align: center;
}

.pos__rel {
  position: relative;
}

.over__hi {
  overflow: hidden;
}

.thumb__ltr {
  direction: ltr;
}

.thumb__rtl {
  direction: rtl;
}

@media only screen and (max-width: 991px) {
  .thumb__rtl {
    direction: ltr;
  }
}

span {
  text-align: left;
}

.bg__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: right;
}

.cta__btn {
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .cta__btn {
    margin-top: 30px;
  }
}

.cta__btn .button {
  background-color: #5d22db;
  color: #ffffff;
}

.cta__btn .button:hover {
  background-color: #00f4bf;
  color: #33318e;
}

.icon__box {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f9f8ff;
  border-radius: 50%;
}

.icon__box img {
  max-width: 100%;
  height: auto;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
  .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.social a i {
  font-size: 16px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .social a i {
    font-size: 14px;
  }
}

.social a:hover {
  background-color: #541acf;
  border: 2px solid #541acf;
}

.neutral-row {
  margin-bottom: -30px;
}

.neutral-row .col-lg-2,
.neutral-row .col-lg-3,
.neutral-row .col-lg-4,
.neutral-row .col-lg-5,
.neutral-row .col-lg-6,
.neutral-row .col-lg-7,
.neutral-row .col-lg-8,
.neutral-row .col-lg-12,
.neutral-row .col-sm-6,
.neutral-row .col-md-6 {
  margin-bottom: 30px;
}

.breadcrumb {
  margin: 0px;
  padding: 0px;
  margin-top: 12px;
}

@media only screen and (max-width: 1199px) {
  .breadcrumb {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 11px;
  }
}

.breadcrumb .breadcrumb-item {
  margin-top: 0px;
  color: #3c3171;
  padding-left: 0px;
  padding-right: 12px;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .breadcrumb .breadcrumb-item {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item {
    font-size: 18px;
    line-height: 26px;
  }
}

.breadcrumb .breadcrumb-item a {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 18px;
    line-height: 26px;
  }
}

.breadcrumb .breadcrumb-item a:hover {
  color: #00ff66;
}

.breadcrumb .breadcrumb-item::before {
  float: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f178";
  font-size: 20px;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item::before {
    font-size: 16px;
  }
}

.breadcrumb .breadcrumb-item:first-of-type {
  padding-left: 0px;
}

.breadcrumb .breadcrumb-item:first-of-type::before {
  content: none;
}

.breadcrumb .breadcrumb-item:last-of-type {
  padding-right: 0px;
}

.breadcrumb .active {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .neutral-top {
    margin-top: -35px;
  }
}

/* ==== 
 --------- (2.3) global styles end ---------
 ==== */
/* ==== 
 --------- (3.1) buttons styles start ---------
 ==== */
.button {
  padding: 10px 30px 12px;
  background-color: #00f4bf;
  border-radius: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  color: #33318e;
}

.button i {
  margin-left: 4px;
}

@media only screen and (max-width: 575px) {
  .button {
    padding: 10px 25px;
    font-size: 14px;
  }
}

.button:hover {
  color: #33318e;
  background-color: #ffffff;
}

.scroll-to-top {
  position: fixed;
  bottom: 0;
  right: 24px;
  width: 45px;
  height: 45px;
  background-color: #541acf;
  border-radius: 5px;
  color: #ffffff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media only screen and (max-width: 1199px) {
  .scroll-to-top {
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .scroll-to-top {
    font-size: 14px;
  }
}

.scroll-to-top i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.scroll-to-top:hover {
  background-color: #541acf;
}

.scroll-to-top:hover i {
  color: #ffffff;
}

.scroll-to-top.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media only screen and (max-width: 767px) {
  .scroll-to-top.active {
    bottom: 15px;
  }
}

/* ==== 
 --------- (3.1) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.2) forms styles start ---------
 ==== */
.input {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .input {
    margin-bottom: 25px;
  }
}

.input:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.input input,
.input textarea {
  width: 100%;
  background-color: #f9f8ff;
  padding: 11px 30px 16px;
  border: 1px solid #d7d3ee;
  border-radius: 10px;
  color: #3a3264;
}

@media only screen and (max-width: 1199px) {
  .input input,
  .input textarea {
    padding: 11px 20px 16px;
  }
}

@media only screen and (max-width: 767px) {
  .input input,
  .input textarea {
    padding: 8px 15px 14px;
  }
}

.input input::-webkit-input-placeholder,
.input textarea::-webkit-input-placeholder {
  color: #3a3264;
}

.input input:-ms-input-placeholder,
.input textarea:-ms-input-placeholder {
  color: #3a3264;
}

.input input::-ms-input-placeholder,
.input textarea::-ms-input-placeholder {
  color: #3a3264;
}

.input input::placeholder,
.input textarea::placeholder {
  color: #3a3264;
}

/* ==== 
 --------- (3.2) forms styles end ---------
 ==== */
/* ==== 
 --------- (4.1) header styles start ---------
 ==== */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header__active {
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  background-color: #402cae;
}

.navbar {
  padding: 20px 0px;
  background-color: transparent;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar {
    padding: 24px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar {
    padding: 20px 0px;
  }
}

.navbar li {
  margin-top: 0px;
}

.navbar__active {
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  background-color: #402cae;
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
}

.logo {
  max-width: 140px;
  height: auto;
}

@media only screen and (max-width: 1399px) {
  .logo {
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    max-width: 130px;
    height: 40px;
  }
}

.navbar__out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-left: 45px;
}

@media only screen and (max-width: 1199px) {
  .navbar__out {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar__out {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar__out {
    gap: 20px;
  }
}

.navbar__out .select__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .navbar__out .select__language {
    margin-right: -20px;
  }
}

@media only screen and (max-width: 575px) {
  .navbar__out .select__language {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.navbar__out .select__language .nice-select {
  background-color: transparent;
  border: none;
  outline: none;
  height: auto !important;
  line-height: inherit !important;
  padding-left: 0px;
  padding-right: 20px;
}

@media only screen and (max-width: 575px) {
  .navbar__out .select__language .nice-select {
    margin-left: auto;
    margin-right: auto;
  }
}

.navbar__out .select__language .nice-select::after {
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-color: #ffffff;
  right: 4px;
}

@media only screen and (max-width: 767px) {
  .navbar__out .select__language .nice-select::after {
    margin-top: -6px;
  }
}

.navbar__out .select__language .nice-select .current {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.navbar__out .select__language .nice-select .current::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0ac";
  font-size: 18px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .navbar__out .select__language .nice-select .current::before {
    font-size: 16px;
    margin-right: 5px;
  }
}

.navbar__out .select__language .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.5);
          box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.5);
  min-width: 70px;
}

@media only screen and (max-width: 575px) {
  .navbar__out .select__language .nice-select .list {
    min-width: 60px;
  }
}

.navbar__out .select__language .nice-select .list:hover .selected {
  color: #1e1256;
}

.navbar__out .select__language .nice-select .option {
  background-color: #ffffff;
  color: #1e1256;
  min-height: auto;
  line-height: 28px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 16px;
}

@media only screen and (max-width: 575px) {
  .navbar__out .select__language .nice-select .option {
    font-size: 14px;
    line-height: 20px;
  }
}

.navbar__out .select__language .nice-select .option:hover {
  background-color: #541acf;
  color: #ffffff;
}

.navbar__out .select__language .nice-select .selected {
  font-weight: 400;
  background-color: #541acf;
  color: #ffffff;
}

.navbar__out .select__language .nice-select .selected:hover {
  color: #ffffff !important;
}

.nav__group__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-left: 1px solid #8fa0dd;
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .nav__group__btn {
    border-left: 0px solid transparent;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .nav__group__btn {
    gap: 15px;
  }
}

.nav__group__btn .log {
  color: #ffffff;
  font-weight: 500;
}

.nav__group__btn .log:hover {
  color: #ffffff;
}

.nav__group__btn .button {
  padding: 10px 30px;
}

@media only screen and (max-width: 1199px) {
  .nav__group__btn .button {
    padding: 9px 30px 9px;
  }
}

@media only screen and (max-width: 1399px) {
  .nav__group__btn a {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    margin-left: 0px;
    margin-top: 20px;
    max-height: 300px;
    overflow-y: auto;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 5px;
  }
  .navbar-collapse::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: #00ff66;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .nav-item {
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-item .button {
    max-width: 100%;
    width: 100%;
    display: block;
    border-radius: 0px;
    text-align: left;
    padding: 8px 16px;
  }
  .nav-item:last-of-type {
    margin-bottom: 0px;
  }
  .nav-item:last-of-type .button--last {
    display: block;
    width: 100%;
    border-radius: 0px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 1199px) {
  .nav-item:nth-last-of-type(3) {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-item:nth-last-of-type(3) {
    margin-bottom: 3px;
  }
}

.nav-link {
  color: #ffffff;
  font-weight: 500;
  padding: 8px 15px 9px !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media only screen and (max-width: 1399px) {
  .nav-link {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 10px 9px !important;
  }
}

@media only screen and (max-width: 991px) {
  .nav-link {
    padding: 8px 16px !important;
    background-color: #f0f8fa;
    color: #33318e;
  }
}

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

@media only screen and (max-width: 991px) {
  .nav-link:hover {
    color: #33318e;
  }
}

.dropdown .dropdown-toggle {
  color: #ffffff !important;
}

@media only screen and (max-width: 991px) {
  .dropdown .dropdown-toggle {
    color: #33318e !important;
  }
}

.dropdown .dropdown-toggle:hover {
  color: #ffffff !important;
}

@media only screen and (max-width: 991px) {
  .dropdown .dropdown-toggle:hover {
    color: #33318e !important;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown .dropdown-toggle {
    position: relative;
  }
}

.dropdown .dropdown-toggle::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  font-size: 16px;
  vertical-align: 0px !important;
}

@media only screen and (max-width: 1399px) {
  .dropdown .dropdown-toggle::after {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 100%;
    margin: 0px;
    border-left: 3px solid #33318e;
  }
}

.dropdown .show {
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.dropdown .show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 991px) {
  .dropdown .show::after {
    border-right: 3px solid #33318e;
    border-left: 0px;
  }
}

@media (min-width: 1200px) {
  .dropdown .show {
    color: #ffffff !important;
  }
  .dropdown .show::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media only screen and (max-width: 991px) {
  .dropdown .show {
    color: #33318e !important;
  }
}

.dropdown .dropdown-menu {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  margin-top: 0px;
  border-top: 4px solid #00ff66;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 0px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  max-height: 270px;
  overflow-y: auto;
  min-width: 14rem;
}

@media (min-width: 992px) {
  .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown .dropdown-menu {
    -webkit-box-shadow: 0px 0px 0px;
            box-shadow: 0px 0px 0px;
  }
}

.dropdown .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

.dropdown .dropdown-menu::-webkit-scrollbar-track {
  background-color: #f0f8fa;
  border-radius: 10px;
}

.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #00ff66;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .dropdown .dropdown-menu {
    width: 90%;
    margin: 15px auto;
  }
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 10px 16px;
  color: #3c3171;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1399px) {
  .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: 20px;
  }
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #541acf;
  color: #ffffff;
  padding-left: 20px;
}

.dropdown .dropdown-menu .dropdown-item-active {
  background-color: #00f4bf;
  color: #ffffff;
  padding-left: 20px;
}

.dropdown .dropdown-menu li:last-of-type .dropdown-item {
  border-bottom: 0px;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-toggler {
  border: none;
  padding: 0px;
  line-height: 0px;
}

@media only screen and (max-width: 575px) {
  .navbar-toggler {
    margin: 0px;
  }
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.navbar-toggler span {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.navbar-toggler .icon-bar {
  width: 35px;
  height: 2px;
  background-color: white;
  margin: 0px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 575px) {
  .navbar-toggler .icon-bar {
    width: 30px;
  }
}

.navbar-toggler .middle-bar {
  margin: 6px 0px;
  opacity: 1;
}

.toggle-active .top-bar {
  -webkit-transform: rotate(-45deg) translate(-7px, 4px);
          transform: rotate(-45deg) translate(-7px, 4px);
  background: #ffffff;
}

.toggle-active .middle-bar {
  opacity: 0;
}

.toggle-active .bottom-bar {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
          transform: rotate(45deg) translate(-7px, -4px);
  background: #ffffff;
}

/* ==== 
 --------- (4.1) header styles end ---------
 ==== */
/* ==== 
 --------- (4.2) hero section styles start ---------
 ==== */
.hero {
  padding: 240px 0px 320px;
  background-color: #402cae;
  background-position: left center;
}

@media only screen and (max-width: 1199px) {
  .hero {
    padding: 180px 0px 270px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    padding: 160px 0px 220px;
  }
}

.hero-area__content h5 {
  margin-top: -7px;
  color: #00ff66;
}

@media only screen and (max-width: 1199px) {
  .hero-area__content h5 {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area__content h5 {
    margin-bottom: 8px;
  }
}

.hero-area__content p {
  margin-top: 4px;
}

@media only screen and (max-width: 1199px) {
  .hero-area__content p {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area__content p {
    margin-top: 5px;
  }
}

.hero-area__content .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 38px;
}

@media only screen and (max-width: 767px) {
  .hero-area__content .group {
    margin-top: 28px;
  }
}

.hero-area__content .group .video-btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  background-color: #7462eb;
  border-radius: 50%;
  position: relative;
}

.hero-area__content .group .video-btn::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(153, 117, 255, 0.3);
  border-radius: 50%;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.hero-area__content .group .video-btn i {
  font-size: 18px;
  color: #ffffff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.mfp-container {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .mfp-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.mfp-bg {
  z-index: 999999;
  background-color: #000000;
  opacity: 0.9;
}

.mfp-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999 !important;
}

.affiliate-hero {
  background-position: bottom 0px center;
  padding-top: 370px;
  padding-bottom: 300px;
}

@media only screen and (max-width: 1199px) {
  .affiliate-hero {
    padding-top: 210px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .affiliate-hero {
    background-size: auto;
    background-position: left center;
  }
}

@media only screen and (max-width: 767px) {
  .affiliate-hero {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}

/* ==== 
 --------- (4.2) hero section styles end ---------
 ==== */
/* ==== 
 --------- (4.3) banner styles start ---------
 ==== */
.banner {
  padding: 260px 0px 190px;
  background-color: #402cae;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .banner {
    padding: 200px 0px 140px;
  }
}

@media only screen and (max-width: 767px) {
  .banner {
    padding: 160px 0px 100px;
  }
}

.banner h1 {
  margin-top: -22px;
}

@media only screen and (max-width: 1199px) {
  .banner h1 {
    margin-top: -16px;
  }
}

@media only screen and (max-width: 767px) {
  .banner h1 {
    margin-top: -13px;
  }
}

.banner .breadcrumb {
  margin-bottom: -8px;
}

@media only screen and (max-width: 1199px) {
  .banner .breadcrumb {
    margin-bottom: -6px;
  }
}

@media only screen and (max-width: 767px) {
  .banner .breadcrumb {
    margin-bottom: -7px;
  }
}

.banner .banner-illustration {
  position: absolute;
  bottom: 2px;
  right: 0px;
  max-width: 27vw;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .banner .banner-illustration {
    max-width: 30vw;
  }
}

.invest-details-banner .banner-area {
  margin-bottom: 110px;
}

@media (min-width: 1200px) {
  .loan-banner .banner-illustration {
    right: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .loan-banner .banner-illustration {
    max-width: 25vw;
  }
}

.contact-banner .banner-area {
  margin-bottom: 100px;
}

/* ==== 
 --------- (4.3) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.4) all sections styles start ---------
 ==== */
.counter-area {
  z-index: 9;
  position: relative;
  top: -150px;
  margin-bottom: -180px;
}

@media only screen and (max-width: 767px) {
  .counter-area {
    top: -120px;
    margin-bottom: -150px;
  }
}

.counter-area__single {
  padding: 60px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 40px rgba(53, 79, 146, 0.1);
          box-shadow: 0px 8px 40px rgba(53, 79, 146, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

@media only screen and (max-width: 1199px) {
  .counter-area__single {
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .counter-area__single {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.counter-area__single .icon-box {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f9f8ff;
  border-radius: 50%;
}

@media only screen and (max-width: 1199px) {
  .counter-area__single .icon-box {
    width: 80px;
    height: 80px;
  }
}

.counter-area__single .icon-box img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .counter-area__single .icon-box img {
    max-width: 60%;
  }
}

.odometer-item {
  margin: -6px 0px;
}

.counter-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .counter-thumb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.counter-thumb h3 {
  color: #3b2b8e;
  line-height: 1;
  margin-bottom: 13px;
}

@media only screen and (max-width: 1199px) {
  .counter-thumb h3 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .counter-thumb h3 {
    margin-bottom: 10px;
  }
}

.counter-thumb p {
  color: #3b2b8e;
}

.properties-area__single {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 10px;
}

.properties-area__single .properties-area__single-poster {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.properties-area__single .properties-area__single-poster a {
  width: 100%;
}

.properties-area__single .properties-area__single-poster a img {
  width: 100%;
  max-height: 280px;
  border-radius: 10px 10px 0px 0px;
  min-height: 200px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .properties-area__single .properties-area__single-poster a img {
    max-height: 400px;
  }
}

.properties-area__single:hover .properties-area__single-poster img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.properties-area__single-info {
  padding: 20px;
}

.properties-area__single-info h5 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #3a3264;
}

.properties-area__single-info h5 a i {
  font-size: 30px;
}

.properties-area__single-info .item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 23px;
}

@media only screen and (max-width: 1399px) {
  .properties-area__single-info .item__info {
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.properties-area__single-info .item__info .item__info__single {
  position: relative;
  background-color: #f9f8ff;
  padding: 10px 10px 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  border-right: 1px solid #d5c8f0;
}

.properties-area__single-info .item__info .item__info__single:nth-last-of-type(1) {
  border-right: 0px solid transparent;
}

@media only screen and (max-width: 767px) {
  .properties-area__single-info .item__info .item__info__single {
    background-color: #f0f8fa;
    width: 100%;
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .properties-area__single-info .item__info .item__info__single {
    width: 100%;
    min-width: unset;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    border-right: 0px solid transparent;
  }
}

.properties-area__single-info .item__info .item__info__single p {
  font-size: 14px;
  color: #3b2b8e;
  text-align: center;
}

@media only screen and (max-width: 424px) {
  .properties-area__single-info .item__info .item__info__single p {
    text-align: left;
  }
}

.properties-area__single-info .item__info .item__info__single h6 {
  font-size: 16px;
  text-align: center;
  color: #1e1256;
  margin-top: 5px;
}

@media only screen and (max-width: 424px) {
  .properties-area__single-info .item__info .item__info__single h6 {
    text-align: left;
  }
}

.properties-area__single-info .progress__type {
  margin-top: 30px !important;
}

.properties-area__single-info .progress__type .progress-bar span {
  display: none !important;
}

.properties-area__single-info .progress__type .project__info {
  margin-top: 5px;
}

.properties-area__single-info hr {
  margin: 15px 0px 20px;
}

.properties-area__single-info .invest__cta__wrapper {
  gap: 20px;
}

.properties-area__single-info .invest__cta__wrapper .button {
  padding-right: 20px;
  padding-left: 20px;
}

.properties .cta__btn .button {
  background-color: #283a6a;
  color: #ffffff;
}

.properties .cta__btn .button:hover {
  background-color: #5d22db;
}

.advantage-area__content .section__header {
  margin-bottom: 56px;
}

@media only screen and (max-width: 767px) {
  .advantage-area__content .section__header {
    margin-bottom: 36px;
  }
}

.advantage-area__content .section__header h5,
.advantage-area__content .section__header h2,
.advantage-area__content .section__header p {
  text-align: left;
}

.advantage-area__content .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.advantage-area__content .group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .advantage-area__content .group {
    gap: 25px;
  }
}

@media only screen and (max-width: 424px) {
  .advantage-area__content .group {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.advantage-area__content .group .box {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(0, 134, 255, 0.4);
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .advantage-area__content .group .box {
    width: 100px;
    height: 100px;
  }
}

.advantage-area__content .group .box span {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  outline: 1px solid rgba(0, 134, 255, 0.4);
  outline-offset: 10px;
}

@media only screen and (max-width: 767px) {
  .advantage-area__content .group .box span {
    width: 60px;
    height: 60px;
  }
}

.advantage-area__content .group .box img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .advantage-area__content .group .box img {
    max-width: 75%;
  }
}

.advantage-area__content .group h5 {
  color: #3a3264;
}

@media only screen and (max-width: 575px) {
  .advantage-area__content .group h5 {
    margin: -7px 0px -5px;
  }
}

.work {
  background-color: #ffffff;
  background-size: auto 70%;
  background-position: top center;
}

.work .section__header {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 56px;
}

@media only screen and (max-width: 767px) {
  .work .section__header {
    margin-bottom: 36px;
  }
}

.work .work-area__single {
  padding: 40px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 12px 24px rgba(173, 167, 206, 0.3);
          box-shadow: 0px 12px 24px rgba(173, 167, 206, 0.3);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .work .work-area__single {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .work .work-area__single {
    border-radius: 10px;
  }
}

.work .work-area__single .icon-box {
  width: 140px;
  height: 140px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f8f8ff;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .work .work-area__single .icon-box {
    width: 120px;
    height: 120px;
  }
}

.work .work-area__single .icon-box img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.work .work-area__single h6 {
  text-align: center;
  text-transform: uppercase;
  color: #3c3171;
  margin-top: 23px;
  margin-bottom: -6px;
}

.work .work-area__single:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.priority .section__header {
  margin-bottom: 54px;
}

@media only screen and (max-width: 767px) {
  .priority .section__header {
    margin-bottom: 36px;
  }
}

.priority .section__header h5,
.priority .section__header h2,
.priority .section__header p {
  text-align: left;
}

.priority .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .priority .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.priority .group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.priority .group .group__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 1199px) {
  .priority .group .group__inner {
    gap: 15px;
  }
}

.priority .group .group__inner img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.priority .group .group__inner h6 {
  color: #3c3171;
}

.investor {
  background-color: #f8f8ff;
  background-size: auto;
  background-position: bottom center;
}

.investor .section__header {
  margin-bottom: 57px;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .investor .section__header {
    margin-bottom: 37px;
  }
}

.investor--two {
  background-color: #ffffff;
}

.investor-area__slider {
  position: relative;
}

.investor-area__slider .slick-prev,
.investor-area__slider .slick-next {
  position: absolute;
  bottom: 0px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #5d22db;
  border-radius: 10px;
}

@media only screen and (max-width: 575px) {
  .investor-area__slider .slick-prev,
  .investor-area__slider .slick-next {
    display: none !important;
  }
}

.investor-area__slider .slick-prev:hover,
.investor-area__slider .slick-next:hover {
  background-color: #283a6a;
}

.investor-area__slider .slick-prev i,
.investor-area__slider .slick-next i {
  color: #ffffff;
}

.investor-area__slider .slick-prev {
  left: 45%;
  z-index: 3;
}

.investor-area__slider .slick-prev:hover {
  background-color: #283a6a;
}

@media only screen and (max-width: 1199px) {
  .investor-area__slider .slick-prev {
    left: 44%;
  }
}

@media only screen and (max-width: 991px) {
  .investor-area__slider .slick-prev {
    left: 42%;
  }
}

@media only screen and (max-width: 767px) {
  .investor-area__slider .slick-prev {
    left: 38%;
  }
}

.investor-area__slider .slick-next {
  right: 45%;
}

@media only screen and (max-width: 1199px) {
  .investor-area__slider .slick-next {
    right: 44%;
  }
}

@media only screen and (max-width: 991px) {
  .investor-area__slider .slick-next {
    right: 42%;
  }
}

@media only screen and (max-width: 767px) {
  .investor-area__slider .slick-next {
    right: 38%;
  }
}

.investor-area__slider-single__wrapper {
  padding-bottom: 90px;
}

@media only screen and (max-width: 575px) {
  .investor-area__slider-single__wrapper {
    padding: 0px;
  }
}

.investor-area__slider-single {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
  .investor-area__slider-single {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .investor-area__slider-single {
    -webkit-box-shadow: 0px 0px 0px;
            box-shadow: 0px 0px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .investor-area__slider-single {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}

.investor-area__slider-single .avatar-info {
  text-align: center;
}

.investor-area__slider-single .avatar-info img {
  width: 120px;
  height: 120px;
  border-radius: 20px;
}

.investor-area__slider-single .avatar-info h6 {
  text-align: center;
  color: #3a3264;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .investor-area__slider-single .avatar-info h6 {
    text-align: left;
  }
}

.investor-area__slider-single .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}

.investor-area__slider-single .stars i {
  color: #f5a200;
}

.investor-area__slider-single p {
  color: #1e1256;
  margin-top: 22px;
  margin-bottom: -7px;
}

@media only screen and (max-width: 767px) {
  .investor-area__slider-single p {
    margin-top: 16px;
  }
}

.team-area__content h2 {
  color: #3c3171;
}

@media only screen and (max-width: 991px) {
  .team-area__content h2 {
    margin-top: -13px;
  }
}

.team-area__content p {
  color: #1e1256;
  max-width: 540px;
  margin-top: 7px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .team-area__content p {
    margin-bottom: 25px;
  }
}

.team-area__content .button {
  background-color: #5d22db;
  color: #ffffff;
}

.team-area__content .button:hover {
  background-color: #00f4bf;
  color: #33318e;
}

.team-area__single {
  padding: 30px;
  border: 1px solid #e8eeff;
  border-radius: 10px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .team-area__single {
    padding: 30px 15px;
  }
}

.team-area__single img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

@media only screen and (max-width: 1199px) {
  .team-area__single img {
    width: 120px;
    height: 120px;
  }
}

.team-area__single h6 {
  color: #3c3171;
  text-align: center;
  margin-top: 14px;
}

.team-area__single p {
  font-size: 14px;
  color: #541acf;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.team-area__single .social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 13px;
}

@media only screen and (max-width: 1199px) {
  .team-area__single .social {
    gap: 5px;
  }
}

.team-area__single a {
  background: #e8eeff;
  border: 0px solid transparent;
}

.team-area__single a i {
  color: #283a6a;
}

.team-area__single a:hover {
  border: 0px solid transparent;
}

.team-area__single a:hover i {
  color: #ffffff;
}

.properties .section__header {
  margin-bottom: 54px;
}

@media only screen and (max-width: 767px) {
  .properties .section__header {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .properties .section__header h2 {
    margin-bottom: 4px;
  }
}

.property__filter__area {
  margin-bottom: 40px;
}

.property__filter__area .button {
  width: 100%;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  background-color: #5d22db;
  color: #ffffff;
  padding: 11px 30px 13px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .property__filter__area .button {
    padding: 10px 30px 12px;
    border-radius: 5px;
  }
}

.property__filter__area .button:hover {
  background-color: #00f4bf;
  color: #33318e;
}

.property__select__wrapper p {
  font-weight: 500;
  color: #3a3264;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: -3px;
  margin-bottom: 15px;
}

.property__select__wrapper .nice-select {
  background-color: #f9f8ff;
  border: none;
  outline: none;
  height: auto !important;
  line-height: 54px !important;
  padding-left: 30px;
  padding-right: 20px;
  width: 100%;
  border: 1px solid #d7d3ee;
  border-radius: 10px;
  height: 54px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .property__select__wrapper .nice-select {
    height: 50px !important;
    line-height: 50px !important;
    padding-left: 20px;
    border-radius: 5px;
  }
}

.property__select__wrapper .nice-select::after {
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-color: #3a3264;
  right: 34px;
}

@media only screen and (max-width: 767px) {
  .property__select__wrapper .nice-select::after {
    width: 8px;
    height: 8px;
    margin-top: -6px;
    right: 24px;
  }
}

.property__select__wrapper .nice-select .current {
  color: #3a3264;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .property__select__wrapper .nice-select .current {
    font-size: 16px;
    line-height: 22px;
  }
}

.property__select__wrapper .nice-select .list {
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.5);
          box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.5);
  min-width: 70%;
  max-height: 300px;
  overflow-y: auto;
}

.property__select__wrapper .nice-select .list::-webkit-scrollbar {
  width: 5px;
}

.property__select__wrapper .nice-select .list::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 10px;
}

.property__select__wrapper .nice-select .list::-webkit-scrollbar-thumb {
  background-color: #3c3171;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .property__select__wrapper .nice-select .list {
    width: 100%;
  }
}

.property__select__wrapper .nice-select .list:hover .selected {
  color: #1e1256;
}

.property__select__wrapper .nice-select .option {
  background-color: #ffffff;
  color: #1e1256;
  min-height: auto;
  line-height: 28px;
  padding: 8px 16px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .property__select__wrapper .nice-select .option {
    font-size: 16px;
    line-height: 20px;
  }
}

.property__select__wrapper .nice-select .option:hover {
  background-color: #541acf;
  color: #ffffff;
}

.property__select__wrapper .nice-select .selected {
  font-weight: 400;
  background-color: #541acf !important;
  color: #ffffff;
}

.property__select__wrapper .nice-select .selected:hover {
  color: #ffffff !important;
}

.work--two {
  background-size: contain;
  background-position: right 0px center;
}

@media only screen and (max-width: 991px) {
  .work--two {
    padding: 0px 0px 100px;
    background-size: 0px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .work--two {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .work--two .alt {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .work--two-area__content {
    margin-bottom: 26px;
  }
}

.work--two-area__content h4 {
  color: #541acf;
}

@media only screen and (max-width: 991px) {
  .work--two-area__content h4 {
    margin-top: -6px;
  }
}

.work--two-area__content h2 {
  color: #3c3171;
}

@media only screen and (max-width: 1199px) {
  .work--two-area__content h2 {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .work--two-area__content h2 {
    margin-top: 6px;
  }
}

.work--two-area__content p {
  color: #1e1256;
  margin-top: 7px;
}

@media only screen and (max-width: 1199px) {
  .work--two-area__content p {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .work--two-area__content p {
    margin-top: 6px;
  }
}

.work--two-area__single {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
  .work--two-area__single {
    padding: 30px 20px;
  }
}

.work--two-area__single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.work--two-area__single h6 {
  color: #3c3171;
  text-align: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .work--two-area__single h6 {
    margin-top: 19px;
  }
}

.work--two-area__single p {
  text-align: center;
  margin-top: 7px;
  margin-bottom: -5px;
}

.work--two-area__single-box {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 120px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f8f8ff;
}

@media only screen and (max-width: 1199px) {
  .work--two-area__single-box {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 100px;
  }
}

.work--two-area__single-box img {
  max-width: 100%;
  height: auto;
}

.work--two-area__single-box span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 32px;
  background-color: #5d22db;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .work--two-area__single-box span {
    width: 30px;
    height: 30px;
    font-size: 18px;
    right: -6px;
  }
}

.faq {
  background-color: #f8f8ff;
}

.faq-area__content h4 {
  color: #541acf;
}

@media only screen and (max-width: 991px) {
  .faq-area__content h4 {
    margin-top: -6px;
  }
}

.faq-area__content h2 {
  color: #3c3171;
  margin-top: 6px;
}

@media only screen and (max-width: 1199px) {
  .faq-area__content h2 {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-area__content h2 {
    margin-top: 9px;
  }
}

.faq-area__content p {
  color: #1e1256;
  margin-top: 14px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
  .faq-area__content p {
    margin-top: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-area__content p {
    margin-bottom: 25px;
    margin-top: 12px;
  }
}

.faq-area__content .button {
  background-color: #5d22db;
  color: #ffffff;
}

.faq-area__content .button:hover {
  background-color: #3c3171;
}

.faq-area__faq .accordion-item {
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
}

.faq-area__faq .accordion-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.faq-area__faq .accordion-item h5 {
  margin-top: 0px;
}

.faq-area__faq .accordion-item .accordion-button {
  font-size: 24px;
  font-weight: 500;
  color: #3c3171;
  background-color: #ffffff;
  border: none;
  outline: none;
  padding: 35px 30px;
  padding-right: 80px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

@media only screen and (max-width: 1199px) {
  .faq-area__faq .accordion-item .accordion-button {
    font-size: 20px;
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-area__faq .accordion-item .accordion-button {
    font-size: 18px;
    padding-right: 70px;
  }
}

.faq-area__faq .accordion-item .accordion-button:focus {
  color: #3c3171;
}

.faq-area__faq .accordion-item .accordion-button:hover {
  color: #3c3171;
}

.faq-area__faq .accordion-item .accordion-button::after {
  font-family: "Font Awesome 6 Free";
  content: "\f068";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 30px;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
  .faq-area__faq .accordion-item .accordion-button::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-area__faq .accordion-item .accordion-button::after {
    background-size: 18px 14px;
    right: 20px;
  }
}

.faq-area__faq .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #5d22db;
  border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
  .faq-area__faq .accordion-item .accordion-button::before {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-area__faq .accordion-item .accordion-button::before {
    right: 20px;
  }
}

.faq-area__faq .accordion-item .collapsed::after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.faq-area__faq .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.faq-area__faq .accordion-item .accordion-body {
  padding: 30px;
  background-color: #ffffff;
  position: relative;
  border-radius: 0px 0px 10px 10px;
}

@media only screen and (max-width: 1199px) {
  .faq-area__faq .accordion-item .accordion-body {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-area__faq .accordion-item .accordion-body {
    padding: 30px 20px;
  }
}

.faq-area__faq .accordion-item .accordion-body::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 93%;
  height: 1px;
  background-color: #5d22db;
}

.faq-area__faq .accordion-item .accordion-body p {
  color: #3c3171;
  margin: -6px 0px;
}

.faq-area__faq .accordion-item:last-of-type .collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.big-slide .big-poster {
  border-radius: 20px;
}

.big-slide .big-poster img {
  width: 100%;
  height: auto;
  max-height: 600px;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .big-slide .big-poster img {
    border-radius: 10px;
  }
}

.small-slide__wrapper {
  margin-top: 30px;
}

.small-slide {
  position: relative;
}

.small-slide .small-poster {
  border-radius: 10px;
}

.small-slide .small-poster img {
  width: 100%;
  height: auto;
  max-height: 145px;
  min-height: 100px;
  border-radius: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .small-slide .small-poster img {
    min-height: 80px;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .small-slide .small-poster img {
    min-height: 60px;
  }
}

.small-slide .slick-slide {
  margin: 0px 12px;
  text-align: center;
}

.small-slide .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.small-slide .slick-prev,
.small-slide .slick-next {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #5d22db;
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .small-slide .slick-prev,
  .small-slide .slick-next {
    display: none !important;
  }
}

.small-slide .slick-prev i,
.small-slide .slick-next i {
  font-size: 14px;
}

.small-slide .slick-prev:hover,
.small-slide .slick-next:hover {
  background-color: #3c3171;
}

.small-slide .slick-prev {
  left: -20px;
}

.small-slide .slick-next {
  right: -20px;
}

.description-tab__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 12px rgba(53, 79, 146, 0.1);
          box-shadow: 0px 0px 12px rgba(53, 79, 146, 0.1);
  margin-top: 30px;
  border-radius: 10px;
}

@media only screen and (max-width: 575px) {
  .description-tab__btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.description-tab__btn-wrapper a {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  color: #3c3171;
  text-transform: capitalize;
  border-right: 1px solid #00000020;
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .description-tab__btn-wrapper a {
    padding: 14px 10px;
  }
}

@media only screen and (max-width: 575px) {
  .description-tab__btn-wrapper a {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #00000020;
  }
}

.description-tab__btn-wrapper a:nth-last-of-type(1) {
  border-right: 0px solid transparent;
}

.description-tab__btn-wrapper a img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .description-tab__btn-wrapper a img {
    max-width: 42%;
    height: auto;
  }
}

.description-tab__btn-wrapper a:hover {
  background-color: #f9f8ff;
  color: #5d22db;
}

.description-tab__btn-active {
  background-color: #f9f8ff;
  color: #5d22db;
}

.description-tab__content-wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .description-tab__content-wrapper {
    margin-top: 34px;
  }
}

.description-tab__content-wrapper h3 {
  color: #3c3171;
}

@media only screen and (max-width: 767px) {
  .description-tab__content-wrapper h3 {
    margin-bottom: 5px;
  }
}

.description-tab__content-wrapper p,
.description-tab__content-wrapper li {
  margin-bottom: -8px;
}

.description-tab__content-wrapper .list-wrapper {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .description-tab__content-wrapper .list-wrapper {
    margin-top: 30px;
  }
}

.description-tab__content-wrapper .list-wrapper h5 {
  color: #3c3171;
  margin-top: -12px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .description-tab__content-wrapper .list-wrapper h5 {
    margin-bottom: 12px;
    margin-top: -8px;
  }
}

.description-tab__content-wrapper .list-wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.description-tab__content-wrapper .list-wrapper li:nth-of-type(1) {
  margin-top: 0px;
}

.description-tab__content-wrapper .list-wrapper li i {
  color: #23a068;
}

.description-tab__content-wrapper .list-wrapper table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .description-tab__content-wrapper .list-wrapper table {
    margin-bottom: 30px;
  }
}

.description-tab__content-wrapper .list-wrapper tr {
  border-bottom: 1px solid #00000020;
  background-color: #f0f8fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.description-tab__content-wrapper .list-wrapper tr td {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  text-align: center;
  padding: 10px 10px 13px;
}

.description-tab__content-wrapper .list-wrapper tr td:nth-of-type(1) {
  border-right: 1px solid #00000020;
  text-align: left;
}

.description-tab__content-wrapper .list-wrapper tr:nth-last-of-type(1) {
  border-bottom: 0px;
}

.invest-details__wrapper-pricing {
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 12px rgba(81, 100, 171, 0.1);
          box-shadow: 0px 8px 12px rgba(81, 100, 171, 0.1);
  border-radius: 20px;
}

.invest-details__wrapper-pricing h5 {
  color: #3a3264;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.invest-details__wrapper-pricing .property__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f8fa;
  border-radius: 10px;
  margin-top: 19px;
}

@media only screen and (max-width: 575px) {
  .invest-details__wrapper-pricing .property__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.invest-details__wrapper-pricing .property__group .property__group-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0px;
  padding: 17px 10px 20px;
  border-right: 1px solid #00000020;
  background-color: #f0f8fa;
}

@media only screen and (max-width: 575px) {
  .invest-details__wrapper-pricing .property__group .property__group-inner {
    width: 100%;
    border-right: 0px solid transparent;
    border-bottom: 1px solid #00000020;
    border-radius: 0px !important;
  }
}

.invest-details__wrapper-pricing .property__group .property__group-inner:nth-of-type(1) {
  border-radius: 10px 0px 0px 10px;
}

.invest-details__wrapper-pricing .property__group .property__group-inner:nth-last-of-type(1) {
  border-right: 0px;
  border-radius: 0px 10px 10px 0px;
  border: 0px solid transparent;
}

.invest-details__wrapper-pricing .property__group p {
  color: #3b2b8e;
}

.invest-details__wrapper-pricing .property__group h6 {
  color: #402bae;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: -2px;
  font-weight: 500;
}

.occupancy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  border: 1px solid #00000020;
  border-radius: 10px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .occupancy {
    padding: 10px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.occupancy h6 {
  color: #3a3264;
}

.occupancy .nice-select {
  background-color: transparent;
  border: 0px;
  height: 36px !important;
  line-height: 36px !important;
  font-size: 18px;
  font-weight: 600;
  padding-right: 60px;
  border-left: 1px solid #00000020;
  border-radius: 0px;
}

@media only screen and (max-width: 767px) {
  .occupancy .nice-select {
    font-size: 16px;
    padding-right: 25px;
  }
}

.occupancy .nice-select::after {
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-color: #3c3171;
  right: 4px;
}

@media only screen and (max-width: 767px) {
  .occupancy .nice-select::after {
    margin-top: -6px;
    right: 2px;
  }
}

.occupancy .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.5);
          box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.5);
  min-width: 70px;
}

@media only screen and (max-width: 575px) {
  .occupancy .nice-select .list {
    min-width: 60px;
  }
}

.occupancy .nice-select .list:hover .selected {
  color: #1e1256;
}

.occupancy .nice-select .option {
  background-color: #ffffff;
  color: #1e1256;
  min-height: auto;
  line-height: 28px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 16px;
}

@media only screen and (max-width: 575px) {
  .occupancy .nice-select .option {
    font-size: 14px;
    line-height: 20px;
  }
}

.occupancy .nice-select .option:hover {
  background-color: #541acf;
  color: #ffffff;
}

.occupancy .nice-select .selected {
  font-weight: 400;
  background-color: #541acf !important;
  color: #ffffff;
}

.occupancy .nice-select .selected:hover {
  color: #ffffff !important;
}

.progress__type {
  margin-top: 20px;
}

.progress__type .progress {
  height: 10px;
  border-radius: 5px;
  background-color: #9fa9ff;
  overflow: visible;
}

@media only screen and (max-width: 575px) {
  .progress__type .progress {
    height: 7px;
  }
}

.progress__type .progress-bar {
  height: 10px;
  border-radius: 5px;
  background-color: #3be598;
  width: 64.73%;
  overflow: visible;
}

.progress__type .progress-bar span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.progress__type .progress-bar span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 99%;
  background-color: #00ff66;
  border: 4px solid #ffffff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 4px rgba(82, 85, 152, 0.25);
          box-shadow: 0px 0px 4px rgba(82, 85, 152, 0.25);
}

@media only screen and (max-width: 575px) {
  .progress__type .progress-bar {
    height: 7px;
  }
}

.progress__type .project__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

@media only screen and (max-width: 575px) {
  .progress__type .project__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}

.progress__type .project__has {
  margin-top: 0px;
}

.mortgage {
  padding: 20px;
  background-color: #283a6a;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 14px;
}

@media only screen and (max-width: 1199px) {
  .mortgage {
    padding: 20px 15px;
  }
}

.mortgage p {
  font-weight: 500;
}

.mortgage p:nth-of-type(1) {
  color: #00ffc8;
}

.mortgage p:nth-last-of-type(1) {
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 8px;
}

.mortgage img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 575px) {
  .mortgage img {
    width: 35px;
    height: auto;
  }
}

.invest__cta__wrapper {
  background-color: transparent;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .invest__cta__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .invest__cta__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .invest__cta__wrapper .countdown__wrapper {
    width: 100%;
  }
}

.invest__cta__wrapper .countdown__wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #13216e;
  margin-bottom: 5px;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .invest__cta__wrapper .invest__cta {
    gap: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .invest__cta__wrapper .invest__cta {
    width: 100%;
    gap: 10px;
  }
}

.invest__cta__wrapper .invest__cta .button {
  font-size: 16px;
  min-width: 120px;
  background-color: #5d22db;
  color: #ffffff;
}

.invest__cta__wrapper .invest__cta .button:hover {
  background-color: #00f4bf;
  color: #33318e;
}

@media only screen and (max-width: 767px) {
  .invest__cta__wrapper .invest__cta .button {
    padding: 8px 20px 10px;
  }
}

.invest__cta__wrapper .invest__cta .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background-color: #f9f8ff;
  border: 1px solid #f0f2ff;
  border-radius: 60px;
}

@media only screen and (max-width: 575px) {
  .invest__cta__wrapper .invest__cta .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0px;
    padding: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

.invest__cta__wrapper .invest__cta .group input {
  width: 100%;
  font-size: 16px;
  padding: 8px 16px;
  color: #3a3264;
  font-weight: 500;
  background-color: transparent;
}

@media only screen and (max-width: 575px) {
  .invest__cta__wrapper .invest__cta .group input {
    background-color: #ffffff;
  }
}

.invest__cta__wrapper .invest__cta .group input::-webkit-input-placeholder {
  color: #3a3264;
  font-weight: 500;
}

.invest__cta__wrapper .invest__cta .group input:-ms-input-placeholder {
  color: #3a3264;
  font-weight: 500;
}

.invest__cta__wrapper .invest__cta .group input::-ms-input-placeholder {
  color: #3a3264;
  font-weight: 500;
}

.invest__cta__wrapper .invest__cta .group input::placeholder {
  color: #3a3264;
  font-weight: 500;
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.countdown p {
  font-weight: 500;
  color: #402bae !important;
}

.countdown .tertiary {
  margin: 0px;
}

.invest-details__wrapper .social {
  margin-top: 40px;
  padding-left: 40px;
}

.invest-details__wrapper .social a {
  border-radius: 50%;
  background-color: #283a6a;
  border: 0px;
}

.invest-details__wrapper .social a:hover {
  background-color: #5d22db;
  border: 0px;
}

.invest-details {
  position: relative;
  top: -110px;
  margin-bottom: -110px;
}

.invest-details .invest-details__wrapper-description,
.invest-details .invest-details__wrapper-pricing {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.bonus {
  background-color: #f8f8ff;
}

.bonus-area img {
  max-width: 100%;
  height: auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

@media only screen and (max-width: 1199px) {
  .bonus-area img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
  }
}

.bonus-area h3 {
  color: #3c3171;
}

@media only screen and (max-width: 991px) {
  .bonus-area h3 {
    margin: -10px 0px -6px;
  }
}

.bonus-area .button {
  background-color: #5d22db;
  color: #ffffff;
}

.bonus-area .button:hover {
  background-color: #00f4bf;
  color: #33318e;
}

.faq--two .section__header {
  margin-bottom: 42px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .faq--two .section__header {
    margin-bottom: 28px;
  }
}

.faq--two .section__header h5 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .faq--two .section__header h5 {
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .faq--two .section__header h5 {
    margin-bottom: 11px;
  }
}

.faq--two .section__header h2 {
  margin-bottom: 13px;
}

@media only screen and (max-width: 1199px) {
  .faq--two .section__header h2 {
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .faq--two .section__header h2 {
    margin-bottom: 8px;
  }
}

.faq--two .group {
  margin-bottom: 47px;
}

.faq--two .group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .faq--two .group {
    margin-bottom: 34px;
  }
}

.faq--two .group h3 {
  color: #3c3171;
  margin-bottom: 19px;
}

.faq--two .group .accordion-item {
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
}

.funding-area__content h5 {
  color: #541acf;
  margin-bottom: 5px;
  margin-top: -6px;
}

@media only screen and (max-width: 1199px) {
  .funding-area__content h5 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .funding-area__content h5 {
    margin-bottom: 8px;
  }
}

.funding-area__content h2 {
  color: #3c3171;
  margin-bottom: 7px;
}

@media only screen and (max-width: 1199px) {
  .funding-area__content h2 {
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .funding-area__content h2 {
    margin-bottom: 7px;
  }
}

.funding-area__content p {
  color: #1e1256;
}

.funding-area__content .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 1199px) {
  .funding-area__content .group {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 424px) {
  .funding-area__content .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.funding-area__content .group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.funding-area__content .group:nth-of-type(1) {
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .funding-area__content .group:nth-of-type(1) {
    margin-top: 24px;
  }
}

.funding-area__content .group .icon__box {
  margin-left: unset;
  margin-right: unset;
  min-width: 90px !important;
  height: 90px !important;
}

.funding-area__content .group h5 {
  color: #3c3171;
  font-weight: 500;
  margin: 0px;
}

@media only screen and (max-width: 767px) {
  .funding-area__content .group h5 {
    margin-bottom: 3px;
  }
}

.funding-area__form {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 20px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .funding-area__form {
    padding: 30px 20px;
  }
}

.funding-area__form h6 {
  color: #3c3171;
  text-align: center;
  margin-bottom: 25px;
}

.funding-area__form .input input,
.funding-area__form .input textarea {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .funding-area__form .input input,
  .funding-area__form .input textarea {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.funding-area__form textarea {
  max-height: 120px;
}

.funding-area__form .button {
  background-color: #5d22db;
  color: #ffffff;
  width: 230px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .funding-area__form .button {
    margin-top: 30px;
  }
}

.funding-area__form .button:hover {
  background-color: #00f4bf;
  color: #33318e;
}

.calculator {
  background-color: #f8f8ff;
}

.calculator-area__left {
  padding: 40px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  padding: 30px;
  border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
  .calculator-area__left {
    padding: 40px 20px;
  }
}

.calculator-area__left h3 {
  color: #3c3171;
  margin-top: -12px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1199px) {
  .calculator-area__left h3 {
    margin-top: -7px;
  }
}

.calculator-area__left .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.calculator-area__left .group p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #1e1256;
}

.calculator-area__left .group img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.calculator-area__left .group .toggle-check input[type="checkbox"] {
  position: relative;
  width: 64px;
  height: 32px;
  -webkit-appearance: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#9fa9ff), to(#9fa9ff)), #ffffff;
  background: linear-gradient(0deg, #9fa9ff, #9fa9ff), #ffffff;
  outline: none;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.2);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  cursor: pointer;
}

.calculator-area__left .group .toggle-check input:checked[type="checkbox"] {
  background: #03a9f4;
}

.calculator-area__left .group .toggle-check input[type="checkbox"]:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  top: 50%;
  left: 5px;
  background: #ffffff;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.calculator-area__left .group .toggle-check input:checked[type="checkbox"]:before {
  left: 35px;
}

.calculator-area__left .slide-group {
  margin-top: 20px;
  margin-bottom: 35px;
}

.calculator-area__left .slide-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.calculator-area__left .range__slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 10px;
  background-color: #9fa9ff;
  border: 0px solid transparent;
  border-radius: 10px;
  margin-top: 10px;
}

.calculator-area__left .range__slider:focus {
  border: 0px solid transparent;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  outline: none;
}

.calculator-area__left .range__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  background: #13d487;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
}

.calculator-area__right-single {
  padding: 25px 30px 21px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 10px;
  margin-bottom: 20px;
}

.calculator-area__right-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.calculator-area__right-single p {
  text-align: center;
  color: #1e1256;
}

.calculator-area__right-single h3 {
  text-align: center;
  color: #1e1256;
  margin-top: 5px;
}

.faq-alt {
  background-color: #ffffff;
}

.contact-area {
  position: relative;
  top: -100px;
  margin-bottom: -130px;
}

.contact-form {
  padding: 40px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 10px;
}

.contact-form h2 {
  text-align: center;
  color: #3c3171;
  margin-bottom: 15px;
  margin-top: -20px;
}

@media only screen and (max-width: 1199px) {
  .contact-form h2 {
    margin-top: -12px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form h2 {
    margin-bottom: 10px;
  }
}

.contact-form p {
  text-align: center;
  color: #1e1256;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .contact-form p {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-form {
    padding: 40px 20px;
  }
}

.contact-form form {
  text-align: center;
}

.contact-form form .button {
  margin-top: 40px;
  background-color: #5d22db;
  color: #ffffff;
  min-width: 200px;
}

@media only screen and (max-width: 767px) {
  .contact-form form .button {
    margin-top: 30px;
  }
}

.contact-form form .button:hover {
  background-color: #00f4bf;
  color: #33318e;
}

.contact-form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .contact-form .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}

.contact-form .group .input {
  margin: 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  position: relative;
  padding-right: 30px;
  border: 1px solid #d7d3ee;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .contact-form .group .input {
    width: 100%;
  }
}

.contact-form .group .input input {
  background-color: transparent;
  border: 0px solid transparent;
}

.contact-form .group .input i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #ced8e1;
}

.contact-form textarea {
  background-color: transparent;
  max-height: 250px;
}

@media only screen and (max-width: 1199px) {
  .contact-form textarea {
    max-height: 180px;
  }
}

.enquery {
  margin-top: 60px;
}

.enquery-single {
  text-align: center;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
  .enquery-single {
    padding: 30px 20px;
  }
}

.enquery-single:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.enquery-single .icon__box {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .enquery-single .icon__box {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
}

.enquery-single h6 {
  text-align: center;
  margin-bottom: 8px;
}

.enquery-single p {
  text-align: center;
}

.enquery-single p:nth-last-of-type(1) {
  margin-bottom: -6px;
}

.overview .section__header {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 56px;
}

@media only screen and (max-width: 767px) {
  .overview .section__header {
    margin-bottom: 36px;
  }
}

.overview-area__single {
  text-align: center;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
  .overview-area__single {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .overview-area__single {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.overview-area__single:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.overview-area__single .icon__box {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .overview-area__single .icon__box {
    margin-bottom: 20px;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 100px;
  }
}

.overview-area__single h6 {
  text-align: center;
}

.overview-area__single p {
  text-align: center;
  margin: 7px 0px -5px;
}

.pay-area__content h5 {
  color: #541acf;
}

@media only screen and (max-width: 991px) {
  .pay-area__content h5 {
    margin-top: -5px;
  }
}

.pay-area__content h2 {
  color: #3c3171;
  margin: 3px 0px 6px;
}

@media only screen and (max-width: 1199px) {
  .pay-area__content h2 {
    margin: 10px 0px 7px;
  }
}

.pay-area__content .button {
  margin-top: 35px;
  background-color: #5d22db;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .pay-area__content .button {
    margin-top: 25px;
  }
}

.pay-area__content .button:hover {
  background-color: #00f4bf;
  color: #33318e;
}

.cta-area {
  padding: 80px 20px;
  background-color: #5d22db;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .cta-area {
    padding: 60px 20px;
  }
}

.cta-area h2 {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 13px;
}

@media only screen and (max-width: 1199px) {
  .cta-area h2 {
    margin-top: -11px;
  }
}

.cta-area p {
  text-align: center;
  margin-bottom: -6px;
  color: #ffffff;
}

.promote .section__header {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .promote .section__header {
    margin-bottom: 40px;
  }
}

.promote .section__header h2 {
  margin-top: -12px;
}

@media only screen and (max-width: 1199px) {
  .promote .section__header h2 {
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .promote .section__header h2 {
    margin-bottom: 6px;
  }
}

.promote .button {
  background-color: #5d22db;
  color: #ffffff;
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .promote .button {
    margin-top: 25px;
  }
}

.promote .button:hover {
  background-color: #00f4bf;
  color: #33318e;
}

.promote-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  position: relative;
}

.promote-area__content .arrow {
  position: absolute;
  top: 66%;
  left: -40px;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  z-index: -1;
}

@media only screen and (max-width: 1399px) {
  .promote-area__content .arrow {
    width: 100%;
    -webkit-transform: translateY(-73%);
            transform: translateY(-73%);
    left: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .promote-area__content .arrow {
    -webkit-transform: translateY(-74%);
            transform: translateY(-74%);
  }
}

@media only screen and (max-width: 991px) {
  .promote-area__content .arrow {
    display: none;
  }
}

.promote-area__content-signle .box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  margin-bottom: 24px;
}

.promote-area__content-signle .box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.promote-area__content-signle h6 {
  text-align: center;
}

.promote-area__thumb {
  position: relative;
  width: 533px;
}

.promote-area__thumb .video-btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  background-color: #7462eb;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.promote-area__thumb .video-btn::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(153, 117, 255, 0.3);
  border-radius: 50%;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.promote-area__thumb .video-btn i {
  font-size: 18px;
  color: #ffffff;
}

.program {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f8f8ff), color-stop(40%, #ffffff));
  background-image: linear-gradient(to bottom, #f8f8ff 60%, #ffffff 40%);
}

.program .section__header p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.program-area__content {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .program-area__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}

.program-area__content .program-area__content-single {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0px;
  padding: 60px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .program-area__content .program-area__content-single {
    padding: 40px 20px;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .program-area__content .program-area__content-single .icon__box {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 100px;
  }
}

.program-area__content .program-area__content-single h6 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 8px;
}

.program-area__content .program-area__content-single p {
  text-align: center;
  margin-bottom: -6px;
}

.join .section__header {
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .join .section__header {
    margin-bottom: 37px;
  }
}

.join .section__header h5,
.join .section__header h2,
.join .section__header p {
  text-align: left;
}

@media only screen and (max-width: 575px) {
  .join .section__header h5,
  .join .section__header h2,
  .join .section__header p {
    text-align: center;
  }
}

.join-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.join-area__content .join-area__content-single {
  padding: 30px 20px;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 10px;
  width: 47%;
}

@media only screen and (max-width: 1199px) {
  .join-area__content .join-area__content-single {
    width: 46%;
  }
}

@media only screen and (max-width: 991px) {
  .join-area__content .join-area__content-single {
    width: 47%;
  }
}

@media only screen and (max-width: 575px) {
  .join-area__content .join-area__content-single {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.join-area__content .join-area__content-single .icon__box {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .join-area__content .join-area__content-single .icon__box {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 100px;
  }
}

.join-area__content .join-area__content-single h6 {
  text-align: center;
  margin: -8px 0px -3px;
}

.join-area__thumb img {
  max-width: 39vw;
  height: auto;
}

.mission-area__content h5 {
  color: #541acf;
}

@media only screen and (max-width: 991px) {
  .mission-area__content h5 {
    margin-top: -6px;
  }
}

.mission-area__content h2 {
  color: #3c3171;
  margin: 4px 0px 7px;
}

@media only screen and (max-width: 1199px) {
  .mission-area__content h2 {
    margin: 12px 0px 11px;
  }
}

@media only screen and (max-width: 767px) {
  .mission-area__content h2 {
    margin: 7px 0px;
  }
}

.mission-area__content .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 36px;
}

@media only screen and (max-width: 767px) {
  .mission-area__content .group {
    margin-top: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .mission-area__content .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}

.mission-area__content .group .group-inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0px;
  padding: 10px 10px;
  border-right: 1px solid #cdcfec;
}

@media only screen and (max-width: 575px) {
  .mission-area__content .group .group-inner {
    padding: 20px;
  }
}

.mission-area__content .group .group-inner:nth-last-of-type(1) {
  border-right: 0px;
}

@media only screen and (max-width: 575px) {
  .mission-area__content .group .group-inner:nth-last-of-type(1) {
    border: 1px solid #cdcfec;
  }
}

@media only screen and (max-width: 575px) {
  .mission-area__content .group .group-inner {
    border: 1px solid #cdcfec;
    width: 100%;
  }
}

.mission-area__content .group .group-inner h5 {
  text-align: center;
  color: #3b2b8e;
}

.mission-area__content .group .group-inner p {
  text-align: center;
  color: #541acf;
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .mission-area__content .group .group-inner p {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 575px) {
  .mission-area__content .group .group-inner p {
    margin-bottom: -6px;
  }
}

.value-area {
  background-color: #f8f8ff;
}

.value-area .section__header {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.value-area .section__header p {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.value-area__content {
  padding: 0px 12px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 60px;
}

.value-area__content .group-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  padding: 30px;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .value-area__content .group-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.value-area__content .group-single .icon__box {
  min-width: 120px;
  width: 120px;
}

@media only screen and (max-width: 767px) {
  .value-area__content .group-single .icon__box {
    min-width: 100px;
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .value-area__content .group-single h5 {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .value-area__content .group-single h5 {
    text-align: center;
    margin-top: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .value-area__content .group-single h5 {
    margin-top: -2px;
  }
}

.value-area__content .group-single p {
  margin-bottom: -6px;
}

@media only screen and (max-width: 991px) {
  .value-area__content .group-single p {
    text-align: center;
  }
}

.team .section__header {
  margin-bottom: 57px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .team .section__header {
    margin-bottom: 37px;
  }
}

.team .section__header p {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.position-area {
  background-color: #f8f8ff;
  padding-left: 12px;
  padding-right: 12px;
}

.position-area .section__header {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .position-area .section__header {
    margin-bottom: 37px;
  }
}

.position-area .section__header p {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.position-area__single {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  padding: 40px 30px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 10px;
  text-align: left;
  margin-bottom: 30px;
}

.position-area__single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  .position-area__single {
    padding: 40px 20px;
  }
}

.position-area__single h5 {
  margin-top: -7px;
}

.position-area__single .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 12px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .position-area__single .location {
    margin: 15px 0px 12px;
  }
}

.position-area__single .location p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.position-area__single .location p i {
  color: #cdcfec;
}

.position-area__single .location p:nth-of-type(1) {
  padding-right: 20px;
  border-right: 1px solid #cdcfec;
}

@media only screen and (max-width: 575px) {
  .position-area__single .location p:nth-of-type(1) {
    padding-right: 0px;
    border: 0px solid transparent;
  }
}

.position-area__single .button {
  margin-top: 26px;
  background-color: #5d22db;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .position-area__single .button {
    margin-top: 18px;
  }
}

.position-area__single .button:hover {
  background-color: #00f4bf;
  color: #33318e;
}

.position--two .position-area {
  background-color: #ffffff;
}

.position--two .position-area .perfect-position {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.position--two .position-area .perfect-position p {
  margin-top: 5px;
  margin-bottom: -6px;
}

.position--two .position-area .perfect-position p a {
  text-transform: lowercase;
  color: #5d22db;
}

.position--two .position-area .perfect-position p a:hover {
  color: #3c3171;
}

.career-details {
  position: relative;
}

.career-details__area-content {
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

@media only screen and (max-width: 767px) {
  .career-details__area-content {
    padding: 40px 20px;
  }
}

.career-details__area-content h3 {
  margin-top: -11px;
}

@media only screen and (max-width: 767px) {
  .career-details__area-content h3 {
    margin-top: -6px;
  }
}

.career-details__area-content .post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}

.career-details__area-content .post__info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.career-details__area-content .post__info .tags .button {
  background-color: transparent;
  border: 1px solid #5d22db;
  font-size: 14px;
  padding: 8px 20px;
}

.career-details__area-content .post__info .tags .button:hover {
  background-color: #5d22db;
  color: #ffffff;
}

.career-details__area-content .post__info span {
  font-weight: 500;
  text-transform: uppercase;
}

.career-details__area-content hr {
  width: 100%;
  height: 1px;
  background-color: #cac8c8;
  margin: 60px 0px;
}

@media only screen and (max-width: 767px) {
  .career-details__area-content hr {
    margin: 40px 0px;
  }
}

.career-details__area-content .group {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .career-details__area-content .group {
    margin-bottom: 40px;
  }
}

.career-details__area-content .group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.career-details__area-content .group h5 {
  margin-top: -7px;
  margin-bottom: 14px;
}

.career-details__area-content .group p {
  margin-bottom: 16px;
}

.career-details__area-content .group p:nth-last-of-type(1) {
  margin-bottom: -6px;
}

.career-details__area-content .group ul {
  margin-top: 24px;
}

.career-details__area-content .group li {
  list-style-type: disc;
  margin-bottom: 7px;
}

.career-details__area-content .group li:nth-last-of-type(1) {
  margin-bottom: -6px;
}

.career-details__area-content .sign__up {
  background-color: #5d22db;
  color: #ffffff;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .career-details__area-content .sign__up {
    margin-top: 30px;
  }
}

.career-details__area-content .sign__up:hover {
  background-color: #00f4bf;
  color: #33318e;
}

.career-details__area-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .career-details__area-sidebar {
    padding: 40px 20px;
  }
}

.career-details__area-sidebar .icon__box {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 200px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 1199px) {
  .career-details__area-sidebar .icon__box {
    width: 150px;
    height: 150px;
  }
}

.career-details__area-sidebar h5 {
  margin-bottom: 13px;
}

.career-details__area-sidebar .button {
  background-color: #5d22db;
  color: #ffffff;
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .career-details__area-sidebar .button {
    margin-top: 25px;
  }
}

.career-details__area-sidebar .button:hover {
  background-color: #00f4bf;
  color: #33318e;
}

.latest-area {
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 20px;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}

@media only screen and (max-width: 767px) {
  .latest-area {
    padding: 40px 20px;
  }
}

.latest-area__content .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.latest-area__content .author .author__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.latest-area__content .author .author__info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.latest-area__content .author p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.latest-area__content h3 {
  margin-top: 17px;
  margin-bottom: 10px;
}

.latest-area__content h3 a:hover {
  color: #5d22db;
}

.latest-area__content .read {
  color: #5d22db;
  font-size: 16px;
  font-weight: 500;
  margin-top: 27px;
  margin-bottom: -9px;
}

@media only screen and (max-width: 767px) {
  .latest-area__content .read {
    margin-top: 18px;
  }
}

.latest-area__thumb img {
  max-width: 25vw;
  height: auto;
}

.blog-area__intro {
  margin-bottom: 40px;
}

.blog-area__intro h2 {
  color: #3c3171;
  margin: -12px 0px;
}

@media only screen and (max-width: 1199px) {
  .blog-area__intro h2 {
    margin-bottom: 18px;
  }
}

.blog-area__intro .blog__head__tab__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .blog-area__intro .blog__head__tab__btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.blog-area__intro .button {
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: #283a6a;
  color: #ffffff;
}

.blog-area__intro .button:hover {
  background-color: #5d22db;
  color: #ffffff;
}

.blog-area__intro .blog__tab__btn__active {
  background-color: #5d22db;
  color: #ffffff;
}

.blog-area__single {
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 10px;
}

.blog-area__single .poster {
  overflow: hidden;
  border-radius: 10px;
}

.blog-area__single .poster a {
  width: 100%;
  border-radius: 10px;
}

.blog-area__single .poster a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-height: 290px;
  min-height: 200px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-area__single h5 {
  margin-top: 23px;
  margin-bottom: 15px;
}

.blog-area__single h5 a:hover {
  color: #5d22db;
}

.blog-area__single hr {
  width: 100%;
  height: 1px;
  background-color: #959dc5;
}

.blog-area__single .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-top: -5px;
  margin-bottom: -6px;
}

.blog-area__single .post-meta a {
  font-size: 16px;
  font-weight: 500;
  color: #5d22db;
}

.blog-area__single .post-meta p {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-area__single:hover .poster img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-area__single:hover h5 a {
  color: #5d22db;
}

.shuffle {
  overflow: visible !important;
}

.blog-details-area {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}

.blog-details-area .poster img {
  width: 100%;
  height: auto;
  max-height: 670px;
  min-height: 200px;
  border-radius: 20px;
}

.blog-details-area .blog__content__area {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blog-details-area .post__intro {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blog-details-area .post__intro h2 {
  text-align: center;
  color: #3c3171;
  margin-top: 22px;
  margin-bottom: 6px;
}

.blog-details-area .post__intro p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: center;
  margin-bottom: -6px;
}

.blog-details-area .post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}

.blog-details-area .post__meta .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-details-area .post__meta .avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.blog-details-area .post__meta .avatar h6,
.blog-details-area .post__meta .avatar p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.blog-details-area .post__meta .button {
  background-color: #283a6a;
  color: #ffffff;
}

.blog-details-area .post__meta .button:hover {
  background-color: #5d22db;
  color: #ffffff;
}

.blog-details-area .group {
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  .blog-details-area .group {
    margin-top: 35px;
  }
}

.blog-details-area .group h5 {
  margin-top: -7px;
  margin-bottom: 14px;
}

.blog-details-area .group p {
  margin-bottom: 16px;
}

.blog-details-area .group p:nth-last-of-type(1) {
  margin-bottom: -6px;
}

.blog-details-area .group ul {
  margin-top: 24px;
}

.blog-details-area .group li {
  list-style-type: disc;
  margin-bottom: 7px;
}

.blog-details-area .group li:nth-last-of-type(1) {
  margin-bottom: -6px;
}

.blog-details-area .group .img-group {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-details-area .group .img-group {
    margin-top: 25px;
  }
}

.blog-details-area .group .img-group img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  max-height: 395px;
  min-height: 200px;
}

.blog-details-area .group .img-group p {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .blog-details-area .group .img-group p {
    margin-top: 17px;
  }
}

.blog-details-area .group .quote {
  padding: 60px 40px;
  background-color: #402bae;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .blog-details-area .group .quote {
    padding: 40px 20px;
  }
}

.blog-details-area .group .quote blockquote {
  margin: -8px 0px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blog-details-area .group .author-info {
  padding: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-details-area .group .author-info {
    padding: 40px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
  }
}

.blog-details-area .group .author-info img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .blog-details-area .group .author-info img {
    width: 120px;
    height: 120px;
  }
}

.blog-details-area .group .author-info .author-meta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 23px;
  margin-top: -6px;
}

.blog-details-area .group .author-info .author-meta__inner h6 {
  font-weight: 500;
  color: #3c3171;
}

.blog-details-area .group .author-info .author-meta__inner p {
  font-weight: 500;
  color: #541acf;
  font-size: 16px;
  text-transform: uppercase;
}

.blog-details-area .group .author-info .author-meta__inner .social a {
  background-color: #e8eeff;
  border: 0px solid transparent;
}

.blog-details-area .group .author-info .author-meta__inner .social a i {
  color: #283a6a;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-details-area .group .author-info .author-meta__inner .social a:hover {
  background-color: #5d22db;
}

.blog-details-area .group .author-info .author-meta__inner .social a:hover i {
  color: #ffffff;
}

.latest-blog__area-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .latest-blog__area-intro {
    margin-bottom: 40px;
  }
}

.latest-blog__area-intro .button {
  background-color: #5d22db;
  color: #ffffff;
}

.latest-blog__area-intro .button:hover {
  background-color: #00f4bf;
  color: #33318e;
}

.register-area__form {
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
          box-shadow: 0px 8px 30px rgba(81, 100, 171, 0.3);
  border-radius: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .register-area__form {
    padding: 40px 20px;
  }
}

.register-area__form .input-group {
  position: relative;
  margin-top: 30px;
}

.register-area__form .input-group:nth-of-type(1) {
  margin-top: 0px;
}

.register-area__form .input-group input {
  padding: 14px 80px 14px 30px;
  width: 100%;
  border: 1px solid #d7d3ee;
  border-radius: 10px !important;
}

@media only screen and (max-width: 1199px) {
  .register-area__form .input-group input {
    padding: 14px 60px 14px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .register-area__form .input-group input {
    padding: 10px 60px 10px 20px;
  }
}

.register-area__form .input-group input::-webkit-input-placeholder {
  color: #3a3264;
}

.register-area__form .input-group input:-ms-input-placeholder {
  color: #3a3264;
}

.register-area__form .input-group input::-ms-input-placeholder {
  color: #3a3264;
}

.register-area__form .input-group input::placeholder {
  color: #3a3264;
}

.register-area__form .input-group i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  font-size: 20px;
  color: #ced8e1;
  z-index: 3;
}

@media only screen and (max-width: 1199px) {
  .register-area__form .input-group i {
    font-size: 16px;
  }
}

.register-area__form .show-hide-pass i {
  cursor: pointer;
}

.register-area__form .input__area__alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.register-area__form .input__area__alt .input__area__alt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.register-area__form .input__area__alt .input__area__alt__inner input {
  width: auto;
  line-height: 1;
}

.register-area__form .input__area__alt a {
  text-transform: capitalize;
  color: #3a3264;
}

.register-area__form .button {
  width: 260px;
  background-color: #5d22db;
  color: #ffffff;
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .register-area__form .button {
    margin-top: 25px;
    width: 180px;
  }
}

.register-area__form .button:hover {
  background-color: #00f4bf;
  color: #33318e;
}

.register-area__form .foot {
  text-align: center;
  margin-bottom: -6px;
  margin-top: 10px;
}

.register-area__form .foot a {
  text-transform: capitalize;
  color: #5d22db;
}

.register-area__form-intro {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .register-area__form-intro {
    margin-bottom: 30px;
  }
}

.register-area__form-intro h2 {
  color: #3c3171;
  margin-top: -20px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
  .register-area__form-intro h2 {
    margin-top: -12px;
  }
}

.register-area__form-intro p {
  margin-bottom: -5px;
}

.regi_area {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.regi_area .input-group__wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .regi_area .input-group__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.regi_area .input-group__wrapper:nth-of-type(1) {
  margin-top: 0px;
}

.regi_area .input-group__wrapper .input-group {
  margin: 0px;
}

.regi_area .nice-select {
  width: 100%;
  font-size: 18px;
  color: #3a3264;
  line-height: 60px;
  height: 60px;
  border: 1px solid #d7d3ee;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px !important;
}

@media only screen and (max-width: 1199px) {
  .regi_area .nice-select {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .regi_area .nice-select {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

.regi_area .nice-select::after {
  width: 10px;
  height: 10px;
  margin-top: -8px;
  right: 35px;
}

@media only screen and (max-width: 1199px) {
  .regi_area .nice-select::after {
    right: 25px;
  }
}

.regi_area .nice-select .list {
  max-height: 250px;
  overflow-y: auto;
}

.regi_area .nice-select .list::-webkit-scrollbar {
  width: 5px;
}

.regi_area .nice-select .list::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

.regi_area .nice-select .list::-webkit-scrollbar-button, .regi_area .nice-select .list::-webkit-scrollbar-thumb {
  background-color: #00ff66;
  border-radius: 5px;
}

.error-area {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.error-area img {
  max-width: 43vw;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .error-area img {
    max-width: 250px;
  }
}

.error-area h5 {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 27px auto 33px;
}

@media only screen and (max-width: 767px) {
  .error-area h5 {
    margin: 22px auto 23px;
  }
}

.error-area .button {
  width: 260px;
  background-color: #5d22db;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .error-area .button {
    width: 200px;
  }
}

.error-area .button:hover {
  background-color: #00f4bf;
  color: #33318e;
}

/* ==== 
 --------- (4.4) all sections styles end ---------
 ==== */
/* ==== 
 --------- (4.5) footer styles start ---------
 ==== */
.footer {
  background-color: #283a6a;
}

.footer-area__newsletter-content {
  margin-bottom: 30px;
}

.footer-area__newsletter-content h3 {
  color: #ffffff;
}

.footer-area__newsletter-content p {
  color: #ffffff;
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .footer-area__newsletter-content p {
    margin-bottom: -10px;
  }
}

.footer-area__newsletter {
  padding: 74px 0px 80px;
  border-bottom: 1px solid #ffffff50;
}

@media only screen and (max-width: 991px) {
  .footer-area__newsletter {
    padding: 48px 0px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area__newsletter {
    padding: 54px 0px 60px;
  }
}

.footer-area__newsletter-form {
  margin-bottom: 30px;
}

.footer-area__newsletter-form h5 {
  color: #ffffff;
}

.footer-area__newsletter-form .group {
  padding: 10px 20px;
  background: #f0f7fc;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .footer-area__newsletter-form .group {
    border-radius: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area__newsletter-form .group {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}

.footer-area__newsletter-form input {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 9px 20px 13px;
}

@media only screen and (max-width: 575px) {
  .footer-area__newsletter-form input {
    border: 1px solid #3c317150;
    padding: 9px 15px 13px;
    border-radius: 5px;
  }
}

.footer-area__newsletter-form input::-webkit-input-placeholder {
  color: #3c3171;
  font-weight: 400;
}

.footer-area__newsletter-form input:-ms-input-placeholder {
  color: #3c3171;
  font-weight: 400;
}

.footer-area__newsletter-form input::-ms-input-placeholder {
  color: #3c3171;
  font-weight: 400;
}

.footer-area__newsletter-form input::placeholder {
  color: #3c3171;
  font-weight: 400;
}

.footer-area__newsletter-form button {
  border: none;
  outline: none;
  width: 70px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 50px;
  background-color: #5d22db;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 991px) {
  .footer-area__newsletter-form button {
    width: 100px;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area__newsletter-form button {
    border-radius: 5px;
    width: 80px;
  }
}

.footer-area__newsletter-form button i {
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .footer-area__newsletter-form button i {
    font-size: 18px;
  }
}

.footer-area__newsletter-form button:hover {
  background-color: #00f4bf;
}

.footer-area__newsletter-form button:hover i {
  color: #3c3171;
}

.footer-area__content .row {
  margin-bottom: -40px;
}

.footer-area__content .footer-area__content-single {
  margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
  .footer-area__content .col-sm-6 {
    width: 50%;
    max-width: 50%;
  }
  .footer-area__content .social a {
    width: 30px;
    height: 30px;
  }
  .footer-area__content .social a i {
    font-size: 12px;
  }
}

@media only screen and (max-width: 375px) {
  .footer-area__content .col-sm-6 {
    width: 100%;
    max-width: 100%;
  }
}

.footer-area__content-single--first .logo {
  margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
  .footer-area__content-single--first .logo {
    margin-bottom: 17px;
  }
}

.footer-area__content-single--first p {
  max-width: 260px;
  color: #ffffff;
}

.footer-area__content-single--first .social {
  margin-top: 32px;
}

@media only screen and (max-width: 991px) {
  .footer-area__content-single--first .social {
    margin-top: 25px;
  }
}

.footer-area__content-single h5 {
  margin-top: -7px;
  margin-bottom: 19px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .footer-area__content-single h5 {
    margin-bottom: 14px;
  }
}

.footer-area__content-single ul li {
  margin-bottom: 9px;
}

@media only screen and (max-width: 991px) {
  .footer-area__content-single ul li {
    margin-bottom: 5px;
  }
}

.footer-area__content-single ul li:last-of-type {
  margin-bottom: -7px;
}

.footer-area__content-single ul a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  position: relative;
  overflow: hidden;
  padding-left: 0px;
}

.footer-area__content-single ul a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer-area__content-single ul a:hover {
  color: #00f4bf;
  padding-left: 40px;
}

.footer-area__content-single ul a:hover i {
  left: 20px;
}

.footer-copy {
  padding: 30px 0px;
  background-color: #1e2c51;
}

.footer-copy__area-content p {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .footer-copy__area-content p {
    text-align: center;
    margin-top: -9px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-copy__area-content p {
    margin-bottom: 15px;
  }
}

.footer-copy__area-content p a:hover {
  color: #00f4bf;
}

.footer-copy__area-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .footer-copy__area-language {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-copy__area-language .nice-select {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 1px solid #ffffff50;
}

@media only screen and (max-width: 767px) {
  .footer-copy__area-language .nice-select {
    width: 144px;
    height: 44px;
    line-height: 44px;
  }
}

.footer-copy__area-language .nice-select::after {
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-color: #ffffff;
  right: 14px;
}

@media only screen and (max-width: 767px) {
  .footer-copy__area-language .nice-select::after {
    width: 8px;
    height: 8px;
    margin-top: -6px;
  }
}

.footer-copy__area-language .nice-select .current {
  color: #ffffff;
}

.footer-copy__area-language .nice-select .list {
  bottom: 110%;
  top: unset;
  overflow: visible;
}

.footer-copy__area-language .nice-select .list li {
  border-radius: 0px;
}

.footer-copy__area-language .nice-select .list li:hover {
  background-color: #541acf;
  color: #ffffff;
}

.footer-copy__area-language .nice-select .list li:first-of-type {
  border-radius: 5px 5px 0px 0px;
}

.footer-copy__area-language .nice-select .list li:last-of-type {
  border-radius: 0px 0px 5px 5px;
}

.footer-copy__area-language .nice-select .list .selected {
  background-color: #541acf;
  color: #ffffff;
}

.footer-copy__area-language .nice-select .list:hover .selected {
  background-color: #ffffff;
  color: #000000;
}

/* ==== 
 --------- (4.5) footer styles end ---------
 ==== */
/*# sourceMappingURL=style.css.map */