body {
    margin: 0;
    padding: 0;
  
}

p {
    overflow-x: inherit !important;
}

.nav-active {
    border-bottom: 1px solid #F9C128 !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('/img/svg/menu.svg') !important;
    border: none !important;
}

.navbar-light .navbar-toggler {
    border: none !important;
}


.navbar-separator .separator span {
    width: 135px;
    height: 3px;
    display: inline-block;
    background-color: white;
    text-align: center !important;
    margin-top: 10px !important;
    margin-bottom: 25px !important;
}

.footer-social-icons {
    list-style-type:none;
    display:flex;
    justify-content: center;
    padding-inline-start: 0px !important;
    padding-top: 25px;
}

.footer-social-icons > li {
    display: list-item;     
    color:white;
    margin: 0 3px;
}

.page-image {
    background: url('/img/bg-banners/bg-banner1.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
     width: 100%;
}

#wrapper {
    position: relative;
    height: 100vh;
}

#slider-area {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

#slider-area .owl-item div {
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-color: violet;
    background-blend-mode: screen multiply;

}

.active > span {
    background: #F9C128 !important;
}

.slider-text {
    position: absolute;
    top: 40%;
    left: 15%;
    width: 40%;
    color: white;
    font-size: 25px;
    font-weight: 300;
    line-height: 170%;
}

.slider-title {
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
}

.slider-hero-btn {
    background: #424072;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    border-radius: 50px;

    font-family: Overpass;
    font-style: normal;
    font-size: 18px;
    padding: 15px 55px;
    color: #FFFFFF;
    border-radius: 91px;
}

.slider-hero-btn:hover {
    color:white !important;
    text-decoration-line: none;
}


.sec-title .title {
    font-family: 'Prata',
        serif;
    position: relative;
    font-weight: normal;
    font-size: 45px;
    line-height: 61px;
    color: #062A4D !important;
    text-transform: capitalize;
}

.sec-title .separator span {
    width: 130px;
    height: 3px;
    display: inline-block;
    background-color: #F9C128;
}

.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: white !important;
    text-transform: uppercase;
    z-index: 999;
}

.nav-item {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    margin-right: 15px;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px -10px 18px black;
}
.nav-link {
    font-family: Overpass;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #062A4D !important;
}

.navbar-brand {
    height: 75px !important;
}

.navbar-brand img {
    height: 65px !important;
}


.ml3 {
    position: absolute;
    z-index: 9999;
    top: 0;
    font-weight: 900;
    font-size: 3.5em;
}

/* ABOUT US */

.about-us-section-text {
    font-family: Overpass;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #7C8A97;
}

.about-us-page-text {
    font-family: Overpass;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 23px;

    color: #7C8A97;
    max-width: 600px;
}

.about-us-section-image-main {
    border-radius: 35px;
    box-shadow: #424072 -15px 10px 0px;
}

/* CLIENTS  */
.client-card-img {
    display: inline-flex;
}


.client-card-img img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    margin: 0 auto;
}

.client-card-name {
    font-family: 'Overpass',
        serif;
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 16px;
    color: #000000;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: 15px;
    padding-bottom: 15px;
}

.client-card-text {
    font-family: 'Overpass',
        serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

/* BLOG */
.blog-card {
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    min-height: 380px !important;
    transition: all .5s;
    display: table;
}

.blog-card:hover {
    transform: scale(1.01);
    transition: all .5s;
}

.blog-card-img img {
    max-width: 100%;
}

.blog-card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    padding: 15px 10px 0 10px;
    margin-bottom: 25px;
}

.blog-card-btn {
    border-radius: 30px;
    font-size: 10px;
    font-weight: 600;
    color: white !important;
    padding: 10px 55px;
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    bottom: 10px;
}

.blog-card-author {
    text-align: center;
    color: #c4c4c4;
    margin-top: 10px;
    margin-bottom: 35px;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.035em;
}

.bg-primary-btn {
    background-color: #F9C128 !important;
}

#owl-blog .owl-stage-outer {
    min-height: 385px;
}

/* FORM */

#applyForm {
    width: 520px;
}

.form-title {
    font-weight: 300;
    font-size: 20px;
    line-height: 125.5%;
    /* or 25px */

    text-align: center;
    letter-spacing: -0.035em;
}

.form-control {
    height: 53px;
    border-radius: 5px;
    font-weight: bold;
}

.form-control::placeholder {
    font-family: Overpass;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 31px;
    /* identical to box height */
    color: #C4C4C4;

}

.form-control::-ms-input-placeholder {
    font-size: 14px;
    line-height: 125.5%;

    letter-spacing: -0.035em;
    color: #C4C4C4;
}

.form-control:-ms-input-placeholder {
    font-size: 14px;
    line-height: 125.5%;

    letter-spacing: -0.035em;
    color: #C4C4C4;
}

.form-btn {
    color: white;
    font-weight: bold;
    font-size: 13px;
    line-height: 125.5%;
    /* or 23px */
    margin-top: 22px;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    height: 53px;
}

.form-btn-buy {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 50px 0px 0px 50px;
    font-weight: 300;
    padding: 10px 20px 10px 25px;
    font-size: 11px;
    line-height: 13px;
    color: black;
    display: inline-block;
}

.form-btn-sell {
    border: 1px solid #C4C4C4;
    border-radius: 0px 50px 50px 0px;
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    padding: 10px 25px 10px 20px;
    margin-left: -4px;
    color: black;
    display: inline-block;
}

.form-btn-active {
    border: 1px solid #ff7f27;
    background: #FF7F27;
    color: white !important;
}

.form-switch a {
    text-decoration: none;
}

