html {
    scroll-behavior: smooth;
}
body {   
    color: #5A5A5A;
    font-family: 'sofia-pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
wrapper {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}





/*------------------------------
            Global
------------------------------*/
a {
    color: #73B4E6;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a:hover {
    color: #96cef8;
    text-decoration: none;
}
a.learn-more {
    display: inline-block;
    width: 100%;
    max-width: 20rem;
    color: #EB6424;
    font-size: 1.25rem;
    text-align: center;
    padding: .4rem .25rem .6rem;
    border: 1px solid #EB6424;
    margin: 0 auto;
}
a.learn-more:hover {
    color: #fff;
    background-color: #EB6424;
}
h1, h2 {
    font-weight: 700;
}
h3 {
    color: #2C475C;
    font-family: 'Playfair Display', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.3;
}
h3 span {
    color: #EB6424;
}
h4 {
    font-size: 1.875rem;
    font-weight: 400;
}
h5, p, ul li {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.55;
}
h6 {
    font-weight: 400;
}
.f35 {
    font-size: 2.1875rem;
    line-height: 1.3;
}
.f30 {
    font-size: 1.875rem;
}
.f25 {
    font-size: 1.5625rem;
}
.f22 {
    font-size: 1.375rem;
}
.f20 {
    font-size: 1.25rem;
}
.f18 {
    font-size: 1.125rem;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trans {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
@media (max-width: 1199px), (max-height: 800px) {
    h3 {
        font-size: 2.125rem;
    }
    h4 {
        font-size: 1.875rem;
    }
    h6, p, ul li {
        font-size: 1.125rem;
    }
    a.learn-more {
        font-size: 1rem;
    }
    .f35 {
        font-size: 1.75rem;
    }
    .f30 {
        font-size: 1.5rem;
    }
    .f25 {
        font-size: 1.375rem;
    }
    .f22 {
        font-size: 1.25rem;
    }
    .f20 {
        font-size: 1.125rem;
    }
    .f18 {
        font-size: 1rem;
    }
    .p-mobile {
        padding: 3.5rem 0 !important;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 1.625rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    h6, p, ul li {
        font-size: 1rem;
    }
    .f35 {
        font-size: 1.375rem;
    }
    .f30 {
        font-size: 1.375rem;
    }
    .f25 {
        font-size: 1.25rem;
    }
    .f22 {
        font-size: 1.125rem;
    }
    .f20 {
        font-size: 1rem;
    }
    .p-mobile {
        padding: 2.5rem 0 !important;
    }
}




 
/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    padding: 3rem 0 1rem;
}
.navbar .navbar-brand {
    width: 22rem;
    padding: 0;
    margin: 0 .9375rem;
}
.navbar .navbar-toggler {
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .navbar-toggler .fas {
    color: #EB6424;
    transform: scale(1.5, 1.5);
    padding: 0.5rem;
}
.navbar .nav-item.nav-link {
    position: relative;
    color: #2C475C;
    font-size: 1.125rem;
    padding: 0;
    margin: 1rem 1rem;
}
.navbar .nav-item.nav-link:hover,
.navbar .nav-item.nav-link.active {
    color: #EB6424;
}
/* .navbar .nav-item.nav-link:nth-child(4) {
    display: none;
} */
.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}
.navbar .dropdown-menu {
    position: relative;
    border: none;
    border-radius: 0;
    margin: 0;
    box-shadow: 3px 3px 10px rgba(0,0,0,.2)
}
.navbar .dropdown-item {
    font-size: .9375rem;
    padding: .125rem 1.25rem;
}
.navbar.navbar-min {
    background-color: #fff;
    padding: .75rem 0;
    box-shadow: 0px 2px 13px -5px rgba(0,0,0,0.4);
}
@media (min-width: 992px) {
    /* .navbar .dropdown .nav-item.nav-link::before, */
    .navbar .nav-item.nav-link:not(.login)::before {
        position: absolute;
        top: .4rem;
        left: -1rem;
        display: block;
        width: 2px;
        height: 1rem;
        content: '';
        background: #EB6424;
    }
	
	.navbar .nav-item.nav-link:first-child::before {
        position: absolute;
        top: .4rem;
        left: -1rem;
        display: block;
        width: 2px;
        height: 1rem;
        content: '';
        background: #EB6424;
    }
	
	.navbar .dropdown:first-child .nav-item.nav-link::before {
		display:none;
	}
	
    .navbar .nav-item.nav-link.login {
        color: #fff;
        background-color: #EB6424;
        padding: .25rem 1.5rem;
        margin-top: .75rem;
    }
    .navbar .nav-item.nav-link.login:hover {
        background-color: #ff8a53;
    }
    .navbar:not(.navbar-min) .nav-item.nav-link {
        color: #fff;
    }
    wrapper:not(#home) .navbar:not(.navbar-min) .nav-item.nav-link:not(.login):hover,
    wrapper:not(#home) .navbar:not(.navbar-min) .nav-item.nav-link.active {
        color: #EB6424;
    }
}
@media (min-width: 1200px) {
    .navbar .nav-item.nav-link:not(.login):not(:first-child)::before {
        left: -1.0625rem;
    }
}
@media (max-width: 1199px) {
    .navbar {
        padding: .75rem 0;
    }
    .navbar .navbar-brand {
        width: 14rem;
    }
    .navbar .nav-item.nav-link {
        font-size: 1rem;
        margin: 1rem;
    }
}
@media (max-width: 991px) {
    .navbar {
        background-color: #fff;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1.5rem 0 0;
        margin: 0;
    }
    .navbar .nav-item.nav-link {
        font-size: 1.125rem;
        padding: .125rem 0;
        margin: .125rem 0;
    }
    .navbar .dropdown-menu {
        text-align: center;
    }
}





/*------------------------------
            Heaer        
------------------------------*/
header {
    z-index: 20;
    position: relative;
}
header .content {
    min-height: 17rem;
    padding: 2rem 0;
    margin-top: 11rem;
}
header h1 {
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    font-size: 2.8125rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
header h1 span {
    color: #F2763D;
}
header h5 {
    color: #fff;
    margin: 0;
}
@media (max-width: 1199px) {
    header .content {
        min-height: 16rem;
        padding: 2rem 0;
        margin-top: 6rem;
    }
    header h1 {
        font-size: 1.875rem;
    }
    header h5 {
        font-size: 1rem;
    }
}





/*------------------------------
            Home      
------------------------------*/
.home {
    position: relative;
    overflow: hidden;
}
.home .row {
    z-index: 3;
    position: relative;
}
.home .content {
    height: 100vh;
    min-height: 44rem;
}
.home .main {
    position: relative;
    margin-top: auto;
    padding: 3rem 0;
}
.home .main::after {
    z-index: -1;
    position: absolute;
    top: 0;
    right: -14rem;
    width: 200vw;
    height: 100%;
    content: '';
    background-color: rgba(44,71,92,.8);
}
.home h1 {
    color: #EB6424;
    font-family: 'Playfair Display', sans-serif;
    font-size: 2.8125rem;
    margin-bottom: 1.75rem;
}
.home h5 {
    color: #fff;
    line-height: 1.55;
    margin: 0;
}
.home .video {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
}
.home .video video {
    position: relative;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%);
}
.home .overlay {
    z-index: 3;
    background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2));
}
.home .overlay-car {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: all 0.6s ease-in-out;
    opacity: 0;
}
.home .overlay-car.animated {
    z-index: 6;
    opacity: 1;
}
.snapshot#experience {
    z-index: 5;
    position: relative;
    padding: 8.5rem 0 2rem 4.5rem;
    margin-top: -4rem;
}
.snapshot {
    background-color: #fff;
    padding: 4.5rem 0 2rem;
}
.snapshot h3 {
    margin-bottom: 3rem;
}
.snapshot p {
    color: #EB6424;
    margin-bottom: 2.5rem;
}
.snapshot ul li {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.snapshot .col-lg-6:nth-child(-n + 2) ul li {
    border-bottom: 1.5px solid #EB6424;
}
.snapshot ul li span {
    color: #EB6424;
}
.snapshot .info {
    position: relative;
    padding-top: 100%;
    border: 1.5px solid #EB6424;
    border-radius: 100%;
}
.snapshot .num {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #2C475C;
    font-size: 3.75rem;
    transform: translate(-50%, -50%);
}
.snapshot .num h6 {
    font-size: 1.625rem;
    text-align: center;
    white-space: nowrap;
    margin: 0;
}
.snapshot h5 {
    color: #2C475C;
    font-family: 'Playfair Display', sans-serif;
    line-height: 1;
    text-align: center;
    margin: 2rem 0 3rem;
}
.learn-more-section {
    background-color: #fafafa;
    padding: 3rem 0;
}
.learn-more-section h3 {
    position: relative;
    top: -.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 6.625rem;
    margin: 0;
}
.learn-more-section h3::after {
    display: inline-block;
    width: 2.125rem;
    height: 1.25rem;
    content: '';
    background: url(../images/icons/arrow_right_orange.svg) center no-repeat;
    background-size: contain;
    margin: .4rem auto 0;
}
.learn-more-section .nav {
    height: 100%;
}
.our-approach#ourApproach {
    z-index: 4;
    position: relative;
    padding: 8rem 0 4rem;
    margin-top: -4rem;
}
.our-approach {
    color: #fff;
    background-color: #2C475C;
    padding: 4rem 0;
}
.our-approach h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 4rem;
}
.our-approach h4 {
    color: #F2763D;
    text-align: center;
    margin-bottom: 2.5rem;
}
.our-approach .content {
    max-width: 28rem;
    margin: 0 auto;
}
.our-approach .content h4 {
    text-align: center;
}
.our-approach .content ul {
    padding-left: 1.3rem;
}
.our-approach .content ul li {
    font-size: 1.125rem;
    line-height: 1.45;
    margin-bottom: 2.25rem;
}
.our-approach .content ul li span {
    color: #F2763D;
}
.our-approach p {
    font-family: 'Playfair Display', sans-serif;
    text-align: center;
    margin: 2rem 0;
}
.research-diligence {
    background-color: #fff;
    padding: 4rem 0 3rem;
}
.research-diligence#managerResearch {
    z-index: 4;
    position: relative;
    padding: 8rem 0 3rem;
    margin-top: -4rem;
}
.research-diligence h3 {
    margin-bottom: 1.75rem;
}
.research-diligence p {
    margin-bottom: 1rem;
}
.strategy {
    position: relative;
    background-color: #fafafa;
    padding: 4rem 0 3rem;
}
.strategy#investmentStrategy {
    z-index: 3;
    padding: 8rem 0 4rem;
    margin-top: -4rem;
}
.strategy .img-container {
    position: relative;
}
.strategy .img-container h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.strategy h6 {
    color: #2C475C;
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    margin-bottom: 1rem;
}

