/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Reiturn by Birgo
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700&display=swap");
.animated-effect, .blog-posts .nav.blog-categories .nav-item .nav-link, .btn.btn-link:after, footer.page-footer .social-links .nav-item .nav-link, .navbar .navbar-nav .nav-item .nav-link, .navbar {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dots-background, .wealthy-assets .image-wrapper:before, .about-us .image-wrapper:before {
  background-image: radial-gradient(circle, #D3D4D4, #D3D4D4 1px, transparent 1px);
  background-size: 8px 8px;
}

html, body {
  font-family: "Red Hat Display", sans-serif;
  position: relative;
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 12px;
  }
}

body {
  overflow-x: hidden;
}

.section-title {
  font-weight: bold;
  font-size: 2rem;
  color: #16193A;
  margin-bottom: 1.5rem;
}

.navbar-brand img {
  height: 3.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand img {
    height: 2.5rem;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
@media (max-width: 767.9px) {
  .navbar {
    position: relative;
  }
  .navbar .navbar-toggler {
    border: none;
    box-shadow: none;
    outline: none;
  }
}
.navbar.active {
  box-shadow: rgba(22, 25, 58, 0.1) 0 0.1rem 0.25rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav .nav-item.ms-md-3 {
    margin-left: 0.5rem !important;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #16193A;
  font-weight: 700;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #F37021;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:active {
  color: #F37021;
}

.page-progress {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f6f7f7;
}
.page-progress .progress-bar {
  background: #F37021;
  transition: 0.1s ease all;
}

footer.page-footer {
  padding: 7.5rem 0;
  background: #16193A;
}
footer.page-footer .navbar-brand {
  filter: brightness(0) invert(1);
}
footer.page-footer h5 {
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  footer.page-footer h5 {
    margin: 2.5rem 0 1rem 0;
  }
}
footer.page-footer p {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.9rem;
  margin: 0;
}
footer.page-footer p.disclaimer b {
  font-weight: bold;
}
footer.page-footer p.disclaimer a {
  color: inherit;
  font-weight: bold;
}
footer.page-footer .nav-link {
  color: rgba(255, 255, 255, 0.35);
}
footer.page-footer .nav-link:hover {
  color: #fff;
}
footer.page-footer .social-links {
  margin: 1.5rem 0;
}
footer.page-footer .social-links .nav-item .nav-link {
  padding: 0;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
}
footer.page-footer .social-links .nav-item .nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
}
footer.page-footer .social-links .nav-item .nav-link:active {
  background: rgba(255, 255, 255, 0.2);
}
footer.page-footer .social-links .nav-item .nav-link img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
}
footer.page-footer hr {
  margin: 3.75rem 0;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

.btn {
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.35rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(22, 25, 58, 0.1) 0 0.15rem 0.65rem;
}
.btn.btn-primary {
  background: #F37021;
  border-color: #F37021;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #144069;
  border-color: #144069;
}
.btn.btn-primary:active {
  background: #1c5a94;
  border-color: #1c5a94;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #16193A;
}
.btn.btn-dark {
  background: #16193A;
  border-color: #16193A;
  color: #16193A;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #4D4D4F;
  border-color: #4D4D4F;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #F37021;
  color: #F37021;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #F37021;
  border-color: #F37021;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #1c5a94;
  border-color: #1c5a94;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #16193A;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #F37021;
}
.btn.btn-outline-dark {
  border-color: #16193A;
  color: #16193A;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #16193A;
  border-color: #16193A;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link {
  color: #F37021;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
  border: none;
}
.btn.btn-link:after {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #F37021;
  border-bottom: 2px solid #F37021;
  transform-origin: center;
  transform: translateY(-1px) rotate(-45deg);
  content: " ";
  margin-left: 0.5rem;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #144069;
}
.btn.btn-link:hover:after, .btn.btn-link:focus:after, .btn.btn-link:not(:disabled):not(.disabled):active:after {
  border-color: #144069;
}
.modal.video-modal .modal-dialog {
  max-width: 700px;
}
.modal.video-modal .modal-body {
  padding: 0;
}
.modal.video-modal .modal-content {
  padding: 0;
  border-radius: 0.75rem;
  border: none;
  outline: none;
  box-shadow: none;
  overflow: hidden;
}
.modal.video-modal iframe {
  margin: 0;
}

.form-control {
  height: auto;
}
.main {
  padding: 2.5rem 0 5rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main {
    padding-top: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main {
    padding-top: 7.5rem;
  }
}
@media (max-width: 767.9px) {
  .main {
    padding: 2.5rem 0 5rem 0 !important;
  }
}
.main h1 {
  font-weight: bold;
  color: #16193A;
  font-size: 3rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 2.5rem;
  }
}
.main .main-image {
  position: relative;
}
.main .main-image img {
  position: relative;
  z-index: 1;
}

.clear-record {
  padding: 7.5rem 0;
  position: relative;
  background: url("../img/cta-bg.jpg") no-repeat fixed center;
  background-size: cover;
}
.clear-record:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff9f6;
  content: " ";
  opacity: 0.95;
  z-index: 1;
}
.clear-record .container {
  position: relative;
  z-index: 2;
}
.clear-record .section-title sup {
  font-size: 1rem;
  top: -1.5rem;
}
.clear-record .record-item {
  text-align: center;
}
.clear-record .record-item img {
  width: 3rem;
}
.clear-record .record-item h4 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #16193A;
  margin: 1rem 0 0.5rem 0;
}
.clear-record .record-item h4 sup {
  font-size: 1rem;
  top: -1.5rem;
}
.clear-record .record-item p {
  padding: 0 15%;
}

.intro-video {
  padding: 0 0 1px 0;
  margin-bottom: 15rem;
  position: relative;
  background: url("../img/cta-bg.jpg") no-repeat fixed center;
  background-size: cover;
}
.intro-video:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff9f6;
  content: " ";
  opacity: 0.95;
  z-index: 1;
}
.intro-video .container {
  position: relative;
  z-index: 2;
}
.intro-video .video-box {
  display: block;
  position: relative;
  border-radius: 1rem;
  box-shadow: rgba(22, 25, 58, 0.1) 0 0.1rem 0.55rem;
  overflow: hidden;
  margin-bottom: -15rem;
}
.intro-video .video-box img.img-fluid {
  width: 100%;
  height: auto;
  z-index: 0;
}
.intro-video .video-box .video-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.intro-video .video-box .video-info img {
  width: 4rem;
  height: 4rem;
  filter: brightness(0) invert(1);
  margin: 2.5rem 0 0 0;
}
.intro-video .video-box .video-info h4 {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  margin: 1.5rem 0 0 0;
  max-width: 50%;
  text-align: center;
}
.intro-video .video-box .video-info p {
  color: #fff;
  font-size: 1rem;
  margin: 0.5rem 0 0 0;
  max-width: 40%;
  text-align: center;
}

