html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
wrapper {
    position: relative;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
    color: #000;
    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: #B1C2D6;
    text-decoration: none;
}
h1 {
    line-height: 1.28;
}
h3 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}
h4 {
    font-weight: 400;
}
h5 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 400;
}
h6 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 400;
}
p, ul {
    font-size: 1.125rem;
    line-height: 1.4;
}
b, strong {
    font-weight: 700;
}
address {
    line-height: 1.4;
}
.f80 {
    font-size: 4.75rem;
}
.f75 {
    font-size: 5rem;
}
.f60 {
    font-size: 3.75rem;
}
.f50 {
    font-size: 3.125rem;
}
.f45 {
    font-size: 2.8125rem;
}
.f44 {
    font-size: 2.75rem;
}
.f40 {
    font-size: 2.5rem;
}
.f36 {
    font-size: 2.25rem;
}
.f35 {
    font-size: 2.1825rem;
}
.f32 {
    font-size: 2rem;
}
.f30 {
    font-size: 1.875rem;
}
.f28 {
    font-size: 1.75rem;
}
.f26 {
    font-size: 1.625rem;
}
.f25 {
    font-size: 1.5625rem;
}
.f24 {
    font-size: 1.5rem;
}
.f22 {
    font-size: 1.375rem;
}
.f20 {
    font-size: 1.25rem;
}
.f18 {
    font-size: 1.125rem;
}
.f16 {
    font-size: 1rem;
}
.f14 {
    font-size: .875rem;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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;
}
.scroll-anchor {
    z-index: -99;
    position: relative;
    padding-top: 4rem;
    margin-top: -4rem;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}
@media (max-width: 1399px) {
    h3 {
        font-size: 2rem;
    }
    h5, h6 {
        font-size: 1.125rem;
    }
    p {
        font-size: 1.125rem;
        line-height: 1.3;
    }
    ul {
        font-size: 1.125rem;
    }
    .f80,
    .f75 {
        font-size: 4rem;
    }
    .f60 {
        font-size: 3rem;
    }
    .f50 {
        font-size: 2.75rem;
    }
    .f45,
    .f44 {
        font-size: 2.25rem;
    }
    .f40 {
        font-size: 2rem;
    }
    .f36,
    .f35 {
        font-size: 1.625rem;
    }
    .f32,
    .f30 {
        font-size: 1.5rem;
    }
    .f28 {
        font-size: 1.7rem;
    }
    .f26, .f25, .f24 {
        font-size: 1.25rem;
    }
    .f22 {
        font-size: 1.125rem;
    }
    .f20 {
        font-size: 1.125rem;
    }
    .f18 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    .btn.btn-second {
        font-size: 1.125rem;
        margin: 0;
    }
    .btn.btn-second::after {
        right: -1.25rem;
        width: .75rem;
        height: .75rem;
    }
    .p-mobile {
        padding: 4rem 0!important;
    }
}
@media (max-width: 991px) {
    .scroll-anchor#ourFirm {
        padding-top: 4rem;
        margin-top: -5rem;
    }
	.scroll-anchor {
        padding-top: 4rem;
        margin-top: -4rem;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
    }
    ul li {
        font-size: 1rem;
    }
    a.learn-more {
        padding: .5rem 1.75rem;
    }
    .f80,
    .f75 {
        font-size: 3rem;
    }
    .f60 {
        font-size: 2rem;
    }
    .f50 {
        font-size: 2rem;
    }
    .f45,
    .f44 {
        font-size: 1.625rem;
    }
    .f40 {
        font-size: 1.5rem;
    }
    .f36,
    .f35 {
        font-size: 1.375rem;
    }
    .f32,
    .f30 {
        font-size: 1.25rem;
    }
    .f28 {
        font-size: 1.25rem;
    }
    .f26, .f25, .f24 {
        font-size: 1.125rem;
    }
    .f22 {
        font-size: 1.0625rem;
    }
    .f20 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    .btn {
        font-size: 1.25rem;
        padding: 0;
        margin: .5rem 0;
    }
	
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    background-color: #F7F7F9;
    padding: 1.875rem 0 1.375rem;
    box-shadow: 0 3px 12px #00000029;
}
.navbar .navbar-brand {
    width: 16.75rem;
    padding: 0;
    margin: 0 .9375rem;
}
.navbar .navbar-toggler {
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}
.navbar .fas {
    color: #0B4B6B;
    transform: scale(1.25, 1.25);
    padding: .5rem;
}
.navbar .nav-link {
    color: #0B4B6B;
    font-size: 1.25rem;
    font-weight: 400;
    padding: .125rem 0!important;
    margin: auto 1.5rem;
}
@media (min-width: 992px) {
    .navbar.navbar-min {
        padding: 1rem 0;
    }
    .navbar.navbar-min .navbar-brand {
        width: 10rem;
    }
    .navbar .nav-link:not(:last-child) {
        border-bottom: 3px solid transparent;
    }
    .navbar .nav-link:not(:last-child):hover,
    .navbar .nav-link.active:not(:last-child) {
        border-bottom: 3px solid #0B4B6B;
    }
    .navbar .nav-link:last-child {
        padding: .25rem 1.875rem!important;
        border: 2px solid #0B4B6B;
    }
    .navbar .nav-link:last-child:hover,
    .navbar .nav-link.active:last-child {
        color: #fff;
        background-color: #0B4B6B;
    }
}
@media (max-width: 1399px) {
    .navbar {
        padding: 1.5rem 0;
    }
    .navbar .navbar-brand {
        width: 10rem;
    }
}
@media (max-width: 991px) {
    .navbar {
        background-color: #fff;
        padding: 1rem 0;
        box-shadow: 0 0 3rem rgba(0, 0, 0, .2);
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0 .5rem;
        margin: 0;
    }
    .navbar .nav-link {
        font-size: 1.125rem;
        font-weight: 400;
        margin: 0 0 .125rem;
    }
}





