html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
}
body, wrapper {
    min-height: 100vh;
}



/*====================   Global   =========================*/
h1 {
    font-size: 3.125rem;
    font-weight: 500;
    text-transform: uppercase;    
}
h2 {
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
}
h3 {
    font-size: 2.2rem;
    font-weight: 500;
    text-transform: uppercase;
}
p {
    font-size: 1.5rem;
    font-weight: 400;
}
em {
    padding: 0 0.4rem;    
}
ul {
    padding-left: 1.3rem;
}
ul li {
    font-size: 1.5rem;
    font-weight: 400;  
    margin-bottom: 1.5rem;
    color: #8c8c8c;
}
a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    text-decoration: none;
}
.all {
    padding: 4.3rem 0;
}


/*==================== Header Section ====================*/
header {    
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    background-color: #fff;
}
header .container {
    /* padding: 0; */    
}
header ul li {    
    padding: 0 0.3rem;
}
.navbar {
    background-color: #fff;  
    padding: 0;
}
.navbar-custom .nav-item .nav-link {
    color: #6b6c6f;
    font-size: 0.78rem;  
    font-weight: 600;
    padding: 0 0.5rem 0.2rem;    
}
.navbar-custom .nav-item .nav-link:hover {
    color: #04659b;
}
.navbar-custom .nav-item .nav-link.login {
    color: #04659b;
}
header button {
    position: relative;
    top: -0.3rem;
}



/*=======================    Carousel    ======================*/
.main .container-fluid {
    margin: 0;
    padding: 0;
}
.carousel-caption {
    text-align: left;    
    top: 20%; 
    padding-left: 1rem;
}
.car-one {
    height: 55rem;
    background: url(../images/home1.jpg) center center no-repeat;
    background-size: cover;
}
.car-two {
    height: 55rem;
    background: url(../images/home2.jpg) center center no-repeat;
    background-size: cover;
}
.car-three {
    height: 55rem;
    background: url(../images/home3.jpg) center center no-repeat;
    background-size: cover;
}
.carousel h1 {
    position: relative;
    left: -0.15rem;
}
.carousel p {
    color: #13477e;
    font-size: 1.625rem;
    margin-top: 1.5rem;
}
/*===================    Carousel fade effect    =================*/
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {    
    display:block;
    transition: all 1s ease-out;
}
.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.carousel-inner .carousel-item,
.carousel-inner .active.carousel-item-left,
.carousel-inner .active.carousel-item-right {
    opacity:0;
}
.carousel-inner .active,
.carousel-inner .carousel-item-next.carousel-item-left,
.carousel-inner .carousel-item-previous.carousel-item-right {
    opacity: 1;
}
.carousel-item.active,
.active.carousel-item-left,
.active.carousel-item-prev,
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}







