:root{
  --primary-color: #176527;
  --primary-color-dark: #176527;
  --whit-color:#fff;
}
html { font-size: 62.5%; } 
body {
    font-family: 'Merriweather', serif;
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
    color: #1b1b1b;
}
h3{
    font-family: 'Montserrat', sans-serif;
    padding-bottom:5px;
    font-weight: bold;
}
/*accordin*/
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: var(--primary-color);
    border-bottom: 1px solid rgba(153, 0, 0, 0.34);
}
.btn-link {
    color: #ffffff;
}
.btn-link:hover {
    color: #f1f1f1;
    text-decoration: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, .25);
}
@media (min-width: 1200px){
    .container {
        max-width: 1170px;
    }
}
.dropdown-menu, .form-control, .btn {
	font-size: 1.4rem;
}

.shadow-bottom{
	box-shadow: 0px 1.5rem 1.5rem #0f0f0f59;
}
a:hover{
	text-decoration: none;
}
.bg-primary {
    background-color: var(--primary-color)!important;
}
.badge-primary {
    color: #fff;
    background-color: var(--primary-color);
}
.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-primary:hover {
    color: #fff;
    background-color: #464646;
    border-color: #464646;
}
/*loader*/
#loader{
    position:fixed;
    height: 100%;
    width: 100%;
    background:var(--primary-color);
    margin: 0px;
    z-index: 10000;
}
.show{
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*heading*/
.heading{
	background: var(--primary-color);
	color: #fff;
}

/*navigation*/
.navbar{
	z-index: 2;
    padding: 0rem 1rem;
}
.bg-white{
	background-color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.navbar-light .navbar-nav .nav-link {
    color: var(--whit-color);
}
.nav-item:hover .nav-link{
    color: var(--whit-color);
    background-color: var(--primary-color);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.hvr-sweep-to-bottom:before {
    background-color: var(--primary-color) !important;
    transition: .4s !important;
}
.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:active:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.hvr-sweep-to-bottom:active, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:hover {
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--whit-color);
}
.login{
    padding: 15px;
    border-radius: 0;
    background: #243c4f;
    color: #fff;
    font-weight: 600;
}
.login:hover{
    background: #122433;
    color: #ccc;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 33px;
        border-radius: 0px;
        min-width: 20rem;
    }
}
@media (max-width: 575.98px) {
    .navbar{
        padding:0rem;
    }
}
/*.sticky.is-sticky img{
	width: 80%;
}*/
/*carousel*/

/*news*/
.navigation-box {
    top: .4rem;
    right: .8rem;
    width: 2rem;
    position: absolute;
}
@media (min-width: 768px){
    .breaking-caret:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 15px solid #343a40!important;
        border-bottom: 20px solid transparent;
        position: absolute;
        right: -15px;
        top: -2px;
    }
}
/*forex*/
.sectionClass {
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 10px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: var(--primary-color);
}

.projectFactsWrap .item:nth-child(2){
  background: var(--primary-color);
}

.projectFactsWrap .item:nth-child(3) {
    background: var(--primary-color);
}

.projectFactsWrap .item:nth-child(4) {
    background: var(--primary-color);
}

.projectFactsWrap .item p.number{
  font-size: 16px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin: 0;
  padding: 0px;
  /*font-family: 'Open Sans';*/
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
  .projectFactsWrap .item p.number {
    font-size: 20px;
  }
}

