@charset "utf-8";
/*
	
	Project: Cross Con
	All rights reserved
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700&display=swap');

body, html {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: 16px;
}

/* BUTTONS */
.btn.btn-primary {
    padding: 10px 35px;
    border-radius: 6px;
    box-shadow: rgba(10,10,10,0.1) 0 3px 6px;
    background: #003FA3;
    border-color: #003FA3;
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
    transition: 0.15s ease all;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #0080cd;
    border-color: #0080cd;
    box-shadow: rgba(10,10,10,0.2) 0 6px 9px;
    color: #fff;
    outline: none;
}
.btn.btn-primary:active {
    background: #0080cd !important;
    border-color: #0080cd !important;
    box-shadow: rgba(10,10,10,0.2) 0 6px 9px !important;
    color: #fff !important;
    outline: none;
    transform: scale(0.95);
}
.btn.btn-secondary {
    padding: 10px 35px;
    border-radius: 6px;
    box-shadow: rgba(10,10,10,0.1) 0 3px 6px;
    background: transparent;
    border-color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
    transition: 0.15s ease all;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    box-shadow: rgba(10,10,10,0.2) 0 6px 8px;
    background: #fff;
    border-color: #fff;
    outline: none;
    color: #003FA3;
}
.btn.btn-secondary:active {
    box-shadow: rgba(10,10,10,0.2) 0 6px 8px !important;
    background: #fff !important;
    border-color: #fff !important;
    color: #003FA3 !important;
    outline: none;
    transform: scale(0.95);
}
.btn.btn-danger {
    padding: 10px 35px;
    border-radius: 6px;
    box-shadow: rgba(10,10,10,0.1) 0 3px 6px;
    background: transparent;
    border-color: #1f1f1f;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1f1f1f;
    transition: 0.15s ease all;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
    box-shadow: rgba(10,10,10,0.2) 0 6px 8px;
    background: #1f1f1f;
    border-color: #1f1f1f;
    outline: none;
    color: #fff;
}
.btn.btn-danger:active {
    box-shadow: rgba(10,10,10,0.2) 0 6px 8px !important;
    background: #1f1f1f !important;
    border-color: #1f1f1f !important;
    color: #fff !important;
    outline: none;
    transform: scale(0.95);
}

/* HEADER */
header {
    background: #f7f7f7;
}

/* Branding & contact */
header .header-inner {
    display: block;
    background: #fff;
    padding: 25px 0;
}
header .header-inner .logo img {
    height: 46px;
}
header .header-inner .contact-item {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0 0 0;
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    user-select: none;
}
header .header-inner .contact-item + .contact-item {
    margin-left: 25px;
}
header .header-inner .contact-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    line-height: 44px;
    font-size: 18px;
    background: #f2f3f4;
    text-align: center;
    border-radius: 6px;
    transition: 0.15s ease all;
}
header .header-inner .contact-item:hover .icon {
    background: #003FA3;
    color: #fff;
    opacity: 1;
}
header .header-inner .contact-item .icon img {
    width: 24px;
    opacity: 1;
    transition: 0.15s ease all;
    filter: grayscale(1);
}
header .header-inner .contact-item:hover .icon img {
    filter: brightness(0) invert(1);
}
header .header-inner .contact-item .info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    color: #212529;
    
}
header .header-inner .contact-item .info b {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #1f1f1f;
}
header .header-inner .contact-item .info span {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.1;
}



/* Navigation */
.navbar-light {
    background: #fff !important;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #e5e5e5;
}
.navbar .navbar-brand {
    margin-right: 20px;
}
.navbar .navbar-brand img {
    height: 60px;
}
.navbar .nav-item > .nav-link {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #1f1f1f;
    font-style: normal;
    font-weight: 600;
    padding: 15px 0;
    position: relative;
    margin-right: 45px;
    transition: 0.25s ease all;
}
.navbar .nav-item > .nav-link:hover,
.navbar .nav-item.active > .nav-link,
.navbar .nav-item > .nav-link.active {
    color: #003FA3;
}
.navbar .nav-item > .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #003FA3;
    content: ' ';
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.navbar .nav-item.active > .nav-link:before,
.navbar .nav-item > .nav-link:hover:before,
.navbar .nav-item > .nav-link:focus:before {
    width: 100%;
    color: #005eb6;
}

/* MAIN */
.main {
    padding: 150px 0;
    background: url('../img/main-bg.jpg') center bottom no-repeat;
    background-size: cover;
}
.main h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: 1;
}
.main h1 span {
    display: block;
    font-size: 2rem;
    margin-top: 10px;
    font-weight: 400;
}
.main p {
    font-size: 1rem;
    color: rgba(255,255,255,0.75);
    margin: 25px 0 0 0;
}