/*======================   About Section   ======================*/
.all.about {
    color: #fff;
    background-color: #4a95c0;
    background: -webkit-linear-gradient(left, #4a95c0 , #04659b);
    background: -o-linear-gradient(right, #4a95c0, #04659b);
    background: -moz-linear-gradient(right, #4a95c0, #04659b);
    background: linear-gradient(to right, #4a95c0 , #04659b);
}
.about p {
    margin-top: 2rem;
}




/*=====================   Approach Section   =====================*/
.all.approach {
    color: #666666;
    background: url(../images/approach-bg.jpg) center center no-repeat;
    background-size: cover;
}
.approach h3 {
    color: #8c8c8c;
    margin-bottom: 2rem;
}
.approach .row.content {
    border-left: 1px solid #666666;
    border-top: -2rem;
    margin-left: 1rem;
    padding-left: 3rem;
}
.approach p:first-child {
    margin-top: 0;
}
.approach p {
    margin-top: 2rem;
}
.approach p span {
    color: #007daa;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2rem;
}
.fa.fa-circle {
    position: absolute;    
    left: 1.2rem;    
    color: #62a0c3;
    opacity: 0.4;
    font-size: 1.8rem;
    margin-top: 0.3rem;
}
.fa.fa-circle.two {
    color: #04659b;
    opacity: 1;
    font-size: 0.8rem;
    margin-top: 0.8rem;
    margin-left: 0.45rem;
}



/*======================   Investment Section   ======================*/
.investment-criteria h3 {
    color: #8c8c8c;    
}
.investment-criteria p {
    color: #04659b;
    font-weight: 500;
    margin-top: 2rem;
}



/*======================   Team Section   ======================*/
.all.team {
    color: #fff;
    background-color: #4a95c0;
    background: -webkit-linear-gradient(left, #4a95c0 , #04659b);
    background: -o-linear-gradient(right, #4a95c0, #04659b);
    background: -moz-linear-gradient(right, #4a95c0, #04659b);
    background: linear-gradient(to right, #4a95c0 , #04659b); 
}
.team .person {
    min-height: 14rem;
    cursor: pointer;
    margin: 1rem 0;
}
.team .person .content {
    background-color: #04659b;
    padding: 0.5rem 1rem;
}
.team .person .name {
    font-size: 1.3rem;    
    line-height: 1.25;
    margin-bottom: 0.5rem;
}
.team .person .title {    
    font-size: 0.775rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: -0.25rem;
}
.team .person a {
    color: white;
    font-size: 0.875rem;
}
.team .person a:hover {
    color: #4a95c0;
}



/*======================   Modal Section   ======================*/
.modal-header {
    color: #fff;
    background-color: #04659b;
    padding: 1rem 2rem;
}
.modal-body {
    padding: 1rem 2rem;
}
.modal button {
    color: #fff;
    transform: scale(1.2);
}
.modal button:hover {
    color: #fff;
}
.modal .title {
    font-size: 0.775rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.modal hr {
    border-top: 1px solid #04659b;
}
.modal p {
    font-size: 1rem;
    font-weight: 300;
}
.modal .modal-body a {
    color: #04659b;
    font-size: 0.875rem;
}
.modal .modal-body a:hover {
    color: #4a95c0;
}



/*===================    Contact Section    ====================*/
.all.contact {
    color: #8c8c8c;
    background-color: #f9f9f9;
}
.contact ul li:first-child {
    color: #04659b;
    font-weight: 500;
}
.contact ul li {
    margin: 0;
    font-size: 1.50rem;
}
.contact a {
    color: #8c8c8c;
    font-size: 1.15rem;
}
.contact a:hover {
    color: #04659b;
}
.contact .map {
    width: 100%;
    height: 30rem;
}




/*=======================      Footer      ======================*/
footer {   
    color: #fff;
    background-color: #13477e;
}
footer p {
    font-size: 0.65rem;
    text-transform: uppercase;
    margin: 0.5rem 0;
}



/*=========================      Media     =========================*/
.main.login {
    flex: 1;
    background: url(../images/home1.jpg) center center no-repeat;
    background-size: cover;    
}
.login form {    
    margin: 13rem 1rem 2rem;    
    width: 40%;    
}
.login form input,
.login form .btn {
    font-family: 'Montserrat', 'Open Sans', sans-serif;    
    font-weight: 300;    
}
.login .btn {
    color: #fff;
    background-color: #13477e;        
    cursor: pointer;
}
.login .btn span {    
    font-size: 0.78rem; 
    font-weight: 600;
}



/*=========================      Media     =========================*/
@media (min-width: 992px) {
    .navbar {
        padding: 0.5rem 0;
    }
    .carousel-caption {
        max-width: 75%           
    }    
}
@media (max-width: 1199px) {
    .team .person .content {
        padding: 0.5rem;
    }
    .team .person .name {
        font-size: 1.15rem;
        margin-bottom: 0.25rem;
    }
    .team .person a {
        font-size: 0.75rem;
    }
}
@media (max-width: 991px) {
    header .navbar-nav {
        text-align: center;
    }    
    header button {
        color: #04659b;
        cursor: pointer;
        margin-top: 1.5rem;        
    }
    .carousel-caption {
        left: 0;
        right: 0;            
    }
    .team .person .content {
        width: 18.8rem;
        margin: auto;
    }
    .team .person a {
        font-size: 0.875rem;
    }
    .login form {               
        width: 100%;    
    }   
}
@media (max-width: 767px) {
    .team .person .content {
        width: 100%;
    }
    .modal-body {
        padding: 1rem;
    }
}
@media (max-width: 575px) {
    header {
        height: 6.3rem;
    }
    header img {
        max-width: 80%;
    }
    h3 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.25rem;
    }

    p,
    ul li {
        font-size: 1.1rem;        
    } 
    em {
        padding: 0.3rem;
    }
    .all {
        padding: 3rem 0;
    }    
    .carousel-caption {
        padding-left: 1rem;
    }
    .car-one {
        height: 45rem;
        background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), url(../images/home1.jpg) center center no-repeat;
    }
    .car-two {
        height: 45rem;
        background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), url(../images/home2.jpg) center center no-repeat;
    }
    .car-three {
        height: 45rem;
        background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), url(../images/home3.jpg) center center no-repeat;
    }
    .carousel p {
        color: #b9e5ff;
        font-size: 1.5rem;
        line-height: 1.25;
    }
    .all.approach {
        background: url(../images/approach-bg.jpg) left 37% bottom no-repeat;
        background-size: cover;
    }
    .approach .row.content {
        margin-left: 0; 
        padding-left: 1rem;
    }
    .fa.fa-circle {  
        margin-top: 0.2rem;
        left: 0.2rem;         
    }
    .fa.fa-circle.two {
        margin-top: 0.7rem;
    }
    .team .person {        
        min-height: 10rem;
    }
    .team .person .content {
        max-width: 18.8rem;
    }
    .contact ul li,
    .contact ul li a {
        font-size: 1rem;
    }
}