.investing-for-everyone {
  padding: 7.5rem 0;
}
.investing-for-everyone .section-title {
  max-width: 90%;
}
.investing-for-everyone p {
  margin: 1rem 0;
}
.investing-for-everyone .checklist li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.investing-for-everyone .checklist li + li {
  margin-top: 0.5rem;
}
.investing-for-everyone .checklist li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.8rem;
  height: 0.4rem;
  border-bottom: 2px solid #F37021;
  border-left: 2px solid #F37021;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
}

.smarter-investments .box {
  padding: 5rem;
  background: #fff;
  box-shadow: rgba(22, 25, 58, 0.1) 0 0.25rem 1rem;
  border-radius: 0.5rem;
  position: relative;
}
@media (max-width: 767.9px) {
  .smarter-investments .box {
    padding: 2.5rem;
  }
}
.smarter-investments .box:before {
  position: absolute;
  bottom: -5rem;
  left: -5rem;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: -1;
  background-image: radial-gradient(circle, #F37021, #F37021 1px, transparent 1px);
  background-size: 8px 8px;
}
.smarter-investments .smarter-item {
  text-align: center;
}
.smarter-investments .smarter-item h4 {
  font-weight: bold;
  color: #F37021;
}

.where-we-invest {
  padding: 12.5rem 0 7.5rem 0;
}

.about-us {
  padding: 7.5rem 0;
  position: relative;
  border-top: 1px solid #ddd;
}
@media (max-width: 767.9px) {
  .about-us {
    overflow: hidden;
  }
}
.about-us p strong {
  font-weight: 600;
}
.about-us .image-wrapper {
  position: relative;
}
.about-us .image-wrapper:after {
  position: absolute;
  bottom: 2.5rem;
  right: -2.5rem;
  width: 5rem;
  height: 5rem;
  background: #fff;
  border: 1.25rem solid #F37021;
  content: " ";
  z-index: 1;
  border-radius: 50%;
}
.about-us .image-wrapper:before {
  position: absolute;
  bottom: -5rem;
  left: -5rem;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: -1;
}
.about-us .image-wrapper .img-fluid {
  border-radius: 1rem;
}
.about-us.home-about {
  background: #F37021;
}
.about-us.home-about h3 {
  color: #fff;
}
.about-us.home-about p {
  color: rgba(255, 255, 255, 0.75);
}
.about-us.home-about .image-wrapper:before {
  background-image: radial-gradient(circle, #fff, #fff 1px, transparent 1px);
  background-size: 8px 8px;
  z-index: 0;
}
.about-us.home-about .image-wrapper .img-fluid {
  position: relative;
  z-index: 1;
}

.insights {
  padding: 7.5rem 0;
  background: #fcfcfc;
}
.insights .insight-article {
  display: block;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: rgba(22, 25, 58, 0.1) 0 0.15rem 0.5rem;
  overflow: hidden;
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
}
.insights .insight-article .article-thumb {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.insights .insight-article .article-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.insights .insight-article .article-category {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: #F37021;
}
.insights .insight-article .article-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 1rem;
  display: block;
  color: #16193A;
  text-decoration: none;
  line-height: 1.2;
}

.cta {
  padding: 7.5rem 0;
  position: relative;
  background: url("../img/cta-bg.jpg") no-repeat fixed center;
  background-size: cover;
}
.cta:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #1a1d43;
  opacity: 0.9;
  content: " ";
}
.cta .container {
  position: relative;
  z-index: 1;
}
.cta h3 {
  margin: 0;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
}

.content {
  padding: 10rem 0 5rem 0;
}
@media (max-width: 767.9px) {
  .content {
    padding-top: 2.5rem;
  }
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: bold;
  color: #16193A;
}
.content a {
  color: #F37021;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .content a {
    overflow: hidden;
    word-break: break-word;
  }
}