.form-section {
    background: url('/img/form-banner.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-section-title {
    font-family: Prata;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 49px;
    color: #FFFFFF;
    max-width: 500px;

}

.form-section-text {
    font-family: Overpass;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
    max-width: 450px;
}

/* CTA SECTION */
.cta-section {
    background: url('/img/form-banner.jpg');
      /* Create the parallax scrolling effect */
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
}

.cta-section-title {
    font-family: Prata;
    font-size: 24px;
    line-height: 33px;
}

.cta-section-text {
    font-family: Overpass;
    font-size: 14px;
    line-height: 21px;
}

.cta-section-btn {
    background: #F9C128;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 13px 45px;
    color: white;
    white-space: nowrap;
}

/* FOOTER */
footer {
    position: relative;
    min-height: 250px;
    background: #020C23;
    padding: 0 !important;
}

.footer-section {
    color: white;

}

.footer-section-title {
    font-family: Prata;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 108%;
    /* or 26px */
    margin-bottom: 0px !important;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}

.footer-section .separator {
    text-align: center;
}

.footer-section .separator span {
    width: 135px;
    height: 3px;
    display: inline-block;
    background-color: #F9C128;
    text-align: center !important;
}

.footer-section-text {
    font-family: Overpass;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* or 19px */
    letter-spacing: -0.035em;
    color: #FFFFFF;
    padding-inline-start: 0px !important;
    padding-left: 0px !important;
    text-align: center;
}


.footer-section-text>li {
    list-style-type: none;
    padding-top: 3px;
    padding-bottom: 3px;
}

.footer-section-text>li>a {
    color: white !important;
    font-family: Overpass !important;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 157%;
    /* or 28px */

    letter-spacing: -0.035em;

}

.footer-social-icons {
    list-style-type: none;
}

.footer-social-icons>li {
    float: left;
    padding: 0 15px;
    height: 60px;
    width: 60px;
}

.footer-logo-title {
    font-family: Prata;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 157%;
    /* identical to box height, or 35px */
    letter-spacing: -0.035em;
    padding-left: 40px !important;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
}

.footer-logo-info {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157%;
    /* or 25px */
    margin-bottom: 5px !important;
    padding-left: 40px !important;
    letter-spacing: -0.035em;

    color: #FFFFFF;
}

.footer-logo-img {
    padding-left: 20px;
}


.copyright {
    margin-top: 25px;
    display: block;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 15px;
    color: white;
    font-weight: 300;
}

/* BLOG POST PAGE */
.blog-post-main-image img {
    width: 100% !important;
    height: 40vh !important;
    object-fit: cover;
}

.blog-post-title {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 62px;
    color: #000000;

}

.blog-post-content {
    font-weight: 300;
    font-size: 20px;
    line-height: 190%;
    color: #000000;
}

.blog-img {
    display: block;
}

.blog-post-created-by {
    font-style: italic !important;
    font-weight: 300;
    font-size: 12px;
    display: block;
    color: #000000;
    padding-left: 15px;
    padding-top: 15px;
}

.blog-post-content-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 190%;
}

.blog-flex {
    display: flex;
}

.mb-150 {
    margin-bottom: 150px;
}

.my-150 {
    margin-bottom: 150px;
    margin-top: 150px;
}


.page-banner {
    background: url('/img/bg-banners/bg-banner1.jpg') no-repeat;
}

/* SERVICES */
.services-card {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 38px;
    box-shadow: #424072 15px 15px 0px;
    max-width: 300px;
    height: 270px;
    max-height: 350px;
    transition: 0.5s all;
}

.services-card:hover {
    transform: scale(1.05);
    transition: 0.5s ease-out;
}

.services-card-number {
    font-family: Prata;
    font-size: 26px;
    line-height: 49px;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #062A4D;
}

.services-card-text {
    font-family: Overpass;
    font-size: 16px;
    line-height: 20px;
    color: #7C8A97;
    max-width: 165px;
    margin-left: auto;
    margin-right:auto;
    position: relative;
    top: 25%;
    transform: translateY(-50%);
}

/* SERVICES PAGE */
.services-page-card {
    padding: 20px !important;
    margin-bottom: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 475px;
}

.services-page-card-title {
    font-family: Prata;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 34px;
    /* identical to box height */

    letter-spacing: -0.035em;

    color: #062A4D;
}

.services-page-card-text {
    padding-top: 15px;
    font-family: Overpass;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.035em;

    color: #7C8A97;

}

/* INVESTMENTS PAGE */
.investments-page-card-title {
    font-family: Prata;
    font-size: 25px;
    line-height: 34px;
    color: #062A4D;
}

.investments-page-card-text {
    font-family: Overpass;
    font-size: 20px;
    line-height: 31px;
    color: #7C8A97;
}

/* CONTACT PAGE */
.contact-page-form-section-title {
    font-family: Prata;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.035em;
    color: #FFFFFF;
}

.contact-page-form-section-text {
    font-family: Overpass;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}

.learn-more-section {
    max-width: 700px;
}

.h2-bold-title {
    font-family: Overpass;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    color: #7C8A97;
}

.p-normal-text {
    font-family: Overpass;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #7C8A97;
}

@media (max-width: 1200px) {
    .services-page-card {
        max-width: 300px;
    }
}


@media (max-width: 768px) {
    .m-display-none {
        background: url();
    }

    .footer-logo-title,
    .footer-logo-img,
    .footer-logo-info{
        padding-left: 0 !important;
    }

    .slider-hero-btn {
        font-size: 13px !important;
        padding: 15px 35px !important;

    }

    .nav-active {
        border-bottom:none !important;
    }
}

@media (max-width: 522px) {
}

@media (min-width: 522px) {
    .my-md-150 {
         margin-bottom: 150px;
         margin-top: 150px;
    }
}