html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {   
    color: #00203B;
    font-family: proxima-nova, sans-serif;
    margin: 0;
    padding: 0;
}
wrapper {
    position: relative;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
    color: #00203B;
    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: #00203B;
    text-decoration: none;
}
a.learn-more {
    display: inline-block;
    color: #5AA6E6;
    font-weight: 700;
}
a.learn-more i {
    position: relative;
    top: .1rem;
    left: .25rem;
    letter-spacing: -3px;
    transform: scale(1, 1.2);
    transition: all .3s ease-out;
}
a.learn-more:hover > i {
    transform: scale(1, 1.2) translateX(.25rem);
}
h1 {
    font-weight: 600;
    line-height: 1.28;
}
h3 {
    font-weight: 700;
}
h4 {
    font-weight: 600;
}
h5 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
}
h6 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 400;
}
p, ul {
    color: #65747E;
    font-size: 1.125rem;
    line-height: 1.4;
}
p span {
    color: #00203B;
}
b, strong {
    font-weight: 700;
}
address {
    line-height: 1.3;
}
.f80 {
    font-size: 5rem;
}
.f60 {
    font-size: 3.75rem;
}
.f50 {
    font-size: 3.125rem;
}
.f45 {
    font-size: 2.8125rem;
}
.f40 {
    font-size: 2.5rem;
}
.f36 {
    font-size: 2.25rem;
}
.f35 {
    font-size: 2.1825rem;
}
.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: 6rem;
    margin-top: -6rem;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
.animate {
    position: relative;
    top: 3rem;
    opacity: 0;
    transition: all .3s ease-out;
    transition-delay: .5s;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1260px;
    }
}
@media (max-width: 1399px) {
    h5, h6 {
        font-size: 1.125rem;
    }
    p {
        font-size: 1.125rem;
        line-height: 1.3;
    }
    ul {
        font-size: 1.125rem;
    }
    .f80 {
        font-size: 4rem;
    }
    .f60 {
        font-size: 3rem;
    }
    .f50 {
        font-size: 2.75rem;
    }
    .f45 {
        font-size: 2.25rem;
    }
    .f40 {
        font-size: 2rem;
    }
    .f36,
    .f35 {
        font-size: 1.625rem;
    }
    .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 {
        padding-top: 4rem;
        margin-top: -4rem;
    }
}
@media (max-width: 767px) {
    h5 {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
    }
    ul li {
        font-size: 1rem;
    }
    a.learn-more {
        padding: .5rem 0;
    }
    .f80 {
        font-size: 3rem;
    }
    .f60 {
        font-size: 2rem;
    }
    .f50 {
        font-size: 2rem;
    }
    .f45 {
        font-size: 1.625rem;
    }
    .f40 {
        font-size: 1.5rem;
    }
    .f36,
    .f35 {
        font-size: 1.375rem;
    }
    .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: transparent;
    padding: 2rem 0;
}
.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:focus {
    box-shadow: none;
}
.navbar .fas {
    color: #00203B;
    transform: scale(1.25, 1.25);
    padding: .5rem;
}
.navbar .nav-link {
    color: rgba(255, 255, 255, .85);
    font-size: 1.375rem;
    font-weight: 600;
    padding: .125rem 0!important;
    margin: auto 1.5rem;
}
@media (min-width: 992px) {
    .navbar.navbar-min {
        background-color: #fff;
        padding: .75rem 0;
        box-shadow: 0 0 2rem rgb(0 0 0 / 25%);
    }
    .navbar.navbar-min .navbar-brand {
        width: 16rem;
    }
    .navbar:not(.navbar-min) .navbar-brand img {
        filter: brightness(0) invert(1);
    }
    .navbar .nav-link {
        border-bottom: 2px solid transparent;
    }
    .navbar.navbar-min .nav-link {
        color: #00203B;
    }
    .navbar .nav-link:hover,
    .navbar .nav-link.active {
        border-bottom: 2px solid #498ABB;
    }
}
@media (min-width: 1200px) {
    .navbar.navbar-min .navbar-brand {
        width: 20rem;
    }
}
@media (max-width: 1399px) {
    .navbar {
        padding: 1.5rem 0;
    }
    .navbar .nav-link {
        margin: auto 1rem;
    }
}
@media (max-width: 991px) {
    .navbar {
        background-color: #fff;
        padding: .5rem 0;
        box-shadow: 0 0 2rem rgb(0 0 0 / 25%);
    }
    .navbar .navbar-brand {
        width: 10rem;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0 .5rem;
        margin: 0;
    }
    .navbar .nav-link {
        color: #498ABB;
        font-size: 1.125rem;
        font-weight: 400;
        margin: 0 0 .125rem;
    }
}





