html, body {   
    color: #34648c;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
body, wrapper {
    min-height: 100vh;
}
wrapper {
    overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
    color: #009193;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    color: #efe1ce;
    text-decoration: none;
}
b {
    font-weight: 600;
}
.header {
    color: #32648c;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1.875rem;
}
.sub-header {
    color: #32648c;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 2.25rem;
	text-align: justify;
}
.list-custom {
    padding-left: 1.3rem;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.trans {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    padding: 1rem 0;
}
.navbar .navbar-brand {
    width: 12rem;
    margin: 0 .9375rem;
}
.navbar .navbar-toggler {
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .fas {
    color: #95b3d7;
    transform: scale(1.5, 1.5);
    padding: 0.5rem;
}
.navbar .nav-item.nav-link {
    color: #95b3d7;
    font-size: 1.125rem;
    font-weight: 500;
    padding: .5rem;
    margin: 0 .50rem;
}
.navbar .nav-item.nav-link:hover,
.navbar .nav-item.nav-link.active {
    color: #efe1ce;
}
.navbar .nav-item.nav-link:last-child {
    cursor: pointer;
}
.navbar.navbar-min {
    background-color: #fff;
    padding: .5rem 0;
    box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .15);
}
.navbar.navbar-min .navbar-brand {
    width: 8rem;
}
.navbar.navbar-min .nav-item.nav-link {
    font-size: 1rem;
    margin: 0 .625rem;
}
@media (min-width: 992px) {
    .navbar:not(.navbar-min) .navbar-brand {
        filter: brightness(0) invert(1);
    }
    .navbar:not(.navbar-min) .nav-item.nav-link {
        color: #fff;
    }
}
@media (max-width: 1199px) {
    .navbar {
        padding: .5rem 0;
    }
    .navbar .navbar-brand {
        width: 10rem;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0;
        margin: 0;
    }
    .navbar .nav-item.nav-link {
        font-size: 1rem;
        margin: 0 .625rem;
    }
}
@media (max-width: 991px) {
    .navbar {
        background-color: #fff;
        box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .15);
    }
}





/*------------------------------
            Home      
------------------------------*/
.home {
    position: relative;
    overflow: hidden;
}
.home .container {
    z-index: 6;
    position: relative;
}
.home .d-flex {
    min-height: 100vh;
}
.home h1 {
    color: #fff;
    font-size: 3.25rem;
    font-weight: 600;
    text-align: center;
    padding: 3rem 0;
    margin: auto 0;
    text-shadow: 4px 4px 8px rgba(0,0,0,.25);
}
.home .video {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}
.home .video video {
    position: relative;
    left: 20%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-20%);
}
.home .overlay-car {
    z-index: 6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.home .overlay-car.animated {
    opacity: 1;
}
.home img {
    z-index: 3;
    position: absolute;
    right: 0;
    bottom: 2rem;
    width: 100%;
    opacity: .5;
}

.asset-types .media-body p {
    width: 100%;
    font-size: 14px;
    padding-top: 0.4rem;
}

.at-a-glance .num{position:relative;}
.at-a-glance .num small {
    position: absolute;
    bottom: 4px;
    left: 43%;
    font-size: 100%;
}


/*------------------------------
            About       
------------------------------*/
.about {
    padding: 8rem 0;
}
.about p.mb-2 {
    color: #fff;
    background-color: #a0a0a0;
    text-align: center;
    padding: 0.5rem 0;
}
.about p {
    text-align: justify;
    margin: 0;
}

.info {position: absolute; top: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 320px; left: 50%; opacity:0; -webkit-transition:0.5s; -o-transition:0.5s; transition:0.5s;}
.info.active {opacity: 1;}
.info.info-1 {
    text-align: justify;
}






/*------------------------------
            News       
------------------------------*/
.news {
    z-index: 4;
    position: relative;
    color: #fff;
    background-color: #32648c;
    padding: 8rem 0 4rem;
}
.news h3 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500; 
    line-height: 1.3;
    margin-bottom: 3rem;
}
.news a {
    color: #fff;
}
.news .col-12:not(:last-child) .article {
    padding-bottom: 2rem;
    border-bottom: 1px solid #b7dee8;
    margin-bottom: 2rem;
}
.news .date {
    font-size: 1rem;
    text-transform: uppercase;
}
.news p {
    margin: 0;
}
.size-in {
    font-size: 18px;
}






/*------------------------------
           Approach        
------------------------------*/
.approach .info p {
    color: #707070;
	line-height: 1.3
}

