@font-face {
    font-family: Manrope-Light;
    src: url("../fonts/Manrope-Light.ttf");
    font-display: swap;
}
@font-face {
    font-family: Manrope-Regular;
    src: url("../fonts/Manrope-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: Manrope-Medium;
    src: url("../fonts/Manrope-Medium.ttf");
    font-display: swap;
}
@font-face {
    font-family: Manrope-Bold;
    src: url("../fonts/Manrope-Bold.ttf");
    font-display: swap;
}
@font-face {
    font-family: Inter-Regular;
    src: url("../fonts/Inter-Regular.ttf");
    font-display: swap;
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}
.col-12 {
    padding: 0;
}
.banner-image{
    display: block;
}
.logo-header img{
    height: auto;
    max-width: 200px !important;
    width: 100%;
    aspect-ratio: auto 282 / 36;
}
.loader  .lazyload img{
    aspect-ratio: auto 880 / 900;
    width:100%;
    height: auto;
}
.v-bigPlay{
    display: none;
}
.mobile-banner-image{
  display: none;
}
.vision-image{
    display: block;
}
.mobile-vision-image{
    display: none;
}
.management-image{
    display: block;
}
.mobile-management-image{
    display: none;
}
.home-content h2 {
    font-family: Manrope-Light;
    font-weight: 300;
    font-size: 365%;
    color: #fff;
}
.home-content h1 {
    font-family: Manrope-Light;
    font-weight: 300;
    font-size: 365%;
    color: #fff !important;
}
.home-page-h1{
    color: #fff !important;
}
.home-content span {
    font-family: Manrope-Light;
    font-weight: 300;
    font-size: 365%;
    color: #fff;
    margin: 0 0 1rem 0;
}
.home-content p {
    font-family: Manrope-Light;
    font-weight: 300;
    font-size: 130%;
    color: #fff;
    margin: 2rem 0 0 0;
}
.home-banner-section{
    position: relative;
}
.home-content{
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.genesis-section {
   position: relative;
   padding: 5rem 0 5rem 0;
}
.genesis-content-wrapper{
    text-align: center;
}
.genesis-heading h2 {
    font-family: Manrope-Regular;
    font-weight: 400;
    font-size: 170%;
    color: #1F2937;
    position: relative;
}

.genesis-heading h2::before {
    content: '';
    width: 10px;
    height: 15px;
    background-image: url(../images/shape-brand.png);
    position: absolute;
    top: 25%;
    left: 39%;
}
.genesis-content h3{
    font-family: Manrope-Light;
    font-weight: 300;
    font-size: 300%;
    color: #1655A6;
    margin: 2rem 0 3rem 0;
}
.genesis-content p{
    font-family: Manrope-Light;
    font-weight: 300;
    font-size: 130%;
    color: #5B617A;
    width: 100%;
    max-width: 88%;
    margin: 0 auto;
}
.vision-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 4rem 0 0 0;
}
.bottom-vision-wrapper{
    display: flex;
    justify-content: space-between;
}
.vision-content h4{
    font-family: Manrope-Medium;
    font-weight: 500;
    font-size: 290%;
    color: #fff;
    margin: 0 0 2rem 0;
}
.vision-content p{
 font-family: Manrope-Regular;
 font-weight: 400;
 font-size: 115%;
 color: #fff;
}
.bottom-content p{
    font-family: Manrope-Regular;
    font-weight: 400;
    font-size: 115%;
    color: #fff;
    width: 100%;
    max-width: 66%;
    margin: 0 auto;
}
.vision-content{
    position: absolute;
    bottom: 11%;
    left: 0%;
    right: 0%;
    text-align: center;
    padding: 0 15px;
}
.single-vision{
    position: relative;
    width: calc((100% - 22px) / 3);
    margin: 12px 0px 0 0;
}
.bottom-vision{
    position: relative;
    width: 50%;
    margin: 12px 12px 0 0;
}
.bottom-vision:last-child{
 margin: 12px 0 0 0;
}
.single-vision:last-child{
 margin: 12px 0 0 0;
}
.vision-image img{
    width: 100%;
    height: auto;
    aspect-ratio: auto 383 / 476;
}

.elemental-content-wrapper{
    display: flex;

}
.other-elemental-content-wrapper{
    display: flex;

}
.elemental-image{
    width: 50%;
}
.elemental-image img{
    width: 100%;
    height: auto;
    aspect-ratio: auto 630 / 370;
}
.elemental-content{
    width: 50%;
    padding: 5rem 2rem 6rem 3rem;
}
.elemental-content h4{
    font-family: Manrope-Medium;
    font-weight: 500;
    font-size: 190%;
    color: #0E2B43;
    margin: 0 0 2rem 0;
    width: 100%;
    max-width: 62%;
}
.elemental-content p{
 font-family: Manrope-Regular;
 font-weight: 400;
 font-size: 110%;
 color: #5B617A;
}
.elemental-section{
    background:#EFF6FF;
    padding: 5rem 0 3rem 0;
}
.strategies-section {
   position: relative;
   padding: 5rem 0 3rem 0;
}
.strategies-content-wrapper{
    text-align: center;
}
.strategies-heading h2 {
    font-family: Manrope-Regular;
    font-weight: 400;
    font-size: 170%;
    color: #1F2937;
    position: relative;
}

.strategies-heading h2::before {
    content: '';
    width: 10px;
    height: 15px;
    background-image: url(../images/shape-brand.png);
    position: absolute;
    top: 28%;
    left: 41.5%;
}
.strategies-heading h3{
    font-family: Manrope-Light;
    font-weight: 300;
    font-size: 300%;
    color: #1655A6;
    margin: 2rem 0 4rem 0;
}
.management-content-wrapper{
    display: flex;
    padding: 4rem 0 2rem 0;
}
.management-image{
    width: 50%;
}
.management-image img{
    width: 100%;
    height: auto;
    aspect-ratio: auto 648 / 375;
}
.management-content{
    width: 50%;
    padding: 5rem 2rem 0rem 3rem;
}
.management-content h4{
    font-family: Manrope-Medium;
    font-weight: 500;
    font-size: 190%;
    color: #1655A6;
    margin: 0 0 2rem 0;
    width: 100%;
    max-width: 100%;
}
.management-content p{
 font-family: Manrope-Regular;
 font-weight: 400;
 font-size: 110%;
 color: #5B617A;
}
.nav {
    flex-wrap: nowrap;
    border:none;
    border-bottom: 1px solid #0E2B431A;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
 border:none;
 border-color: none;
}
.nav-tabs .nav-link.active {
    border-bottom: 1px solid #1655A6;
    border-width: 0 0 4px 0;
    color: #1655A6;
}
.nav-tabs .nav-link {
    color: #5B617A;
    text-align: center;
    padding: 20px 15px;
    font-size: 130%;
    font-family: Manrope-Regular;
    font-weight: 400;
    transition: none;
    margin-bottom: 0;
    border: none;
}
.assets-section {
   position: relative;
   padding: 5rem 0 6rem 0;
   background: #EFF6FF;
}
.assets-content-wrapper{
    text-align: center;
}
.assets-heading h2 {
    font-family: Manrope-Regular;
    font-weight: 400;
    font-size: 170%;
    color: #1F2937;
    position: relative;
}

.assets-heading h2::before {
    content: '';
    width: 10px;
    height: 15px;
    background-image: url(../images/shape-brand.png);
    position: absolute;
    top: 28%;
    left: 41.5%;
}
.assets-heading h3{
    font-family: Manrope-Light;
    font-weight: 300;
    font-size: 300%;
    color: #1655A6;
    margin: 2rem 0 3rem 0;
}
.asset-content h4{
    font-family: Manrope-Medium;
    font-weight: 500;
    font-size: 140%;
    color: #0A2540;
    margin: 1rem 0 2rem 0;

}
.asset-content p{
 font-family: Manrope-Regular;
 font-weight: 400;
 font-size: 98%;
 color: #425466;
}
.assets-card-wrapper{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.single-assets{
    position: relative;
    width: calc((100% - 60px) / 3);
    margin: 30px 20px 0 0;
    box-shadow: 0px 8px 0px #0E2B43!important;
    padding: 2rem;
    border-radius: 8px;
    background: #fff;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 0;
    position: relative;
    transition: width 2s;
}
.single-assets:nth-child(3){
 margin: 30px 0 0 0;
}
.single-assets:last-child{
 margin: 30px 0 0 0;
}

.single-assets:after{
  position:absolute;
  top:100%;
  bottom: 0;
  left:0%;
  width:0;
  height:8px;
  background:#0E2B43;
  display:block;
  content:'';
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.single-assets:hover:after{
  width:100%;
  transition: width 0.5s ease-in-out;
}
.single-assets:hover{
    box-shadow: none!important;
}
.asset-image img{
    height: auto;
    aspect-ratio: auto 50 / 50;
    width: 100%;
    max-width: 50px;
}
.team-section{
    padding: 5rem 0;
}
.team-content-wrapper{
    text-align: center;
}
.team-heading h2 {
    font-family: Manrope-Regular;
    font-weight: 400;
    font-size: 170%;
    color: #1F2937;
    position: relative;
}

.invest-btn-wrapper{
    text-align: center;
    margin-top: 2rem;
}

.invest-btn-wrapper a{
    border-radius: 15px;
    border: 1px solid #0E2B43;
    font-family: Manrope-Medium;
    font-weight: 500;
    font-size: 115%;
    padding: 8px 30px;
    background: #0E2B43;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.team-heading h2::before {
    content: '';
    width: 10px;
    height: 15px;
    background-image: url(../images/shape-brand.png);
    position: absolute;
    top: 32%;
    left: 44%;
}
.team-heading h3{
    font-family: Manrope-Light;
    font-weight: 300;
    font-size: 300%;
    color: #1655A6;
    margin: 2rem 0 3rem 0;
    text-transform: capitalize;
}
.team-text{
    display: flex;
    text-align: left;
}
.team-info-text{
    width: 50%;
}
.team-info-text p{
    font-family: Manrope-Light;
    font-weight: 300;
    font-size: 125%;
    color: #5B617A;
    margin: 0 1rem 0 1rem;
}
.team-info-text span{
    font-family: Manrope-Medium;
    font-weight: 500;
    font-size: 100%;
    color: #0E2B43;
}
.elements-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.elements-form-text {
    width: 47%;
    padding-bottom: 40px;
}
.elements-form-text  label ,.elements-form-text-area label {
    font-family: Manrope-Regular;
    font-weight: 400;
    font-size: 120%;
    color: #716f6f;
}
.form-control-wrap {
    position: relative;
}
.elements-form-text input[type="text"], .elements-form-text input[type="email"], .elements-form-text input[type="tel"], .elements-form-text-area textarea {
    width: 100%;
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid #909090;
    font-size: 100%;
    color: #000;
    border-radius: 0;
    outline: none;
}
.submit-wrapper {
    padding-top: 2rem;
    text-align: center;
    position: relative;
    max-width: 22%;
    margin: 0 auto;
}
input#submit {
    border-radius: 15px;
    border: 1px solid #0E2B43;
    font-family: Manrope-Medium;
    font-weight: 500;
    font-size: 115%;
    padding: 8px 10px;
    background: #0E2B43;
    color: #fff;
    width: 100%;
}
.contact-section{
    padding: 5rem 0;
    background:#EFF6FF;

}

.contact-heading h2 {
    font-family: Manrope-Regular;
    font-weight: 400;
    font-size: 170%;
    color: #1F2937;
    position: relative;
    text-align: center;
}

.contact-heading h2::before {
    content: '';
    width: 10px;
    height: 15px;
    background-image: url(../images/shape-brand.png);
    position: absolute;
    top: 22%;
    left: 43%;

}
.contact-heading h3{
    font-family: Manrope-Light;
    font-weight: 300;
    font-size: 300%;
    color: #1655A6;
    margin: 2rem 0 5rem 0;
    text-align: center;
    text-transform: capitalize;
}
.office-area ul li {
    border-right: 1px solid  #5B617A;
}
.office-area ul li:last-child {
    border-right: none;
}
.list-inline-item {
    display: inline-block;
}
.contact-main-wrapper{
    display: flex;
}
.contact-form{
    width: 65%;
    background: #fff;
    padding: 3rem 2rem;
    border-radius: 15px;
    box-shadow: 14px 20px 100px -50px #8D8D8D;
}
.information-wrapper{
    width: 35%;
}
.office-info p{
    color: #0E2B43;
    font-family: Manrope-Medium;
    font-weight: 500;
    font-size: 135%;
    padding: 0 0 5px 0 ;
}
.office-info a{
    color: #5B617A;
    text-decoration: none;
    font-size: 135%;
    padding: 0 15px 0 0 ;
}
.office-info li{
    color: #5B617A;
    text-decoration: none;
    font-size: 135%;
    padding: 0 15px 0 0 ;
}
.information-wrapper{
    text-align: left;
    padding: 7rem 0 0rem 4rem;
}
.info-id{
    padding: 2rem 0 0 0 ;
}
.submit-wrapper p{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
@media screen and (min-width: 2000px) and (max-width: 2499px) {
    .home-content {
        position: absolute;
        bottom: 30%;
    }
    .home-content h2 {
        font-size: 400%;
    }
    .home-content h1 {
        font-size: 400%;
    }
    .home-content span {
      font-size: 400%;
  }
  .home-content p {
    font-size: 180%;
}
.genesis-content p {
    font-size: 140%;
    max-width: 95%;
}
.vision-content p {
    font-size: 120%;
}
.bottom-content p {
    font-size: 120%;
}
.elemental-content p {
    font-size: 120%;
}
.management-content p {
    font-size: 120%;
}
}
@media screen and (min-width: 1600px) and (max-width: 1999px) {
    .home-content {
        position: absolute;
        bottom: 32%;
    }
    .management-content p {
        font-size: 110%;
    }
    .vision-content p {
        font-size: 115%;
    }
    .bottom-content p {
        font-size: 115%;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1499px) {
    .home-content h2 {
        font-size: 325%;
    }
    .home-content h1 {
        font-size: 325%;
    }
    .home-content span {
        font-size: 325%;
    }
    .home-content p {
       font-size: 114%;
   }
   .genesis-heading h2 {
    font-size: 150%;
}
.genesis-heading h2::before {
    left: 38%;
}
.genesis-content h3 {
    font-size: 280%;
}
.genesis-content p {
    font-size: 114%;
}
.vision-wrapper {
    margin: 2rem 0 0 0;
}
.vision-content h4 {
    font-size: 240%;
}
.vision-content p {
    font-size: 95%;
}
.bottom-content p {
    font-size: 95%;
    color: #fff;
    width: 100%;
    max-width: 65%;
}

.elemental-content {
    width: 50%;
    padding: 3rem 2rem 0rem 3rem;
}
.elemental-content h4 {
    font-size: 160%;
    max-width: 62%;
}
.elemental-content p {
    font-size: 100%;
}
.elemental-section {
    background: #EFF6FF;
    padding: 5rem 0 5rem 0;
}
.strategies-heading h2 {
    font-size: 150%;
}
.strategies-heading h2::before {
    left: 41%;
}
.strategies-heading h3 {
    font-size: 280%;
}
.nav-tabs .nav-link {
    font-size: 108%;
}
.management-content h4 {
    font-size: 170%;
}
.management-content p {
    font-size: 98%;
}
.assets-heading h2 {
    font-size: 150%;
}
.assets-heading h2::before {
    left: 41%;
}
.assets-heading h3 {
    font-size: 280%;
}
.asset-content h4 {
    font-size: 120%;
}
.asset-content p {
    font-size: 82%;
}
.team-heading h2 {
    font-size: 150%;
}
.team-heading h2::before {
    left: 43%;
}
.team-heading h3 {
    font-size: 280%;
}
.team-info-text p {
    font-size: 110%;
}
.contact-heading h2 {
    font-size: 150%;
}
.contact-heading h2::before {
    left: 43%;
}
.contact-heading h3 {
    font-size: 280%;
}
.elements-form-text label, .elements-form-text-area label {
    font-size: 100%;
}
input#submit {
    border-radius: 15px;
    font-size: 100%;
    padding: 8px 20px;

}
.submit-wrapper {
    max-width: 23%;
}
.office-info p {
    font-size: 110%;
}
.office-info a {
    font-size: 105%;
}
.office-info li {
    font-size: 110%;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .bottom-vision{
        width: 50%;
    }
    .home-content h2 {
        font-size: 280%;
    }
    .home-content h1 {
        font-size: 280%;
    }
    .home-content span {
        font-size: 280%;
    }
    .home-content p {
        font-size: 130%;
    }
    .home-content {
        position: absolute;
        bottom: 30%;
        max-width: 85%
    }
    .genesis-heading h2 {
        font-size: 160%;
    }
    .genesis-heading h2::before {
        left: 35%;
    }
    .genesis-content h3 {
        font-size: 280%;
    }
    .genesis-content p {
       font-size: 120%;

   }
   .single-vision {
    position: relative;
}
.vision-content h4 {
    font-size: 230%;
    margin: 0 0 1rem 0;
}
.vision-content p {
   font-size: 110%;
}
.bottom-content p {
    font-size: 110%;
}
.elemental-content h4 {
    font-size: 160%;
    max-width: 75%;
    margin: 0 0 1rem 0;
}
.elemental-content p {
 font-size: 100%;
}
.elemental-content {
    width: 50%;
    padding: 2rem 2rem 2rem 2rem;
}
.elemental-section {
    background: #EFF6FF;
    padding: 5rem 0 4rem 0;
}
.strategies-heading h2 {
   font-size: 160%;
}
.strategies-heading h2::before {
    left: 39%;
}
.strategies-heading h3 {
    font-size: 280%;
}
.nav-tabs .nav-link {
    font-size: 100%;
}
.management-content {
    width: 50%;
    padding: 1rem 2rem 0rem 2rem;
}
.management-content h4 {
 font-size: 145%;
 max-width: 100%;
}
.management-content p {
    font-size: 100%;
}
.strategies-section {
    position: relative;
    padding: 5rem 0 5rem 0;
}
.assets-heading h2 {
    font-size: 160%;
}
.assets-heading h2::before {
    left: 39%;
}
.assets-heading h3 {
    font-size: 280%;
}
.asset-content h4 {
    font-size: 105%;
    color: #0A2540;
    margin: 1rem 0 1rem 0;
}
.asset-content p {
    font-size: 100%;
}
.assets-section {
    position: relative;
    padding: 5rem 0 5rem 0;
}
.team-heading h2 {
    font-size: 160%;
}
.team-heading h2::before {
    left: 42%;
}
.team-heading h3 {
    font-size: 280%;
}
.team-info-text p {
    font-size: 112%;
}
.contact-heading h2 {
    font-size: 160%;
}
.contact-heading h2::before {
    left: 41%;
}
.contact-heading h3 {
    font-size: 280%;
}
.elements-form-text label, .elements-form-text-area label {
    font-size: 120%;
}
.submit-wrapper {
  width: 100%;
  max-width: 30%;
}
input#submit {
    font-size: 120%;
    padding: 10px 20px;
}
.information-wrapper {
    text-align: left;
    padding: 7rem 0 0rem 2rem;
}
.office-info a {
    color: #5B617A;
    text-decoration: none;
    font-size: 115%;
    padding: 0 10px 0 0;
}
.office-info li {
    font-size: 120%;
    padding: 0 8px 0 0;
}
.office-info p {
    font-size: 120%;
}
.copyright-text p {
    color: #6B7280;
    font-size: 115%;
}
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .home-content {
        position: absolute;
        bottom: 15%;
        max-width: 95%;
    }
    .home-content h2 {
        font-size: 250%;
    }
    .home-content h1 {
        font-size: 250%;
    }
    .home-content span {
        font-size: 250%;
    }
    .home-content p {
        font-size: 90%;
    }
    .genesis-heading h2 {
        font-size: 145%;
    }
    .genesis-heading h2::before {
        left: 31%;
    }
    .genesis-content h3 {
        font-size: 240%;
    }
    .genesis-content p {
        font-size: 110%;
    }
    .single-vision {
        position: relative;
    }
    .vision-content h4 {
        font-size: 200%;
        margin: 0 0 1rem 0;
    }
    .vision-content p {
        font-size: 75%;
    }
    .vision-content {
        position: absolute;
        bottom: 8%;
    }
    .elemental-content {
        width: 50%;
        padding: 1rem 1rem 0rem 1rem;
    }
    .elemental-content h4 {
        font-size: 150%;
        max-width: 90%;
        margin: 0 0 1rem 0;
    }
    .elemental-content p {
        font-size: 78%;
    }
    .elemental-section {
        background: #EFF6FF;
        padding: 5rem 0 5rem 0;
    }
    .strategies-heading h2 {
        font-size: 145%;
    }
    .strategies-heading h2::before {
        left: 35%;
    }
    .strategies-heading h3 {
        font-size: 145%;
    }
    .nav-tabs .nav-link {
        padding: 15px 12px;
        font-size: 76%;
    }
    .management-content {
        width: 50%;
        padding: 0rem 2rem 0rem 2rem;
    }
    .management-content h4 {
        font-size: 125%;
        max-width: 100%;
        margin: 0 0 1rem 0;
    }
    .management-content p {
        font-size: 80%;
    }
    .assets-heading h2 {
        font-size: 145%;
    }
    .assets-heading h2::before {
        left: 35%;
    }
    .assets-heading h3 {
        font-size: 145%;
    }
    .single-assets {
        padding: 1rem;
    }
    .asset-content h4 {
     font-size: 84%;
     margin: 1rem 0 1rem 0;
 }
 .asset-content p {
    font-size: 75%;
}
.team-heading h2 {
    font-size: 145%;
}
.team-heading h2::before {
    left: 40%;
}
.team-heading h3 {
    font-size: 145%;
}
.team-info-text p {
    font-size: 90%;
}
.contact-heading h2 {
    font-size: 145%;
}
.contact-heading h2::before {
    left: 39%;
}
.contact-heading h3 {
    font-size: 145%;
}
.elements-form-text label, .elements-form-text-area label {
    font-size: 85%;
}
.information-wrapper {
    text-align: left;
    padding: 5rem 0 0rem 2rem;
}
.office-info p {
    font-size: 105%;
}
.office-info a {
    font-size: 84%;
    padding: 0 5px 0 0;
}
.office-info li {
   font-size: 84%;
   padding: 0 5px 0 0;
}
.submit-wrapper {
   max-width: 42%;
}
input#submit {
    font-size: 120%;
    padding: 12px 15px;
    margin: 0 auto;
}
}
@media screen and (min-width: 569px) and (max-width: 768px) {
    .home-content {
        max-width: 90%;
    }
    .home-content p {
     font-size: 100%;
 }
 .home-content span {
   font-size: 220%;
}
.home-content h2 {
    font-size: 220%;
}
.home-content h1 {
    font-size: 220%;
}
.genesis-heading h2 {
    font-size: 140%;
}
.genesis-heading h2::before {
    left: 33%;
}
.genesis-content h3 {
    font-size: 215%;
    margin: 2rem 0 2rem 0;
}
.genesis-content p {
   font-size: 110%;
   max-width: 95%;
}
.single-vision {
    position: relative;
}
.vision-content p {
 font-size: 92%;
}
.bottom-content p {
    font-size: 92%;
}
.vision-content h4 {
    font-size: 160%;
    margin: 0 0 1rem 0;
}
.elemental-content {
    width: 50%;
    padding: 1rem 1rem 1rem 1rem;
}
.elemental-content h4 {
    font-size: 120%;
    max-width: 70%;
}
.elemental-content p {
   font-size: 78%;
}
.elemental-section {
    background: #EFF6FF;
    padding: 4rem 0 3rem 0;
}
.strategies-heading h2  {
    font-size: 140%;
}
.strategies-heading h2::before {
    left: 36%;
}
.strategies-heading h3 {
    font-size: 180%;
}
.nav-tabs .nav-link {
    padding: 15px 10px;
    font-size: 80%;
}
.management-content {
    width: 50%;
    padding: 0rem 2rem 0rem 2rem;
}
.management-content h4 {
    font-size: 128%;
    max-width: 100%;
    margin: 0 0 1rem 0;
}
.management-content p {
    font-size: 78%;
}
.assets-heading h2  {
    font-size: 140%;
}
.assets-heading h2::before {
    left: 36%;
}
.assets-heading h3 {
    font-size: 180%;
}
.asset-content h4 {
    font-size: 93%;
    margin: 1rem 0 1rem 0;
}
.single-assets {
    padding: 1rem;
}
.asset-content p {
    font-size: 80%;
}
.team-heading h2  {
    font-size: 140%;
}
.team-heading h2::before {
    left: 40%;
}
.team-heading h3 {
    font-size: 180%;
}
.team-info-text p {
    font-size: 90%;
}
.contact-heading  h2  {
    font-size: 140%;
}
.contact-heading  h2::before {
    left: 39%;
}
.contact-heading  h3 {
    font-size: 180%;
}
.elements-form-text label, .elements-form-text-area label {
    font-size: 105%;
}
.submit-wrapper {
  max-width: 40%;
}
input#submit {
    font-size: 110%;
    padding: 12px 15px;
    margin: 0 auto;
}
.information-wrapper {
    text-align: left;
    padding: 4rem 0 0rem 2rem;
}
.office-info p {
    font-size: 95%;
}
.office-info a {
    font-size: 85%;
    padding: 0 5px 0 0;
}
.office-info li {
    font-size: 85%;
    padding: 0 5px 0 0;
}
}

@media screen and (min-width: 320px) and (max-width: 568px) {

    .banner-image{
        display: none;
    }
    .mobile-banner-image{
        display: block;
    }
    .vision-image{
     display: none;
 }
 .mobile-vision-image{
     display: block;
 }
 .management-image{
    display: none;
}
.mobile-management-image{
    display: block;
}
.home-content {
    position: absolute;
    bottom: 10%;
    max-width: 100%;
}
.home-content p {
   font-size: 90%;
   padding: 0 1rem;
}
.home-content span {
    font-size: 175%;
    margin: 0 0 15px 0;
}
.home-content h2 {
  font-size: 175%;
}
.home-content h1 {
    font-size: 175%;
  }
.genesis-heading h2 {
    font-size: 145%;
}
.genesis-heading h2::before {
   left: 13%;
}
.genesis-content h3 {
    font-size: 150%;
    margin: 2rem 0 2rem 0;
}
.genesis-section {
    position: relative;
    padding: 4rem 1rem 3rem 1rem;
}
.genesis-content p {
    font-size: 96%;
    max-width: 100%;
}
.vision-wrapper {
    margin: 2rem 0 0 0;
    flex-direction: column;
}
.bottom-vision-wrapper {
   flex-direction: column;
}
.single-vision {
 margin: 12px 0px 0 0;
 width: 100%;
 text-align: center;
}
.bottom-vision {
    position: relative;
    width: 100%;
    text-align: center;
}

.vision-content h4 {
    font-size: 250%;
}
.vision-content p {
    font-size: 95%;
}
.bottom-content p {
    font-size: 95%;
    max-width: 90%;
}
.elemental-section {
    background: #EFF6FF;
    padding: 4rem 1rem 1rem 1rem;
}
.elemental-content-wrapper {
    flex-direction: column;
}
.other-elemental-content-wrapper {
    flex-direction: column-reverse;
}
.elemental-image {
    width: 100%;
}
.elemental-content {
    width: 100%;
    padding: 1rem 0rem 2rem 0rem;
}
.elemental-content h4 {
    font-size: 140%;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
} 
.elemental-content p {
    font-size: 95%;
}
.strategies-section {
    position: relative;
    padding: 3rem 1rem 3rem 1rem;
}
.strategies-heading h2 {
    font-size: 145%;
}
.strategies-heading h2::before {
  left: 21%;
}
.strategies-heading h3 {
    font-size: 190%;
    margin: 2rem 0 2rem 0;
}
.nav {
    flex-wrap: wrap;
    justify-content: center;
}
.management-content-wrapper {
 flex-direction: column;
 padding: 3rem 0 0 0;
}
.management-image {
    width: 100%;
}
.management-content {
    width: 100%;
    padding: 3rem 0rem 2rem 0rem;
}
.nav-tabs .nav-link {
 font-size: 92%;
 padding: 20px 8px;
}
.management-content h4 {
    font-size: 165%;
    max-width: 100%;
}
.management-content p {
    font-size: 95%;
}
.assets-section {
    position: relative;
    padding: 3rem 1rem 3rem 1rem;

}
.assets-heading h2 {
    font-size: 145%;
}
.assets-heading h2::before {
    left: 22%;
}
.assets-heading h3 {
    font-size: 190%;
    margin: 2rem 0 2rem 0;
}
.assets-card-wrapper {
    flex-direction: column;
}
.single-assets {
    position: relative;
    width:100%;
    margin: 30px 0 0 0;
}
.asset-content h4 {
    font-size: 115%;
    margin: 1rem 0 1rem 0;
}
.asset-content p {
   font-size: 78%;
}
.team-section {
    padding: 3rem 1rem;
}
.team-heading h2 {
    font-size: 145%;
}
.team-heading h2::before {
    left: 29%;
}
.team-heading h3 {
    font-size: 140%;
    margin: 2rem 0 0rem 0;
}
.team-text {
    flex-direction: column;
    text-align: center;
}
.team-info-text {
    width: 100%;
    margin: 2rem 0 0rem 0;
}
.team-info-text p {
    font-size: 89%;
}
.contact-section {
    padding: 4rem 1rem;
    background: #EFF6FF;
}
.contact-heading h2 {
    font-size: 145%;
}
.contact-heading h2::before {
    left: 25%;
}
.contact-heading h3 {
    font-size: 190%;
    margin: 2rem 0 2rem 0;
}
.contact-main-wrapper {
 flex-direction: column-reverse;
}
.contact-form {
    width: 100%;
}
.information-wrapper {
    width: 100%;
    text-align: center;
    padding: 0rem 0 0rem 0rem;
}
.office-info p {
    font-size: 110%;
}
.info-id {
    padding: 0rem 0 3rem 0;
}
.list-inline {
    padding-left: 0;
    margin-bottom: 2rem;
    list-style: none;
}
.office-info a {
    font-size: 105%;
    padding: 0 10px 0 0;
}
.office-info li {
    font-size: 105%;
    padding: 0 10px 0 0;
}
.elements-form-text label, .elements-form-text-area label {
    font-family: Manrope-Regular;
    font-weight: 400;
    font-size: 100%;
}
.elements-form-wrapper {
    flex-direction: column;
}
.elements-form-text {
    width: 100%;
    padding-bottom: 20px;
}
.submit-wrapper {
    max-width: 55%;
}
input#submit {
    font-size: 109%;
    padding: 10px 15px;
}
.single-assets.active:after{
  width:100%;
  transition: width 0.5s ease-in-out;
}
.single-assets.active{
    box-shadow: none!important;
}
li.nav-item {
    width: calc((100% - 10px) / 2);
    border-bottom: 1px solid #0E2B431A;
}
.single-assets:hover:after{
  width:100%;
  transition: width 0.3s ease-in-out;
}
.mobile-vision-image img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 383 / 300;
}
.mobile-management-image img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 425 / 375;
}
}