/*------------------------------
            Header
------------------------------*/
#home_page header {
    display: none;
}
header {
    z-index: 3;
    position: relative;
    background-color: #234B6E;
}
header::before {
    z-index: -2;
    position: absolute;
    top: 1rem;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 2rem);
    content: '';
    /* background: url(../images/header/about.png) center right no-repeat; */
    /* background-size: contain; */
}
#contact_page header::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(rgba(0, 32, 59, .3),rgba(0, 32, 59, .3));
    background-size: cover;
}
header .content {
    min-height: 34rem;
    padding: 12rem 0 4rem;
}
header h1 {
    color: rgba(255, 255, 255, .85);
    margin: 7% 0 1rem;
}
header h2 {
    color: rgba(255, 255, 255, .85);
}
header .video {
    z-index: -3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
header .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    header .content {
        min-height: 26rem;
        padding: 9rem 0 4rem;
    }
}






/*------------------------------
            Home
------------------------------*/
.home {
    position: relative;
}
.home .content {
    height: 100vh;
    min-height: 40rem;
    padding: 8rem 0;
}
.home h1 {
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    margin: auto 0 2.5rem;
    opacity: .75;
}
.home h1 i {
    display: inline-block;
    font-style: normal;
}
.home h1 span {
    color: #498ABB;
}
.home h2 {
    color: #fff;
    opacity: .75;
    font-weight: 500;
}
.home .video {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home .video::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .25);
}
.home .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history {
    background-color: rgba(239, 239, 239, .85);
    padding: 7.75rem 0;
}
.history .info {
    padding: 5rem 0 3rem;
}
.history h4 {
    margin-bottom: 2rem;
}
.history h4 span {
    color: #176FBC;
}
.history p {
    color: #00203B;
    margin: 0;
}
.history .img-container {
    position: relative;
}
.history .img-container img:nth-child(1) {
    animation: spin 60s linear infinite;
}
.history .img-container img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
}
.snapshot {
    background-color: #D0D4D8;
    padding: 0 0 3rem;
    margin-top: 4rem;
}
.snapshot .content {
    text-align: center;
    margin-top: 3rem;
}
.snapshot .num {
    color: #176FBC;
    font-weight: 600;
}
.snapshot .desc {
    line-height: 1.2;
    margin: 0;
}
.network {
    color: #fff;
    background-color: #234B6E;
    padding: 16rem 0;
}
.network .content {
    position: relative;
    padding: 4rem 0;
}
.network .content::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/art/network-map.png) center right no-repeat;
    background-size: contain;
}
.network .info {
    z-index: 1;
    position: relative;
    max-width: 38rem;
}
.network .info p {
    color: #fff;
    margin: 2.5rem 0 3rem;
}
.clients {
    background-color: #F2F2F2;
    border: 4rem solid #fff;
    padding: 8rem 0;
}
.clients h3 {
    margin-bottom: 2rem;
}
.clients .slick-dotted.slick-slider {
    margin: 5rem -1rem 2rem;
}
.clients .slider-box {
    padding: 0 1rem;
}
.clients .img-container {
    height: 11.25rem;
    background-color: #fff;
    padding: 2rem 3rem;
}
.clients .info {
    color: #fff;
    background-color: #234B6E;
    text-align: center;
    min-height: 8.5rem;
    padding: 1rem;
}
.clients .name {
    font-weight: 600;
    line-height: 1.3;
}
.clients .date {
    margin: 0;
}
.recent .content {
    height: 100%;
    background-color: #EFEFEF;
    padding: 5rem 1rem;
    margin: 0 .125rem;
}
.recent .info {
    max-width: 24.375rem;
    margin: 0 auto;
}
.recent .date {
    color: #848484;
}
.recent .title {
    min-height: 7rem;
    margin-bottom: 1.5rem;
}
.recent .read-more {
    color: #176FBC;
    font-weight: 700;
    margin: 0;
}
.recent .extra {
    padding: 3rem 0 5rem;
}
.recent .learn-more {
    text-align: center;
    margin: 0 auto;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
@media (max-width: 1499px) {
    .clients .slider-box {
        left: -24rem;
    }
}
@media (max-width: 1199px) {
    .clients .slider-box {
        left: -20.5rem;
    }
}
@media (max-width: 991px) {
    .clients .slider-box {
        left: 0;
    }
}
@media (max-width: 767px) {
    .clients {
        border: 1rem solid #fff;
    }
    .slick-dots li {
        width: 1rem;
        height: 1rem;
        margin: 0 0.25rem;
    }
    .slick-dots li button {
        width: 1rem;
        height: 1rem;
        border: 1px solid #234B6E;
    }
}





/*------------------------------
            About
------------------------------*/
#about_page wrapper::before {
    z-index: -3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(#234B6E, #122637) center no-repeat;
    background-size: cover;
}
.about {
    position: relative;
    padding: 6.25rem 0;
}
.about::before {
    z-index: -1;
    position: absolute;
    top: 3.125rem;
    left: 0;
    display: block;
    width: calc(100% - 3.125rem);
    height: calc(100% - 6.125rem);
    content: '';
    background-color: #fff;
}
.about .row:not(:first-child) {
    margin-top: 1.5rem;
}
.about h3 {
    margin-bottom: 2rem;
}
.title-2 {
    display: inline-block;
    color: #176FBC;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 1rem;
    border-top: 3px solid #176FBC;
}
.about .title {
    font-weight: 700;
}
.experience {
    position: relative;
    padding: 6rem 0;
}
.experience::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 3.125rem;
    display: block;
    width: calc(100% - 3.125rem);
    height: calc(100% - 3.125rem);
    content: '';
    background-color: #fff;
}
.experience h3 {
    margin-bottom: 2rem;
}
.experience .num {
    color: #176FBC;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
.experience .col-sm-6 p {
    min-height: 6rem;
}
.experience .img-container {
    height: 6rem;
    border: 1px solid #00203B;
    padding: 1.25rem 1.25rem;
    margin-top: 1rem;
}
.record {
    position: relative;
    padding: 6rem 0 8rem;
}
.record::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: calc(100% - 3.125rem);
    height: calc(100% - 3.125rem);
    content: '';
    background-color: #fff;
}
.record h3 {
    margin-bottom: 2rem;
}
.record p {
    margin-bottom: 5rem;
}
.record .num {
    color: #176FBC;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
.record .num span {
    font-size: 133%;
}
.record .carousel-indicators {
    justify-content: left;
    bottom: -2.5rem;
    margin: 0;
}
.record .carousel-indicators button {
    opacity: 1;
    width: 1.125rem;
    height: 1.125rem;
    border: 2px solid #176FBC;
    border-radius: 100%;
    margin: 0 1rem;
}
.record .carousel-indicators button:first-child {
    margin-left: 0;
}
.record .carousel-indicators button.active {
    background-color: #176FBC;
}
@media (min-width: 1200px) {
    .about .title {
        text-align: right;
    }
    .about .title-2 {
        float: right;
        margin-top: 5.5rem;
    }
    .about p {
        font-size: 1.375rem;
        min-height: 3rem;
        margin-bottom: 1.5rem;
    }
    .experience p {
        font-size: 1.375rem;
    }
    .record .title-2 {
        margin-top: 3rem;
    }
    .record p {
        font-size: 1.375rem;
    }
}
@media (max-width: 767px) {
    .about::before {
        width: 100%;
    }
    .experience::before {
        left: 0;
        width: 100%;
    }
    .experience .num {
        margin-bottom: .5rem;
    }
    .experience .col-sm-6 p {
        min-height: 100%;
        margin-bottom: 2rem;
    }
    .record::before {
        width: 100%;
    }
}





/*------------------------------
            Services
------------------------------*/
.services {
    position: relative;
    padding: 4rem 0;
    border: 3.125rem solid transparent;
}
.services::before {
    z-index: -3;
    position: absolute;
    top: -3.125rem;
    left: -3.125rem;
    display: block;
    width: calc(100% + 6.25rem);
    height: calc(100% + 6.25rem);
    content: '';
    background: linear-gradient(#234B6E, #122637) center no-repeat;
    background-size: cover;
}
.services::after {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #fff;
}
.services .row:not(:first-child) {
    margin-top: 4rem;
}
.services .title {
    position: relative;
    color: #255799;
    font-weight: 700;
    margin: 4.5rem 0 2rem;
}
.services .title:nth-child(3) {
    color: #6AB1CF;
}
.services .col-lg:nth-child(3) .title {
    color: #498ABB;
}
.services .title::before {
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: -1rem;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #255799;
}
.services .title:nth-child(3)::before {
    background-color: #6AB1CF;
}
.services .col-lg:nth-child(3) .title::before {
    background-color: #498ABB;
}
.services .title-alt {
    color: #255799;
    font-weight: 700;
    margin: 3rem 0 .5rem;
}
.services ul {
    padding-left: 1.3rem;
}
.services ul li {
    color: #000;
    line-height: 2;
}
.services ul li::marker {
    color: #255799;
}
.services ul:nth-child(4) li::marker {
    color: #6AB1CF;
}
.services .col-lg:nth-child(3) ul li::marker {
    color: #498ABB;
}
.services .img-container {
    position: relative;
}
.services .img-container img:nth-child(1) {
    animation: spin 60s linear infinite;
}
.services .img-container img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
}
@media (min-width: 1200px) {
    .services .container > .row:first-child {
        margin-bottom: 12rem;
    }
    .services .title::before {
        width: 125%;
    }
    .services .col-lg:nth-child(3) .title::before {
        left: -25%;
    }
    .services p {
        font-size: 1.375rem;
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 1199px) {
    .services .title-alt {
        margin: 1rem 0 .5rem;
    }
}





/*------------------------------
            Team
------------------------------*/
.team {
    padding: 6rem 0;
}
.team .person {
    cursor: pointer;
    margin-bottom: 1.875rem;
}
.team .person img {
    width: 100%;
}
.team .name {
    color: #234B6E;
    font-weight: 600;
    margin: .75rem 0 .125rem;
}
.team .title {
    color: #234B6E;
}
@media(min-width: 1200px) {
    
}





/*------------------------------
            Portfolio
------------------------------*/
.portfolio {
    background-color: #FAFAFA;
    padding: 5rem 0;
}
.portfolio .btn {
    color: #00203B;
    width: 100%;
    text-align: left;
    padding: .8125rem 0 0;
    border-top: 1px solid #707070;
    border-radius: 0;
    margin: 0 0 1rem;
}
.portfolio .btn.active {
    padding-top: .5rem;
    border-top: 5px solid #176FBC;
}
.port {
    display: flex;
    flex-direction: column;
    height: calc(100% - 2rem);
    margin-bottom: 2rem;
    box-shadow: 0 3px 6px #00000029;
}
.port .img-container {
    background-color: #fff;
    height: 8.375rem;
    padding: 1.5rem 2rem;
}
.port .info {
    display: flex;
    flex-direction: column;
    flex: auto;
    color: #fff;
    background-color: #234B6E;
    text-align: center;
    padding: .75rem 1rem;
}
.port .name {
    color: #fff;
    min-height: 2.875rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .25rem;
}
.port .date {
    margin: 0 auto;
}





/*------------------------------
        Portfolio Modal
------------------------------*/
.modal .nav {
    z-index: 1;
    position: absolute;
    top: 0;
    right: -4rem;
    background-color: #00203B;
}
.modal .nav .nav-item {
    background-color: #00203B;
    padding: 1rem;
    border: none;
    margin: .5rem .25rem;
}
.modal .nav .nav-item:hover {
    opacity: .75;
}
.modal .nav .nav-item img {
    width: 1.5rem;
    height: 1.75rem;
}
.modal .modal-body {
    position: relative;
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.modal .info {
    padding: 1rem 0;
}
.modal .title {
    color: #00203B;
    margin-bottom: 3rem;
}
.modal-backdrop {
    background-color: #00203B;
}
.modal-backdrop.show {
    opacity: .9;
}
@media(min-width: 1200px) {
    .modal .content {
        min-height: 20rem;
    }
}
@media(max-width: 767px) {
    .modal .nav {
        right: 0;
    }
    .modal .nav .nav-item {
        padding: .75rem;
        margin: 0 .25rem;
    }
    .modal .nav .nav-item img {
        width: 1rem;
        height: 1.25rem;
    }
    .modal .info {
        padding: 1rem;
    }
    .modal .name {
        margin: 0;
    }
    .modal .title {
        margin-bottom: 2rem;
    }
}





/*------------------------------
            News
------------------------------*/
.news {
    padding: 6rem 0;
}
.news .col-xl-8:last-child .content {
    padding-bottom: 0;
}
.news .content {
    padding: 0 0 3rem;
}
.news .date {
    width: 25%;
}
.news .date span {
    display: block;
    color: #176FBC;
    font-size: 277%;
    font-weight: 700;
}
.news .info {
    width: 75%;
}
.news .title {
    font-weight: 600;
    margin-bottom: 2rem;
}
.news p {
    margin: 0;
}
.news .col-xl-8:not(:last-child) p {
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}
.news .btn-load-more {
   color: #176FBC;
   background-color: #fff;
   font-size: 1.375rem;
   font-weight: 600;
   padding: .5rem 1.25rem;
   border: 1px solid #176FBC;
   margin-top: 1rem;
   transition: all .3s ease-out;
}
.news .btn-load-more:hover {
   color: #fff;
   background-color: #176FBC;
}
@media (min-width: 1400px) {
    .news .btn-load-more {
       margin-left: 36.5%;
    }
}
@media (max-width: 1399px) {
    .news .btn-load-more {
        font-size: 1.25rem;
    }
}





/*------------------------------
          News Article
------------------------------*/
.news-article {
    padding: 6rem 0;
}
.news-article .nav {
    padding-bottom: 1rem;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 3rem;
}
.news-article .nav .nav-item:nth-child(2) {
    margin-right: 8%;
}
.news-article .nav .nav-item:hover > i {
    color: #176FBC;
}
.news-article .date {
    color: #176FBC;
    margin: 0;
}
.news-article .title {
    font-weight: 600;
    margin-bottom: 2rem;
}





/*------------------------------
            Contact
------------------------------*/
.contact {
    background-color: #FAFAFA;
    padding: 6rem 0;
}
.contact .content {
    box-shadow: 0 0 10px #0000000D;
}
.contact .info {
    padding: 5rem;
}
.contact .title {
    position: relative;
    font-weight: 600;
    line-height: 1;
    max-width: 20rem;
    margin: 0 0 1.875rem;
}
.contact .title::before {
    position: absolute;
    top: 0.4rem;
    left: -1.25rem;
    display: block;
    width: .5rem;
    height: 70%;
    content: '';
    background-color: #007DBE;
}
.contact address {
    color: #312F32;
    margin: 0;
}
.contact address a:not(:hover) {
    color: #312F32;
}
.contact p {
    margin: 2rem 0 0;
}
.contact form {
    z-index: 1;
    position: relative;
    color: #fff;
    background-color: #234B6E;
    height: 100%;
    padding: 5rem 5rem;
}
.contact form::before {
    z-index: -1;
    position: absolute;
    bottom: -8rem;
    left: 2rem;
    display: block;
    width: calc(100% - 4rem);
    height: 100%;
    content: '';
    background: url(../images/art/contact-map.png) center no-repeat;
    background-size: contain;
}
.contact form .form-control {
    color: #fff;
    background-color: transparent;
    padding: .625rem 1.75rem;
    border-color: #176FBC;
    border-radius: 0;
}
.contact form .form-control {
    color: #fff;
    background-color: transparent;
    font-size: 1.5rem;
    padding: .625rem 1.75rem;
    border-color: #176FBC;
    border-radius: 0;
}
.contact form .form-control::placeholder {
    color: #fff;
}
.contact form .btn {
    color: #fff;
    background-color: #176FBC;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 1rem 2rem;
    border: none;
    border-radius: 0;
    margin-top: 1rem;
}
.map {
    padding: 5rem 0 6rem;
}
.map h3 {
    margin-bottom: 3rem;
}
.ranch {
    background-color: #FAFAFA;
    padding: 6rem 0;
}
.ranch h3 {
    margin-bottom: 3rem;
}




/*------------------------------
            Terms
------------------------------*/
.terms {
    padding: 6rem 0;
}
.terms h5 {
    font-weight: 600;
}
.terms h5:not(:first-child) {
    margin-top: 3rem;
}
.terms p {
    margin-bottom: 1.75rem;
}
.terms ul {
    margin-bottom: 1.75rem;
}
.terms b {
    font-weight: 600;
}
@media (max-width: 1199px) {
    .terms {
        padding: 4rem 0;
    }
}






/*------------------------------
            Cookie
------------------------------*/
.cookie-consent:not(.visible) {
    transform: translate(8rem, 8rem);
}
.cookie-consent {
    transition: all .3s ease-out;
}
.cookie-consent .content {
    background-color: #D0D4D8;
    padding: .5rem;
    border-radius: .375rem;
    margin: .5rem 0;
}
.cookie-consent .content p {
    margin: 0;
}
.cookie-consent .content .btn {
    color: #fff;
    background-color: #176FBC;
    margin-left: 1rem;
}






/*------------------------------
            Footer
------------------------------*/
footer {
    background-color: #EFEFEF;
    padding: 4rem 0 1.25rem;
}
footer .nav {
    margin-bottom: 1rem;
}
footer .nav img {
    width: 20rem;
}
footer .nav .nav-item {
    position: relative;
    font-weight: 500;
    margin: auto .75rem;
}
footer .nav .nav-item:not(:first-child):not(:last-child)::after {
    position: absolute;
    top: .35rem;
    right: -.75rem;
    display: block;
    width: 1px;
    height: .9375rem;
    content: '';
    background-color: #00203B;
}
footer .nav .nav-item:last-child {
    margin-right: 0;
}
footer p {
    margin: 0;
}
footer img.finra {
    width: 11.25rem;
}
@media (max-width: 1199px) {
    footer .nav img {
        width: 16rem;
    }
    footer .nav .nav-item:first-child {
        width: 100%;
        margin-bottom: 1rem;
    }
}
@media (max-width: 991px) {
    footer .nav img {
        width: 10rem;
    }
    footer img.finra {
        width: 9rem;
        margin-top: 1rem;
    }
}