html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
body, wrapper {
    min-height: 100vh;
}





/*==========       Global        ========== */
a, header p, header button {
    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 {
    text-decoration: none;
}
.mb-2rem {
    margin-bottom: 2rem;
}
b {
    font-weight: 600;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}





/*==========       Header        ========== */
header {
    font-size: 0.78rem;
    background-color: #fff;
    box-shadow: -1px 2px 13px -5px rgba(0, 0, 0, 0.4);
}
header ul li {
    padding: 0 0.3rem;
    margin: 0.7rem 0 0.5rem;
}
header ul li a {
    color: #666666;
    font-size: 0.78rem;  
    font-weight: 600;
    padding: 0.5rem 0.2rem;
}
header ul li a:hover {
    color: #00458c;
}
header .navbar {
    background-color: #fff;
    padding: 0.5rem 0;
}
header .navbar .navbar-brand {
    width: 16rem;
    padding: 0;
    margin: 0;
}
header button {
    color: #00458c;
    cursor: pointer;
    margin-top: 0.9rem;
    margin-right: -2rem;
}
header.minimized .navbar .navbar-brand {
    width: 10rem;
}





/*==========        Carousel      ==========*/
.main .container-fluid {
    margin: 0;
    padding: 0;
}
.main .carousel-caption {
    width: 1140px;
    max-width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;    
}
.main .carousel-caption p {
    font-size: 2.5rem;
    font-weight: 300;
    padding: 6rem 0;
    margin-top: 11vh;
    text-shadow: 2px 2px 8px #111111;
}
.main .carousel-caption p span {
    font-weight: 600;
}
.main .carousel-caption p span.small {
    font-size: 1.75rem;
    font-weight: 400;
}
.main .car-one {
    height: 100vh;
    min-height: 20rem;
    background: url(../images/home-bg-3.jpg) center center no-repeat;
    background-size: cover;
}
.main .car-two {
    height: 100vh;
    min-height: 20rem;
    background: url(../images/home2.jpg) center center no-repeat;
    background-size: cover;
}
.main .car-three {
    height: 100vh;
    min-height: 20rem;
    background: url(../images/home3.jpg) center center no-repeat;
    background-size: cover;
}





/*==========      About     ========== */
.about {
    color: #fff;
    background-color: #00458c;
    padding: 4.75rem 0;
}
h3 {
    color: #00458c;
    font-size: 2.1875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.about h3 {
    color: #fff;
}
.about p {
    font-size: 1.375rem;
    font-weight: 300;
    margin: 0;
}
.about .quote {
    font-weight: 600;
    text-align: center;
}
.about .quote b {
    font-size: 1rem;
}



/*==========      Approach      ==========*/
.approach {
    padding: 4.75rem 0;
}
.approach .nav {
    border: none;
    margin: 2rem 0;
}
.approach .nav-link {
    color: #999999;
    font-size: 1.375rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.5rem 0;
    border: none;
    border-bottom: 3px solid #999999;
    border-radius: 0;
    margin-right: 5rem;
}
.approach .nav-link.active {
    color: #00458c;
    border: none;
    border-bottom: 3px solid #00458c;
}
.approach .tab-pane {
    color: #333333;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.6rem;
    min-height: 16.6rem;
}
.approach .tab-pane dt {
    position: relative;
    left: 0.4rem;
    font-weight: 300;
    transform: scale(1.2, 1);
}
.approach .tab-pane strong {
    color: #00458c;
}
.approach p {
    font-size: 1.375rem;
    font-weight: 300;
}
.approach .quote {
    font-weight: 600;
    text-align: center;
}
.approach .quote b {
    font-size: 1rem;
}
.approach dt,
.approach dd {
    font-size: 1.25rem;
    font-weight: 300;
}





/*==========      Investment      ==========*/
.investment {
    color: #666666;
    background-color: #f1f1f1;
    padding: 4.75rem 0;
    overflow: hidden;
}
.investment .info {
    color: #333333;
    font-size: 1.375rem;
    line-height: 1.3;
    margin: 1.5rem 0 2rem;
}
.investment .content {
    border-left: 1px solid #b7b7b7;
    padding-left: 2.125rem;
    margin-left: 1.75rem;
}
.investment dl {
    margin-bottom: 1.5rem;
}
.investment dl:last-child {
    margin-bottom: 0;
}
.investment dl dt:first-child {
    color: #00458c;
    font-weight: 400;
}
.investment dl dt {
    color: #333333;
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: -0.15rem;
}
.investment dl dd {
    color: #333333;
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: -0.15rem;
}
.fa.fa-circle {
    position: absolute;
    left: -2rem;    
    color: #00458c;
    opacity: 0.4;
    font-size: 1.8rem;
}
.fa.fa-circle.two {
    color: #00458c;
    opacity: 1;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    margin-left: 0.4rem;
}





/*==========    Portfolio   ========== */
.portfolio {
    padding: 4.75rem 0;
}
/* Downloaded from https://scriptscodes.com/ */
.portfolio .my-shuffle {
    position: relative;
    overflow: hidden;
}
/* Make vertical gutters the same as the horizontal ones */
.portfolio .image-item {
    margin-bottom: 30px;
    cursor: pointer;
}
/* Ensure images take up the same space when they load */
/* https://vestride.github.io/Shuffle/images */
.portfolio .aspect {
    position: relative;
    width: 100%;
    height: 16rem;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 1rem;
}
.portfolio .btn {
    color: #999999;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    padding: 0.5rem 0.1rem;
    margin-right: 3rem;
    border-radius: 0;
}
.portfolio .btn.active {
    color: #00458c;
    border-bottom: 3px solid #00458c;
}
.portfolio .btn.focus {
    box-shadow: none;
}
/*==========    Portfolio Modal   ========== */
.port.modal {
    padding: 0 !important;
}
.port.modal .modal-dialog {
    margin: 18% auto auto;
}
.port.modal .modal-body {
    padding: 0.5rem 1.5rem 2rem;
}
.port.modal .port-logo {
    padding: 1rem;
    border: 1px solid #ccc;
    height: 12rem;
    margin-bottom: 1rem;
}
.port.modal .port-logo img {
    max-height: 100%;
}
.port.modal dt.col-12 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: -0.125rem;
    margin-bottom: 2rem;
}
.port.modal dt {
    color: #00458c;
}
.port.modal dd {
    color: #333333;
    margin: 0;
    padding-right: 0;
}
.port.modal dd a {
    color: #333333;
}
.port.modal dd a:hover {
    color: #00458c;
}
@media (min-width: 992px) {
    .port.modal .modal-dialog.modal-lg {
        max-width: 950px;
    }
}








/*==========      Team      ========== */
.team {
    color: #fff;
    background-color: #00458c;
    padding: 4.75rem 0;
}
.team h3 {
    color: #fff;
}
.team p.info {
    font-size: 1.375rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
}
.team p.info.quote {
    font-weight: 600;
    text-align: center;
}
.team p.info.quote b {
    font-size: 1rem;
}
.team .person {
    min-height: 15.5rem;
    background-color: #2f69a5;
    text-align: center;
    padding: 1rem;
    border: 5px solid #5f89b4;
    cursor: pointer;
}
.team .name {
    font-size: 1.25rem;
    margin-top: 33%;
    margin-bottom: 0.25rem;
}
.team .title {
    font-size: 1rem;
    font-weight: 300;
}
/*==========    Team Modal   ========== */
.modal .carousel-control-prev {
    left: -5rem;
    width: 2.5rem;
    transform: scale(1.5, 1.8);
}
.modal .carousel-control-next {
    right: -5rem;
    width: 2.5rem;
    transform: scale(1.5, 1.8);
}
.bio.modal .carousel-control-prev,
.bio.modal .carousel-control-next {
    height: 10rem;
    top: 2rem;
}
.modal .modal-header {
    color: #fff;
    padding: 0 2rem;
    border-bottom: none;
}
.modal .modal-body {
    padding: 0 2rem 2rem;
}
.modal .title {
    font-weight: 600;
}
.modal button {
    transform: scale(1.5);
    margin: 0.5rem 0 0 auto;
    z-index: 99;
}
.modal button:hover {
    color: #ccc;
}
.bio.modal .name {
    color: #00458c;
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0;
}
.bio.modal .title {
    color: #333333;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.125rem;
    margin: 0 0 2rem;
}
.bio.modal .bio {
    color: #00458c;
    font-weight: 400;
    margin: 0;
}
.bio.modal .bio a {
    color: #00458c;
}
.bio.modal .bio a:hover {
    color: #333333;
}
.bio.modal p {
    font-weight: 300;
    margin-top: 1rem;
    margin-bottom: 0;
}




/*==========     Sustainable     ========== */
.sustainable {
    color: #fff;
    background: linear-gradient(rgba(9,36,3,.75),rgba(9,36,3,.75)), url(../images/asmi-pai-unsplash.jpg) center no-repeat;
    background-size: cover;
    padding: 5rem 0;
}
.sustainable h3 {
    color: #fff;
}
.sustainable .img-container {
    height: 12rem;
    margin: 3rem 0 1rem;
}
.sustainable h5 {
    font-size: 1.75rem;
}
.sustainable h5 {
    font-size: 1.75rem;
}
.sustainable .content p {
    line-height: 1.3;
}
@media (min-width: 768px) {
    .sustainable {
        background-attachment: fixed;
    }
}
@media (min-width: 1200px) {
    .sustainable p {
        font-size: 1.375rem;
    }
    .sustainable .content p {
        font-size: 1.25rem;
    }
}




/*==========     News     ========== */
.news {
    padding: 4.75rem 0;
    background-color: #f1f1f1;
}
.news .content {
    cursor: pointer;
}
.news .content:hover >.read-more {
    color: #0074ea;
}
.news a:focus {
    text-decoration: none;
}
.news .date {
    color: #333;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0;
}
.news .title {
    color: #333;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.news .desc {
    color: #8c8c8c;
    font-size: 1rem;
    font-weight: 400;
}
.news .read-more {
    color: #00458c;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.news hr {
    margin: 1.5rem 0;
}
.news-modal .modal-dialog {
    margin-top: 4rem;
}
.modal .date {
    color: #333;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 1.5rem 0 0.5rem;
}
.modal .title {
    color: #00458c;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 0 0 1.5rem;
}





/*==========     Contact     ========== */
.contact {
    background-color: #f9f9f9;
    padding: 4.75rem 0 2.75rem;
}
.contact h3 {
    color: #8c8c8c;
}
.contact .map {
    border: 10px solid #fff;
    height: 28rem;
    margin-bottom: 1rem;
}
.contact .map.bg {
    background: url(../images/contact-bg.jpg) center center no-repeat;
    background-size: cover;
}
.contact ul {
    margin-bottom: 2rem;
}
.contact ul li {
    color: #333333;
    font-size: 1rem;
    font-weight: 300;
}
.contact ul li a {
    color: #00458c;
    font-weight: 400;
}
.contact ul li a:hover {
    color: #0069d5;
}




/*==========      Footer      ========== */
footer {   
    color: #fff;
    background-color: #13477e;
}
footer p {
    font-size: 0.65rem;
    text-transform: uppercase;
    margin: 0.5rem 0;
}





/*==========       Media     ========== */
@media (min-width: 992px) {
    .approach .col-11, 
    .investment .content .col-11 {
        position: relative;
        left: -4rem;
    }
}
@media (max-width: 991px) {
    header .navbar .navbar-brand {
        width: 10rem;
    }
    header .navbar-nav {
        text-align: center;
    }
    .main .carousel-caption p {
        font-size: 2rem;
    }
    .main .carousel-caption p span.small {
        font-size: 1.5rem;
    }
    .approach .nav-link {
        font-size: 1rem;
        margin-right: 1rem;
    }
    .approach .tab-pane dt {
        left: 0;
    }
    .contact .map {
        height: 18rem;
    }
}
@media (max-width: 767px) {
    header p {
        font-size: 1.5rem;
    }
    .main .carousel-caption p {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    h3 {
        font-size: 1.5rem;
    }
    .carousel-caption p {
        font-size: 1.5rem;
    }
    .main .carousel-caption p span.small {
        font-size: 1.125rem;
    }
    .p-mobile {
        padding: 2rem 0;
    }
    .about p,
    .approach p {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .approach dt, .approach dd {
        font-size: 1rem;
    }
    .investment .info {
        font-size: 1rem;
    }
    .investment .content {
        margin-left: 1rem;
    }
    .portfolio .btn {
        margin-right: 1rem;
    }
    .portfolio .aspect {
        height: 14rem;
    }
    .team p.info {
        font-size: 1rem;
    }
    .news .title {
        font-size: 1.125rem;
    }
    .contact .map {
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 576px) {
    nav p {
        font-size: 1rem;
        margin: 0.9rem 0;
    }
    .small-p {
        margin: 0.3rem 0;
    }
    .small-button {
        margin-top: 0.4rem;
    }    
    .approach .tab-content .col-11 {
        max-width: 90.6%;
    }
    .portfolio .aspect {
        max-height: 10rem;
        padding: 0.5rem;
    }
    .portfolio .aspect img {
        max-height: 100%;
    }
    .team .person {
        min-height: 10rem;
        padding: 1rem 0.5rem;
    }
    .team .name {
        font-size: 1.125rem;
        margin-top: 5%;
    }
    .team .title {
        font-size: 0.87rem;
        margin-bottom: 0;
    }
    .modal-dialog {
        margin: 0.625rem 0.3125rem;
    }
    .bio.modal .name {
        font-size: 1.5rem;
    }
    .bio.modal .title {
        font-size: 1rem;
    }
    .bio.modal .bio a {
        font-size: 0.875rem;
    }
    .news-modal .modal-dialog {
        margin-top: 0.5rem;
    }
    .modal .carousel-control-prev {
        left: -2.3rem;
    }
    .carousel-control-prev-icon {
        background-image: url(../images/arrow.png);
        -ms-transform: rotate(270deg); /* IE 9 */
        -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
        transform: rotate(270deg);
    }
    .modal .carousel-control-next {
        right: -2.3rem;
    }
    .carousel-control-next-icon {
        background-image: url(../images/arrow.png);
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }
    .port.modal .modal-body{
        min-height: 34rem;
    }
    .port.modal dt.col-12 {
        font-size: 1.25rem;
    }
    .port.modal dd {
        margin-bottom: 1rem;
    }
    .port.modal .carousel-control-prev {
        top: -50%;
        left: -2rem;
    }
    .port.modal .carousel-control-next {
        top: -50%;
        right: -2rem;
    }
}
@media (max-width: 430px) {
    .investment .content .col-11 {
        max-width: 89%;
    }
}
@media (max-width: 376px) {
    .portfolio .my-shuffle .col-6 {

    }
}





/*============   IE10   ============*/
@media all and (-ms-high-contrast:none) {
    .portfolio .aspect,
    .port.modal .port-logo {
        padding: 4rem 3rem;
    }
    .portfolio .aspect img,
    .port.modal .port-logo img {
        width: 12rem;
        height: auto;
    }

    /* IE11 */
    *::-ms-backdrop, .portfolio .aspect,
    *::-ms-backdrop, .port.modal .port-logo {
        padding: 4rem 3rem;
    }
    *::-ms-backdrop, .portfolio .aspect img,
    *::-ms-backdrop, .port.modal .port-logo img {
        width: 12rem;
        height: auto;
    }
}