.main.main-about {
  padding: 7.5rem 0;
}

.what-is-reiturn {
  position: relative;
  background: #fff9f6;
  padding: 7.5rem 0;
}

.reiturn-features {
  padding: 1px 0 7.5rem 0;
  position: relative;
}
.reiturn-features:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(50% - 3.25rem);
  background: #fff9f6;
  content: " ";
  z-index: 0;
}
.reiturn-features .container {
  position: relative;
  z-index: 1;
}
.reiturn-features .feature-item {
  height: 100%;
  background: #fff;
  padding: 3.5rem;
  border-radius: 0.75rem;
  box-shadow: rgba(22, 25, 58, 0.15) 0 0.1rem 0.5rem;
}
.reiturn-features .feature-item img {
  width: 4rem;
  height: 4rem;
  display: block;
}
.reiturn-features .feature-item h4 {
  margin: 1rem 0 0.5rem 0;
  font-weight: bold;
  color: #16193A;
}
.reiturn-features .feature-item p {
  margin: 0;
}

.fund-goals {
  position: relative;
  padding: 0 0 7.5rem 0;
}
.fund-goals .goal-item {
  display: block;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: rgba(22, 25, 58, 0.05) 0 0.25rem 0.5rem;
}
.fund-goals .goal-item h4 {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #16193A;
  margin: 0;
}
.fund-goals .goal-item p {
  margin: 0;
}
.fund-goals .img-fluid {
  margin-bottom: -7.5rem;
  position: relative;
  z-index: 1;
}

