.investment-box--description, .item-container .ans, .contact-info-area .info-box-title, .contact-form--description, .blog-box-description, .mobile-slider .swiper-content .swiper-content--article, .swiper-slider > div > div .swiper-content .swiper-content--article {
  color: #62656a;
  font-size: 14px;
  line-height: 32px;
}

.btn-secondary {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px;
  background-color: #ff7841;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s;
  font-size: 300;
  font-weight: 300;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-secondary:hover {
  background-color: #fb5528;
}

.btn-primary {
  cursor: pointer;
  padding: 0.5rem 1.25rem;
  background-color: var(--color2);
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s;
  font-weight: 400;
}
.btn-primary:hover {
  background-color: #5393f4;
}

.btn-holder-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.swiper-slide {
  height: auto;
}

.swiper:not(.swiper-slider, .mobile-slider) {
  padding: 30px 0;
}

.section-title {
  all: unset;
  display: block;
  font-size: 44px;
  color: var(--color1);
  font-weight: 500;
  margin-bottom: 48px;
  text-align: center;
}
.section-title::after {
  content: none;
}

.nav-area {
  background: var(--color1);
  position: static;
  padding: 15px 0;
}
.nav-area-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-area .logo {
  display: inline-block;
}

.nav-area .logo img {
  max-width: 220px;
}

header.header-desktop {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 100;
}
header.header-desktop .header-top {
  padding: 0;
}
header.header-desktop .header-menu {
  display: flex;
}
header.header-desktop .header-menu li {
  padding: 20px 15px;
  font-weight: 600;
}
header.header-desktop .header-menu li:not(:last-child) {
  border-right: 1px solid rgba(170, 170, 170, 0.4);
}
header.header-desktop .header-menu li a {
  color: #62656a;
}

.mobile-header {
  background: var(--color1);
}

.swiper-slider > div > div {
  position: relative;
}
.swiper-slider > div > div .swiper-content {
  position: absolute;
  top: 7%;
  left: 7%;
  background: #fff;
  border-radius: 4px;
  max-width: 450px;
  padding: 40px;
}
@media (max-width: 1200px) {
  .swiper-slider > div > div .swiper-content {
    top: 0;
    left: 5%;
    max-width: 600px;
  }
}
.swiper-slider > div > div .swiper-content .swiper-content--title {
  font-size: 24px;
  color: var(--color1);
  font-weight: 400;
}
.swiper-slider > div > div .swiper-content .swiper-content--title:has(+ *) {
  margin-bottom: 20px;
}
.swiper-slider > div > div .swiper-content .btn-secondary {
  margin-top: 32px;
}

.mobile-slider .swiper-content {
  background: #fff;
  border-radius: 4px;
  max-width: 450px;
  padding: 40px;
  transform: translateY(-4rem);
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.mobile-slider .swiper-content .swiper-content--title {
  font-size: 24px;
  color: var(--color1);
  font-weight: 400;
  text-align: center;
}
.mobile-slider .swiper-content .swiper-content--title:has(+ *) {
  margin-bottom: 20px;
}
.mobile-slider .swiper-content .btn-secondary {
  margin-top: 32px;
}

.why-us-row {
  display: flex;
}
@media (max-width: 992px) {
  .why-us-row {
    flex-direction: column;
  }
}
:has(.why-us-row) {
  padding: 0;
}
.why-us-row .why-us-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem;
  text-align: center;
  background-color: #f5f5f5;
  z-index: 5;
  transition: all 0.3s;
  gap: 30px;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .why-us-row .why-us-box:hover {
    transform: translateY(-1rem);
  }
}
.why-us-row .why-us-box:nth-child(2n) {
  background-color: gainsboro;
}
.why-us-row .why-us-box i {
  font-size: 48px;
}
.why-us-row .why-us-box-title {
  font-size: 28px;
  color: var(--color1);
  font-weight: 300;
}
.why-us-row .why-us-box-description {
  font-size: 17px;
  line-height: 28px;
  flex-grow: 1;
  color: #7b7e85;
}

.about-us .section-title {
  font-size: 28px;
  color: #1757b8;
  margin-bottom: 20px;
  line-height: 40px;
  text-align: left;
}
.about-us .section-description {
  font-size: 18px;
  color: tomato;
  margin-bottom: 20px;
}
.about-us .about-desc {
  font-size: 14px;
  color: #62656a;
}
.about-us img {
  width: 280px;
}
@media (max-width: 992px) {
  .about-us :is(.section-title, div:has(img)) {
    text-align: center;
  }
}
.about-us .section-title {
  margin-top: 20px;
}

.blog-box {
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.3s;
}
.row :has(.blog-box) {
  row-gap: 30px;
}
.blog-box:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.blog-box-title {
  font-size: 3rem;
  color: var(--color1);
  margin-bottom: 16px;
}
.cta {
  background: #f5f5f5;
  padding: 40px;
}
.cta-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cta-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cta-inner {
    padding: 0 100px;
  }
}
.cta-content {
  flex-basis: 60%;
  text-align: center;
}
.cta-content--title {
  font-size: 28px;
  color: #62656a;
  margin-bottom: 16px;
}
.cta i {
  font-size: 44px;
  background-color: var(--color1);
  height: 96px;
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cta i {
    width: 78px;
    height: 78px;
    font-size: 44px;
  }
}
.cta a {
  font-weight: 600;
}

