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





/*------------------------------
            Global        
------------------------------*/
a {
    color: #11171F;
    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: #455768;
    text-decoration: none;
}
a.read-more {
    display: inline-block;
    color: #455768;
    background-color: #fff;
    padding: 1rem 2rem;
    border-radius: 1.875rem;
    margin: auto 0 auto auto;
}
a.read-more:hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
}
.read-more-2 {
    display: inline-block;
    width: auto;
    min-width: 13rem;
    color: #fff;
    background-color: #CBBC87;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .72px;
    padding: 1.125rem 3rem;
    border: none;
    border-radius: 1.875rem;
    transition: all .3s ease-out;
}
.read-more-2:hover {
    color: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
}
h1 {
    font-weight: 600;
    line-height: 1.4;
}
h2 {
    font-weight: 600;
}
h3 {
    color: #0a364a;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 2rem;
}
h4 {
    color: #0a364a;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 3rem;
}
h5 {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
}
h6 {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
}
p, ul, ol {
    font-size: 1.125rem;
    line-height: 1.4;
}
b, strong {
    font-weight: 700;
}
address {
    font-size: 1.25rem;
    line-height: 1.4;
}
.f165 {
    font-size: 10.3125rem;
}
.f80 {
    font-size: 5rem;
}
.f75 {
    font-size: 4.6875rem;
}
.f70 {
    font-size: 4.375rem;
}
.f65 {
    font-size: 4.0625rem;
}
.f60 {
    font-size: 3.75rem;
}
.f55 {
    font-size: 3.4375rem;
}
.f52 {
    font-size: 3.25rem;
}
.f50 {
    font-size: 3.125rem;
}
.f45 {
    font-size: 2.8125rem;
}
.f44 {
    font-size: 2.75rem;
}
.f42 {
    font-size: 2.625rem;
}
.f40 {
    font-size: 2.5rem;
}
.f36 {
    font-size: 2.25rem;
}
.f35 {
    font-size: 2.1825rem;
}
.f34 {
    font-size: 2.125rem;
}
.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;
    }
    p:not(:last-child), ul:not(:last-child), ol:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 1399px) {
    h3 {
        font-size: 3rem;
    }
    h4 {
        font-size: 1.625rem;
    }
    h5, h6 {
        font-size: 1.125rem;
    }
    p {
        font-size: 1.125rem;
        line-height: 1.3;
    }
    ul {
        font-size: 1.125rem;
    }
    address {
        font-size: 1.125rem;
    }
    .f165 {
        font-size: 8rem;
    }
    .f80,
    .f75 {
        font-size: 4rem;
    }
    .f70 {
        font-size: 3.5rem;
    }
    .f65,
    .f60 {
        font-size: 3rem;
    }
    .f55,
    .f52
    .f50 {
        font-size: 2.75rem;
    }
    .f45,
    .f44 {
        font-size: 2.25rem;
    }
    .f42,
    .f40 {
        font-size: 2rem;
    }
    .f36,
    .f35,
    .f34 {
        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.75rem;
        margin-bottom: 2rem;
    }
    h4 {
        font-size: 1.25rem;
    }
    h5 {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
    }
    ul li {
        font-size: 1rem;
    }
    address {
        font-size: 1rem;
    }
    a.learn-more {
        font-size: .75rem;
        padding: .375rem .75rem;
        border-width: 1px;
    }
    a.learn-more img {
        width: .625rem;
        margin-right: .25rem;
    }
    .f80,
    .f75 {
        font-size: 3rem;
    }
    .f70 {
        font-size: 2.5rem;
    }
    .f65,
    .f60 {
        font-size: 2rem;
    }
    .f55,
    .f52,
    .f50 {
        font-size: 2rem;
    }
    .f45,
    .f44 {
        font-size: 1.625rem;
    }
    .f42,
    .f40 {
        font-size: 1.5rem;
    }
    .f36,
    .f35,
    .f34 {
        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;
    padding: 2rem 0;
}
.navbar .navbar-brand {
    z-index: 9;
    width: 18rem;
    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: #fff;
    transform: scale(1.25, 1.25);
    padding: .5rem;
}
.navbar .nav-link {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: .125rem 0!important;
    margin: auto 1.25rem;
}
@media (min-width: 992px) {
    .navbar.navbar-min {
        background-color: #fff;
        padding: 1rem 0;
        box-shadow: 0 3px 12px #00000029;
    }
    .navbar.navbar-min .navbar-brand {
        width: 14rem;
    }
    .navbar:not(.navbar-min) .navbar-brand {
        filter: brightness(0) invert(1);
    }
    .navbar .nav-link {
        border-bottom: 1px solid transparent;
    }
    .navbar .nav-link:hover {
        border-bottom: 1px solid #455768;
    }
    .navbar .nav-link.active {
        color: #CABB86;
        border-bottom: 1px solid #455768;
    }
    .navbar.navbar-min .nav-link {
        color: #455768;
    }
}
@media (max-width: 1399px) {
    .navbar {
        padding: 1.5rem 0;
    }
    .navbar .navbar-brand {
        width: 14rem;
    }
}
@media (max-width: 991px) {
    .navbar {
        background-color: #fff;
        padding: 1rem 0;
        box-shadow: 0 0 3rem rgba(0, 0, 0, .2);
    }
    .navbar .navbar-brand {
        width: 8rem;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0 .5rem;
        margin: 0;
    }
    .navbar .nav-link {
        color: #455768;
        font-size: 1.125rem;
        font-weight: 400;
        margin: 0 0 .125rem;
    }
}





/*------------------------------
            Home
------------------------------*/
.home .carousel-item {
    position: relative;
}
.home .main {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 10rem 0 4rem;
}
.home h1 {
    color: #fff;
    font-weight: 300;
    line-height: 1.4;
    max-width: 70rem;
    margin: auto 0 10vh;
}
.home .video {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .video::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .4);
}
.home .video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}
@media (max-width: 991px) {
    .home .main {
        padding: 10rem 0 0;
    }
}
@media (max-width: 767px) {
    
}
@media (max-width: 575px) {
    
}