/*about*/
.icon {
    width: 75px;
    height: 75px;
    background: var(--primary-color);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.icon i {
    color: #fff;
    font-size: 24px;
}
.title-red{
    font-family: 'Montserrat', sans-serif;
	color: var(--primary-color);
	font-size: 3.4rem;
	font-weight: bold;
}
@media (max-width: 575.98px) { 
    .title-red {
        font-size: 2.5rem;
    }    
}
/*services*/
.icon-background {
    width: 100px;
    height: 100px;
    background: var(--primary-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.media-body{
    padding: 1.5rem 0;
}
/*get in touch*/
.register{
    background: -webkit-linear-gradient(left, var(--primary-color), var(--primary-color));
    /*margin-top: 3%;*/
    padding: 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}
/*news letter*/
.newsletter {
    padding: 80px 0;
    background: #f2f2f2;
}
.newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.newsletter .content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    color: #243c4f;
    margin-bottom: 40px; 
}
.newsletter .content .form-control {
    height: 50px;
    border-color: #ced4da;
    border-radius:0;
}
.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}
.newsletter .content .btn {
    min-height: 50px; 
    border-radius:0;
    background: #243c4f;
    color: #fff;
    font-weight:600;
}
/*footer*/
footer{
	background: rgb(28,7,9);
	background: var(--primary-color);
	/*background: linear-gradient(360deg, rgba(28,7,9,1) 0%, rgba(60,15,19,1) 41%, rgba(159,39,49,1) 100%);*/
	color: #fff;
}
.footer-widget h3:after{
	background: #fff;
    content: "";
    display: block;
    height: 2px;
    margin-top: 5px;
    position: absolute;
    width: 40px;
    left: 14px;
}
.footer-widget-title{
    padding-bottom: 1.5rem;
}
.footer-widget-body{
    float: right;
    display: inline;
}
.footer-widget-body a{
    color: #fff;
}
.footer-bottom{
    background:#f3f3f3;
}
.copyright{
    background: #464646;
}
.copyright p{
    color: #fff;
    vertical-align: middle;
    margin-bottom: 0rem;
}
.copyright a{
    color: #eaeaea;
    vertical-align: middle;
}
.footer-bottom ul{
	display: inline;
	text-align: center;
}
.footer-bottom ul li{
	display: inline;
	padding:0rem 0.7rem;
}
.footer-bottom ul li a{
	color: #3c3c3c;
}
.copyright span{
	font-size: 11px;
	color: #fff;
	text-align: center;
}

.footer-bottom{
    text-align: center;
    padding: 15px 0px;
}
.f1{
    font-size: 12px;
}
#social-fb{
    color: #3b5998;
}
#social-tw{
    color: #55acee;
}
#social-gp{
    color: #dc4e41;
}
/*hover*/
/*  sticky buttons and footer*/
.sticky-side{
    width: 55px;
    height: 50px;
    position: fixed;
    right: 0;
    background-color: rgba(153, 0, 0, 0.7);
    border-radius: 15px 0px 0px 15px;
    border-right: 7px solid #464646;
    cursor: pointer;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 1;
    padding: 10px;
}
.sticky-btn1 {
    top: calc(30% - 104px);
}
.sticky-btn2{
    top: calc(30% - 52px);
}
.sticky-btn3 {
    top: calc(30% + 0px);
}
.sticky-btn4 {
    top: calc(30% + 52px);
}
.sticky-btn5 {
    top: calc(30% + 104px);
}
.sticky-btn1:hover {
    
    background: var(--primary-color);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 210px;
    border-right: 15px solid #464646;
}
.sticky-btn2:hover {   
    background: var(--primary-color);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 210px;
    border-right: 15px solid #464646;
}
.sticky-btn3:hover {   
    background: var(--primary-color);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 210px;
    border-right: 15px solid #464646;
}
.sticky-btn4:hover {   
    background: var(--primary-color);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 210px;
    border-right: 15px solid #464646;
}
.sticky-btn5:hover {   
    background: var(--primary-color);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 210px;
    border-right: 15px solid #464646;
}
.sticky-side i{
    display: inline;
    color: #fff;
}
.sticky-side p{
    display: inline;
    white-space: nowrap;
    color: #fff;
    padding-left: 20px;
}

/*board of directors and team*/
.team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.team-members .team-avatar {
    position: relative;
}

.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-members .team-desc h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
    text-align:left;
}

.team-members .team-desc span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align:left;
}