.footer-component {
  background: var(--general-color);
}
@media (max-width: 992px) {
  .footer-component .footer-logo {
    text-align: center;
  }
}
.footer-component .btn-holder-flex {
  height: 100%;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .footer-component .btn-holder-flex {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.footer-bottom {
  background: var(--general-color);
  padding: 0;
}
.footer-bottom .bottom-wrapper {
  justify-content: center;
  color: #888b91;
  padding: 15px 0;
  border-top: 1px solid #6e7277;
}

.breadcrumb::before {
  content: none;
}

.breadcrumb {
  padding: 50px 0;
}
.breadcrumb::after {
  all: unset;
  content: "";
  background: rgba(25, 25, 27, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.breadcrumb h1 {
  margin-bottom: 15px;
}
.breadcrumb .breadcrumb-area {
  text-align: left;
}
.breadcrumb .breadcrumb-area ul {
  justify-content: start;
  padding: 0;
}
.breadcrumb .breadcrumb-area ul li a:hover {
  color: #fff;
  opacity: 0.7;
}

.general-sidebar {
  position: sticky;
  top: 80px;
}
@media (max-width: 992px) {
  .general-sidebar .minimal-contact {
    display: none;
  }
}
.general-sidebar .minimal-contact--imagebox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
}
.general-sidebar .minimal-contact--imagebox img {
  aspect-ratio: 2/2;
  border-radius: 50%;
  max-width: 100%;
  max-width: 300px;
}
.general-sidebar .minimal-contact--imagebox i {
  background: var(--color1);
  color: #fff;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  left: 5%;
  bottom: 10%;
}
.general-sidebar .minimal-contact--title {
  color: var(--color1);
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.general-sidebar .minimal-contact :is(input, textarea) {
  border-radius: 5px;
  border: 0.5px solid rgb(181, 189, 196);
  font-size: 16px;
  line-height: 24px;
  padding: 3px 14px;
  color: rgb(8, 9, 10);
  box-shadow: none;
  width: 100%;
}
.general-sidebar .minimal-contact :is(input, textarea):focus {
  background-color: #fff;
  border-color: #3b49df;
  box-shadow: 1px 1px 0 #3b49df;
}
.general-sidebar .minimal-contact :is(input, textarea)::-moz-placeholder {
  color: #95989d;
  font-size: 300;
  opacity: 1; /* Firefox */
}
.general-sidebar .minimal-contact :is(input, textarea)::placeholder {
  color: #95989d;
  font-size: 300;
  opacity: 1; /* Firefox */
}
.general-sidebar .minimal-contact :is(input, textarea):-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #95989d;
  font-size: 300;
}
.general-sidebar .minimal-contact :is(input, textarea)::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #95989d;
  font-size: 300;
}
.general-sidebar .minimal-contact :is(input, textarea):has(+ *) {
  margin-bottom: 10px;
}
.general-sidebar .minimal-contact textarea {
  min-height: 150px;
}
.general-sidebar .minimal-contact .form-bottom {
  text-align: center;
}
.general-sidebar .minimal-contact button {
  margin-top: 15px;
  font-size: 18px;
}

.header-top-area .header-menu > li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.header-top-area .header-menu > li.active {
  font-weight: bold;
}

.header-top-area .header-menu > li > a {
  display: block;
}

.header-top-area .header-menu > li:hover ul {
  opacity: 1;
  visibility: visible;
}

.header-top-area .header-menu > li:hover ul li {
  min-width: 250px;
  padding: 10px 15px;
  transition: background-color 0.4s;
  cursor: pointer;
}

.header-top-area .header-menu > li ul li:hover a {
  color: #fff;
}

.header-top .header-menu > li ul a {
  transition: all 0.3s;
  border: 0;
  color: ligthten(#62656a, 20%);
  font-weight: 600;
}

.header-top-area .header-menu > li:hover ul li:hover {
  background-color: #ff7841;
}

.header-top-area .header-menu > li:hover::before {
  opacity: 1;
}

.header-top-area .header-menu > li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color1);
  top: -2px;
  opacity: 0;
  transition: all 0.2s ease;
}

.header-top-area .header-menu > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: white;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.header-top-area .header-menu > li > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}