/* BOXES */
.boxes {
    position: relative;
    padding: 1px 0;
    background: #f2f3f4;
}
.boxes .container {
    position: relative;
    z-index: 1;
}
.boxes .box {
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 35px 35px;
    height: calc(100% + 75px);
    border-radius: 6px;
    box-shadow: rgba(10,10,10,0.1) 0 3px 3px;
    margin-top: -75px;
}
.boxes .box img {
    width: 64px;
    height: 64px;
}
.boxes .box h4 {
    display: block;
    color: #003FA3;
    font-weight: 600;
    margin: 15px 0 10px 0;
    font-size: 1rem;
}
.boxes .box p {
    font-size: 0.85rem;
    color: #1f1f1f;
    margin: 0;
}



/* TRACK RECORD */
.track-record {
    display: block;
    padding: 50px 0 1px 0;
    background: #f2f3f4;
}
.track-record h3 {
    font-weight: 600;
    color: #1f1f1f;
    font-size: 2.5rem;
    line-height: 1;
}
.track-record h3 span {
    display: block;
}
.track-record p {
    margin-bottom: 25px;
}
.track-record .box-inline {
    background: #003FA3;
    padding: 45px 65px;
    border-radius: 6px;
    box-shadow: rgba(10,10,10,0.1) 0 3px 3px;
    position: relative;
    z-index: 1;
    margin-bottom: -50px;
}
.track-record .box-inline h3 {
    color: #fff;
}
.track-record .box-inline p {
    color: rgba(255,255,255,0.75);
}

/* FEATURES */
.features {
    display: block;
    padding: 130px 0 80px 0;
    background: url("../img/features-bg.jpg") no-repeat fixed center;
    background-size: cover;
}
.features .feature {
    text-align: center;
    color: #fff;
}
.features .feature img {
    display: block;
    width: 48px;
    height: 48px;
    filter: brightness(0) invert(1);
    margin: auto;
}
.features .feature h3 {
    font-weight: 600;
    font-size: 1.25rem;
    margin: 20px 0 5px 0;
}
.features .feature p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.75);
}

/* PREVIOUS EXPERIENCE */
.previous-experience {
    padding: 80px 0 20px 0;
    position: relative;
    background: #0b1a38;
}
.previous-experience:after {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: url('../img/line.svg') center bottom no-repeat;
    background-size: cover;
    content: ' ';
    z-index: 0;
}
.previous-experience .container {
    position: relative;
    z-index: 1;
}
.previous-experience h3 {
    font-weight: 600;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
}
.previous-experience p {
    margin-bottom: 0;
    color: rgba(255,255,255,0.75);
}
.previous-experience .boxes {
    margin-bottom: -80px;
    position: relative;
    background: transparent;
    z-index: 1;
}
.previous-experience .box {
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgba(10,10,10,0.1) 0 3px 6px;
    margin-top: 30px;
    height: calc(100% - 30px);
}
.previous-experience .box h6 {
    font-size: 5rem;
    font-weight: bold;
    color: #ccc;
    margin: 0;
    line-height: 1;
}
.previous-experience .box h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1f1f1f;
    margin: 0;
    line-height: 1;
}
.previous-experience .box h2 span {
    display: block;
}
.previous-experience .box h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 5px 0;
    color: #003FA3;
}
.previous-experience .box ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
}
.previous-experience .box ul li {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 0.9rem;
    color: #1f1f1f;
    margin: 5px 0 0 0;
}
.previous-experience .box ul li:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 2px;
    background: #ddd;
    margin: auto;
}

/* ADVISORY EXPERIENCE */
.advisory-experience {
    display: block;
    padding: 80px 0 50px 0;
    background: url('../img/features-bg.jpg') center no-repeat;
    background-size: cover;
    position: relative;
}
.advisory-experience h3 {
    font-weight: 600;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0 0 40px 0;
}
.advisory-experience .box {
    display: block;
    background: #03173b;
    padding: 25px;
    border-radius: 6px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.advisory-experience .box h4 {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
}
.advisory-experience .box p,
.advisory-experience .box ul li {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.75);
    margin-bottom: 5px;
}
.advisory-experience .box ul {
    margin-left: 0;
    padding-left: 15px;
    padding-top: 0;
    margin-top: 0;
}

    /* CLIENTS */