/*------------------------------
            Header
------------------------------*/
header {
    color: #fff;
    background: linear-gradient(rgba(11,75,107,.25),rgba(11,75,107,.25)), url(../images/header/contact.jpg) center no-repeat;
    background-size: cover!important;
    margin-top: 4.5rem;
}
#about_page header {
    background: linear-gradient(rgba(11,75,107,.25),rgba(11,75,107,.25)), url(../images/header/about.jpg) top 25% center no-repeat;
}
#services_page header {
    background: linear-gradient(rgba(11,75,107,.25),rgba(11,75,107,.25)), url(../images/header/services.jpg) top 25% center no-repeat;
}
#transactions_page header {
    background: linear-gradient(rgba(11,75,107,.25),rgba(11,75,107,.25)), url(../images/header/transactions.jpg) top 25% center no-repeat;
}
#team_page header {
    background: linear-gradient(rgba(11,75,107,.25),rgba(11,75,107,.25)), url(../images/header/team.jpg) top 25% center no-repeat;
}
header .content {
    display: flex;
    flex-direction: column;
    min-height: 28rem;
    padding: 4rem 0;
}
header .content h1 {
    font-weight: 600;
    letter-spacing: .2rem;
    text-transform: uppercase;
    margin: 8% 0 1rem;
}
header .content h2 {
    line-height: 1.3;
    font-weight: 300;
}
@media (min-width: 1200px) {
    header .content h1 {
        margin: 5% 0 1rem;
    }
    #team_page header .content h1 {
        margin: auto 0 1rem;
    }
}
@media (max-width: 991px) {
    header {
        margin-top: 3rem;
    }
}