.fund-strategy {
  padding: 7.5rem 0;
  position: relative;
  background: url("../img/cta-bg.jpg") no-repeat fixed center;
  background-size: cover;
}
.fund-strategy:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #1a1d43;
  opacity: 0.9;
  content: " ";
}
.fund-strategy .container {
  position: relative;
  z-index: 1;
}
.fund-strategy .section-title {
  color: #fff;
}
.fund-strategy .strategy-item {
  display: block;
  position: relative;
}
.fund-strategy .strategy-item span {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.fund-strategy .strategy-item h4 {
  color: #fff;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.fund-strategy .strategy-item p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 75%;
}

.clear-record.v2:before {
  background: #1d214c;
  opacity: 1;
}
.clear-record.v2 .section-title {
  color: #fff;
}
.clear-record.v2 .record-item img {
  filter: brightness(0) invert(1);
}
.clear-record.v2 .record-item h4 {
  color: #fff;
}
.clear-record.v2 .record-item p {
  color: rgba(255, 255, 255, 0.5);
}

.start-journey {
  padding: 7.5rem 0;
  background: #fdede3;
}
.start-journey .accordion-item {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}
.start-journey .accordion-item + .accordion-item {
  margin-top: 2rem;
}
.start-journey .accordion-item .accordion-header {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
.start-journey .accordion-item .accordion-header .accordion-button {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  color: #16193A;
  font-size: 1.25rem;
  font-weight: bold;
}
.start-journey .accordion-item .accordion-header .accordion-button:after {
  filter: brightness(0);
  opacity: 0.5;
}
.start-journey .accordion-item .accordion-body {
  padding: 0.5rem 0 0 0;
  color: #16193A;
}
.start-journey .img-fluid {
  margin-bottom: -7.5rem;
}
@media (max-width: 767.9px) {
  .start-journey .img-fluid {
    margin-top: 3.25rem;
  }
}

.main.main-how-it-works {
  padding: 7.5rem 0;
}

.own-property {
  padding: 7.5rem 0;
  background: #fcfcfc;
}
.own-property .col-md-4:nth-child(1) .step:before {
  width: 50%;
  left: auto;
  right: 0;
}
.own-property .col-md-4:nth-child(3) .step:before {
  width: 50%;
}
.own-property .step {
  position: relative;
  text-align: center;
  padding: 0 1.5rem;
}
.own-property .step:before {
  position: absolute;
  top: 3.75rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .own-property .step:before {
    display: none;
  }
}
.own-property .step span {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  background: #fff;
  box-shadow: rgba(22, 25, 58, 0.1) 0 0.1rem 0.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 7.5rem;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.own-property .step h4 {
  margin: 1.5rem 0 1rem 0;
  font-weight: bold;
  color: #16193A;
}

.cta.v2:before {
  background: #fff9f6;
}
.cta.v2 .section-title {
  color: #16193A;
  font-weight: bold;
  font-size: 2rem;
}
.cta.v2 p {
  margin: 1rem 0;
  font-size: 1.25rem;
  color: #16193A;
}

.wealthy-assets {
  padding: 7.5rem 0;
}
@media (max-width: 767.9px) {
  .wealthy-assets {
    overflow: hidden;
  }
}
.wealthy-assets .image-wrapper {
  position: relative;
}
.wealthy-assets .image-wrapper:after {
  position: absolute;
  bottom: 2.5rem;
  right: -2.5rem;
  width: 5rem;
  height: 5rem;
  background: #fff;
  border: 1.25rem solid #F37021;
  content: " ";
  z-index: 1;
  border-radius: 50%;
}
.wealthy-assets .image-wrapper:before {
  position: absolute;
  bottom: -5rem;
  left: -5rem;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: -1;
}
.wealthy-assets .image-wrapper .img-fluid {
  border-radius: 1rem;
}

.dashboard {
  position: relative;
  padding: 7.5rem 0;
  background: #fff9f6;
}
@media (max-width: 767.9px) {
  .dashboard {
    overflow: hidden;
  }
}
.dashboard .image-wrapper {
  position: relative;
}
.dashboard .image-wrapper:after {
  position: absolute;
  bottom: 2.5rem;
  right: -2.5rem;
  width: 5rem;
  height: 5rem;
  background: #fff;
  border: 1.25rem solid #F37021;
  content: " ";
  z-index: 2;
  border-radius: 50%;
}
.dashboard .image-wrapper:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  background-image: radial-gradient(circle, #ccc, #ccc 1px, transparent 1px);
  background-size: 8px 8px;
  border-radius: 50%;
}
.dashboard .image-wrapper .img-fluid {
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}

.main.main-why-invest {
  padding: 7.5rem 0 0 0;
}
@media (max-width: 767.9px) {
  .main.main-why-invest {
    padding-bottom: 0 !important;
  }
}

.reiturn-features.v2 {
  padding: 0 0 7.5rem 0;
}
.reiturn-features.v2:before {
  display: none;
}
.reiturn-features.v2 .box {
  margin-top: -5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .reiturn-features.v2 .box {
    margin-top: -2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .reiturn-features.v2 .box {
    margin-top: -2rem;
  }
}
@media (max-width: 767.9px) {
  .reiturn-features.v2 .box {
    margin-top: -1.5rem;
  }
}

.investment-strategy {
  padding: 0 0 7.5rem 0;
  text-align: center;
}
.investment-strategy .box {
  margin-top: 2.5rem;
  padding: 0 2.5rem;
  border-right: 1px solid #ddd;
}
@media (max-width: 767.9px) {
  .investment-strategy .box {
    border-right: none;
  }
}
.investment-strategy .box h4 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #F37021;
}

.blog-posts {
  padding: 7.5rem 0;
}
@media (max-width: 767.9px) {
  .blog-posts {
    padding: 2.5rem 0 5rem 0;
  }
}
.blog-posts .nav.blog-categories .nav-item .nav-link {
  background: #f6f7f7;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  color: #16193A;
  font-size: 0.9rem;
  font-weight: 600;
  margin-right: 0.25rem;
}
.blog-posts .nav.blog-categories .nav-item .nav-link:hover {
  background: #ddd;
}
.blog-posts .nav.blog-categories .nav-item .nav-link.active {
  background: #fff9f6;
  color: #F37021;
}
.blog-posts .featured-article {
  position: relative;
}
.blog-posts .featured-article .article-thumb {
  display: block;
}
.blog-posts .featured-article .article-thumb img {
  border-radius: 0.75rem;
  box-shadow: rgba(22, 25, 58, 0.1) 0 0.1rem 0.55rem;
}
.blog-posts .featured-article h4 {
  font-size: 1rem;
  color: #16193A;
  font-weight: bold;
}
.blog-posts .featured-article .article-title {
  display: block;
  line-height: 1.2;
  font-size: 2.5rem;
  font-weight: bold;
  color: #16193A;
  text-decoration: none;
  margin: 1rem 0 0.5rem 0;
}
.blog-posts .article-post {
  display: block;
  position: relative;
}
.blog-posts .article-post .article-thumb {
  display: block;
}
.blog-posts .article-post .article-thumb img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  border-radius: 0.75rem;
  box-shadow: rgba(22, 25, 58, 0.1) 0 0.1rem 0.55rem;
}
.blog-posts .article-post .article-category {
  display: block;
  margin: 1rem 0 0.5rem 0;
  color: rgba(22, 25, 58, 0.5);
  font-size: 0.9rem;
}
.blog-posts .article-post .article-title {
  display: block;
  text-decoration: none;
  color: #16193A;
  font-size: 1.5rem;
  font-weight: bold;
}
.blog-posts .press-post {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767.9px) {
  .blog-posts .press-post {
    flex-direction: column;
  }
}
.blog-posts .press-post .article-thumb {
  display: block;
  width: 8rem;
  margin-right: 1.5rem;
}
.blog-posts .press-post .article-thumb img {
  width: 100%;
  height: 8rem;
  object-fit: contain;
  border-radius: 0.75rem;
  box-shadow: rgba(22, 25, 58, 0.1) 0 0.1rem 0.55rem;
  padding: 1rem;
}
.blog-posts .press-post .article-info .article-category {
  display: block;
  margin: 1rem 0 0.5rem 0;
  color: rgba(22, 25, 58, 0.5);
  font-size: 0.9rem;
}
.blog-posts .press-post .article-info .article-title {
  display: block;
  text-decoration: none;
  color: #16193A;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.blog-post {
  padding: 7.5rem 0;
}
.blog-post .blog-header {
  border-radius: 1rem;
  box-shadow: rgba(22, 25, 58, 0.15) 0 0.2rem 1rem;
}
.blog-post .blog-title {
  font-weight: bold;
  color: #16193A;
  margin: 2.5rem 0 2.5rem 0;
  font-size: 2rem;
}
.blog-post .blog-author {
  position: relative;
  padding-left: 5rem;
}
.blog-post .blog-author img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  border-radius: 50%;
}
.blog-post .blog-author .author-avatar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  border-radius: 50%;
  background: #F37021;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 4rem;
  text-align: center;
}
.blog-post .blog-author span {
  display: block;
  font-size: 0.9rem;
  color: #16193A;
}
.blog-post .blog-author strong {
  color: #16193A;
  font-weight: bold;
  display: block;
}
.blog-post .blog-content {
  padding-top: 2.5rem;
  color: #16193A;
  font-size: 1.15rem;
}
.blog-post .blog-content a {
  color: #F37021;
}
.blog-post .blog-content h2, .blog-post .blog-content h3, .blog-post .blog-content h4, .blog-post .blog-content h5, .blog-post .blog-content h6 {
  font-weight: bold;
  color: #16193A;
  margin: 2.5rem 0 1rem 0;
}
.blog-post .blog-content img {
  max-width: 100%;
}
.blog-post .share-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.blog-post .share-links .btn.btn-light {
  background: #fcfcfc;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
}
.blog-post .share-links .btn.btn-light:last-child {
  margin-right: 0;
}
.blog-post .share-links .btn.btn-light:hover, .blog-post .share-links .btn.btn-light:focus {
  background: #ddd;
}
.blog-post .share-links .btn.btn-light:active {
  background: #ccc;
}
.blog-post .share-links .btn.btn-light img {
  width: 1rem;
  height: 1rem;
  opacity: 0.75;
}
.blog-post .share-links .btn.btn-light span {
  font-size: 0.8rem;
  color: #16193A;
  margin-left: 0.25rem;
}
@media (max-width: 767.9px) {
  .blog-post .share-links {
    justify-content: flex-start;
  }
}