.responsible-investing#responsibleinvesting {
    z-index: 4;
    position: relative;
    padding: 7rem 0 3rem;
    margin-top: -4rem;
}
.responsible-investing {
    padding: 4rem 0;
}
.responsible-investing .space{
    margin: 4rem 0;
}
.responsible-investing h3 {
    margin-bottom: 4rem;
	font-size: 2.5rem;
	margin-top: 1.5rem;
}

.responsible-investing img {
	width:60px;
	height:60px;
	margin-right:10px;
}
.responsible-investing h4 {
    color: #F2763D;
    margin-bottom: 0.5rem;
	font-size: 1.325rem;
}
.responsible-investing .content {
    max-width: 28rem;
    margin: 0 auto;
}

.responsible-investing .content ul {
    padding-left: 1.3rem;
}
.responsible-investing .content ul li {
    font-size: 1.125rem;
    line-height: 1.45;
    margin-bottom: 2.25rem;
}
.responsible-investing .content ul li span {
    color: #F2763D;
}
.responsible-investing p {
	padding-bottom:2rem;
	
}


.esg#esg {
    z-index: 4;
    position: relative;
    padding: 2.4rem 0 0rem;
    margin-top: -4rem;
}
.esg {
    padding: 4rem 0;
	background:#f7f7f7;
}
.esg .space{
    margin: 4rem 0;
}
.esg h3 {
    margin-bottom: 4rem;
	font-size: 2.5rem;
	margin-top: 1.5rem;
}
.esg h4 {
    color: #F2763D;
    margin-bottom: 0.5rem;
	font-size: 1.325rem;
}
.esg img {
	width:60px;
	height:60px;
	margin-right:10px;
}
.esg .content {
    max-width: 28rem;
    margin: 0 auto;
}