/*------------------------------
            Home
------------------------------*/
.home {
    position: relative;
}
.home .content {
    z-index: 3;
    position: relative;
    height: 100vh;
    text-align: center;
    justify-content: center;
    max-width: 64rem;
    min-height: 40rem;
    padding: 8rem 0;
    margin: auto;
}
.home h1 {
    color: #fff;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}
.home h2 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.home a {
    position: absolute;
    left: calc(50% - .75rem);
    bottom: 10%;
}
.home a:hover {
    opacity: .8;
}
.home a i {
    display: inline-block;
    padding: .75rem;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: scale(1.8, 1) rotate(45deg);
    -webkit-transform: scale(1.8, 1) rotate(45deg);
    opacity: .8;
}
.home .video {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home .video::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .4);
}
.home .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.netrex-info {
    text-align: center;
    padding: 8rem 0;
}
.netrex-info h3 {
    font-weight: 300;
    max-width: 64rem;
    margin: 0 auto;
}
.snapshot {
    color: #fff;
    background: linear-gradient(rgba(11,75,107,.8),rgba(11,75,107,.8)), url(../images/art/Sebonack-image-37.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 6rem 0;
}
.snapshot.snapshot-deal {
    color: #000;
    background: #fff!important;
    padding: 3rem 0;
}
.snapshot h3 {
    margin-bottom: 1rem;
}
.snapshot hr {
    width: 12.5rem;
    margin: 6rem auto;
}
.snapshot .img-container {
    height: 100%;
    background: url(../images/art/snapshot.jpg) center no-repeat;
    background-size: cover;
}
.snapshot .content {
    margin: 2rem auto 0;
}
.snapshot .num {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    line-height: 1.15;
    height: 4rem;
    margin-bottom: 1rem;
}
.snapshot .num span {
    position: relative;
    top: .2rem;
    font-size: 135%;
}
.snapshot .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    line-height: 1.2;
    height: 4rem;
    margin-bottom: 1.75rem;
}
.snapshot .title img {
    width: 3rem;
    height: 3rem;
    margin: auto 0;
}
.snapshot ul li {
    position: relative;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.snapshot ul li:not(:last-child)::before {
    position: absolute;
    bottom: -.875rem;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}
.expertise {
    color: #fff;
	background: linear-gradient(rgba(7,73,106,.57),rgba(7,73,106,.57)), url(../images/art/waterfall.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 6rem 0;
}
.expertise h3 {
    margin-bottom: 5rem;
}
.expertise img {
    width: 7.125rem;
    height: 7.125rem;
}
.expertise .title {
    margin: 1.875rem 0;
}
.products {
    position: relative;
    text-align: center;
    padding: 6rem 0;
}
.products h3 {
    margin-bottom: 3.625rem;
}
.products .content {
    background-color: #fff;
    padding: 3rem 1rem;
    border-radius: .9375rem;
    margin-top: 1.375rem;
}
.products .col-xl-6:first-child .content {
    background-color: #7898c5;
}
.products .content .img-container {
    margin-bottom: 2rem;
}
.products .content img {
    width: 5rem;
    height: 5rem;
}
.products .content .title {
    color: #0B4B6B;
    font-weight: 500;
    height: 2rem;
    margin: 0;
}
.products .col-xl-6:first-child .content .title {
    color: #fff;
}
.deals {
    text-align: center;
    background-color: #F7F7F9;
    padding: 6rem 0;
}
.deals h3 {
    margin-bottom: 5rem;
}
.deals .col-md-6 {
    position: relative;
}
.deals .col-md-6::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    border: 2px solid #EBEBEB;
}
.deals .content {
    padding: 5rem 0;
}
.deals .num {
    color: #0B4B6B;
    font-weight: 500;
}
.deals .desc {
    height: 2rem;
    margin: 0;
}
.quote {
    background-color: #F7F7F9;
    padding: 5rem 0 6rem;
}
.quote h3 {
    text-align: center;
    margin-bottom: 5rem;
}
.quote .img-container {
    background-color: #fff;
    height: 19rem;
    padding: 4rem 2.25rem;
}
.quote .content {
    min-height: 20rem;
}
.quote p {
    position: relative;
    min-height: 13rem;
    margin-bottom: 1rem;
}
.quote p::before {
    position: absolute;
    top: .5rem;
    left: -3rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: '';
    background: url(../images/icons/quote-icon.jpg) center no-repeat;
    background-size: contain;
}
.quote .name {
    font-weight: 500;
}
.quote .title {
    letter-spacing: .36px;
    margin: 0;
}
.carousel-indicators {
    bottom: -2rem;
    margin: 0;
}
.carousel-indicators [data-bs-target] {
    width: .375rem;
    height: .375rem;
    background-color: #D6D6D6;
    border: 3px solid #D6D6D6;
    border-radius: 100%;
    margin: 0 .5rem;
}
.carousel-indicators [data-bs-target].active {
    background-color: transparent;
    border-color: #1A2B56;
}
.carousel-control-next,
.carousel-control-prev {
    width: 3rem;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    position: relative;
    background-color: #0B4B6B;
}
.carousel-control-next-icon::before,
.carousel-control-prev-icon::before {
    z-index: -1;
    position: absolute;
    top: -.5rem;
    left: -.5rem;
    display: block;
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    content: '';
    background-color: #0B4B6B;
}
@media (min-width: 992px) {
    .snapshot .img-container {
        width: 50vw;
        float: right;
    }
    .deals .col-md-6:not(:last-child)::after {
        border-right: none;
    }
}
@media (min-width: 1200px) {
    .snapshot {
        background-attachment: fixed!important;
    }
    .snapshot .col-md-6:last-child {
        margin-left: 25%;
    }
    .products .col-xl-6 {
        padding: 0 3rem;
    }
    .products .col-md-4:not(:first-child) {
        padding-left: .375rem;
    }
    .products .col-md-4:not(:last-child) {
        padding-right: .375rem;
    }
    .products::before {
        z-index: -3;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: calc(50vw + .5rem);
        height: 100%;
        content: '';
        background-color: #c7d7ca;
    }
    .products::after {
        z-index: -3;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: calc(50vw - .5rem);
        height: 100%;
        content: '';
        background-color: #D3E9F7;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .snapshot .num {
        font-size: 1.375rem;
    }
}
@media (max-width: 1399px) {
    .snapshot:not(.snapshot-deal) .content {
        max-width: 14rem;
    }
}
@media (max-width: 1199px) {
    .snapshot .content {
        max-width: 100%;
    }
}





/*------------------------------
            About
------------------------------*/
.intro {
    text-align: center;
    padding: 5rem 0;
}
.intro h3 {
    margin: 0;
}
#services_page .intro h3 {
    margin: 0 0 3rem;
}
.about .content {
    position: relative;
}
.about .info {
    min-height: 40rem;
    background-size: cover!important;
}
.about .desc {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    color: #fff;
    background-color: #0B4B6B;
}
.about .col-md-4:nth-child(2) .desc {
    background-color: #037DB9;
}
.about .content:not(:hover) > div .desc {
    opacity: 0;
}
.about .desc div {
    max-width: 40rem;
    padding: 3rem 1rem;
    margin: 0 auto;
}
.about .name {
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.about p {
    margin-bottom: 1.5rem;
}
.about p:last-child {
    margin: 0;
}
.about ul li {
    position: relative;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.about ul li:not(:last-child)::before {
    position: absolute;
    bottom: -.875rem;
    left: 0;
    content: '';
    display: block;
    width: calc(100% - 1rem);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.619);
}
.about .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 8rem;
    color: #fff;
    background-color: #0B4B6B;
    font-weight: 500;
    line-height: 1.1;
    padding: 1rem;
    margin: auto 0 0;
}
.about .col-md-4:nth-child(2) .title {
    background-color: #037DB9;
}
.about .title i {
    opacity: .25;
    font-size: 135%;
    font-weight: 700;
}
.criteria {
    background-color: #F7F7F9;
    padding: 8rem 0;
}
.criteria h3 {
    text-align: center;
}
.criteria .content {
    height: 100%;
    padding: 1rem 0;
}
.criteria .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #0B4B6B;
    font-weight: 500;
    line-height: 1.2;
    height: 4rem;
    margin-bottom: 1.75rem;
}
.criteria .title img {
    width: 3rem;
    height: 3rem;
    margin: auto 0;
}
.criteria ul li {
    position: relative;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.criteria ul li b {
    font-weight: 500;
}
.value {
    color: #fff;
    background-color: #037DB9;
    padding: 5rem 0;
}
.value .content {
    background-color: #0B4B6B;
    height: calc(100% - 1rem);
    padding: 4rem;
    margin: 1rem 0 0;
}
.value h3 {
    text-align: center;
    margin-bottom: 4rem;
}
.value h5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    font-weight: 500;
    margin: 1rem 0 2rem;
}
.value h5 img {
    width: 3rem;
    height: 3rem;
    margin: auto 0;
}
.value ul {
    list-style: disc;
}
.value ul li {
    position: relative;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.value .img-container {
    width: 50vw;
    height: 100%;
    min-height: 24rem;
    background-size: cover!important;
}
@media (min-width: 992px) {
    .criteria .content {
        padding: 1rem;
    }
    .criteria .col-md-6:not(:last-child) .content {
        border-right: 1px solid #0B4B6B;
    }
    .intro p {
        font-size: 1.25rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .criteria .col-md-6:nth-child(odd) .content {
        border-right: 1px solid #0B4B6B;
    }
}
@media (max-width: 1599px) {
    .about p {
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
}
@media (max-width: 1199px) {
    .about p {
        font-size: .75rem;
    }
    .criteria ul li {
        margin-bottom: .25rem;
        font-size: 1rem;
    }
    .value .content {
        padding: 2rem;
    }
    .value ul li {
        font-size: 1rem;
        margin-bottom: .25rem;
    }
}
@media (max-width: 767px) {
    .about .info {
        min-height: 20rem;
    }
    .about .title {
        height: 4rem;
    }
    .about .desc div {
        padding: 2rem 1rem;
    }
    .about .name {
        margin-bottom: 1rem;
    }
    .about p {
        font-size: .625rem;
        margin-bottom: .5rem;
    }
    .criteria .col-md-6:not(:last-child) .content {
        border-bottom: 1px solid #0B4B6B;
    }
}





/*------------------------------
            Advisory
------------------------------*/
.advisory {
    text-align: center;
    padding: 5rem 0;
}
.advisory h3 {
    margin-bottom: 3rem;
}
.advisory h5 {
    color: #0B4B6B;
    font-weight: 500;
    margin: 1rem 0 2rem;
}
.advisory ul {
    margin-top: 1rem;
}
.advisory ul li {
    position: relative;
    line-height: 1.5;
}
.advisory .img-container {
    width: 50vw;
    height: 100%;
    min-height: 24rem;
    background-size: cover!important;
}
@media (min-width: 992px) {
    .advisory .row:nth-child(even) .col-md-6:first-child {
        order: 2;
    }
    .advisory .row:nth-child(even) .col-md-6:last-child {
        order: 1;
    }
    .advisory .row:nth-child(even) .col-md-6:last-child .img-container {
        float: right;
    }
    .advisory p {
        font-size: 1.25rem;
    }
}





/*------------------------------
            Services
------------------------------*/
.services {
    padding: 5rem 0;
}
.services h3 {
    margin-bottom: 1.875rem;
}
.services h5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 700;
    margin: 4rem 0 1.875rem;
}
.services h5 img {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
}





/*------------------------------
            Transactions
------------------------------*/
.transactions {
    text-align: center;
    padding: 6rem 0;
}
#transactions_page .transactions {
    padding: 3.125rem 0 5rem;
}
.transactions h3 {
    margin-bottom: 4rem;
}
.transactions a.see-all {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 0.5rem 2rem;
    border: 2px solid #000;
    margin: 3rem 0 0;
}
.transactions a.see-all:hover {
    color: #fff;
    background-color: #000;
}
.port-tile {
    height: calc(100% - 2.5rem);
    position: relative;
    border: 5px solid #0B4B6B;
    margin-top: 2.5rem;
}
.port-tile:hover {
	cursor:pointer;
}
.port-tile .content {
    position: relative;
    height: 23rem;
    background-color: #fff;
}
.port-tile .content .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 43%;
    padding: 1rem 0;
}
.port-tile .content .holder.middle {
    height: 12%;
}
.port-tile .content .holder.bottom {
    height: 43%;
}
.port-tile .content h5 {
    color: #000;
    width: 100%;
    line-height: 1.3;
    text-align: center;
    padding: .5rem;
    margin: 0;
}
.port-tile .content h6 {
    margin: .75rem auto;
}
.port-tile .content img {
    width: 14rem;
    max-width: 100%;
}
.port-tile .content img:only-child {
    max-height: 7.75rem;
}
.port-tile .content img:not(:only-child) {
    max-height: 38%;
}
.port-tile .content img[src*='first_nations_top'] {
    transform: scale(1.2);
}
.port-tile .advisor {
    z-index: 2;
    position: relative;
    color: #000;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 0 1rem 1rem;
    transition: .3s ease-out;
}
@media (min-width: 1500px) {
    .transactions .row {
        --bs-gutter-x: 3rem;
    }
    .transactions .col-lg-3 {
        width: 16.66%;
        --bs-gutter-x: 3rem;
    }
}
@media (min-width: 1200px) {
    .port-tile .content img[src*='lee.svg'] {
        max-height: 7.75rem;
    }
    .port-tile .content img[src*='ist-logo'] {
        max-height: 46%;
        margin-top: -.5rem;
    }
    .port-tile .content img[src*='HartCooley'] {
        max-height: 64%;
        margin-top: -.5rem;
    }
}
@media (max-width: 575px) {
    .portfolio .col-6:nth-child(odd) {
        padding-right: .5rem;
    }
    .portfolio .col-6:nth-child(even) {
        padding-left: .5rem;
    }
}





