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





/*------------------------------
            Global        
------------------------------*/
a {
    color: #16c6cc;
    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: #a3cccb;
    text-decoration: none;
}
a.learn-more {
    display: inline-block;
    color: #ed214f;
    font-weight: 500;
    padding: .75rem 1.5rem;
    border: 1px solid #ed214f;
}
a.learn-more:hover {
    color: #fff;
    background-color: #ed214f;
}
h2 {
    color: #16c6cc;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 2rem;
	position:relative;
}
h3 {
	position: relative;
    display: inline-block;
    color: #16c6cc;
    line-height: 1.5;
    margin-bottom: 4rem;
}
h3:before {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 50px;
	height: 3px;
	background: #16c6cc;
	content: '';
}
h4 {
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 1rem;
}
h5 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 1rem;
}
p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}
ul {
    font-size: 1.25rem;
    line-height: 1.6;
}
address {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}
.f64 {
    font-size: 4rem;
}
.f40 {
    font-size: 2.5rem;
}
.f24 {
    font-size: 1.5rem;
}
.f22 {
    font-size: 1.375rem;
}
.f18 {
    font-size: 1.125rem;
}
.f16 {
    font-size: 1rem;
}
.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;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.anchor {
    z-index: -1;
    position: relative;
    padding-top: 4rem;
    margin-top: -4rem;
}
@media (max-width: 1199px) {
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    h5 {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }
    ul {
        font-size: 1rem;
    }
    address {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }
    .f64 {
        font-size: 3rem;
    }
    .f40 {
        font-size: 2rem;
    }
    .f24 {
        font-size: 1.25rem;
    }
    .f22 {
        font-size: 1.125rem;
    }
    .f18 {
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    h4 {
        font-size: 1.0625rem;
    }
    .anchor {
        padding-top: 3rem;
        margin-top: -3rem;
    }
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    background-color: #fff;
    padding: .75rem 0;
}
.navbar .navbar-brand {
    width: 28rem;
    padding: 0;
}
.navbar .navbar-toggler {
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: none;
}
.navbar .fas {
    color: #16c6cc;
    transform: scale(1.35, 1.35);
    padding: 0.5rem;
}
.navbar .nav-item.nav-link {
    position: relative;
    color: #16c6cc;
    font-size: 1.25rem;
    font-weight: 400;
    padding: 0.25rem;
    margin: 0 1rem;
}
.navbar .nav-item.nav-link .dropdown-toggle {
    color: #16c6cc;
}
.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}
.navbar .dropdown:hover > .dropdown-menu {
    margin: 0;
}
.navbar .dropdown-item {
    font-size: 1rem;
}
.navbar.navbar-min {
    padding: .25rem 0;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
@media (min-width: 1440px) {
    .navbar .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (max-width: 1199px) {
    .navbar .nav-item.nav-link {
        font-size: 14px;
        margin: 0 .5rem;
    }
    .navbar .nav-item.nav-link:not(:last-child)::after {
        top: .5rem;
        right: -.5rem;
        height: .875rem;
    }
}
@media (max-width: 991px) {
    .navbar {
        padding: 0.75rem 0;
    }
    .navbar .navbar-brand {
        width: 14rem;
        padding-left: 0.9375rem;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0 0.5rem;
        margin: 0;
    }
    .navbar .nav-item.nav-link {
        font-size: 1rem;
        padding: 0.125rem;
        margin: 0;
    }
    .navbar-nav .dropdown-menu {
        display: block;
        text-align: center;
    }
    .navbar-nav .dropdown-item {
        font-size: .875rem;
    }
}





/*------------------------------
            Home      
------------------------------*/
.home {
	position: relative;
    margin-top: 6rem;
}
#homeCarousel .carousel-item {
    position: relative;
}
#homeCarousel .carousel-item::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(rgba(0, 0, 0, .3),rgba(0, 0, 0, .3)), url(../images/art/landing-1.jpg) center top 90% no-repeat;
    background-size: cover!important;
    transition: all 15s linear;
    transform: scale(1);
}
#homeCarousel .carousel-item:nth-child(2):before {
    background: linear-gradient(rgba(0, 0, 0, .3),rgba(0, 0, 0, .3)), url(../images/art/landing-2.jpg) center top 10% no-repeat;
}
#homeCarousel .carousel-item:nth-child(3):before {
    background: linear-gradient(rgba(0, 0, 0, .3),rgba(0, 0, 0, .3)), url(../images/art/landing-3.jpg) center top 10% no-repeat;
}
#homeCarousel .carousel-item:nth-child(4):before {
    background: linear-gradient(rgba(0, 0, 0, .3),rgba(0, 0, 0, .3)), url(../images/art/landing-4.jpg) center top 10% no-repeat;
}
#homeCarousel .carousel-item:nth-child(5):before {
    background: linear-gradient(rgba(0, 0, 0, .3),rgba(0, 0, 0, .3)), url(../images/art/landing-5.jpg) center top 10% no-repeat;
}
#homeCarousel .carousel-item:nth-child(6):before {
    background: linear-gradient(rgba(0, 0, 0, .3),rgba(0, 0, 0, .3)), url(../images/art/landing-6.jpg) center top 10% no-repeat;
}
#homeCarousel .carousel-item:nth-child(7):before {
    background: linear-gradient(rgba(0, 0, 0, .3),rgba(0, 0, 0, .3)), url(../images/art/landing-7.jpg) center top 10% no-repeat;
}
#homeCarousel .carousel-item.kenburns::before {
    transform: scale(1.15);
}
.home .content {
    min-height: calc(100vh - 6rem);
}
.home h1 {
    color: #fff;
    font-weight: 600;
    margin: auto 0 30%;
	text-align: center;
}
.home h1 span {
    display: inline-block;
}
@media (max-width: 1399px) {
    .home {
        margin: 0;
    }
    .home .content {
        min-height: 100vh;
    }
}
@media (max-width: 767px) {
    
}





