html,
body {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

body,
wrapper {
    min-height: 100vh;
}

wrapper {
    overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    color: #ffae00;
    text-decoration: none;
}

.list-custom {
    padding-left: 1.3rem;
}

.trans {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 99;
    background-color: #fff;
    padding: 0.25rem 0 0.5rem;
    -webkit-box-shadow: 0px 8px 25px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 25px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 25px -5px rgba(0, 0, 0, 0.15);
}
.navbar .navbar-brand {
    z-index: 9;
    width: 16rem;
    padding: 0;
}
.navbar .navbar-toggler {
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .fas {
    color: #333;
    transform: scale(1.5, 1.5);
    padding: 0.5rem;
}
.navbar .nav-item.nav-link {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 0 0.5rem;
    border-bottom: 4px solid transparent;
    margin: 1rem 0.75rem 0;
}
.navbar .nav-item.nav-link:hover,
.navbar .nav-item.nav-link.active {
    border-bottom: 4px solid #f5a700;
}





/*------------------------------
            Header
------------------------------*/
header {
    min-height: 31rem;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/home/home-1.jpg) center center no-repeat;
    background-size: cover;
    padding: 10rem 0 3rem;
}

header h4 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

header h5 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0;
}

header a {
    display: block;
    color: #ffae00;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

header a:hover>i {
    color: #fff;
}

header a i {
    position: relative;
    top: 0.1rem;
}

#about header {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/header/about.jpg) center center no-repeat;
    background-size: cover;
}

#team header {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/header/team.jpg) center center no-repeat;
    background-size: cover;
}
#careers header {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/header/careers.jpg) center no-repeat;
    background-size: cover;
}





/*------------------------------
         Dropdown Nav        
------------------------------*/
.dropdown-nav {
    padding-top: 4.5rem;
    margin-bottom: -1rem;
}

.dropdown-nav .dropdown-btn {
    display: inline-block;
    color: #8f8f8f;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    padding: 0.5rem 1.125rem;
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

.dropdown-nav .dropdown-btn i {
    color: #072651;
    font-size: 1.375rem;
    padding-top: 0.1rem;
    opacity: 0.8;
}

.dropdown-nav .dropdown-menu {
    cursor: pointer;
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

.dropdown-nav .label-holder {
    display: block;
    cursor: pointer;
    position: relative;
    color: #072651;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 1.5rem;
    margin: 0.5rem 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-nav .label-holder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.dropdown-nav .checkmark {
    position: absolute;
    top: 0.15rem;
    left: 0;
    height: 0.75rem;
    width: 0.75rem;
    background-color: #f0f0f0;
}

.dropdown-nav .label-holder:hover input~.checkmark {
    background-color: #f0f0f0;
}

.dropdown-nav .label-holder input:checked~.checkmark {
    background-color: #f0f0f0;
}

.dropdown-nav .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.dropdown-nav .label-holder input:checked~.checkmark:after {
    display: block;
}

.dropdown-nav .label-holder .checkmark:after {
    content: "\00d7";
    color: #072651;
    font-size: 0.875rem;
    font-weight: 700;
    top: -5px;
    left: 2px;
}





/*------------------------------
            Home      
------------------------------*/
#homeCarousel .container {
    min-height: 34rem;
}

#homeCarousel h1 {
    color: #fff;
    font-size: 3.125rem;
    font-weight: 700;
    margin: auto 0 0.5rem;
}

#homeCarousel h3 {
    color: #ffae00;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

#homeCarousel h3 span:not(:last-child)::after {
    content: '|';
    color: #fff;
    padding: 0 1rem;
}

#homeCarousel p {
    color: #fff;
    font-size: 1.25rem;
    max-width: 42rem;
    margin-bottom: 2.5rem;
}

#homeCarousel a {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    margin: 0 0 auto;
}

#homeCarousel a:hover {
    color: #ffae00;
}

#homeCarousel a i {
    position: relative;
    top: 0.2rem;
    font-size: 1.5rem;
}

#homeCarousel .carousel-item:nth-child(1) {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/home/home-1.jpg) center center no-repeat;
    background-size: cover;
}

#homeCarousel .carousel-item:nth-child(2) {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/selected/BWS_8130.jpg) center center no-repeat;
    background-size: cover;
}