/*------------------------------
            About
------------------------------*/
.about {
    padding: 5rem 0;
	background:#fff;
}
.about .content {
    height: calc(100% - 1.875rem);
    text-align: center;
    padding: 3rem 2rem;
    border: 1px dashed #455768;
    border-radius: 1.875rem;
    margin-top: 1.875rem;
}
.about .img-container {
    width: 8rem;
    height: 8rem;
    padding: 1.5rem;
    border: 1px dashed #455768;
    border-radius: 100%;
    margin: 0 auto;
}
.about h5 {
    color: #455768;
    font-weight: 600;
    margin: 1.875rem auto 1rem;
}
.about p {
    margin: 0;
	font-weight: 300;
}
@media (max-width: 767px) {
    
}





/*------------------------------
            Parallax
------------------------------*/
.parallax {
    position: relative;
    background-size: cover!important;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12rem 0;
	overflow: hidden;
}
.parallax h3 {
    color: #fff;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    margin: auto;
}
.parallax .video {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.parallax .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 992px) {
    .parallax {
        background-attachment: fixed;
    }
}





/*------------------------------
          At-A-Glance
------------------------------*/
.snapshot {
    text-align: center;
    background-color: #fff;
    padding: 5rem 0;
}
.snapshot .content {
    position: relative;
    height: calc(100% - 2rem);
    min-height: 10rem;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
}
.snapshot .title {
    color: #455768;
    font-weight: 500;
    margin: 0 auto 1.5rem;
}
.snapshot .num {
    color: #455768;
    font-weight: 500;
}
@media (min-width: 992px) {
    .snapshot .col-md-4:not(:nth-child(3)):not(:last-child) .content::before {
        position: absolute;
        top: 1rem;
        right: -1rem;
        display: block;
        width: 1px;
        height: calc(100% - 2rem);
        content: '';
        background-color: #d0e8f8;
    }
    .snapshot .col-md-4:nth-child(-n + 3) .content::after {
        position: absolute;
        bottom: -1rem;
        left: 1rem;
        display: block;
        width: calc(100% - 2rem);
        height: 1px;
        content: '';
        background-color: #d0e8f8;
    }
}