h2,
strong {
  font-size: 2rem !important;
  color: royalblue !important;
  font-family: "Roboto Slab", serif;
  font-weight: 300 !important;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-form--title {
  color: var(--color1);
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}
.contact-form--description {
  text-align: center;
  margin: 15px 0;
}
.contact-form input {
  width: 100%;
  height: 2.5rem;
  padding-left: 0.75rem;
  border: 1px solid var(--c-fade-darker);
  transition: all 0.15s;
}
.contact-form .form-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-form button {
  margin-top: 35px;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
}

.row:has(.info-box) {
  row-gap: 30px;
  justify-content: center;
}

.contact-info-area {
  margin: 7rem 0 0;
}
.contact-info-area .info-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  text-align: center;
  background-color: #f5f5f5;
  z-index: 5;
  transition: all 0.3s;
  gap: 10px;
  flex-basis: 100%;
  height: 100%;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .contact-info-area .info-box:hover {
    transform: translateY(-1rem);
  }
}
.contact-info-area .info-box:nth-child(2n) {
  background-color: gainsboro;
}
.contact-info-area .info-box-icon-box {
  margin-bottom: 24px;
}
.contact-info-area .info-box-icon-box i {
  color: var(--color1);
  font-size: 48px;
}
.contact-info-area .info-box-title {
  font-size: 18px;
  margin-bottom: 0;
}
.contact-info-area .info-box-description {
  font-size: 14px;
  color: #7b7e85;
}
.contact-info-area .info-box-description.tel {
  font-size: 24px;
}

.item-container + .item-container {
  margin: 30px 0;
}
.item-container .item {
  padding: 15px 0;
  border-bottom: 1px solid #222;
}
.item-container .item + .item {
  padding-top: 25px;
}
.item-container .faq_title {
  font-size: 2rem;
  color: var(--color1);
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  margin-bottom: 1rem;
}
.item-container .ans {
  display: none;
  line-height: 24px;
}
.item-container .qus {
  color: #62656a;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
}
.item-container .qus i {
  transition: 0.3s;
  margin-left: 10px;
}
.item-container .qus.active {
  color: var(--color1);
}
.item-container .qus.active i {
  transform: rotate(90deg);
}

.swiper-area:has(.investment-box) {
  margin: 60px 0;
}

.investment-box {
  display: block;
  background: #f2f2f3;
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
}
.investment-box--title {
  color: var(--color1);
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 15px;
}
.investment-box--description {
  line-height: 20px;
}

.mobile-header button {
  background: transparent;
  color: #fff;
  display: flex;
  align-items: end;
  gap: 10px;
  font-size: 18px;
}

.general-button-area div {
  all: unset;
  cursor: pointer;
}
.general-button-area i {
  color: var(--c-default);
  font-size: 2rem;
  transition: all 0.3s;
}
.general-button-area i:hover {
  color: var(--color1);
}

a[href=""] {
  pointer-events: none;
}

.language-menu {
  display: flex;
  gap: 30px;
}
.language-menu span:first-child {
  display: inline-block;
  position: relative;
}
.language-menu span:first-child::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}

.swiper-testimonials .swiper-slide {
  padding: 30px 0;
}

.general-button-area {
  z-index: 10;
}/*# sourceMappingURL=edit 2.css.map */