#homeCarousel .carousel-item:nth-child(3) {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/home/home-1.jpg) center center no-repeat;
    background-size: cover;
}

#homeCarousel .carousel-item:nth-child(4) {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/selected/BWS_8130.jpg) center center no-repeat;
    background-size: cover;
}

#homeCarousel .carousel-indicators li {
    opacity: 1;
    width: 3.5rem;
    height: 0.3rem;
    margin: 0 0.5rem;
}

#homeCarousel .carousel-indicators li.active {
    background-color: #ffae00;
}

#homeCarousel .port-content {
    position: absolute;
    right: 12vw;
    bottom: 0;
    color: #eee;
    font-size: 1.125rem;
    padding: 0.75rem 1.75rem;
}





/*------------------------------
            Glance        
------------------------------*/
.glance {
    padding: 4.5rem 0;
}

.home-h4 {
    color: #072651;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
}

.glance .content {
    padding: 1rem 0;
}

.glance .title {
    color: #0c4095;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 0.875rem 0;
    border-top: 1px solid #0c4095;
}

.glance a {
    display: block;
    color: #0c4095;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.75rem 1rem;
    margin: 2rem auto 0;
}

.glance a i {
    position: relative;
    top: 0.2rem;
    font-size: 1.25rem;
    padding-left: 0.2rem;
}

.glance a:hover {
    color: #ffae00;
}





/*------------------------------
         Meet our Team        
------------------------------*/
.meet {
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../images/home/home-team.jpg) center center no-repeat;
    background-size: cover;
    padding: 4.5rem 0;
}

.meet .d-flex {
    min-height: 22rem
}

.meet h5 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: auto 0 2rem;
}

.meet a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 auto;
}

.meet a i {
    position: relative;
    top: 0.1rem;
    padding-left: 0.2rem;
}





/*------------------------------
            Latest        
------------------------------*/
.latest-news {
    padding: 4.5rem 0;
}

.latest-news .img-container {
    height: 10rem;
    background-color: #f6f6f6;
    padding: 1rem 2rem;
    margin: 0 1rem;
}

.latest-news img {
    max-height: 100%;
}

.latest-news .desc {
    color: #0c4094;
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 1.5rem 1rem 0;
}

.latest-news .arrow {
    top: 20%;
    width: 2.125rem;
}

.latest-news .arrow.left {
    left: -2.0rem;
}

.latest-news .arrow.right {
    right: -2.0rem;
}





/*------------------------------
           About Us
------------------------------*/
.about {
    padding: 4.5rem 0;
}
.about .col-12 img {
    width: 5rem;
}
.about .one h4 {
    margin: 0;
}
.about h4 {
    color: #fff;
    font-size: 3.125rem;
    font-weight: 700;
    margin: auto 0 0;
}

.about h5 {
    color: #fff;
    font-size: 1.375rem;
    max-width: 26rem;
    min-height: 6.5rem;
}
.about h5.d-none {
    font-size: 1.125rem;
    font-style: italic;
    min-height: auto;
}
.about .col-md-6:nth-child(2) h5.d-none {
    display: block!important;
}
.about h6 {
    color: #0c4094;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.125rem;
}

.about .content {
    height: 22.5rem;
    padding: 1rem 2.75rem;
    margin-bottom: 2rem;
}

.about .content.one {
    height: 33rem;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/selected/BWS_0068.jpg) center center no-repeat;
    background-size: cover;
    padding: 7.5rem 2.75rem 2rem;
    margin: 2rem 0;
}

.about .content.two {
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.6)), url(../images/selected/BWS_9516.jpg) center center no-repeat;
    background-size: cover;
}

.about .content.three {
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.6)), url(../images/selected/BWS_8236.jpg) center center no-repeat;
    background-size: cover;
}

.about .content.four {
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.6)), url(../images/selected/BWS_0609.jpg) center center no-repeat;
    background-size: cover;
}

.about .content.five {
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.6)), url(../images/selected/BWS_9609.jpg) center center no-repeat;
    background-size: cover;
}

.about-quote .carousel-item {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/about-us/about-footer.jpg) center center no-repeat;
    background-size: cover;
}

.about-quote .d-flex {
    min-height: 27rem;
    padding: 2rem 3.5rem;
    margin: 0 4.5rem;
}