.clients {
    padding: 150px 0 100px 0;
}
.clients h3 {
    text-align: center;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
}
.clients .client-logos {
    text-align: center;
    padding-top: 40px;
}
.clients .client-logos img {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    max-height: 50px;
    filter: grayscale(1);
    margin: 10px 15px;
}
.clients.v2 {
    padding: 80px 0;
}

/* FOOTER */
footer {
    display: block;
    padding: 60px 0 45px 0;
    background: #03173b;
}
footer .logo {
    display: inline-block;
    margin-bottom: 30px;
}
footer .logo img {
    filter: brightness(0) invert(1);
    height: 46px;
}
footer p.copyright {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    margin: 0;
}
footer p.disclaimer {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.25);
    margin: 15px 0 0 0;
    text-align: center;
}
footer .small-links {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .small-links li {
    display: inline-block;
    vertical-align: middle;
}
footer .small-links li a {
    display: block;
    font-size: 0.9rem;
    color: #fff;
    margin-left: 15px;
    font-weight: 600;
}
footer .menu-links {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .menu-links li {
    display: block;
    padding: 5px 0 0 0;
}
footer .menu-links li a {
    display: block;
    font-size: 0.9rem;
    color: #fff;
}
footer p.company {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 20px;
}
footer .company-link {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 0.9rem;
}
footer h3 {
    margin: 0 0 15px 0;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

/* PAGE HEADER */
.page-header {
    display: block;
    padding: 120px 0;
    background: #003FA3;
    color: #fff;
    text-align: center;
}
.page-header.v2 {
    background: url('../img/track-record-bg.jpg') center no-repeat;
    background-size: cover;
}
.page-header.v3 {
    background: url('../img/team-bg.jpg') center no-repeat;
    background-size: cover;
}

/* SERVICES */
.service-page {
    display: block;
    padding: 80px 0 40px 0;
}
.service-page h1 {
    font-weight: 600;
    color: #1f1f1f;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0 0 20px 0;
}
.service-page .img-fluid {
    margin-top: -120px;
    margin-bottom: -120px;
    position: relative;
    z-index: 0;
    border-radius: 6px;
    box-shadow: rgba(10,10,10,0.1) 0 3px 6px;
}
.service-page.v2 {
    padding: 80px 0 0 0;
    background: #f2f3f4;
    position: relative;
    z-index: 0;
}
.service-page.v2:before {
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    background: url('../img/line.svg') center no-repeat;
    background-size: cover;
    content: ' ';
    z-index: 0;
    transform-origin: center;
    transform: rotate(180deg);
}
.service-page.v2 .container {
    position: relative;
    z-index: 1;
}
.service-page.v2 .img-fluid {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}
.service-page ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-page ul li {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
    font-size: 0.9rem;
    color: #1f1f1f;
}
.service-page ul li:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 6px;
    border-bottom: 2px solid #003FA3;
    border-left: 2px solid #003FA3;
    transform-origin: center;
    transform: rotate(-45deg) translateX(2px) translateY(-2px);
}
.service-page .box h3 {
    font-weight: bold;
    color: #003FA3;
    font-size: 1.25rem;
    margin: 15px 0 15px 0;
}

/* LIST BOXES */
.list-boxes .box {
    padding: 45px;
    background: #fff;
    border-radius: 6px;
    box-shadow: rgba(10,10,10,.1) 0 3px 6px;
    position: relative;
    z-index: 1;
}
.list-boxes .box ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-boxes .box ul li {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
    font-size: 0.9rem;
    color: #1f1f1f;
}
.list-boxes .box ul li:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 6px;
    border-bottom: 2px solid #003FA3;
    border-left: 2px solid #003FA3;
    transform-origin: center;
    transform: rotate(-45deg) translateX(2px) translateY(-2px);
}

/* WHY */
.why-crosscon {
    display: block;
    position: relative;
    padding: 80px 0;
    background: #f2f3f4;
}
.why-crosscon .box {
    display: block;
    position: relative;
    z-index: 2;
}
.why-crosscon .box h3 {
    font-weight: 600;
    color: #1f1f1f;
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 10px 0;
    text-align: center;
}
.why-crosscon .why-box {
    display: block;
    margin-top: 30px;
    position: relative;
    padding-left: 40px;
}
.why-crosscon .why-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    filter: grayscale(1);
    opacity: 0.5;
}
.why-crosscon .why-box p {
    margin: 0;
    font-size: 0.9rem;
    color: #1f1f1f;
    line-height: 1.25;
}
.why-crosscon .why-box p strong {
    color: #003FA3;
    text-transform: capitalize;
}