.asset-types {
    color: #fff;
    background: linear-gradient(rgb(0 0 0 / 53%), rgb(21 46 66 / 70%)), url(../images/art/ralf-leineweber-sRMzAdjWK_E-unsplash.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 8rem 0;
}
.asset-types .header {
    color: #fff;
}
 
.asset-types .media {
    margin: 2rem 0;
}
.asset-types .media-body {
    flex: none;
    font-size: 1.125rem;
    padding-left: 1rem;
    line-height: 1.3;
}





/*------------------------------
           Approach        
------------------------------*/
.approach {
    background-color: #fff;
    padding: 5em 0;
}
.approach .content {
    position: relative;
}
.approach .img-container {
    position: relative;
    width: 40rem;
    max-width: 100%;
    margin: auto;
}
.approach .img-container img {
    width: 100%;
}
.approach .info {
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%,-50%);
}
.approach .info h5 {
    color: #009193;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
	text-align: center;
}
.approach .info ul {
    max-width: 26.875rem;
    padding: 0;
}
.approach ul li {
    color: #707070;
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.approach g, path {
    transition: all .3s ease-out;
}
.approach .approach-disclaimer {
    font-size: .875rem;
    margin-top: 3rem;
}
.cls-1 {
    fill: #828f99;
}
.cls-2 {
    fill: #009193;
}
.cls-3 {
    fill: #fff;
}
.cls-4 {
    fill: #a0a0a0;
}





/*------------------------------
            At-A-Glance        
------------------------------*/
.at-a-glance {
    background: #bbd4dd;
    padding: 8rem 0; 
    background:linear-gradient(rgb(29 40 50 / 31%), rgb(11 29 44 / 70%)), url(../images/glance.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
	color:#fff;
    
}
.at-a-glance h3 {
    margin-bottom: 3rem;
}
.at-a-glance .num {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin: 3rem auto .25rem;
}
.at-a-glance .num span {
    font-size: 170%;
}
.at-a-glance .desc {
    text-align: center;
}





/*------------------------------
            Team
------------------------------*/
.team {
    /* background-color: #d1b185; */
	background-color: #ebebeb;
    padding: 5rem 0;
 
}
.team .white{
	color:#32648c;
	text-align:justify;
}
.team .col-lg-6,
.team .col-lg-3 {
    margin-bottom: 1.75rem;
}
.team .media {
    height: 100%;
    max-height: 13rem;
    cursor: pointer; 
    overflow: hidden;
}
.team .media:hover > .media-body h6 {
    color: #6394b7;
}
.team .media-body {
    height: 100%;
    background-color: #fff;
    padding: 1rem 1.25rem;
}
.team img {
    width: 12.75rem;
}
.team .name {
    color: #32648c;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.125rem;
}
.team .title {
    color: #a0a0a0;
    font-size: 0.9375rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.team p {
    font-size: 0.875rem;
    line-height: 1.3;
    max-height: 4.5rem;
    overflow: hidden;
	text-align: justify;
}
.team ul {
    font-size: .875rem;
    padding-left: 1.3rem;
}
.team h6 {
    color: #32648c;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto 0 0;
    transition: all 0.3s;
}
.team .person img {
    width: 100%;
}
.team .person {
    cursor: pointer;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
}
.team .content {
    padding: 0.75rem 1rem 0;
}
.team .person .name {
    font-size: 1.125rem;
}





/*------------------------------
          Projects        
------------------------------*/
.projects {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
.projects .row:nth-child(2) {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.projects .tile {
    position: relative;
    background-color: #fff;
    height: 10rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
}
.projects .desc {
    z-index: 3;
    color: #fff;
    background-color: rgba(81,101,117,.5);
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem .75rem;
}
@media (min-width: 1200px) {
    .projects .col-xl {
        flex: 0 0 20%;
        max-width: 20%;
    }
}





/*------------------------------
            ESG
------------------------------*/
.esg {
    padding: 5rem 0;
}
.esg ul {
    padding-left: 1.1rem;
    margin-bottom: 3rem;
}

.esg ul{
	text-align:justify;
}
.esg .title {
    height: 3rem;
}
.esg p {
    color: #707070;
}
.esg p b {
    color: #95b3d7;
}





/*------------------------------
             Modal        
------------------------------*/
.modal .modal-content {
    border-radius: 0;
    border: none;
}
.modal .modal-body {
    padding: 2rem;
}
.modal .modal-body.blue {
    background-color: #32648c;
}
.modal .media img {
    width: 16rem;
    margin-bottom: 0.75rem;
}
.modal .media .name {
    color: #fff;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.modal .title {
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}
.modal p {
    text-align: justify;
    margin-bottom: 1.5rem;
}
.modal .modal-body.blue p {
    color: #fff;
}
.modal p:last-child {
    margin-bottom: 0.5rem;
}
.modal .close {
    cursor: pointer;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #009193;
    padding: 0.5rem;
    transition: all 0.3s;
    opacity: 1;
    text-shadow: none;
}
.modal .modal-body.blue .close {
    color: #fff;
}
.modal .btn {
    color: #32648c;
    background-color: #fff;
    padding: 0.5rem 1.25rem;
    border: 1px solid #fff;
    margin-top: 1.0rem;
}
.media-body small.ddmmyy {
    padding: 1.2rem 0px;
    display: block;
    color: #b7d4ea;
}
.sub-header.title {
    color: #32648c;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0.5rem;
	margin-top: 2rem;
}
.modal .btn:hover {
    opacity: 0.8;
}
.modal .btn:focus {
    outline: none;
    box-shadow: none;
}
.modal form.invisible {
    display: none!important;
}
#investorsForm .password-validation {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25)
}
.modal .invalid-feedback.invisible {
    visibility: hidden!important;
}





/*------------------------------
            Contact        
------------------------------*/
.contact {
    background: #bbd4dd;
    padding: 5rem 0;
}
.contact ul li {
    font-size: 1.125rem;
}
.contact ul li i {
    display: inline-block;
    width: 1.25rem;
}
.contact ul li i.fa-phone {
    position: relative;
    top: 0.05rem;
    transform: rotate(90deg);
}
.contact ul li a {
    color: #34648c;
}
.contact ul li a:hover {
    color: #009193;
}
.contact .map {
    height: 28rem;
}

.contact .map {
    height: 20rem;
	margin-bottom:2rem;
	display:inline-block;
	border:1px solid #fff;
	width: 100%;
}



/*------------------------------
            Terms        
------------------------------*/
.terms h5 {
    color: #32648c;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.75rem;
}
.terms h5:not(:first-child) {
    padding-top: 2rem;
}
.terms p {
    color: #a0a0a0;
    margin-bottom: 1.75rem;
}





/*------------------------------
            Footer        
------------------------------*/
footer {
    z-index: 99;
    color: #fff;
    background: #32648c;
    font-size: 0.875rem;
    padding: 1.5rem 0;
}
footer h5 {
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #DEB784;
}





.diagram {position:relative; width:578px; height:578px; margin:0px auto; background:url(images/art/quadrant_bg.svg) no-repeat center center; margin-bottom: 100px;}
.diagram .d1 {position:absolute; top:4px; left:0px;}
.diagram .d2 {position:absolute; top:1px; right:0px;}
.diagram .d3 {position: absolute; bottom: -10px; right: 0px;}
.diagram .d4 {position: absolute; bottom: -1px; left: -16px;}
.fillhover {fill:#4c687c;}
@media(max-width:650px){
    .diagram {left: 50%; transform: translateX(-50%) scale(0.6); margin: -110px 0px -70px 0px;}
}
@media(max-width:370px){
    .diagram {transform: translateX(-50%) scale(0.5);}
}




/*------------------------------
          Media Query        
------------------------------*/
@media (min-width: 1200px) {
    .modal-lg {
        max-width: 954px;
    }
}
@media (max-width: 1199px) {
    .home h1 {
        font-size: 3rem;
    }
    .asset-types .media {
        margin: 1.5rem 0;
    }
    .asset-types img {
        width: 4.5rem;
    }
    .asset-types .media-body {
        font-size: 1rem;
    }
    .approach .img-container {
        width: 32rem;
    }
    .approach .info h5 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .approach ul li {
        font-size: .875rem;
        line-height: 1.2;
    }
    .p-tablet {
        padding: 4rem 0 !important;
    }
}
@media (max-width: 991px) {
    .header {
        font-size: 2rem;
    }
    .asset-types {
        background-position: left 20% center;
        background-attachment: scroll;
    }
    .modal .close {
        top: -0.25rem;
        right: 0.75rem;
    }
    .modal .media {
        flex-direction: column;
    }
    wrapper {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
    body.modal-open .transparen-div {
        height: 100vh;
    }
    footer {
        font-size: .875rem;
    }
    footer h5 {
        font-size: 1rem;
        margin: 0;
    }
    footer .col-lg-3 h5 {
        margin-top: 1rem;
    }
}
@media (max-width: 767px) {
    .modal {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
    .home .d-flex {
        height: calc(100vh - 4.25rem);
    }
    .home .video video {
        max-height: 100%;
    }
    .home h1 {
        font-size: 1.375rem;
        padding: 0 0 10rem;
    }
    .header {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }
    .sub-header {
        font-size: 1rem;
        margin-bottom: 1.75rem;
    }
    .about p {
        font-size: 1rem;
        margin-bottom: 1.75rem;
    }
    .asset-types .media {
        margin: .75rem 0;
    }
    .asset-types img {
        width: 4.0rem;
    }
    .approach .info {
        width: 19rem;
    }
	.approach .info p{ font-size: 1.425rem;  line-height: 1.1;}
    .approach .info h5 {
    font-size: 1.575rem;
    margin-bottom: .75rem;
    text-align: center;
}
    .approach ul li {
        font-size: 1.425rem;
        line-height: 1.1;
        margin-bottom: .5rem;
    }
    .modal p {
        text-align: left;
        line-height: 1.4;
    }
    .contact ul li {
        font-size: 1rem;
    }
    .terms h5 {
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }
    .terms p {
        margin-bottom: 1.25rem;
    }
    .p-mobile {
        padding: 3rem 0 !important;
    }
    footer a {
        display: block;
    }
}
@media (max-width: 575px) {
    .team .media {
        height: auto;
        max-height: 100%;
        flex-direction: column;
        max-width: 24rem;
        margin: 0 auto;
    }
    .team .media img {
        width: 100%;
    }
    .modal .modal-body {
        padding: 2rem 1rem;
    }
    .modal .media img {
        width: 100%;
    }
    .contact .map {
        height: 22rem;
    }
}