.about-quote p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: auto 0 2rem;
}

.about-quote h6 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: auto;
}

.about-quote .carousel-control-prev,
.about-quote .carousel-control-next {
    font-size: 2.5rem;
    opacity: 1
}

.about-quote .carousel-control-prev i {
    position: absolute;
    top: 11rem;
    left: 2rem;
}

.about-quote .carousel-control-next i {
    position: absolute;
    top: 11rem;
    right: 2rem;
}





/*------------------------------
      Investment Criteria       
------------------------------*/
.inv-header {
    padding: 4.5rem 0;
}

.inv-h4 {
    color: #072651;
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.investment {
    color: #fff;
    background-color: #10366a;
    padding: 4.5rem 0 2.5rem;
}

.investment .col-md-6 {
    margin-bottom: 2rem;
}

.investment .d-flex {
    padding: 1.5rem 0;
    min-height: 15rem;
}

.investment .name {
    color: #ffae00;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
}

.investment .desc {
    text-align: center;
    margin-bottom: 1.25rem;
}

.investment .desc:last-child {
    margin-bottom: 0;
}

.investment .nums {
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 1rem;
}

.investment p {
    text-align: center;
    margin: 0;
}

.investment ul {
    margin-bottom: 0;
}

.investment-industry {
    padding: 4.5rem 0;
}

.investment-industry .inv-h4 {
    margin-bottom: 3rem;
}

.investment-industry .img-container {
    position: relative;
    height: 10.5rem;
    width: 16rem;
    background: url(../images/home/home-team.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 0.5rem;
}

.investment-industry p {
    color: #333;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.investment-industry .overlay {
    opacity: 0;
    color: #fff;
    background-color: rgba(16, 54, 106, 0.8);
    font-size: 1.125rem;
    text-align: center;
}

.investment-industry a:hover>.img-container .overlay {
    opacity: 1;
}





/*------------------------------
        Insustry Segments        
------------------------------*/
.industry {
    padding: 4.5rem 0;
}

.industry-h4 {
    color: #072651;
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3.25rem;
}

.industry .img-container {
    height: 10rem;
    background: url(../images/home/home-1.jpg) center center no-repeat;
    background-size: cover;
}

.industry .title {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    margin: 0.75rem 0 2.5rem;
}

.reps {
    padding-bottom: 4rem;
}

.reps .img-container {
    height: 10rem;
    padding: 1rem;
    border: 1px solid #e3e3e3;
    margin-bottom: 2rem;
}

.reps .img-container img {
    width: 14rem;
}

#industry .investment-industry {
    background-color: #f8f8f8;
}
.reps-footnote p {
    font-style: italic;
    margin-top: -2rem;
}





/*------------------------------
             Team        
------------------------------*/
.team {
    padding: 4.5rem 0;
}

.team h4 {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dedede;
    margin: 2rem 0;
}

.team .col-12:first-child h4 {
    margin-top: 0;
}

.team .person {
    cursor: pointer;
}

.team .img-container {
    min-height: 16rem;
    background-color: #f2f2f2;
}

.team .name {
    color: #0c4094;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0.75rem 0 0;
}

.team .title {
    min-height: 3rem;
    line-height: 1.4;
}

.team ul {
    padding-bottom: 1rem;
    border-bottom: 1px solid #6f83b4;
    margin-bottom: 3.25rem;
    min-height: 5.6rem;
}

.team ul i {
    display: inline-block;
    width: 1.5rem;
    color: #c1c1c1;
}

.team ul i.fa-map-marker-alt {
    position: relative;
    left: 0.2rem;
}

.team ul i.fa-phone {
    position: relative;
    top: 0.25rem;
    left: -0.25rem;
    font-size: 0.875rem;
    transform: rotate(90deg);
}

.modal .modal-content {
    border: none;
    border-radius: 0;
}

.modal .modal-header {
    padding: 1.75rem 2.75rem 1rem;
}

.modal .modal-body {
    padding: 4rem 2.75rem;
}

.modal .nav .nav-item {
    color: #888;
    font-size: 0.875rem;
    font-weight: 700;
}

.modal .nav .nav-item:hover {
    color: #0c4094;
}

.modal .nav .nav-item:nth-child(2) {
    margin-left: 11.75rem;
}

.modal .nav .nav-item i {
    position: relative;
    top: 0.05rem;
    color: #0c4094;
    font-size: 1.125rem;
}

#teamModal .info {
    color: #0c4094;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2rem 0 1rem;
}