/* CHARTS */
.chart-section {
    display: block;
    padding: 80px 0;
    text-align: center;
}
.chart-section h3 {
    font-weight: 600;
    color: #1f1f1f;
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 30px 0;
}
.chart-section + .chart-section {
    background: #f2f3f4;
}
.chart-section .chart-area {
    user-select: none;
    pointer-events: none;
}
.chart-section .chart-area img {
    width: 100%;
}

/* CAPITAL EXPERIENCE */
.capital-experience {
    padding: 0 0 80px 0;
}
.capital-experience .box {
    background: #f2f3f4;
    padding: 35px;
    border-radius: 6px;
    box-shadow: rgba(10,10,10,0.1) 0 3px 6px;
}
.capital-experience .box + .box {
    margin-top: 30px;
}
.capital-experience .box.v2 {
    background: #fff;
}
.capital-experience h3 {
    font-weight: 600;
    color: #1f1f1f;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 15px 0;
}
.capital-experience ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.capital-experience ul li {
    text-align: left;
    display: inline-flex;
    vertical-align: top;
    flex-direction: column-reverse;
    padding: 0 10px;
}
.capital-experience ul li:first-child {
    padding-left: 0;
}
.capital-experience ul li:last-child {
    padding-right: 0;
}
.capital-experience ul li span {
    display: block;
    color: #1f1f1f;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: -5px;
}
.capital-experience ul li strong {
    font-size: 1.75rem;
    color: #003FA3;
    font-weight: bold;
}

/* BROKER DEALER */
.broker-dealer {
    display: block;
    padding: 140px 0 80px 0;
    position: relative;
    background: url('../img/track-record-bg.jpg') center no-repeat;
    background-size: cover;
}
.broker-dealer h3 {
    font-weight: 600;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 10px 0;
}
.broker-dealer p.lead {
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.broker-dealer .dealer-info {
    padding-left: 30px;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.broker-dealer .dealer-info p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.75);
}
.broker-dealer .dealer-info p a {
    color: inherit;
    text-decoration: underline;
}
.broker-dealer img.rcx-logo {
    height: 20px;
    margin-bottom: 15px;
}

/* TEAM MEMBERS */
.team-members {
    padding: 80px 0;
    background: #071b44;
}
.team-members .team-member + .team-member {
    margin-top: 80px;
}
.team-members .team-member img.img-fluid {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.team-members .team-member h1 {
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}
.team-members .team-member h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
}
.team-members .team-member p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
}