/*------------------------------
           Who We Are        
------------------------------*/
.who-we-are {
    z-index: 9;
    position: relative;
    background-color: #fff;
    padding: 12rem 0;
}
.who-we-are.alt {
    background-color: #fafafa;
}
.who-we-are .row:not(:first-child):not(:last-child) {
    margin-bottom: 3rem;
}
.who-we-are .row:nth-child(2) .color {
    background-color: rgba(243, 185, 70, 0.7);
}
.who-we-are .row:nth-child(3) .color {
    background-color: rgba(22, 198, 204, 0.7);
}
.who-we-are .row:nth-child(4) .color {
    background-color: rgba(237, 119, 73, 0.7);
}
.who-we-are .color {
    backdrop-filter: blur(3px);
    padding: 3rem;
}
.who-we-are h4:not(:nth-child(2)) {
    margin-top: 4rem;
}
.who-we-are .img-container {
    height: 100%;
    min-height: 24rem;
}
.who-we-are .statement {
    color: #fff;
    background-color: #ed214f;
    font-weight: 400;
    padding: 1.5rem 2rem;
}
.flip-container {
    height: 14rem;
    margin: 0;
}
.flipper .front,
.flipper .back {
    height: 14rem;
    color: #fff;
    background-color: #ed214f;
    margin: 0;
}
.flipper .content {
    padding: 2rem;
}
.flipper h6 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
@media (min-width: 992px) {
    .who-we-are {
        background-attachment: fixed!important;
    }
    .who-we-are .row:nth-child(even) .col-lg-7 {
        order: 2;
    }
    .who-we-are .row:nth-child(even) .col-lg-5 {
        order: 1;
    }
    .who-we-are .row:nth-child(even) .col-lg-7 {
        text-align: left;
    }
}
@media (max-width: 1399px) {
    .who-we-are {
        padding: 4rem 0;
    }
    .who-we-are .statement {
        padding: 1.5rem 1rem;
    }
}





/*------------------------------
            Team        
------------------------------*/
.team {
    background-color: #fafafa;
    padding: 10rem 0 6rem;
}
.team .person {
    margin-bottom: 4rem;
}
.team .info {
    padding: .5rem 0 0;
}
.team .name {
    margin: 0;
}
.team .title {
    color: #5E5E5E;
    font-style: italic;
    margin: 0;
}





/*------------------------------
         Team Modal       
------------------------------*/
.modal .nav {
    z-index: 1;
    position: absolute;
    top: -4rem;
    right: -3rem;
}
.modal .nav .nav-item:first-child {
    background-color: #404040;
}
.modal .nav .nav-item {
    background-color: rgb(64 64 64 / 70%);
    padding: 1.125rem;
    margin: 0;
    border: none;
}
.modal .nav .nav-item:hover {
    opacity: .8;
}
.modal .nav .nav-item img {
    width: 1.375rem;
    height: 1.625rem;
}
#teamModal .modal-body {
    padding: 4rem 3rem;
}
#teamModal .info {
    padding: .5rem 0 0;
}
#teamModal .name {
    margin: 0;
}
#teamModal .title {
    color: #5E5E5E;
    font-style: italic;
    margin: 0;
}
@media (min-width: 1500px) {
    .modal .nav {
        right: -6.7rem;
    }
}





/*------------------------------
            Quote        
------------------------------*/
.quote {
    padding: 12rem 0;
}
.quote .carousel-item {
    min-height: 26rem;
    padding-top: 3rem;
}
.quote .name {
    color: #5E5E5E;
    margin: 2rem 0 0;
}
.quote .title {
    color: #5E5E5E;
    font-style: italic;
    margin: 0;
}
.quote .content .fa-quote-left {
    color: #16c6cc;
    margin: -1rem 0 1rem;
}
.quote .carousel-indicators {
    bottom: -5rem;
}
.quote .carousel-indicators button {
    width: 1.125rem;
    height: 1.125rem;
    border: 2px solid #ed214f;
    border-radius: 100%;
    margin: 0 .5rem;
}
.quote .carousel-indicators button.active {
    background-color: #ed214f;
}





/*------------------------------
            Feedback        
------------------------------*/
.feedback {
    background-color: #fafafa;
    padding: 4rem 0;
}
.feedback p {
    margin: 0;
}





/*------------------------------
            Modal        
------------------------------*/
.modal .close {
    position: absolute;
    top: 3rem;
    right: 4rem;
    font-size: 1.5rem;
}
@media (min-width: 1400px) {
    .modal .modal-xl {
        max-width: 1300px;
    }
}





/*------------------------------
           ELP Modal        
------------------------------*/
.elp {
    padding: 4rem 3rem;
}
.elp h4 {
    color: #16c6cc;
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 1.75rem;
}
.elp h4:not(:first-child) {
    padding-top: 2rem;
}
.elp .img-container {
    height: 20rem;
}
.elp p b {
    color: #16c6cc;
}
.elp b {
    font-weight: 600;
}
.elp address span {
    display: inline-block;
    min-width: 12rem;
}
.elp .quote {
    padding: 3rem 0 2rem;
}





/*------------------------------
            Footer        
------------------------------*/
footer {
    z-index: 99;
    color: #fff;
    background: #16c6cc;
    font-size: 1rem;
    padding: 2rem 0;
}
footer a {
    color: #fff;
}