#teamModal .desc,
#teamModal .col-lg-4 p {
    color: #0c4094;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
}

#teamModal .list-companies li {
    margin-bottom: 0;
}

#teamModal .name {
    color: #0c4094;
    font-size: 1.5rem;
    font-weight: 700;
}

#teamModal .title {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

#teamModal ul.list-unstyled {
    padding-left: 0;
    margin-bottom: 1rem;
}

#teamModal ul li i {
    display: inline-block;
    width: 1.5rem;
    color: #c1c1c1;
}

#teamModal ul li i.fa-phone {
    position: relative;
    top: 0.25rem;
    left: -0.25rem;
    font-size: 0.875rem;
    transform: rotate(90deg);
}

#teamModal .bio {
    color: #0c4094;
    font-size: 1.35rem;
    line-height: 1.2;
    margin: 2rem 0 2rem;
}

#teamModal p {
    margin-bottom: 1rem;
}

#teamModal p strong {
    display: block;
    margin-bottom: -0.5rem;
}

#teamModal ul {
    padding-left: 1.3rem;
    margin-bottom: 1.75rem;
}





/*------------------------------
        Value Enhancement        
------------------------------*/
.value {
    padding: 4.5rem 0;
}

.value h4 {
    color: #072651;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3.5rem;
}

.value .img-container {
    height: 14rem;
    background: url(../images/home/home-team.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 1rem;
}

.value .col-md-6 {
    margin-bottom: 2rem;
}

.value h6 {
    color: #0c4094;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.value ul li {
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.value ul li:last-child {
    margin-bottom: 0;
}

.value-quote {
    color: #fff;
}

.value-quote .d-flex {
    padding: 2rem 0;
    min-height: 27rem;
}

.value-quote .title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin: auto 0 1.5rem;
}

.value-quote .name {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: auto;
}






/*------------------------------
         Investments        
------------------------------*/
.portfolio {
    padding: 4.5rem 0;
}

.portfolio .content {
    cursor: pointer;
}

.portfolio .img-container {
    height: 13.5rem;
    padding: 2rem;
    border: 1px solid #ccc;
    margin-bottom: 0.5rem;
}

.portfolio .img-container img {
    max-height: 100%;
}

.portfolio .date {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
}

.portfolio .desc {
    line-height: 1.4;
    margin-bottom: 3rem;
}

.portfolio .footnote {
    font-size: 0.75rem;
    line-height: 1.2;
    margin: 1.75rem 0 0;
}

#portModal .list-port li {
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

#portModal .list-port span {
    display: block;
    color: #0c4094;
    font-weight: 700;
}

#portModal .list-port li span a {
    display: block;
}

#portModal .btn-print {
    color: #0c4094;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.25rem 0;
}

#portModal .btn-print:hover>i {
    color: #ffae00;
}

#portModal .btn-print i {
    position: relative;
    top: 0.25rem;
    color: #0c4094;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

#portModal .main img {
    width: 20rem;
    max-height: 16rem;
    margin: 1rem 0;
}

#portModal hr {
    margin: 2rem 0;
}

#portModal h6 {
    color: #1d4a98;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.125rem;
}

#portModal .col-md-auto {
    color: #0c4094;
    font-weight: 700;
    min-width: 10.25rem;
}

#portModal .media .img-container {
    width: 7.5rem;
    height: 7.5rem;
    background-color: #e7e7e7;
}

#portModal .media-body {
    height: 100%;
    background-color: #f9f9f9;
    padding: 1rem;
}

#portModal .name {
    color: #0c4094;
    font-weight: 700;
}





/*------------------------------
            News        
------------------------------*/
.news {
    padding: 4.5rem 0;
}

.news h4 {
    color: #072651;
    font-size: 3.125rem;
    font-weight: 700;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 3rem;
}

.news hr {
    margin: 1.75rem 0;
    border-top: 1px solid #e3e3e3;
}