/* CONTACT */
#map {
    width: 100%;
    height: 300px;
    background: #f2f3f4;
}
.contact {
    padding: 80px 0;
}
.contact h3 {
    font-weight: 600;
    color: #1f1f1f;
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 10px 0;
}
.contact p {
    margin: 0 0 30px 0;
    color: #1f1f1f;
}
.contact.content h4 {
    font-weight: 600;
    color: #1f1f1f;
    font-size: 1.5rem;
    line-height: 1;
    margin: 40px 0 20px 0;
}
.contact.content p {
    margin-bottom: 15px;
}
.contact.content li p {
    margin-bottom: 5px;
}
.contact .form-group label {
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 3px 0;
}
.contact .form-group .form-control {
    padding: 15px 15px;
    border: 1px solid #eee;
    box-shadow: rgba(10,10,10,0.1) 0 3px 6px;
    border-radius: 6px;
    height: auto;
}
.contact .form-group .form-control:focus {
    box-shadow: rgba(10,10,10,0.2) 0 3px 9px;
    border-color: #003FA3;
}
.contact .form-group textarea.form-control {
    min-height: 150px;
}
.contact .contact-item {
    display: block;
    position: relative;
}
.contact .contact-item + .contact-item {
    margin-top: 40px;
}
.contact .contact-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background: #f2f3f4;
    line-height: 80px;
    text-align: center;
}
.contact .contact-item .icon img {
    width: 32px;
    height: 32px;
}
.contact .contact-item .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px);
    padding-left: 10px;
}
.contact .contact-item .info p {
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    html, body {
        font-size: 14px;
    }
    .clients .client-logos img {
        max-width: 150px;
        max-height: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    html, body {
        font-size: 14px;
    }
    .clients .client-logos img {
        max-width: 150px;
        max-height: 40px;
    }
    .boxes .box {
        padding: 25px;
    }
    .boxes .box img {
        width: 48px;
        height: 48px;
    }
    footer .menu-links li a {
        margin-left: 15px;
    }
    .capital-experience ul li {
        padding-left: 0;
        padding-right: 20px;
        padding-bottom: 10px;
    }
}
@media (max-width: 767px) {
    header .header-inner {
        display: none;
    }
    .navbar .navbar-brand img {
        height: 35px;
    }
    .navbar-light {
        padding: 10px 15px;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
        font-size: 15px;
    }
    .navbar-light .navbar-toggler:hover,
    .navbar-light .navbar-toggler:focus,
    .navbar-light .navbar-toggler:active {
        box-shadow: none;
        background: #eee;
        outline: none;
    }
    .navbar .nav-item > .nav-link {
        margin-right: 0;
        text-align: center;
        padding: 10px 5px;
    }
    .navbar .nav-item > .nav-link:before {
        display: none;
    }
    .main {
        text-align: center;
        padding: 100px 0;
    }
    .main h1 {
        font-size: 2rem;
    }
    .main h1 span {
        font-size: 1.5rem;
    }
    .boxes .row {
        margin-top: -50px;
    }
    .boxes .box {
        margin-top: 0;
        height: auto;
        border-top: 1px solid #eee;
        border-bottom: 2px solid #eee;
        margin-bottom: 15px;
    }
    .track-record,
    .previous-experience {
        text-align: center;
    }
    .advisory-experience {
        padding: 40px 0 25px 0;
    }
    .advisory-experience .box {
        height: auto;
        margin-bottom: 15px;
    }
    .advisory-experience h3 {
        text-align: center;
    }
    .track-record h3,
    .previous-experience h3,
    .advisory-experience h3,
    .service-page h1 {
        font-size: 2rem;
        font-weight: bold;
    }
    .why-crosscon .box h3 {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .track-record .img-fluid {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        max-width: 70%;
    }
    .track-record .box-inline {
        padding: 25px;
    }
    .track-record .box-inline .img-fluid {
        max-width: 80%;
        margin: auto auto 30px auto;
    }
    .features {
        padding: 80px 0 80px 0;
    }
    .features .feature {
        margin-top: 30px;
    }
    .previous-experience .boxes {
        margin-top: 0;
        margin-bottom: 0;
    }
    .previous-experience .boxes .row {
        margin-top: 0;
    }
    .previous-experience .box {
        height: auto;
        margin-top: 15px;
        margin-bottom: 0;
        text-align: left;
    }
    .previous-experience .box ul {
        text-align: left;
    }
    .clients {
        padding: 80px 0;
    }
    .clients h3 {
        font-size: 1.25rem;
    }
    .clients .client-logos img {
        max-width: 120px;
        max-height: 35px;
        margin: 5px;
    }
    footer .logo {
        margin-bottom: 30px;
    }
    footer h3 {
        margin: 30px 0 5px 0;
    }
    footer .menu-links li {
        display: block;
    }
    footer .menu-links li a {
        margin: 0;
    }
    footer .small-links {
        padding-bottom: 15px;
        padding-top: 30px;
    }
    footer .small-links li a {
        margin-left: 5px;
        margin-right: 5px;
    }
    .page-header {
        padding: 80px 0;
    }
    .page-header h3 {
        font-size: 1.5rem;
    }
    .service-page {
        padding: 60px 0 15px 0;
    }
    .service-page.v2 {
        padding-top: 60px;
    }
    .service-page .img-fluid {
        margin: 15px 0;
    }
    .list-boxes .box {
        padding: 0 25px 25px 25px;
    }
    .list-boxes .box h3 {
        margin-top: 25px;
        font-size: 1.25rem;
    }
    .chart-section {
        padding: 60px 0;
    }
    .chart-section h3 {
        max-width: 70%;
        margin: auto auto 15px auto;
        font-size: 1.25rem;
    }
    .chart-section .chart-area {
        margin-bottom: 45px;
    }
    .chart-section .col-md-6:last-child .chart-area {
        margin-bottom: 0;
    }
    .capital-experience .box {
        padding: 25px;
        text-align: center;
    }
    .capital-experience ul li {
        display: flex;
        padding: 5px 15px !important;
        text-align: center;
        justify-content: center;
        width: 100%;
    }
    .broker-dealer {
        text-align: center;
        padding: 60px 0;
    }
    .broker-dealer .dealer-info {
        padding-left: 0;
        padding-top: 20px;
        margin-top: 20px;
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.2);
    }
    .team-members {
        padding: 60px 0;
    }
    .team-members .team-member + .team-member {
        margin-top: 30px;
    }
    .team-members .team-member img.img-fluid {
        margin: 0 auto 20px auto;
        display: block;
    }
    .team-members .team-member h1,
    .team-members .team-member h4 {
        text-align: center;
    }
    .contact {
        padding: 60px 0;
    }
    .contact .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .contact .contact-item:first-child {
        margin-top: 30px;
    }

    
}