/*------------------------------
            Team
------------------------------*/
.team {
    padding: 5rem 0;
}
.team .person {
    cursor: pointer;
    text-align: center;
    margin-top: 1.875rem;
}
.team .person .img-container {
    position: relative;
    background-color: #e8e8e8;
}
.team .person .img-container:not(:hover) img {
    /* filter: grayscale(1); */
}
.team .person .info {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(17, 45, 49, .8);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.34px;
    padding: 1rem;
}
.team .person .img-container:hover .info {
    opacity: 1;
}
.team .name {
    font-weight: 500;
    margin: .75rem 0 0;
}
.team .title {
    color: #313131;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .team .person {
        cursor: pointer;
        margin-top: 2rem;
    }
    .team .person .info {
        padding: .75rem 1rem;
    }
}
@media (max-width: 575px) {
    .team .col-6:nth-child(odd) {
        padding-right: .5rem;
    }
    .team .col-6:nth-child(even) {
        padding-left: .5rem;
    }
	
}





/*------------------------------
          Team Modal
------------------------------*/
.modal .nav {
    z-index: 1;
    position: absolute;
    top: 1rem;
    right: -6.5rem;
    background-color: #363636;
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
    padding: 0 .5rem;
}
.modal .nav .nav-item {
    background-color: #363636;
    padding: 1.5rem .75rem;
    border: none;
    margin: 0 .25rem;
}
.modal .nav .nav-item:nth-child(2) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.modal .nav .nav-item:hover {
    opacity: .75;
}
.modal .nav .nav-item img {
    width: 1.5rem;
    height: 1.75rem;
}
.modal .modal-body {
    z-index: 1;
    position: relative;
}
.modal .modal-body::after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 15rem;
    content: '';
    background: linear-gradient(to right, #fff, #eee);
}
.modal .img-container {
    display: flex;
    flex-direction: column;
}
.modal .date {
    display: inline-block;
    color: #fff;
    background-color: rgba(17, 45, 49, 1);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem 3rem;
    margin: -2rem auto 0;
}
.modal .content {
    padding: 2rem 1rem 2rem 0;
}
.modal .name {
    font-weight: 500;
    margin-bottom: .25rem;
}
.modal .title {
    margin: 0 0 2.25rem;
}
.modal .list-info {
    margin-bottom: 2rem;
}
.modal p:last-child {
    margin: 0;
}
.modal-backdrop {
    background-color: #000;
}
.modal-backdrop.show {
    opacity: .7;
}
@media (min-width: 992px) {
    .modal .modal-body {
        padding: 3rem 2rem;
    }
    .modal .title {
        margin: 0 0 6rem;
    }
}
@media (max-width: 575px) {
    .modal .nav {
        top: 26.75rem;
        left: 0;
        right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .modal .nav .nav-item {
        padding: 1rem .5rem;
    }
    .modal .nav .nav-item:nth-child(2) {
        border-top: none;
        border-bottom: none;
        margin-left: auto;
        margin-right: 2rem;
    }
    .modal .nav .nav-item img {
        width: 1rem;
        height: 1.25rem;
    }
}



/*------------------------------
            Contact
------------------------------*/
.contact {
    background-color: #F7F7F9;
    padding: 5rem 0;
}
.contact .content {
    background-color: #fff;
}
.contact .info {
    padding: 1rem 5rem 4.5rem;
}
.contact h3 {
    position: relative;
    color: #0B4B6B;
    line-height: 1.1;
    margin: 5rem 0 1.25rem;
}
.contact h3::before {
    position: absolute;
    top: .5rem;
    left: -1.75rem;
    display: block;
    width: .5rem;
    height: 1.75rem;
    content: '';
    background-color: #0B4B6B;
}
.contact form {
    color: #fff;
    background-color: #0B4B6B;
    height: 100%;
    padding: 5rem 4rem;
}
.contact form .form-control {
    color: #fff;
    background-color: #0B4B6B;
    padding: .875rem 1.25rem;
    border: 1px solid #fff;
    border-radius: 0;
}
.contact form .form-control::placeholder {
    color: #fff;
}
.contact form .btn {
    width: 100%;
    background-color: #fff;
    font-weight: 500;
    padding: 1rem;
    border: none;
    border-radius: 0;
}
.contact-map {
    background-color: #F7F7F9;
    margin-bottom: 8rem;
}





/*------------------------------
            Terms
------------------------------*/
.terms {
    padding: 5rem 0;
}
.terms h3 {
    margin: 0 0 11rem;
}
.terms h5 {
    font-weight: 500;
    margin: 2rem 0 .5rem;
}
.terms p {
    margin-bottom: 1.75rem;
}






/*------------------------------
            Footer
------------------------------*/
footer {
    color: #fff;
	background: linear-gradient(rgba(11,75,107,.62),rgba(11,75,107,.62)), url(../images/header/services.jpg) center no-repeat;
    background-size: cover;
    padding: 6.75rem 0 1.75rem;
}
footer img {
    filter: brightness(0) invert(1);
    width: 12.25rem;
    margin-bottom: 1rem;
}
footer a {
    color: #fff;
}
footer address {
    text-align: center;
}
footer hr {
    border-top: 1px solid #B1C2D6;
    margin: 1rem 0;
}
@media (max-width: 1199px) {
    footer {
        padding: 1rem 0;
    }
}