.news .img-container {
    width: 10rem;
    height: 10rem;
    padding: 1rem;
    border: 1px solid #e3e3e3;
    margin-right: 1.75rem;
}

.news .date {
    color: #0c4094;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    margin-bottom: 0.75rem;
}

.news .title {
    color: #333;
    font-size: 1.5rem;
    line-height: 1.2;
}

.news .archive .nav-item {
    color: #0c4094;
    margin-bottom: 0.25rem;
}

.news .archive .nav-item:hover {
    color: #ffae00;
}





/*------------------------------
           News-Info        
------------------------------*/
#news-info .news h4 {
    margin-bottom: 0.625rem;
}

.news-nav {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 3rem;
}

.news-nav .nav-item {
    color: #888;
    font-size: 0.875rem;
    font-weight: 700
}

.news-nav .nav-item:hover {
    color: #002a5f;
}

.news-nav .nav-item:nth-child(2) {
    margin-left: 12rem;
}

.news-nav .nav-item i {
    position: relative;
    top: 0.15rem;
    color: #002a5f;
    font-size: 1.25rem;
}





/*------------------------------
            Contact        
------------------------------*/
.contact {
    padding: 4.5rem 0;
}

.contact .name {
    color: #0c4094;
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 1.5rem;
}

.contact .name a {
    color: #0c4094;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
    padding-top: 0.4rem;
}

.contact .name a:hover {
    color: #ffae00;
}

.contact .name a i {
    position: relative;
    top: 0.15rem;
    font-size: 1rem;
}

.contact .img-container {
    height: 22rem;
    margin-bottom: 1.5rem;
}

.contact .west {
    background: url(../images/home/home-1.jpg) center center no-repeat;
    background-size: cover;
}

.contact .east {
    background: url(../images/home/home-1.jpg) center center no-repeat;
    background-size: cover;
}

.contact ul li b {
    color: #0c4094;
    font-weight: 900;
    padding-right: 0.25rem;
}

.contact .info:first-child {
    padding-top: 2rem;
    border-top: 1px solid #e3e3e3;
    margin-top: 2.5rem;
}

.contact .info {
    font-size: 1.125rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 1.5rem;
}

.contact .info a {
    display: block;
    color: #0c4094;
    font-weight: 700;
}

.contact .info a:hover {
    color: #ffae00;
}