.subscribe {
  padding: 7.5rem 0;
  background: #fff9f6;
}
.subscribe form {
  position: relative;
}
.subscribe form .form-control {
  padding: 1.5rem 2rem;
  border: none;
  box-shadow: none;
  height: auto;
}
.subscribe form .btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
}

.reserve {
  padding: 10rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .reserve {
    padding: 2.5rem 0 5rem 0;
  }
}
.reserve h1 {
  font-weight: bold;
  color: #16193A;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .reserve h1 {
    font-size: 2.5rem;
  }
}
.reserve h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #16193A;
  margin-bottom: 1.5rem;
}
.reserve form {
  position: relative;
}
.reserve form .form-label {
  font-weight: 700;
  color: #16193A;
}
.reserve form .form-control {
  padding: 1rem;
  height: auto;
  border: 1px solid #ddd;
}

.how-it-works {
  padding: 7.5rem 0;
}
.how-it-works hr {
  margin: 5rem 0;
}
.how-it-works .item {
  display: block;
  position: relative;
}
.how-it-works .item span {
  font-size: 5rem;
  color: rgba(22, 25, 58, 0.5);
  font-weight: bold;
}
.how-it-works .item h4 {
  color: #16193A;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.how-it-works .item p {
  color: #16193A;
  max-width: 75%;
}
.how-it-works .video-box {
  display: block;
  position: relative;
  border-radius: 1rem;
  box-shadow: rgba(22, 25, 58, 0.1) 0 0.1rem 0.55rem;
  overflow: hidden;
}
.how-it-works .video-box img.img-fluid {
  width: 100%;
  height: auto;
  z-index: 0;
}
.how-it-works .video-box .video-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.how-it-works .video-box .video-info img {
  width: 4rem;
  height: 4rem;
  filter: brightness(0) invert(1);
  margin: 2.5rem 0 0 0;
}
.how-it-works .video-box .video-info h4 {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  margin: 1.5rem 0 0 0;
  max-width: 75%;
  text-align: center;
}
.how-it-works .video-box .video-info p {
  color: #fff;
  font-size: 1rem;
  margin: 0.5rem 0 0 0;
  max-width: 60%;
  text-align: center;
}