.esg .content ul {
    padding-left: 1.3rem;
}
.esg .content ul li {
    font-size: 1.125rem;
    line-height: 1.45;
    margin-bottom: 2.25rem;
}
.esg .content ul li span {
    color: #F2763D;
}
.esg p {
	padding-bottom:3rem;
	
}


@media (min-width: 992px) {
    .our-approach .col-lg-6:nth-child(2) {
        border-right: 1px solid rgba(255,255,255,.15);
    }
    .strategy .img-container {
        position: absolute;
        width: calc(100% + 4rem);
        top: -12rem;
        left: -2rem;
    }
}
@media (max-width: 1199px) {
    .home h1 {
        font-size: 2.5rem;
    }
    .snapshot h3 {
        margin-bottom: 2rem;
    }
    .snapshot p {
        margin-bottom: 1.5rem;
    }
    .snapshot .num {
        font-size: 3.5rem;
    }
    .snapshot .num h6 {
        font-size: 1.375rem;
    }
    .snapshot h5 {
        margin: 1rem 0 3rem;
    }
}
@media (max-width: 991px) {
    .home .main {
        padding: 1.5rem 0;
    }
    .home h1 {
        font-size: 2.125rem;
        margin-bottom: 1.5rem;
    }
    .home h5 {
        line-height: 1.3;
    }
    .snapshot .col-lg-6:not(:last-child) ul li {
        border-bottom: 1.5px solid #EB6424;
    }
    .learn-more-section h3 {
        min-height: auto;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .our-approach .col-lg-6:nth-child(2) {
        border-bottom: 1px solid rgba(255,255,255,.15);
        margin-bottom: 2rem;
    }
    .our-approach .content ul li {
        margin-bottom: 1.25rem;
    }
    .strategy .col-12:nth-child(2) {
        order: -1;
    }
    .strategy .img-container {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .snapshot .num {
        font-size: 2.75rem;
    }
    .snapshot .num h6 {
        font-size: 1rem;
    }
}





/*------------------------------
            About Us
------------------------------*/
.about {
    padding: 7.5rem 0 6.5rem;
}
.about h3 {
    margin-bottom: 2.75rem;
}
.about p {
    margin-bottom: 1rem;
}
.difference {
    position: relative;
    background-color: #fff;
    padding: 4rem 0;
}
.difference#whatMakesUsDifferent {
    z-index: 3;
    padding: 8rem 0 4rem;
    margin-top: -4rem;
}
.difference h3 {
    margin-bottom: 3.75rem;
}
.difference .nav-tabs {
    border: none;
    margin-bottom: 2rem;
}
.difference .nav-tabs .nav-link {
    width: 20%;
    color: #2C475C;
    background: linear-gradient(#fff, #fff), url(../images/icons/icon-selector.svg) center no-repeat;
    background-size: contain;
    justify-content: center;
    text-align: center;
    padding: 1.5rem 1rem 3rem;
    border: none;
    border-radius: 0;
}
.difference .nav-tabs .nav-link:hover {
    border: none;
}
.difference .nav-tabs .nav-link.active {
    color: #EB6424;
    background: linear-gradient(transparent, transparent), url(../images/icons/icon-selector.svg) center no-repeat;
    background-size: contain;
    border: none;
}
.difference .img-container {
    width: 4rem;
    height: 4rem;
    margin: .25rem auto 1.5rem;
}
.difference h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.25rem;
    margin: 0;
}
.difference h5 {
    color: #2C475C;
    font-size: 1.125rem;
    font-weight: 500;
}
.difference p {
    color: #707070;
    line-height: 1.45;
    margin-bottom: 1rem;
}
.history {
    z-index: 2;
    position: relative;
    padding: 4rem 0;
    margin-top: -4rem;
}
.history h3 {
    text-align: center;
    padding-top: 3rem;
    border-top: 1px solid #C6C6C6;
    margin-bottom: 3rem;
}
.history .col-lg-6 {
    position: relative;
}
.history .col-lg-6::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #C6C6C6;
}
.history .col-lg-6::after {
    position: absolute;
    top: .5rem;
    left: -.625rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: '';
    background-color: #C6C6C6;
    border-radius: 100%;
}
.history .main {
    position: relative;
    width: 27.8125rem;
    max-height: 14rem;
}
.history .main::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.history .year {
    color: #EB6424;
    margin-bottom: .75rem;
}
.history .title {
    color: #2C475C;
    font-family: 'Playfair Display', sans-serif;
    line-height: 1.3;
    margin-bottom: .75rem;
}
.history p {
    color: #707070;
    line-height: 1.65;
    margin-bottom: 2.25rem;
}
@media (min-width: 992px) {
    .history .col-lg-6:nth-child(even) {
        text-align: right;
    }
    .history .col-lg-6:nth-child(even)::before {
        right: -1px;
        left: auto;
    }
    .history .col-lg-6:nth-child(even)::after {
        right: -.625rem;
        left: auto;
    }
    .history .col-lg-6:nth-child(odd) .main {
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
    .history p {
        font-size: 1.125rem;
    }
}
@media (max-width: 1199px) {
    .difference .img-container {
        width: 3.5rem;
        height: 3.5rem;
        margin: .25rem auto 1rem;
    }
    .difference h6.f25 {
        font-size: 1.125rem;
    }
}
@media (max-width: 991px) {
    .difference .img-container {
        width: 2.5rem;
        height: 2.5rem;
    }
    .difference h6.f25 {
        height: 3.25rem;
        font-size: 1rem;
    }
    .history .col-lg-6::before {
        left: .875rem;
    }
    .history .col-lg-6::after {
        top: .5rem;
        left: .4rem;
        width: 1rem;
        height: 1rem;
    }
    .history .main {
        width: 100%;
        max-height: 100%;
        padding-left: 1rem;
        margin-bottom: 3rem;
    }
}
@media (max-width: 767px) {
    .difference .nav-tabs .nav-link {
        padding: .875rem .5rem 1rem;
    }
    .difference .img-container {
        margin: auto
    }
    .difference h6.f25 {
        display: none;
    }
    .history .title {
        margin-bottom: .125rem;
    }
    .history p {
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
}





/*------------------------------
        Investing With Us
------------------------------*/
.investing {
    background-color: #FAFAFA;
    padding: 4rem 0 3rem;
}
.investing#investmentPrinciples {
    z-index: 5;
    position: relative;
    padding: 8rem 0 3rem;
    margin-top: -4rem;
}
.investing h3 {
    margin-bottom: 1rem;
}
.investing p {
    opacity: .8;
    margin-bottom: 1rem;
}
.services {
    padding: 0 0 4rem;
}
#ourServices {
    padding-top: 8rem;
    margin-top: -4rem;
}
#ourClients {
    padding-top: 8rem;
    margin-top: -4rem;
}
.services h3 {
    margin-bottom: 1.75rem;
}
.services .nav-tabs {
    border: none;
    margin: 1.5rem 0 2.5rem;
}
.services .row:nth-child(1) .nav-tabs .nav-link {
    width: calc(33.333333% - 1rem);
}
.services .nav-tabs .nav-link {
    position: relative;
    width: calc(25% - 1rem);
    color: #2C475C;
    background-color: #FAFAFA;
    padding: .75rem 1rem;
    border: none;
    border-radius: 0;
    margin: 0;
}
.services .nav-tabs .nav-link:hover {
    border: none;
}
.services .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2C475C;
    border: none;
}
.services .nav-tabs .nav-link::after {
    position: absolute;
    left: 50%;
    bottom: .375rem;
    display: block;
    width: .75rem;
    height: .75rem;
    content: '';
    background: url(../images/icons/icon-selector-arrow.svg) center no-repeat;
    background-size: contain;
    transform: translateX(-50%);
}
.services h6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 3.375rem;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
}
.services h5 {
    color: #2C475C;
    font-weight: 600;
    margin-bottom: 1rem;
}
.services p {
    color: #707070;
    margin-bottom: 2.5rem;
}
.services hr {
    border-top: 1px solid #C6C6C6;
    margin: 1.75rem 0 -.25rem;
}
@media (max-width: 1199px) {
    .services .row:nth-child(1) .nav-tabs .nav-link {
        width: calc(33.333333% - .5rem);
    }
    .services .nav-tabs .nav-link {
        width: calc(25% - .5rem);
        padding: .25rem .75rem;
    }
    .services h6.f22 {
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    .services .nav-tabs .nav-link::after {
        bottom: .125rem;
    }
    .services h6.f22 {
        font-size: .75rem;
    }
}





/*------------------------------
            Team
------------------------------*/
.team {
    padding: 4rem 0;
}
.team nav {
    z-index: 9;
    position: relative;
    background-color: #fafafa;
    padding: .625rem 0;
}
.team nav .nav-item {
    position: relative;
    width: 33.333%;
    color: #2C475C;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
.team nav .nav-item:hover {
    color: #EB6424;
}
.team h3 {
    padding-top: 8rem;
    margin: -4rem 0 2.75rem;
}
.team .person {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #2C475C;
    text-align: center;
    height: 6.25rem;
    border: 2px solid rgba(44, 71, 92, 0.5);
    margin-bottom: 2.75rem;
}
.team .person:hover {
    color: #fff;
    background-color: #2C475C;
}
.team .person .name {
    font-family: 'Playfair Display', sans-serif;
    margin: 0;
}
@media(min-width: 768px) {
    .team nav .nav-item:nth-child(2)::before {
        position: absolute;
        top: .5rem;
        left: 0;
        display: block;
        width: 2px;
        height: 1rem;
        content: '';
        background: #EB6424;
    }
    .team nav .nav-item:nth-child(2)::after {
        position: absolute;
        top: .5rem;
        right: 0;
        display: block;
        width: 2px;
        height: 1rem;
        content: '';
        background: #EB6424;
    }
}
@media (max-width: 1199px) {
    .team nav .nav-item {
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    .team nav .nav-item {
        width: 100%;
        margin: .5rem 0;
    }
}





/*------------------------------
        Team Modal
------------------------------*/
.modal-header {
    padding: 0;
    border-bottom: none;
}
.modal-body {
    padding: 1.5rem 1rem;
}
.modal .nav {
    background-color: #efefef;
    padding: .75rem 3rem;
}
.modal .nav-item {
    margin: 0 3.5rem;
}
.modal .name {
    color: #2C475C;
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: .75rem;
}
.modal .title {
    color: #EB6424;
    font-weight: 600;
    margin-bottom: 0;
}
.modal hr {
    border-top: 1px solid #C6C6C6;
    margin: 2rem 0;
}
.modal-backdrop {
    background-color: #2C475C;
}
.modal-backdrop.show {
    opacity: .8;
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 920px;
        margin-top: 25vmin;
    }
    .modal-body {
        padding: 2.5rem 6rem;
    }
}
@media (max-width: 991px) {
    .modal .nav {
        padding: .75rem 1rem;
    }
    .modal .nav-item {
        margin: 0 2rem;
    }
}





/*------------------------------
            Our Views
------------------------------*/
.views {
    padding-bottom: 4rem;
}
.views .table-content {
    background-color: #FAFAFA;
    padding: 2.125rem 1.875rem 1.125rem;
}
.views .table-content .title-sm {
    color: #2C475C;
    font-weight: 500;
    margin-bottom: 1rem;
}
.views .table-content ul li {
    color: #EB6424;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 1rem;
}
.views .media {
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 1.875rem;
}
.views .media:first-child {
    margin-top: 6.625rem;
}
.views .img-container {
    height: 19.6875rem;
    margin-right: 1.875rem;
}
.views .title {
    color: #2C475C;
    font-family: 'Playfair Display', sans-serif;
    margin: 1rem 0 1.875rem;
}
.views p {
    color: #707070;
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
}
.views .download {
    display: block;
    color: #EB6424;
    font-weight: 500;

}
@media (max-width: 1199px) {
    .views p {
        font-size: 1rem;
    }
}
@media (max-width: 991px) {
    .views .media:first-child {
        margin-top: 1.875rem;
    }
}
@media (max-width: 767px) {
    .views .media {
        flex-direction: column;
    }
    .views .img-container {
        height: 16rem;
        width: 100%;
        margin: 0;
    }
    .views .title {
        margin: .5rem 0 1rem;
    }
    .views p {
        margin-bottom: 1rem;
    }
}





/*------------------------------
            Contact
------------------------------*/
.offices {
    padding: 4rem 0 1rem;
}
.offices h3 {
    margin-bottom: 2rem;
}
.offices .img-container {
    height: 14.5rem;
    margin-bottom: 1.25rem;
    background-color: #2C475C;
}
.offices .img-container img {
    display: none;
}
.offices .title {
    color: #EB6424;
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: 1rem;
}
.offices address {
    color: #2C475C;
    line-height: 1.55;
    margin-bottom: 3rem;
}
.offices .phone {
    color: #437FAD;
    font-weight: 700;
    margin-bottom: 2rem;
}
.contact {
    background-color: #FAFAFA;
    padding: 4rem 0 2rem;
}
.contact h3 {
    margin-bottom: 2rem;
}
.contact h6 {
    color: #2C475C;
    margin-bottom: 1rem;
}
.contact a {
    color: #EB6424;
    margin-bottom: 2rem;
}
.contact a:hover {
    color: #ff7939;
}
@media (max-width: 991px) {
    .contact h6 {
        margin-bottom: .25rem;
    }
}
@media (max-width: 767px) {
    .offices .img-container {
        margin-bottom: .75rem;
    }
    .offices .title {
        margin-bottom: .5rem;
    }
    .offices address {
        margin-bottom: .5rem;
    }
}





/*------------------------------
            Footer
------------------------------*/
footer {
    color: #fff;
    background-color: #2C475C;
    padding: 3.75rem 0 2rem;
}
footer img {
    width: 18rem;
    max-width: 100%;
}
footer .nav {
    align-items: center;
}
footer .nav .nav-item {
    position: relative;
    color: #fff;
    font-size: 1rem;
    padding: 0;
    margin: 0 1.125rem;
}
footer .nav .nav-item:hover,
footer .nav .nav-item.active {
    color: #F2763D;
}
footer .nav .nav-item:nth-child(5) {
    display: none;
}
footer h5 {
    color: #73B4E6;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .875rem;
}
footer .col-md-6:last-child h5 {
    color: #F2763D;
}
footer ul {
    margin-bottom: 1.75rem;
}
footer ul li {
    font-size: 1rem;
}
@media (min-width: 768px) {
    footer .nav .nav-item:not(:nth-child(-n + 2)):not(.login)::before {
        position: absolute;
        top: .35rem;
        left: -1rem;
        display: block;
        width: 1px;
        height: .9375rem;
        content: '';
        background: #EB6424;
    }
    footer .nav .nav-item.login {
        position: relative;
        top: .1rem;
        color: #fff;
        background-color: #EB6424;
        padding: .25rem 1.5rem;
    }
}
@media (max-width: 1199px) {
    footer {
        padding: 1.75rem 0 0;
    }
    footer img {
        width: 8rem;
    }
    footer .nav .nav-item,
    footer h5,
    footer ul li {
        font-size: .875rem;
    }
}
@media (max-width: 991px) {
    footer .nav {
        margin-bottom: .75rem;
    }
    footer .nav .nav-item {
        margin: 0 auto .25rem 0;
    }
    footer .nav .nav-item:first-child {
        margin-bottom: 1rem;
    }
    footer h5 {
        font-size: .875rem;
        margin-bottom: .25rem;
    }
    footer ul {
        margin-bottom: 1.25rem;
    }
    footer ul li {
        font-size: .875rem;
        line-height: 1.3;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    footer img {
        width: 10rem;
    }
    footer .nav .nav-item {
        font-size: .75rem;
        margin: 0 .5rem;
    }
    footer .nav .nav-item:first-child {
        margin-bottom: 0!important;
    }
    footer .nav .nav-item:not(:nth-child(-n + 2)):not(.login)::before {
        left: -.5rem;
        height: .75rem;
    }
}