/*------------------------------
            Careers
------------------------------*/
.careers {
    padding: 4.5rem 0;
}
.careers h4 {
    color: #173764;
    font-size: 2rem;
    font-weight: 500;
    padding: 1rem 0;
    margin: 0;
}
.careers h3 {
    color: #173764;
    font-size: 1.5rem;
}
.careers .content {
    padding: 2rem;
    border-bottom: 1px solid #d7d9db;
    transition: all .3s ease-out;
}
.careers .content:first-child {
    background-color: #f7f7f7;
}
.careers .content:last-child {
    border-bottom: none;
}
.careers .content:not(:first-child):hover {
    background-color: #ebebeb;
}
.careers .media img {
    width: 4rem;
    height: 3rem;
    margin-right: 1rem;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.careers h5 {
    color: #333;
    font-size: 1rem;
    margin: 0;
}
.careers h5 span {
    display: block;
}
.careers .img-container {
    border: 1px solid #f7f7f7;
    height: 8rem;
    padding: 1rem;
    margin-top: 1.875rem;
}
@media (max-width: 1199px) {
    .careers h4 {
        font-size: 1.5rem;
    }
    .careers h3 {
        font-size: 1.25rem;
    }
}
@media (max-width: 1199px) {
    .careers .col-lg-6:first-child {
        margin-bottom: 3rem;
    }
}
@media (max-width: 767px) {
    .careers .content {
        padding: 1rem;
    }
}





/*------------------------------
        Careers Details
------------------------------*/
.career-details{
	padding: 4.5rem 0;
}
.career-details a.hidden-print {
	color:#173764;
	font-size:17px;
	margin-bottom:15px;
	text-decoration:none;
	display:block;
	transition:0.5s ease;
	position:relative;
}
.career-details a.hidden-print:before {
	background:#173764;
	width:170px;
	height:1px;
	position:absolute;
	content:'';
	bottom:-4px;
	left:0;
}
.career-details a.hidden-print:hover {
    color: #f5a700;
	transition:0.5s ease;
}
.career-details a.hidden-print i {
	margin-right:6px;
}
.career-details .js-job-title {
	color:#173764;
	font-size:34px;
	margin-bottom:6px;
}
.career-details p.opening-info {
	font-size:16px;
	margin-bottom:6px;
}
.career-details h4 {
	color:#173764;
	font-size:22px;
	font-weight:600;
	margin-top:35px;
	margin-bottom:12px;
	display:block;
	text-transform:uppercase;
}
.career-details p {
	font-size:18px;
	line-height:24px;
	margin-bottom:12px;
	display:block;
}
.career-details h5 {
	color:#173764;
	font-size:18px;
	font-weight:600;
	margin-top:25px;
	margin-bottom:15px;
	display:block;
	text-transform:uppercase;
}
.career-details ul {
	margin-bottom:15px;
}
.career-details ul li {
	font-size: 18px;
}
.career-details .aply-btns {
	margin-top:35px;
}
.career-details .aply-btns button.apl {
	background: #173764;
	color:#fff;
	font-size:18px;
	padding:7px 15px;
	border:none;
	outline:none;
	margin-right:15px;
	border-radius:3px;
	transition:0.5s ease;
}
.career-details .aply-btns button.apl:hover {
	background:#f5a700;
	transition:0.5s ease;
}
.career-details .aply-btns button.apl-ind {
	background:#fff;
	color:#f5a700;
	font-size:18px;
	padding:7px 15px;
	border:1px solid #f5a700;
	outline:none;
	margin-right:15px;
	border-radius:3px;
	transition:0.5s ease;
}
.career-details .aply-btns button.apl-ind:hover{
	background:#397cd9;
	transition:0.5s ease;
	color:#fff;
}
.career-details .social{
	padding-left:30px;
	margin-top:35px;
}
.career-details .social h6{
	font-size:17px;
	color:#173764;
}
.career-details .social .social-icon{
	margin-top:20px;
	display:flex;
	align-items:start;
}
.career-details .social .social-icon a i {
	font-size:22px;
	color:#173764;
	transition:0.5s ease;
}
.career-details .social .social-icon a:hover i {
	color:#f5a700;
	transition:0.5s ease;
}
.career-details .social .social-icon a:not(:last-child) {
	margin-right:19px;
}
.career-details .bt-lin{
	border-bottom:1px solid #dfdfdf;
	padding: 0 0 1.5rem;
}
@media(max-width:991px){	
	.career-details {
        padding: 6rem 0 4rem;
	}	
	.career-details .bt-lin{
	    border-top:none;
	}
}
@media(min-width:768px) and (max-width:991px){	
	.career-details .aply-btns button.apl {
        font-size: 16px;
        padding: 7px 10px;
        margin-right: 7px;
	}
	.career-details .aply-btns button.apl-ind {
        font-size: 16px;
        padding: 7px 10px;
        margin-right: 7px;
	}
	.career-details .social {
        padding-left: 15px;
	}
}
@media(max-width:767px){
	.career-details .js-job-title {
        font-size: 28px;
	}
	.career-details p.opening-info {
        font-size: 14px;
	}
	.career-details .aply-btns {
        margin-top: 25px;
        margin-bottom: 25px;
	}
	.career-details .social {
        padding-left: 0px;
	}
}





/*------------------------------
        Terms & Privacy
------------------------------*/
.terms {
    padding: 4.5rem 0 8rem;
}

.terms p {
    font-size: 1.125rem;
}





/*------------------------------
            Footer        
------------------------------*/
footer {
    color: #fff;
    background: #072651;
    padding: 3rem 0;
}

footer .content {
    background: #10366a;
    padding: 2rem 1.5rem;
}

footer h6 {
    color: #ffae00;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

footer p {
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

footer .form-control {
    border: none;
    border-radius: 0;
}

footer .btn {
    max-height: 2.375rem;
    color: #afd1ff;
    background: #072651;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.65rem 1.25rem;
    border: none;
    border-radius: 0;
}

footer .btn:hover {
    color: #fff;
    background: #ffae00;
}

footer input {
    color: #072651;
}

footer input::placeholder {
    color: #072651;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
}

footer ul li {
    color: #fff;
    font-size: 0.875rem;
}

footer ul li span {
    color: #ffae00;
}

footer ul li a {
    color: #fff;
}

footer .content-2 {
    font-size: 0.875rem;
    padding-top: 0.75rem;
    border-top: 1px solid #10366a;
    margin-top: 0.5rem;
}





/*------------------------------
          Media Query        
------------------------------*/
@media(min-width: 992px) {
    .investment .col-md-6:nth-child(n+4) .d-flex::before {
        content: '';
        position: relative;
        top: -2.5rem;
        border-top: 1px solid #5d7ca6;
    }

    .investment .col-md-6:nth-child(2),
    .investment .col-md-6:nth-child(5) {
        border-left: 1px solid #5d7ca6;
        border-right: 1px solid #5d7ca6;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .investment .col-md-6:nth-child(n+3) .d-flex::before {
        content: '';
        position: relative;
        top: -2.5rem;
        border-bottom: 1px solid #5d7ca6;
    }

    .investment .col-md-6:nth-child(odd) {
        border-right: 1px solid #5d7ca6;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 676px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 1110px;
    }
}

@media (max-width: 1199px),
(max-height: 800px) {
    .navbar {
        padding: 0.25rem 0;
        margin: 0;
    }

    .navbar .navbar-nav {
        text-align: center;
        padding: 0.5rem 0;
        margin: 0;
    }

    .latest-news .desc {
        font-size: 1rem;
        padding: 0.5rem 1rem 0;
    }
}

@media (max-width: 1199px) {
    .navbar .navbar-brand {
        width: 14rem;
    }

    .navbar .nav-item.nav-link {
        font-size: 0.9375rem;
        padding: 0.125rem;
        border: none;
        margin: 0;
    }

    .navbar .nav-item.nav-link.active,
    .navbar .nav-item.nav-link:hover {
        color: #ffae00;
        border: none;
    }

    .about .content.one {
        height: 20rem;
    }

    .about .content {
        height: 18rem;
    }

    .about .one h4 {
        margin: auto 0 0;
    }

    .about h4 {
        font-size: 2.25rem;
    }

    .about h5 {
        font-size: 1.125rem;
    }
    .team .img-container {
        min-height: 13.2rem;
    }

    .team .name {
        font-size: 1.0625rem;
    }
}
@media (max-width: 991px) {
    .navbar .navbar-brand {
        padding-left: 0.9375rem;
    }
    header {
        padding: 5rem 0 3rem;
        min-height: 20rem;
    }
    header h4 {
        font-size: 2.5rem;
    }
    header h5 {
        font-size: 1.25rem;
    }
    .dropdown-nav {
        padding-top: 3.5rem;
    }
    #homeCarousel h1 {
        font-size: 3rem;
    }
    #homeCarousel h3 {
        font-size: 1.25rem;
    }
    #homeCarousel .port-content {
        width: 100%;
        right: 0;
        bottom: 3.25rem;
        font-size: 1rem;
        text-align: center;
        padding: 0.5rem 1.25rem;
    }
    .about .content.one {
        height: 18rem;
        padding: 1rem 1.5rem;
    }
    .about .content {
        height: 16rem;
        padding: 1rem 1.5rem;
    }
    .about-quote .carousel-control-prev i,
    .about-quote .carousel-control-next i {
        top: 7rem;
    }
    .about-quote .d-flex,
    .value-quote .d-flex {
        padding: 2.5rem 2rem;
        min-height: 15rem;
    }
    .about-quote p,
    .value-quote .title {
        font-size: 1rem;
        margin: auto 0 1.25rem;
    }
    .about-quote h6,
    .value-quote .name {
        font-size: 1rem;
    }
    .value h4 {
        font-size: 2rem;
    }
    .investment {
        padding: 3.5rem 0 1.5rem;
    }
    .team ul {
        min-height: 5.5rem;
    }
    .modal .modal-header {
        padding: 1.75rem 1rem 1rem;
    }
    .modal .nav .nav-item:nth-child(2) {
        margin-left: 3rem;
    }
    .modal .modal-body {
        padding: 2.5rem 1rem;
    }
    #teamModal .bio {
        font-size: 1.125rem;
    }
    #portModal .list-port li {
        margin-bottom: 0.75rem;
    }
    .news-nav .nav-item:nth-child(2) {
        margin-left: 3rem;
    }
    .contact .name {
        font-size: 1.125rem;
        padding-bottom: 0.25rem;
        margin-bottom: 0.75rem;
    }
    .contact .img-container {
        height: 18rem;
        margin-bottom: 1rem;
    }
    .contact ul {
        margin-bottom: 0.5rem;
    }
    .p-tablet {
        padding: 3.5rem 0 !important;
    }
}
@media (max-width: 767px) {
    .navbar .navbar-brand {
        width: 12rem;
    }
    .navbar .nav-item.nav-link {
        padding: 0;
    }
    header {
        padding: 3rem 0;
        min-height: 16rem;
    }

    header h4 {
        font-size: 1.375rem;
    }

    header h5 {
        font-size: 1rem;
    }

    .dropdown-nav {
        padding-top: 2.5rem;
    }

    #homeCarousel h1 {
        font-size: 1.625rem;
    }

    #homeCarousel h3 {
        margin-bottom: 1rem;
    }

    #homeCarousel h3 span {
        display: block;
    }

    #homeCarousel h3 span::after {
        content '';
        display: none;
    }

    #homeCarousel p {
        font-size: 1rem;
        line-height: 1.35;
    }

    #homeCarousel a {
        padding-bottom: 3rem;
    }

    .meet .d-flex {
        min-height: 12rem;
    }

    .meet h5 {
        font-size: 1.125rem;
    }

    .about .content.one,
    .about .content {
        height: 13.5rem;
        padding: 1rem;
    }

    .about h4 {
        font-size: 1.5rem;
        margin-top: auto;
    }

    .about h5 {
        min-height: auto;
    }

    .about-quote .d-flex,
    .value-quote .d-flex {
        padding: 2.5rem 1rem;
        margin: 0 0.75rem;
    }

    .about-quote .carousel-control-prev {
        left: -1.5rem;
    }

    .about-quote .carousel-control-next {
        right: -1.5rem;
    }

    .value h4 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .team ul {
        min-height: auto;
    }

    .investment {
        padding: 2.5rem 0 0.5rem;
    }

    .inv-h4 {
        font-size: 1.25rem;
        margin-bottom: 2rem !important;
    }

    .investment .d-flex {
        min-height: 100%;
        padding: 0 0 3rem;
        border-bottom: 1px solid #5d7ca6;
    }

    .investment .col-md-6:last-child .d-flex {
        padding-bottom: 0;
        border-bottom: none;
    }

    .reps {
        padding-bottom: 1rem;
    }

    .industry-h4 {
        font-size: 1.25rem;
        margin-bottom: 2rem
    }

    .team .person {
        max-width: 22rem;
        margin: 0 auto;
    }

    .team .img-container {
        min-height: 20rem;
    }

    .team .title {
        min-height: 100%;
    }

    .team ul {
        max-width: 22rem;
        margin: 0 auto 2rem;
    }

    .portfolio .img-container {
        margin-bottom: 0.375rem;
    }

    #portModal .list-port li hr {
        margin: 1.25rem 0 1rem;
    }

    .news .img-container {
        width: 7.5rem;
        height: 7.5rem;
        padding: 0.5rem;
        margin-right: 1rem;
    }

    .news .title {
        font-size: 1rem;
    }

    .contact .col-md-6:nth-child(2) .name {
        margin-top: 2rem;
    }

    .contact .name a {
        padding: 0;
    }

    footer input::placeholder {
        font-size: 0.75rem;
    }

    .p-mobile {
        padding: 2.5rem 0 !important;
    }
}
@media (max-width: 575px) {
    .latest-news .arrow.left {
        left: 0;
    }
    .latest-news .arrow.right {
        right: 0;
    }
    .latest-news .arrow img {
        width: 1rem;
    }
    .investment-industry .img-container {
        width: 100%
    }
    .terms p {
        font-size: 1rem;
    }
}




/*------------------------------
            Print
------------------------------*/
@media print {
    .modal-open .modal {
        background-color: #fff;
    }
}




/*------------------------------
          IE 10 Hack
------------------------------*/
@media all and (-ms-high-contrast:none) {
    .news .media img {
       max-width: 5rem;
    }
}