.riding-out-the-storm {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .riding-out-the-storm {
    padding: 2.5rem 0;
  }
}
.riding-out-the-storm h1 {
  font-weight: bold;
  color: #16193A;
  font-size: 5rem;
  line-height: 1;
  margin: 4rem 0 0.5rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .riding-out-the-storm h1 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .riding-out-the-storm h1 {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
@media (max-width: 767.9px) {
  .riding-out-the-storm h1 {
    font-size: 4rem;
    line-height: 1;
  }
}
.riding-out-the-storm h3 {
  font-weight: bold;
  color: #16193A;
  font-size: 2rem;
  margin: 0 0 1.5rem 0;
}
.riding-out-the-storm ul {
  display: block;
  margin: 1.5rem 0 2.5rem 0;
  list-style: none;
  padding: 0;
}
.riding-out-the-storm ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
  font-size: 1.2rem;
  color: #16193A;
}
.riding-out-the-storm ul li + li {
  margin-top: 0.75rem;
}
.riding-out-the-storm ul li:after {
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.8rem;
  height: 0.4rem;
  border-bottom: 2px solid #F37021;
  border-left: 2px solid #F37021;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
}
.riding-out-the-storm p {
  font-size: 1.5rem;
  color: #16193A;
  margin: 1.5rem 0 2.5rem 0;
}
@media (max-width: 767.9px) {
  .riding-out-the-storm p {
    font-size: 1.25rem;
  }
}
.riding-out-the-storm .pdf-preview {
  border-radius: 0.75rem;
  max-width: 60%;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .riding-out-the-storm .pdf-preview {
    max-width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .riding-out-the-storm .pdf-preview {
    max-width: 100%;
  }
}
@media (max-width: 767.9px) {
  .riding-out-the-storm .pdf-preview {
    max-width: 100%;
  }
}
.riding-out-the-storm .form-wrapper {
  padding: 2.5rem;
  border-radius: 0.75rem;
  box-shadow: rgba(22, 25, 58, 0.1) 0 0.5rem 2.5rem;
  background: #fff;
}
@media (max-width: 767.9px) {
  .riding-out-the-storm .form-wrapper {
    padding: 0;
    box-shadow: none;
  }
}

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