/*------------------------------
            Team
------------------------------*/
.team {
    background-color: #fff;
    padding: 5rem 0;
}
.team .person {
    cursor: pointer;
    margin-top: 3.125rem;
}
.team .img-container:not(:hover) > img {
    filter: grayscale(1);
}
.team .name {
    color: #293B51;
    font-weight: 600;
    margin: 1rem 1rem .25rem;
}
.team .title {
    margin: 0 1rem;
}
@media (max-width: 991px) {
    .team .name {
        margin: .25rem 0 .125rem;
    }
}
@media (max-width: 767px) {
    .team .person {
        margin-bottom: 2rem;
    }
    .team .name {
        font-size: 1rem;
    }
    .team .title {
        font-size: .875rem;
    }
}
@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: -2rem;
    right: -6.75rem;
    background-color: #455768;
    padding: 0 .5rem;
}
.modal .nav .nav-item {
    background-color: #455768;
    padding: 1.5rem .5rem;
    margin: .0 .625rem;
    border: none;
}
.modal .nav .nav-item:nth-child(2) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.modal .nav .nav-item:hover {
    opacity: .8;
}
.modal .nav .nav-item img {
    width: 1.5rem;
    height: 2rem;
}
.modal .modal-content {
    padding: 2rem;   
}
.modal#teamModal .content {
    min-height: 43.5rem;
    padding: 1rem 2rem 1rem 0;   
}
.modal .img-container {
    max-width: 21rem;
}
.modal .list-edu li {
    margin-top: 1rem;
}
.modal .list-edu img {
    width: 1.75rem;
    height: 1.5rem;
    margin-right: .5rem;
}
.modal .name {
    color: #455768;
    font-weight: 600;
    margin: 0;
}
.modal .title {
    color: #A5A5A5;
    font-weight: 400;
    margin: 0;
}
.modal hr {
    opacity: 1;
    background-color: #d0e8f8;
    height: .125rem;
    max-width: 7rem;
    margin: 2rem 0;
}
.modal .bio p:last-child {
    margin: 0;
}
.modal .nav-bio {
    display: flex;
    flex-direction: row;
}
.modal .nav-bio .nav-item {
    font-weight: 500;
    margin-right: 8%;
}
.modal .nav-bio img {
    display: inline-block;
    width: 2.5rem;
    height: 2rem;
    margin-right: 1rem;
}
.modal-backdrop {
    background-color: #001A31;
}
.modal-backdrop.show {
    opacity: .65;
}
@media (min-width: 992px) {
    
}
@media (min-width: 1400px) {
    .modal-xl {
        max-width: 1240px;
    }
}
@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    .modal .nav .nav-item {
        padding: 0.125rem;
    }
    .modal .nav .nav-item img {
        width: 1.25rem;
        height: 1.5rem;
    }
    .modal .modal-content {
        padding: 0;
    }
    .modal .carousel-item {
        padding: 1rem;
    }
}





/*------------------------------
           Portfolio
------------------------------*/
.portfolio {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
.portfolio .port {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-size: cover!important;
    height: 12rem;
    padding: 2.5rem 3rem 3.5rem;
    margin-top: 1.875rem;
}
.portfolio h5 {
    position: absolute;
    bottom: .75rem;
    left: 0;
    width: 100%;
    color: #293B51;
    font-size: .75rem;
    text-align: center;
    letter-spacing: .1rem;
    margin: 0 auto;
}
@media (max-width: 1199px) {
    
}
@media (max-width: 767px) {

}
@media (max-width: 575px) {
    .portfolio .col-6:nth-child(odd) {
        padding-right: .5rem;
    }
    .portfolio .col-6:nth-child(even) {
        padding-left: .5rem;
    }
}





/*------------------------------
        Portfolio Modal
------------------------------*/
.modal .col-lg-4 .logo-container {
    padding: 2rem 3rem;
    border: 1px solid #d0e8f8;
}
.modal .logo-container {
    height: 14rem;
}
.modal .list-info {
    background-color: #d0e8f8;
    padding: 3rem;
}
.modal .list-info li:not(:last-child) {
    margin-bottom: 1.875rem;
}
.modal .list-info li span {
    display: block;
    font-size: 75%;
    text-transform: uppercase;
}
.modal#portfolioModal .name {
    margin: -.25rem 0 1rem;
}
@media (max-width: 991px) {
    
}





/*------------------------------
            Careers
------------------------------*/
.careers {
    background-color: #fff;
    padding: 5rem 0;
}
.careers .item:not(:last-child) .content {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #0a364a;
    margin-bottom: 2.5rem;
}
.careers .date {
    color: #0a364a;
    font-weight: 600;
    margin: 0;
}
.careers .title {
    color: #0a364a;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-weight: 400;
}
.careers .desc {
    color: #8c8c8c;
}
.careers .read-more {
    color: #0a364a;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
    transition: all 0.3s ease-in-out;
}
.careers .btn-load-more {
    display: none;
    color: #fff;
    background-color: #0a364a;
    font-size: 1rem;
    padding: 0.75rem 2.25rem;
    border: none;
}
@media(min-width: 1400px) {
    
}





/*------------------------------
            Contact
------------------------------*/
.contact {
    background-color: #fff;
    padding: 5rem 0;
}
.contact .title {
    color: #0a364a;
    font-weight: 600;
    margin: 2rem 0;
}
@media (max-width: 991px) {
    
}
@media (max-width: 767px) {
    
}





/*------------------------------
            Terms
------------------------------*/
.terms {
    padding: 5rem 0;
}
.terms h3 {
    margin: 3rem 0;
}
.terms h5 {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.terms p {
    margin-bottom: 2rem;
}
.terms ul {
    margin-bottom: 2rem;
}







/*------------------------------
            Footer
------------------------------*/
footer {
    color: #455768;
    background-color: #f7f7f7;
    padding: 2rem 0;
}
footer p {
    margin: 0;
}
footer a {
    display: inline-block;
    color: #455768;
    margin: 0 .5rem;
}

/* 29-12 prdp */
.hightlight-content {
    font-style: italic;
    background-color: #f7f7f7;
}

/* #teamCarousel .carousel-item{
    float: inherit;
} */