.team-members:hover .team-avatar:after {
    background: rgba(99, 0, 0, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/*news layout 1*/
.post-slide8{
    margin: 0 15px;
    position:relative;
    background:#fff;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom:2em;
}
.post-slide8 .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide8 .post-img img{
    width: 100%;
    height: auto;
}
.post-slide8 .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background: rgba(99, 0, 0, 0.6);
    transition: all 0.30s ease;
}
.post-slide8:hover .over-layer{
    opacity:1;
}
.post-slide8 .post-link{
    margin:0;
    padding:0;
    position: relative;
    top:45%;
    text-align:center;
}
.post-slide8 .post-link li{
    display: inline-block;
    list-style: none;
    margin-right:20px;
}
.post-slide8 .post-link li a{
    color:#fff;
    font-size:20px;
}
.post-slide8 .post-link li a:hover{
    color: #ff8b3d;
    text-decoration:none;
}
.post-slide8 .post-date{
    position:absolute;
    top:10%;
    left:4%;
}
.post-slide8 .date{
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background:#fff;
    float: left;
    border: 1px solid var(--primary-color);
}
.post-slide8 .month{
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.post-slide8 .post-content{
    padding:30px;
}
.post-slide8 .post-title{
    margin:0 0 15px 0;
}
.post-slide8 .post-title a{
    font-size:18px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}
.post-slide8 .post-title a:hover{
    text-decoration: none;
    color:var(--primary-color);
}
.post-slide8 .post-description{
    font-size: 14px;
    line-height:24px;
    color:#808080;
}
.post-slide8 .read-more{
    color:#333;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    position: relative;
    transition: color 0.20s linear;
}
.post-slide8 .read-more:hover{
    text-decoration:none;
    color:#9f2731;
}
.post-slide8 .read-more:after{
    content:"";
    position: absolute;
    width:30%;
    display: block;
    border:1px solid #9f2731;
    transition: all 0.30s ease;
}
.post-slide8 .read-more:hover:after{
    width:100%;
}
@media only screen and (max-width: 479px) {
    .post-slide8 .month{
        font-size:14px;
    }
    .post-slide8 .date{
        font-size:14px;
    }
}

/*other pages*/
/*.page-area{*/
/*    min-height:50vh;*/
/*}*/
.page-area .wrapper h3{
    background-color: var(--primary-color);
    padding: 15px;
    color: #fff;
    font-weight: 900;
    margin: 0px;
}
.page-area .wrapper ul{
    list-style: none;
    padding: 0px;
    background: #f1f1f1;
}
.page-area .wrapper ul>li{
    padding: 10px;
    color: #000;    
}
.wrapper>ul>li:not(:last-child) {
    border-bottom: 1px solid #cdcdcd;
}
.wrapper>ul>li>a {
    color: #000;
}
.wrapper>ul>li>a:hover {
    color: var(--primary-color);
}
.wrapper>ul>li .active{
    color: var(--primary-color);
}
.content{
    text-align: justify;
}
.content h3{
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 2rem;
}
.content h3:after{
    content: '';
    background-color: var(--primary-color);
    position: absolute;
    left: 17px;
    top: 3rem;
    width: 60px;
    height: 4px;
    z-index: 1;
}


/*nav pills*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--primary-color) !important;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    border: 2px solid var(--primary-color);
    margin: 0px 5px;
}
.page-area .nav-link{
    color: var(--primary-color);
}
/*calculators*/
.my-card
{
    position:absolute;
    left:35%;
    top:-50px;
    border-radius:50%;
    width: 100px;
    height: 100px;
}
.my-card .fa{
    line-height: 1.2;
}
.card h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: bold;
}
/*financial freedom*/
.financial-freedom{
    background: #f2f2f2;
}
.financial-freedom p{
    font-size: 2.4rem;
    display: inline;
    text-transform: uppercase;
}
.financial-freedom p span{
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: bold;
    font-size: 3rem;
}
.financial-freedom a{
    display: inline;
    margin-left: 50px; 
}
/*animation*/
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(159, 39, 49, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(159, 39, 49, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(159, 39, 49, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(159, 39, 49, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(159, 39, 49, 0.4);
    box-shadow: 0 0 0 0 rgba(159, 39, 49, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(159, 39, 49, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(159, 39, 49, 0);
    box-shadow: 0 0 0 30px rgba(159, 39, 49, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(159, 39, 49, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(159, 39, 49, 0);
    box-shadow: 0 0 0 0 rgba(159, 39, 49, 0); }
}
@media (max-width: 575.98px) {
    body {
        font-size: 1.2rem;
    }
    .financial-freedom p {
        font-size: 2rem;
    }
    .financial-freedom p span {
        /* font-family: 'Montserrat', sans-serif; */
        font-size: 2.8rem;
    }
    .financial-freedom a {
        margin-left: 0px;
    }
}
    .text-red{
        color: var(--primary-color);
    }