html {
    scroll-behavior: smooth;
}
body {   
    color: #333;
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
wrapper {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}





/*------------------------------
            Global
------------------------------*/
a {
    color: #88CFFF;
    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: #D1E8F7;
    text-decoration: none;
}
a.learn-more {
    display: block;
    color: #ACDEFF;
    font-weight: 700;
    padding: .625rem 3rem;
    border: 2px solid #ACDEFF;
}
a.learn-more:hover {
    color: #fff;
    background-color: #ACDEFF;
}
a.learn-more img {
    position: relative;
    top: -.1rem;
    width: 1rem;
    margin-right: .375rem;
}
h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
h4 {
    font-weight: 500;
}
h5 {
    font-weight: 400;
}
h6 {
    font-weight: 400;
}
p {
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
}
ul li {
    font-size: 1.25rem;
}
.f45 {
    font-size: 2.8125rem;
    line-height: 1.25;
}
.f35 {
    font-size: 2.1875rem;
    line-height: 1.3;
}
.f32 {
    font-size: 2rem;
}
.f30 {
    font-size: 1.875rem;
}
.f28 {
    font-size: 1.75rem;
}
.f25 {
    font-size: 1.5625rem;
}
.f22 {
    font-size: 1.375rem;
}
.f20 {
    font-size: 1.25rem;
}
.f18 {
    font-size: 1.125rem;
}
.f17 {
    font-size: 1.0625rem;
}
.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 (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}
@media (max-width: 1399px), (max-height: 800px) {
    h3 {
        font-size: 2.25rem;
        margin-bottom: 1.5rem;
    }
    ul li {
        font-size: 1.125rem;
    }
    p {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    .f45 {
        font-size: 2.5rem;
    }
    .f40 {
        font-size: 2rem;
    }
    .f35 {
        font-size: 1.75rem;
    }
    .f32 {
        font-size: 1.625rem;
    }
    .f30 {
        font-size: 1.5rem;
    }
    .f28 {
        font-size: 1.5rem;
    }
    .f25 {
        font-size: 1.375rem;
    }
    .f22 {
        font-size: 1.25rem;
    }
    .f20 {
        font-size: 1.125rem;
    }
    .f18 {
        font-size: 1rem;
    }
    .f17 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    .p-mobile {
        padding: 3.5rem 0 !important;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }
    ul li {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .f45 {
        font-size: 1.625rem;
    }
    .f40 {
        font-size: 1.5rem;
    }
    .f35 {
        font-size: 1.375rem;
    }
    .f32 {
        font-size: 1.25rem;
    }
    .f30 {
        font-size: 1.25rem;
    }
    .f25 {
        font-size: 1.125rem;
    }
    .f22 {
        font-size: 1.125rem;
    }
    .f20 {
        font-size: 1rem;
    }
    .f17 {
        font-size: .9375rem;
    }
    a.learn-more {
        padding: .5rem 1.25rem;
    }
    .p-mobile {
        padding: 2.5rem 0 !important;
    }
}




 
/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    position: absolute;
    width: 100%;
    background-color: transparent;
    padding: .75rem 0;
}
.navbar .container {
    position: relative;
}
.navbar .navbar-brand {
    width: 18.75rem;
    filter: brightness(0) invert(1);
    padding: 0;
    margin: 0 .9375rem;
    transition: all 0s;
}
.navbar .navbar-toggler {
    z-index: 9;
    cursor: pointer;
    color: #D9E4EB;
    padding: .375rem .9375rem;
    border: none;
    outline: none;
}
.navbar .navbar-toggler svg {
    width: 2.75rem;
    height: 2.75rem;
}
.navbar .nav-item.nav-link {
    position: relative;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    text-align: right;
    padding: .125rem 0;
    margin: .125rem 0;
}
.navbar .nav-item.nav-link:hover {
    color: #ACDEFF;
}
.navbar .nav-item.nav-link.active {
    color: #ACDEFF;
    font-weight: 700;
}
.navbar.navbar-min {
    position: fixed;
    padding: .75rem 0;
}
.navbar.navbar-min .navbar-toggler {
    display: block;
}
.navbar.navbar-active {
    background-color: rgba(0, 0, 0, .85);
}
@media (min-width: 992px) {
    .navbar.navbar-min {
        top: -8rem;
    }
    .navbar.navbar-min .navbar-brand {
        opacity: 0;
    }
    .navbar.navbar-min .navbar-toggler {
        position: relative;
        top: 8rem;
        right: -1.25rem;
    }
    .navbar.navbar-min .navbar-nav {
        padding-top: 8rem;
    }
    .navbar:not(.navbar-min) .navbar-nav {
        position: absolute;
        top: 1rem;
        right: .9375rem;
    }
}
@media (min-width: 1599px) {
    .navbar.navbar-min .navbar-toggler {
        right: -4rem;
    }
    .navbar .navbar-collapse {
        margin-right: -2.625rem;
    }
    .navbar:not(.navbar-min) .navbar-nav {
        margin-right: -2.625rem;
    }
}
@media (max-width: 1399px), (max-height: 800px) {
    .navbar .navbar-brand {
        width: 14rem;
    }
}
@media (max-width: 1199px), (max-height: 800px) {
    .navbar .nav-item.nav-link {
        font-size: 1rem;
        margin: 0;
    }
}
@media (max-width: 991px) {
    .navbar {
        background-color: rgba(0, 0, 0, .85);
        padding: .75rem 0;
    }
    .navbar .navbar-brand {
        width: 11rem;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1.5rem 0 0;
        margin: 0;
    }
    .navbar .nav-item.nav-link {
        font-size: 1.25rem;
        text-align: center;
        padding: .125rem 0;
        margin: .125rem 0;
    }
}





/*------------------------------
            FP Navbar
------------------------------*/
#fp-nav ul li {
    margin: 10px 7px;
}
#fp-nav ul li a span {
    height: .5625rem;
    width: .5625rem;
    background: #D1E8F7;
    margin: 0!important;
}
#fp-nav ul li:hover a span {
    margin: 0!important;
}
#fp-nav ul li a.active span {
    height: .9375rem;
    width: .9375rem;
    background: #1A82C7;
    margin: -3px 0 0 -3px!important;
    box-shadow: 0 0 10px #1A82C764;
}
#fp-nav ul li a.active:hover span {
    height: .9375rem;
    width: .9375rem;
}
#fp-nav ul li .fp-tooltip {
    top: 2px;
    padding-left: 4px;
    color: #1A82C7;
}





/*------------------------------
            Header
------------------------------*/
header {
    background-blend-mode: multiply;
}
header .content {
    min-height: 25rem;
    padding-bottom: 8rem;
}
header.secondary .content {
    min-height: 20rem;
    padding-bottom: 2rem;
}
header .content h1 {
    color: #fff;
    font-size: 2.8125rem;
    font-weight: 700;
    margin: auto 0 1rem;
}
header .content h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    margin: 0;
}
@media(max-width: 1399px), (max-height: 800px) {
    header .content {
        min-height: 20rem;
        padding-bottom: 4rem;
    }
    header.secondary .content {
        min-height: 18rem;
    }
    header .content h1 {
        font-size: 2.5rem;
    }
    header .content h2 {
        font-size: 1.5rem;
    }
}
@media(max-width: 767px) {
    header.secondary .content {
        min-height: 12rem;
    }
    header .content h1 {
        font-size: 1.75rem;
    }
    header .content h2 {
        font-size: 1.25rem;
    }
}





/*------------------------------
            Home      
------------------------------*/
#fullpage {
    overflow: hidden;
}
.section:not(.section-2):not(.section-3):not(.section-5):not(.section-6):not(.section-8) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}
.section-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/landing.png) center no-repeat;
    background-size: cover;
}
.section-1 .content {
    min-height: 100vh;
    padding: 12rem 0 16rem;
}
.section-1 h1 {
    color: #fff;
    font-weight: 700;
    max-width: 60rem;
    margin-bottom: 2.5rem;
}
.section-1 h1 span {
    color: #88CFFF;
}
.section-1 h2 {
    color: #fff;
    font-weight: 400;
    max-width: 56rem;
    line-height: 1.45;
    margin-bottom: 2.25rem;
}
.section-2 {
    background-color: #F7F5F5;
    overflow: hidden;
}
.section-2 .row {
    z-index: 3;
    position: relative;
}
.section-2 .col-lg-5 {
    position: relative;
}
.section-2 .col-lg-5::after {
    z-index: 1;
    position: absolute;
    top: -5rem;
    right: -0rem;
    display: block;
    height: calc(100vh + 5rem);
    width: 100vw;
    content: '';
    background-color: #D9E4EB;
}
.section-2 .title {
    opacity: .88;
    margin-bottom: 1rem;
}
.section-2 {
    padding: 5rem 0;
}
.section-2 h3 {
    color: #01436E;
    margin-bottom: 0;
}
.section-2 .col-lg-6:nth-child(1) h3 {
    max-width: 26rem;
}
.section-2 .main {
    z-index: 1;
    position: relative;
    min-height: 9rem;
    text-align: center;
    margin: 3rem 0 0;
}
.section-2 .main .info {
    color: #1A82C7;
    font-weight: 700;
    margin: 0 0 -1.5rem;
}
.section-2 .main .num {
    color: #1A82C7;
    font-size: 1.5625rem;
    font-weight: 700;
    margin: 0;
}
.section-2 .main .num span {
    font-size: 200%;
}
.section-2 .main .desc {
    color: #01436E;
    font-weight: 700;
    margin-bottom: .5rem;
}
.section-2 .col-lg-7 .main .desc {
    min-height: 3rem;
    margin: 0;
}
.section-2 .content {
    height: 100%;
    justify-content: center;
    padding: 3rem 0;
}
.section-2 .img-container {
    height: 6rem;
    padding: 1rem;
}
.section-2 .desc {
    color: #01436E;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}
.section-2 .learn-more {
    color: #fff;
    background-color: #01436E;
    border-color: #01436E;
    margin-top: 3.5rem;
}
.section-2 .learn-more:hover {
    color: #01436E;
    background-color: #fff;
}
.section-3 {
    color: #fff;
    background-color: #01436E;
    text-align: center;
    padding: 6rem 0;
}
.section-3 h3 {
    margin-bottom: 3rem;
}
.section-3 .img-container {
    background-color: #01436E;
    width: 8.375rem;
    height: 5.625rem;
    padding: .5rem 1.5rem;
    margin: -2.8125rem auto 2.25rem;
}
.section-3 .content {
    height: calc(100% - 5rem);
    padding: 0 1.125rem .875rem;
    border: 1px solid #ACDEFF;
    border-radius: .625rem;
    margin-top: 5rem;
}
.section-3 h5 {
    height: 3.5rem;
    color: #ACDEFF;
    font-weight: 700;
    margin-bottom: 0;
}
.section-3 p {
    line-height: 1.8;
    margin-bottom: 1rem;
}
.section-3 p.disclaimer {
    font-size: 1rem;
    line-height: 1.3;
    margin: 2rem 0 0;
}
.section-3 .learn-more {
    margin-top: 4rem;
}
.section-3 .vimeo {
    position: relative;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-top: 3rem;
}
.section-3 .vimeo iframe,
.section-3 .vimeo object,
.section-3 .vimeo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-4 {
    padding: 4rem 0 2rem;
}
.section-4 h3  {
    color: #01436E;
    max-width: 48rem;
    margin-bottom: 4rem;
}
.section-4 .img-container {
    width: 26rem;
    max-width: 100%;
}
.section-4 .img-container img {
    width: calc(50% - 1rem);
    height: calc(50% - 1rem);
    margin: 0 .875rem .875rem 0;
}
.section-4 .card {
    border: none;
    margin-bottom: .5rem;
}
.section-4 .card .card-header {
    cursor: pointer;
    position: relative;
    color: #1A82C7;
    background-color: transparent;
    padding: .5rem 2rem;
    border: none;
}
.section-4 .card .card-header::before {
    position: absolute;
    top: 1rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: '';
    background: url(../images//icons/icon-expand.svg) center no-repeat;
    background-size: contain;
}
.section-4 .card:not(.collapsed) .card-header::before {
    background: url(../images//icons/icon-collapse.svg) center no-repeat;
    background-size: contain;
}
.section-4 .card .card-body {
    padding-left: 2rem;
}
.section-4 .learn-more {
    color: #1A82C7;
    border-color: #1A82C7;
    margin-top: 4rem;
}
.section-4 .learn-more:hover {
    background-color: #1A82C7;
}
.section-5 {
    height: 100%;
    min-height: 40rem;
    padding: 1rem 1rem 0;
}
.section-5 h3 {
    color: #01436E;
    margin: auto 0 1.5rem;
}
.section-5 .main {
    position: relative;
    height: calc(50vh - 3rem);
    min-height: 18rem;
    margin-bottom: 2rem;
}
.section-5 .content {
    z-index: 3;
    position: relative;
    text-align: center;
    padding: 2rem 1rem;
}
.section-5 .content h4 {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
.section-5 a:hover > .main .overlay {
    opacity: .85;
}
.section-5 .main .overlay {
    opacity: .57;
    background-color: #01436E;
}
.section-5 .secondary {
    height: calc(50vh - 3rem);
    min-height: 18rem;
    background-color: #D9E4EB;
    padding: 2rem 3rem 3rem;
    margin-bottom: 2rem;
}
.section-5 .secondary h5 {
    line-height: 1.55;
    margin: 0;
}
.section-5 .content p {
    color: #fff;
    height: 5rem;
}
.section-6 {
    position: relative;
    color: #fff;
    background-color: #01436E;
    margin-top: 6rem;
}
.section-6 .container {
    z-index: 3;
    position: relative;
}
.section-6 .carousel {
    height: 100%;
}
.section-6 .carousel .col-md {
    max-width: 11.25rem;
}
.section-6 .title {
    opacity: .88;
    margin-bottom: 4rem;
}
.section-6 a.main {
    color: #fff;
}
.section-6 a.main:hover {
    color: #88CFFF;
}
.section-6 h3 {
    line-height: 1.5;
    margin: 2rem 0;
}
.section-6 .img-container {
    position: relative;
    height: 8rem;
    padding: 1rem;
}
.section-6 .img-container:hover > img {
    filter: brightness(0) invert(1);
}
.section-6 .img-container:hover > .info {
    opacity: 1;
}
.section-6 .info {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: .125rem;
    width: 100%;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    text-align: center;
    opacity: 0;
}
.img-container .rectangle {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0;
    transition-duration: 220ms;
    transition-timing-function: ease-out;
    transform: scale(.9);
}
.img-container:hover > .rectangle {
    opacity: 1;
    transform: scale(1);
}
.img-container.giact .rectangle {
    background-color: #f15c5f;
}
.img-container.rategenius .rectangle {
    background-color: #81a432;
}
.img-container.rv_share .rectangle {
    background-color: #106db6;
}
.img-container.vrbo .rectangle {
    background-color: #15326f;
}
.img-container.auto_vitals .rectangle {
    background-color: #404040;
}
.img-container.newgistics .rectangle {
    background-color: #9fce6a;
}
.img-container.katabat .rectangle {
    background-color: #ecab29;
}
.img-container.pelitas .rectangle {
    background-color: #2954bd;
}
.img-container.roadone .rectangle {
    background-color: #8e1004;
}
.img-container.jane .rectangle {
    background-color: #f38089;
}
.img-container.symphony_risk_solutions .rectangle {
    background-color: #a81766;
}
.img-container.chairish .rectangle {
    background-color: #cc4639;
}
.img-container.toursbylocals .rectangle {
    background-color: #74ac41;
}
.img-container.project_x .rectangle {
    background-color: #686969;
}
.img-container.tez .rectangle {
    background-color: #7c59fb;
}
.img-container.inova_payroll .rectangle {
    background-color: #00a1ed;
}
.img-container._vacation_innovations .rectangle {
    background-color: #0075ab;
}
.img-container.retrans .rectangle {
    background-color: #56b6e8;
}
.img-container.logistic_dynamics .rectangle {
    background-color: #333;
}
.img-container.global_access .rectangle {
    background-color: #7ca7c9;
}
.img-container.retailmenot .rectangle {
    background-color: #4a2254;
}
.img-container.fexy .rectangle {
    background-color: #8b2392;
}
.img-container.homeaway .rectangle {
    background-color: #006cb6;
}
.img-container.asset_international .rectangle {
    background-color: #2177aa;
}
.img-container.century_payments .rectangle {
    background-color: #009ddc;
}
.img-container.beecher_carlson .rectangle {
    background-color: #8ec740;
}
.img-container.creditcardscom .rectangle {
    background-color: #000533;
}
.img-container.miq_logistics .rectangle {
    background-color: #619cbc;
}
.img-container.port_logistics_group .rectangle {
    background-color: #646567;
}
.img-container.vida_capital .rectangle {
    background-color: #174887;
}
.img-container.vovici .rectangle {
    background-color: #df3b22;
}
.img-container.paycommerce .rectangle {
    background-color: #f26226;
}
.img-container.emerus .rectangle {
    background-color: #c90750;
}
.section-6 .overlay {
    left: auto;
    right: 0;
    width: calc(50vw + 14rem);
    background-color: #fff;
}
.section-6 .carousel-indicators {
    bottom: -2.5rem;
}
.section-6 .carousel-indicators li {
    opacity: 1;
    width: 9px;
    height: 9px;
    background-color: #D1E8F7;
    border-radius: 100%;
    margin: 0 .5rem;
}
.section-6 .carousel-indicators li.active {
    width: 15px;
    height: 15px;
    background-color: #1A82C7;
    margin-top: -3px;
}
.section-7 {
    padding: 4rem 0;
}
.section-7 h3 {
    color: #01436E;
    margin-bottom: 2.5rem;
}
.section-7 ul {
    margin: 3.25rem 0 0;
}
.section-7 ul li {
    position: relative;
    padding-left: 3rem;
}
.section-7 ul li b {
    color: #01436E;
}
.section-7 ul li img {
    position: absolute;
    top: .375rem;
    left: 0;
}
.section-7 ul li img.email {
    top: .625rem;
}
.section-7 ul li a {
    color: #1A82C7;
}
.section-7 ul li a:hover {
    color: #acdeff;
}
.section-7 form {
    padding: 3.125rem;
    box-shadow: 0 10px 20px #01436E40;
    border-radius: 1.25rem;
}
.section-7 form label {
    color: #01436E;
    margin-bottom: 1rem;
}
.section-7 form .form-control {
    border: 2px solid #ddd;
    border-radius: .625rem;
}
.section-7 form input.form-control {
    height: 3.75rem;
}
.section-7 form .form-control:focus {
    border-color: #01436E;
    box-shadow: none;
}
.section-7 .btn {
    color: #fff;
    background-color: #01436E;
    font-weight: 700;
    padding: .75rem 2rem;
    border-radius: .625rem;
    margin: 2.5rem 0 0 auto;
}
.disclaimer p {
    font-size: 1rem;
    margin: 0 0 4rem;
}
@media (min-width: 1200px) {
    .section-2 .col-lg-5 .col-md-6:nth-child(2) .m-auto,
    .section-2 .col-lg-5 .col-md-6:nth-child(4) .m-auto {
        margin-left: 0!important;
    }
}
@media (max-width: 1399px) {
    .section-2 .main .num span {
        font-size: 175%;
    }
    .section-2 .img-container {
        height: 5rem;
    }
    .section-2 .overlay-blue {
        display: none;
    }
    .section-3 p {
        font-size: 1rem;
        line-height: 1.4;
    }
    .section-4 h3 {
        margin-bottom: 1.25rem;
    }
    .section-5 {
        padding: 1rem 0;
    }
    .section-5 .secondary h5 {
        font-size: 1rem;
    }
    .section-6 .title {
        margin: 3rem 0 1.5rem;
    }
    .section-6 h3 {
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }
    .section-6 .carousel .col-md {
        padding: 0 .25rem;
    }
    .section-6 .img-container {
        height: 7rem;
        padding: 2rem 1rem;
    }
    .section-6 .info {
        font-size: .75rem;
    }
    .section-6 .overlay {
        right: -1rem;
    }
}
@media (min-width: 992px) {
    .section-7 h5 span:last-child {
        display: none;
    }
}
@media (max-width: 1199px) {
    .section-1 .content {
        padding: 8rem 0;
    }
    .section-1 h1,
    .section-1 h2 {
        max-width: 50rem;
    }
    .section-6 {
        padding-bottom: 4rem;
    }
    .section-6 .overlay {
        top: 6.5rem;
        right: 0;
        width: 100%;
        height: calc(100% - 6.5rem);
    }
}
@media (max-width: 991px) {
    .section-2 .col-lg-5 {
        margin-bottom: 7rem;
    }
    .section-2 .col-lg-5::after {
        height: calc(100% + 8.5rem);
        left: -25vw;
        width: 150vw;
    }
    .section-2 .main {
        min-height: auto;
    }
    .section-2 .main .info {
        margin: 0;
    }
    .section-4 .img-container {
        display: none;
    }
    .section-7 h5 span:first-child {
        display: none;
    }
    .section-7 ul {
        margin: 1.5rem 0 0;
    }
    .section-7 form {
        margin: 2rem 0 3rem;
    }
}
@media (max-width: 767px) {
    #home .section-1 {
        order: 1;
    }
    .section-1 h1 {
        margin-bottom: 1.5rem;
    }
    #home .section-2 {
        order: 3;
    }
    .section-2 h3 {
        margin-bottom: 1rem;
    }
    .section-2 .overlay-img {
        left: 0;
    }
    .section-2 .main:not(:nth-child(4))::after {
        width: 100%;
    }
    #home .section-3 {
        order: 2;
    }
    .section-3 h5 {
        height: auto;
        margin-bottom: 1rem;
    }
    #home .section-4 {
        order: 4;
    }
    #home .section-5 {
        order: 5;
    }
    .section-5 .main,
    .section-5 .secondary {
        height: 16rem;
        margin-bottom: 1rem;
    }
    #home .section-6 {
        order: 6;
    }
    .section-6 .carousel .col-md {
        max-width: 100%;
    }
    .section-6 .img-container {
        height: 6rem;
        padding: 1rem;
    }
    .section-6 .overlay {
        top: 5.25rem;
        height: calc(100% - 5.25rem);
    }
    #home .section-7 {
        order: 7;
    }
    .section-7 form {
        padding: 1rem;
    }
    .section-7 .btn {
        margin: .5rem 0 0 auto;
    }
    #home .section-8 {
        order: 8;
    }
}





/*------------------------------
            Companies
------------------------------*/
.companies-nav .space-btm {
    background-color: #fff;
}
.companies {
    padding: 2rem 0 4rem;
}
.companies .person {
    cursor: pointer;
    position: relative;
    height: 16rem;
    padding: 4.5rem 2rem;
}
.companies .person:hover > img {
    filter: brightness(0) invert(1);
}
.companies .info {
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    opacity: 0;
}
.companies .person:hover > .info {
    opacity: 1;
}
@media(max-width: 1399px), (max-height: 800px) {
    .companies .person {
        height: 12rem;
        padding: 3rem 2rem;
        margin-bottom: 1rem;
    }
}
@media(max-width: 1199px) {
    .companies .person {
        padding: 2rem 1rem;
    }
}
@media(max-width: 767px) {
    .companies {
        padding: 3rem 0 2rem;
    }
    .companies .person {
        height: 8rem;
    }
}





/*------------------------------
            Team
------------------------------*/
.team {
    padding: 5rem 0;
}
.team .dropdown {
    margin-bottom: 4rem;
}
.team .dropdown span {
    margin-right: 1rem;
}
.team .dropdown .btn {
    color: #01436E;
    background-color: #fff;
    border-color: #01436E;
}
.team .dropdown .btn:hover,
.team .dropdown .btn:focus {
    color: #fff;
    background-color: #01436E;
    box-shadow: none;
    outline: none;
}
.team .dropdown .dropdown-item {
    font-size: 1rem;
}
.team .dropdown .dropdown-item.active {
    background-color: #01436E;
}
.team .person {
    cursor: pointer;
    margin-bottom: 3.25rem;
}
.team .person .img-container {
    position: relative;
    margin-bottom: 1rem;
}
.team .person img {
    width: 100%;
}
.team .person .overlay {
    opacity: 0;
    background-color: #01436E;
}
.team .person:hover > .img-container .overlay {
    opacity: .5;
}
.team .name {
    font-weight: 700;
}
.team .title {
    opacity: .6;
    margin: 0;
}
.team-info {
    color: #fff;
    background-color: #01436E;
    padding: 5rem 0 4rem;
    margin-bottom: 2rem;
}
.team-inf h3 {
    margin-bottom: 1rem;
}
@media(max-width: 1199px) {
    .team .title {
        font-size: 1rem;
    }
}
@media(max-width: 767px) {
    .team .col-6:nth-child(odd) {
        padding-right: .5rem;
    }
    .team .col-6:nth-child(even) {
        padding-left: .5rem;
    }
    .team .person {
        margin-bottom: 2rem;
    }
    .team .person .img-container {
        margin-bottom: .5rem;
    }
    .team .name {
        margin-bottom: .25rem;
    }
}





/*------------------------------
            Team
------------------------------*/
.executives-nav {
    background-color: #fafafa;
}
.executives-nav h3 {
    color: #01436E;
    margin: 2.5rem 0;
}
.executives-nav .btn-group {
    background-color: #fff;
    border: 1px solid #01436e!important;
}
.executives-nav .space-btm {
    margin: 0 0 2.75rem;
}
.executives {
    background-color: #fafafa;
    padding: 0 0 5rem;
}
.executives h3 {
    color: #01436E;
    margin-bottom: 2.5rem;
}
.executives .col-12:not(:first-child) h3 {
    margin-top: 3rem;
}
.executives .person {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 12rem;
    background-color: #01436e;
    padding: 1rem;
    margin-bottom: 1.875rem;
}
.executives .person:hover {
    color: #fff;
    background-color: rgba(1, 66, 110, .9);
}
.executives .name {
    color: #fff;
    font-weight: 700;
}
.executives .title {
    color: #fff;
    opacity: .6;
    text-align: center;
    margin: 0;
}
@media (max-width: 767px) {
    .executives-nav h3 {
        margin: 0 0 2rem;
    }
    .executives .col-12:not(:first-child) h3 {
        margin-top: 2rem;
    }
    .executives .person {
        height: 10rem;
    }
    .executives .name.f25 {
        font-size: 1rem;
    }
    .executives .title {
        font-size: .875rem;
    }
}





/*------------------------------
            Team Modal
------------------------------*/
.modal .modal-content {
    background-color: transparent;
}
.modal .carousel-inner {
    padding-left: 3rem;
}
.modal .carousel-item {
    padding-right: 3rem;
    margin-top: 6rem;
    background-color: #fff;
}
.modal .nav {
    z-index: 3;
    position: absolute;
    top: 6rem;
    right: 0;
}
.modal .nav .nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background-color: #D1E8F7;
}
.modal .nav .nav-item:nth-child(2) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.modal .content-executives {
    padding: 4rem 3rem;
}
.modal .content.left {
    padding: 20rem 0 3rem 5rem;
}
.modal .content.left .desc {
    color: #01436E;
    font-weight: 700;
}
.modal .content.left ul {
    padding-left: 1.3rem;
    margin-bottom: 2rem;
}
#companiesModal .content.left ul {
    list-style: none;
    padding-left: 0;
}
.modal .content.left ul li {
    opacity: .8;
}
#companiesModal .content.left ul li {
    font-weight: 700;
}
.modal .content.left ul li a {
    color: #333;
}
.modal .content.left ul li a:hover {
    color: #01436e;
}
.modal .content.right {
    padding: 3rem 4rem 3rem 1rem;
}
.modal .img-container {
    position: absolute;
    top: -2rem;
    left: -22.25rem;
    display: flex;
    flex-direction: column;
    width: 19.25rem;
    max-width: 100%;
    background-color: #fff;
}
#companiesModal .img-container {
    height: 19.25rem;
    padding: 2rem;
}
.modal .img-container::before {
    z-index: -1;
    position: absolute;
    top: -1.75rem;
    left: -1.75rem;
    display: block;
    width: 19.25rem;
    height: 100%;
    content: '';
    background-color: #D1E8F7
}
.modal .name {
    font-weight: 700;
}
.modal .list-info {
    margin: 2.5rem 0 3rem;
}
.modal .list-info li a {
    color: #333;
}
.modal .list-info li a:hover {
    color: #01436e;
}
.modal .list-info li svg {
    color: #01436e;
    margin-right: .5rem;
}
.modal .list-info .phone {
    cursor: pointer;
}
.modal .list-info i {
    font-style: normal;
    display: none;
}
.modal .list-info .show-phone i {
    display: inline-block;
}
.modal hr {
    border-top: 1px solid #707070;
    margin: 2rem 0;
}
.modal p {
    opacity: .8;
}
.modal-backdrop {
    background-color: #01436E;
}
.modal-backdrop.show {
    opacity: .8;
}
@media (min-width: 1200px) {
    .modal .modal-lg {
        max-width: 1110px;
    }
    .modal ul li,
    .modal p {
        font-size: 1.125rem;
    }
}
@media (max-width: 1199px) {
    .modal .carousel-inner {
        padding: 0;
    }
    .modal .img-container {
        position: relative;
        top: 0;
        left: 0;
    }
    .modal .img-container::before {
        top: -1rem;
        left: -1rem;
    }
    .modal .content.right {
        padding: 0 1rem 2rem;
    }
    .modal .content.left {
        padding: 0 1rem 3rem;
    }
}
@media (max-width: 767px) {
    .modal .list-info {
        display: flex;
        margin: 1rem 0 0;
    }
    .modal .list-info li {
        margin-right: .5rem;
    }
}





/*------------------------------
        Terms of Use
------------------------------*/
.terms {
    padding: 5rem 0;
}





/*------------------------------
            Footer
------------------------------*/
footer {
    color: #fff;
    background-color: #efefef;
    padding: 2rem 0 1rem;
}
footer .nav-item img {
    width: 18.75rem;
    margin-bottom: 1rem;
}
footer h5 {
    color: #01436E;
    font-weight: 700;
}
footer .nav-item {
    color: #01436E;
}
footer .nav-item:hover {
    color: #333333A3;
}
footer p {
    width: 100%;
    display: flex;
    color: #333333A3;
    margin: 2.125rem 0 0;
}
footer p a {
    display: inline-block;
    color: #333333A3;
    margin: 0 .5rem;
}
footer p a:hover {
    color: #01436E;
}
@media (max-width: 1399px) {
    footer .nav-item img {
        width: 14rem;
    }
}
@media (max-width: 1199px) {
    footer {
        padding: 3rem 0 1rem;
    }
}
@media (max-width: 991px) {
    footer p {
        flex-direction: column;
        margin: 1rem 0 0;
    }
    footer p span {
        display: none;
    }
    footer p a {
        margin: 0;
    }
}
@media (max-width: 767px) {
    footer .nav-item img {
        width: 12rem;
    }
}



#howwepartner { height: 600px;}

.nav-menu .navbar.navbar-min {background-color: transparent;box-shadow: inherit;}
/* .nav-menu .navbar .nav-item.nav-link{padding: .04rem 0;margin: 0.2rem .25rem;font-weight: 600;} */
.nav-menu.nav-addClass .navbar-min .nav-item.nav-link{color: #01436E;}
.nav-menu.nav-addClass nav.navbar .navbar-brand {opacity: 0;visibility: hidden;}

/*------------------------------
    About US page css start 
------------------------------*/
#aboutUs .at-tritium-sec:nth-child(3) {
    margin-bottom: -7rem;
}
.at-tritium-sec {width: 100%;display: flex;background: #fafafa;align-items: center;justify-content: center;}
.at-tritium-sec.ceoPartners .content-about.approach {
    max-width: 79rem;
}
.at-tritium-sec.forFounders {
    background-color: #fff;
}
.at-tritium-sec.forFounders h3 {
    color: #01436E;
}
.at-tritium-sec.forFounders .content-about {
    top: 0;
    max-width: 100%;
    background-color: transparent;
    padding: 4rem 0;
}
.at-tritium-sec h3 {
    color: #01436E;
}
#news .at-tritium-sec .content-about {
    top: 0;
    padding-top: 5rem;
}
.at-tritium-sec .content-about{width: 100%;display: block;background: #fff;padding: 50px;max-width: 1095px;float: right;position: relative;top: -90px;margin-left: 172px;}
.at-tritium-sec .content-about::after{position: absolute;top: 0;right: -200%;bottom: 0;height: 100%;display: block;content: "";width: 200%;background: #fff;}
.content-about h5 {opacity: .88; margin-bottom: 2rem;}
.content-about p {font-size: 22px;font-weight: 400;color: #333;margin: 0 0 35px 0;}
.content-about .at-abut-b {max-width: 915px;}
.pagination {
    padding: 3rem 0;
}
@media (max-width: 1399px), (max-height: 800px) {
    .at-tritium-sec .content-about {
        top: -50px;
    }
}
.investment-focus {
    padding: 5rem 0 0;
}
.investment-focus .content {
    display: flex;
    flex-direction: column;
    min-height: 11rem;
    text-align: center;
    padding: 0 1rem 1rem;
    border: 3px solid #01436e;
    border-radius: 2rem;
}
.investment-focus .content:not(:last-child) {
    margin-bottom: 2.875rem;
}
.investment-focus .content h5 {
    position: relative;
    top: -1.125rem;
    display: inline-block;
    color: #01436e;
    background-color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 .75rem;
    margin: 0 auto -.5rem;
}
.investment-focus .content p {
    color: #01436e;
    margin: auto;
}
@media (max-width: 1399px), (max-height: 800px) {
    .investment-focus .content {
        margin-bottom: 2rem!important;
    }
    .investment-focus .content h5 {
        top: -.75rem;
    }
}

/** deal-is-transactional **/
.deal-is-transactional {padding: 75px 0;}
.deal-is-transactional .content-about {padding: 0;top: inherit;margin-left: 0;max-width: 100%;background: #fafafa;}
.deal-is-transactional .content-about::after{display: none;}
.content-about p a{color: #1A82C7; font-weight:bold;}
.content-about p span{color: #1A82C7; font-weight:bold;}
.deal-is-transactional .lft-t {width: calc(100% - 500px);float: left;padding-right: 35px;}
.deal-is-transactional .deal-img {width: 500px;display: block;float: right;}
.deal-is-transactional .content-about h2 {margin: 0 0 35px 0;}
.deal-is-transactional .content-about p {margin: 0 0 25px 0;}
.deal-is-transactional .content-about p:last-child{margin-bottom: 0;}
.at-tritium-sec .img-container {
    height: 100%;
    width: calc(42vw);
}
@media (min-width: 1400px) {
    .at-tritium-sec.deal-is-transactional .content {
        padding: 3rem 0;
    }
}

/** below-are-some **/
.below-are-some{width: 100%;display: block;background: #fafafa;}
.icons-some{width: 100%;display: block;padding-bottom: 50px;margin-bottom: 50px;border-bottom: 2px dashed #1A82C7;}
.iner-tritium{width: 100%;display: block;max-width: 950px;margin: 0 auto;}
.icons-some h3 {font-weight: 700;color: #01436E; margin: 0 0 3rem;}
.icons-some ul{padding: 0;margin: 0 auto;list-style-type: none;display: flex;align-items: center;justify-content: space-between;width: 100%;max-width: 910px;}
.icons-some ul p{font-size: 17px;font-weight: 700;color: #01436E;line-height: 24px;margin: 0;}
.icons-some ul li {text-align: center;}
.icons-some ul li .icn {display: flex;align-items: center;justify-content: center;height: 100px;margin-bottom: 10px;}
.icons-some ul li .icn img {width: 100%;height: 100%;object-fit: contain;padding: 18px;}

/** like-other-private **/
.like-other-private {padding-bottom: 75px;}
.like-other-private .icons-some {border-bottom: 0;border-bottom: 0;margin-bottom: 0;padding-bottom: 0;}
.prvt-strategy {max-width: 968px;padding-left: 22px;margin: 0 auto;}
.prvt-strategy .li-info{padding-left: 30px;padding-right: 30px;}
.prvt-strategy .li-info .iner-info{width: 100%;border: 2px solid #d1e8f7;display: flex;align-items: center;justify-content: center;padding: 54px 5px;}
.prvt-strategy .iner-info p {font-size: 22px;position: relative;z-index: 2;margin: 0;font-weight: 700;color: #01436E;line-height: 24px;}
.prvt-strategy .li-info .icn {height: auto;margin-bottom: 0;position: absolute;top: -18px;left: -14px;width: 160px;}
.prvt-strategy .li-info .icn img {width: 100%;height: 100%;object-fit: contain;}


/** tritium-generally **/
.tritium-generally{width: 100%;display: block;background: #fff;padding: 75px 0 45px;}
.tritium-generally .icons-some {border-bottom: 0;padding-bottom: 0;margin-bottom: 0;}
.tritium-generally h3{font-size: 22px;line-height:0px;    margin-bottom: 60px;}
.tritium-generally .row.iner-tritium{display: flex;max-width: 945px;padding-left: 65px;}
.group-b {width: 100%;display: block;height: 0;text-align: center;position: relative;padding-bottom: 100%;margin-bottom: 30px;border: 2px solid transparent;transition: all 0.5s ease;-webkit-transition: all 0.5s ease}
.group-b h4{font-size: 18px;font-weight: 700;color: #fff;margin: 0;line-height: 22px;position: absolute;z-index: 2;top: 50%;left: 0;right: 0;transform: translate(0, -50%);transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.group-b p{font-size: 15px;font-weight: 700;color: #fff;margin: 0;line-height: 22px;position: absolute;z-index: 2;top: 58%;left: 0;right: 0;transform: translate(0, -50%);transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.group-b::after{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;display: block;height: 100%;content: "";background: #01436E;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;opacity: 0;visibility: hidden;}
.group-b:hover::after{opacity: .75;visibility: visible;}
.group-b .img-g {width: 100%;display: block;height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.group-b .img-g img {width: 100%;display: block;height: 100%;object-fit: cover;}
.into-companies .group-b {border: 2px solid #1A82C7;}
.group-b .info-mm {position: absolute;width: 285px;left: -87px;text-align: left;background: #fff;top: -20px;}
.info-mm .nw-txt h5 {font-size: 19px;color: #1A82C7;font-weight: 700;margin-bottom: 10px;}
.info-mm .nw-txt h5 span {display: inline-block;font-size: 200%;}
.info-mm .nw-txt {margin-bottom: 30px;}
.info-mm .nw-txt:last-child {margin-bottom: 0;}
.info-mm .nw-txt h6 {font-size: 19px;color: #01436E;font-weight: 700;margin: 0;line-height: 28px;}
.group-b:hover p{opacity: 1;visibility: visible;top: 58%;}
.into-companies .group-b:after{display: none;}


/*------------------------------
    contact page css start 
------------------------------*/
#contact header .content h1 {display: none;}
.lets-contact {padding-bottom: 75px;}
.lets-contact .container {max-width: 950px;margin-top: -207px;}
.lets-contact h3 {color: #fff;}
.lets-contact h5.f25 {font-size: 19px;color: #fff;font-weight: 700;line-height: 28px;margin-bottom: 145px;}
.lets-contact .list-unstyled li , .lets-contact form.d-flex.flex-column .form-group label.f20{font-weight: 700;}
.lets-contact .list-unstyled li.f25 {font-size: 18px;}
.lets-contact ul li img {top: -2px;}
.lets-contact ul li img.email {top: 5px;}
.lets-contact form.d-flex.flex-column {background: #fff;padding: 45px 25px;}



/*------------------------------
   news page css start 
------------------------------*/
.custom-select select.classic {
    width: 100%;
    border: 0;
    outline: 0;
}
.border-mid{width:1px; background: #1A82C7; height:100%; text-align:center;    margin: 0 auto;}
select.news {  width: 100%;  border: 0;  outline: none; font-weight:700; color:#1A82C7; font-size:16px;}
.space-btm{margin: 0 -15px 50px -15px;
    width: auto;
    display: flex;
    align-items: center;}
.space-btm .filtr-section {
    width: 50%;
    float: left;
}
.at-tritium-sec .content-about.news{padding-top:0;}
.news-list-border{border-bottom:1px solid #DDDBDB;}
h2.news-list-border {padding-bottom: 10px;margin: 0 0 25px 0;}
.content-about .at-abut-b.news-list h2 a { color: #01436E;  font-size: 22px;}
.content-about .at-abut-b.news-list h3 { color: #01436E; font-size: 16px;margin-bottom: 0.6rem;}
.content-about .at-abut-b.news-list p{color: #707070; font-size: 15px; line-height: 30px; font-weight: 600;  letter-spacing: -0.4px;} 
.read-more a { color: #1A82C7; font-size: 16px; font-weight: 600;  margin-bottom: 0.6rem;  padding-left: 12px;}
.content-about .at-abut-b.news-list li.news-list{list-style: none;}
.content-about .at-abut-b.news-list li.news-list {
    list-style: none;
    padding-bottom: 40px;margin-left: -15px;
}

/* .content-about .at-abut-b.news-list{max-width:685px;} */
.content-about .at-abut-b.news-list h1 {color: #01436E; font-size: 38px; font-weight: 600;  padding: 0 0px 10px;}
.entry-content {padding-top: 25px;}
.content-about .at-abut-b.news-list .entry-content p{color:#333333}
.previous-nxt-news{width:100%; padding-top:15px;}
.previous-nxt-news li.lft {float: left; list-style: none;}
.previous-nxt-news li.rght {float: right; list-style: none;}
.previous-nxt-news li.lft a { color: #1A82C7; font-weight: 600;  font-size: 16px;}
.previous-nxt-news li.lft a span{padding-left:12px;}
.previous-nxt-news li.rght a { color: #1A82C7; font-weight: 600;  font-size: 16px;}
.previous-nxt-news li.rght a span{padding-right:12px;}
.at-tritium-sec.news-detls {background: #fff;}

/*------------------------------
   CEO partners page css start 
------------------------------*/

.content-about .founders{}
.content-about .founders h1 {color: #01436E; font-size: 35px; letter-spacing: -0.5px; font-weight: 600;    margin-bottom: 1.8rem;}
.content-about .founders {  max-width: 800px;}
.content-about .founders p {font-size: 18px;}
.conversation-btn { background: #1A82C7; display: inline-block;}
.conversation-btn a {    padding: 10px 25px;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 17px;}
.conversation-btn a img{padding:0 10px 0 0;width: 26px;}
.tagline {margin: 90px 0 0 -40px; color: #01436E; font-weight: 700;}
.conversation-btn a:hover{box-shadow: 0px 8px 4px 0px #0000002b;}

  .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px 0;
        text-decoration: none;
    }
    
i.fa.fa-plus.custm {
    float: left;
    padding: 8px 10px;
}
.content-about .founders p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
.custom-select-news .btn-group {
    width: 100%;
    display: block;border-right: 1px solid #1A82C7;
}
.custom-select-news .btn-group .multiselect-selected-text {
    font-size: 18px;
    font-weight: 700;color: #1A82C7;
}
.custom-select-news .btn-group button.multiselect {
    width: 100%;
    display: block;
    text-align: left;padding: 30px 30px;
}
.custom-select-news .btn-group .btn:focus {
    outline: 0;
    box-shadow: inherit;
}
.custom-select-news .btn-group ul.multiselect-container.dropdown-menu.show{width: 100% !important;
    border: 1px solid #1A82C7;
    border-radius: 0;
    padding: 25px 0;margin: -1px 0 0 0;}
.custom-select-news .btn-group ul.multiselect-container.dropdown-menu.show li input[type="radio"]{display: none;}
.custom-select-news .btn-group ul.multiselect-container.dropdown-menu.show li{
    font-size: 18px;
    font-weight: 700;    color: #707070;}
.custom-select-news .btn-group ul.multiselect-container.dropdown-menu.show li a {outline: 0 none;display: block;}
.custom-select-news .btn-group ul.multiselect-container.dropdown-menu.show li label{outline: 0 none;display: block;padding: 6px 30px;}
.custom-select-news .btn-group ul.multiselect-container.dropdown-menu.show li.active{ color: #1A82C7;}
.custom-select-news .btn-group .dropdown-toggle::after {
background: url(../images/news/arrow-down.png) no-repeat center right;
    width: 22px;
    height: 22px;
    border: 0;
    background-size: 20px;
    top: 36px;
    position: absolute;
    right: 30px;}
.news-pag-info{background: #fff;}
.news-pag-info .content-about::after{display: none;}
.at-tritium-sec .content-about.news {padding: 0;margin-left: 0;max-width: 915px;}
.space-btm .filtr-section:last-child .btn-group{ border-right: 0;}

/** ceoPartners **/
#forExecutives .content-about .at-abut-b {
    max-width: 100%;
}
.ceoPartners .at-abut-b p {font-size: 18px;}
.ceoPartners .at-abut-b {max-width: 800px;}
.ceoPartners .content-about .container {padding-bottom: 50px;}
.ceoPartners .content-about{padding-bottom: 0;}
.ceoPartners .founders-management-teams .container {margin-left: -15px;padding-bottom: 0;}
.founders-management-teams {background: #fafafa;padding: 5rem 0 0; margin-left: -50px;position: relative;}
.founders-management-teams::after {position: absolute;top: 0;right: -200%;bottom: 0;height: 100%;display: block;content: "";width: 200%;background: #fafafa;z-index: 3;}
.founders-management-teams h3 {max-width: 100%;}
.founders-management-teams p.disclaimer {font-size: 1rem;font-weight: 400;line-height: 1.3;margin: 2rem 0 0;}
.founders-management-teams .accordion {padding-left: 90px !important;width: 100%;max-width: 925px;}
@media (max-width: 1399px), (max-height: 800px) {
    .founders-management-teams .accordion {
        padding-left: 0 !important;
    }
    .section-4 h3.padding-lr {
        padding: 0!important;
    }
}
.founders-management-teams .accordion .card {
    background-color: inherit;
    margin-bottom: 1.875rem!important;
}
.founders-management-teams .accordion .card:last-child{margin-bottom: 0px;}
.founders-management-teams .card .card-header {font-weight: 700;}
.founders-management-teams .accordion .card .card-body {
    padding-right: 10%;
    font-size: 18px;
    font-weight: 700;
}
.founders-management-teams .show-colps {padding-bottom: 1.25rem;padding-top: 1.25rem;position: relative;}
.founders-management-teams .show-colps::after {position: absolute;bottom: 0;right: 0;left: 0;height: 56%;display: block;content: "";width: 100%;background: rgba(250,250,250,0.60);opacity: 1;visibility: visible;transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;}
.founders-management-teams .show-colps::before {position: absolute;top: 0;right: 0;left: 0;height: 44%;display: block;content: "";width: 100%;background: 0 none;opacity: 1;visibility: visible;transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;}
.founders-management-teams .show-colps .card-body {padding-bottom: 0;display: inline-block;padding-top: 0;}
.founders-management-teams .card [aria-expanded="true"] + .show-colps::after  , .founders-management-teams .card [aria-expanded="true"] + .show-colps::before{display: none;opacity: 0;visibility: hidden;}
/* .founders-management-teams .card .collapse:not(.show) {
    display: block;
    height: 5rem;
} */
.founders-management-teams .card .collapse:not(.show)::after,
/* .founders-management-teams .card .collapsing::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2rem;
    content: '';
    background: linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.9));
    transition: all .3s ease-out;
} */
/* .founders-management-teams .card .collapsing {
    min-height: 5rem;
} */
/* @media (max-width: 991px) {
    .founders-management-teams .card .collapse:not(.show) {
        height: 4.5rem;
    }
    .founders-management-teams .card .collapsing {
        min-height: 4.5rem;
    }
} */
.lets-contact.ceoPartners-contact {padding-bottom: 0;padding-top: 75px;}
.lets-contact.ceoPartners-contact .container {max-width: 1140px;margin-top: 0;margin-bottom: -75px;}
.ceoPartners-contact .container h3 {color: #01436E;}
.lets-contact.ceoPartners-contact .container h5.f25 {color: #333;margin-bottom: 0;}
.ceoPartners-contact form.d-flex.flex-column {padding: 3.125rem;}

/** for-investors **/
.modal.for-investors-popup {background: rgba(0,0,0,0.7);}
.for-investors-popup .modal-dialog {max-width: 925px;padding-left: 15px;padding-right: 15px;}
.for-investors-popup .modal-content {background: 0 none;border: 0;}
.for-investors-popup .modal-content .modal-header {padding: 0 0 20px;border: 0;}
.for-investors-popup h5.modal-title{font-size: 22px;font-weight: 700;color: #fff;margin: 0;}
.for-investors-popup .modal-header button.close {opacity: 1;text-shadow: inherit;outline: 0 none;}
.for-investors-popup .modal-header button.close img {width: 29px;height: 29px;padding: 3px;outline: 0 none;}
.for-investors-popup .modal-body {padding: 0;display: flex;flex: 1;width: 100%;}
.for-investors-popup .modal-body .logn-fund {width: 50%;position: relative;height: 0;padding-bottom: 45%;display: block;}
.for-investors-popup .modal-body .logn-fund img.m-baner {width: 100%;display: block;height: 100%;position: absolute;top: 0;left: 0;bottom: 0;right: 0;object-fit: cover;}
.for-investors-popup .logn-fund h5.modal-title {position: absolute; z-index: 2; text-align: center; display: flex; align-items: center; justify-content: center; width:100%; height:100%; padding:1rem;}


/*------------------------------
   approach page css start 
------------------------------*/

.content-about.approach h2{margin: 0 0 20px 0;}
.content-about.approach p {
    font-weight: 400;
    line-height: 26px;
}
body:not(#forFounders) .content-about.approach p {
    font-size: 16px;
}
.at-abut-b.approach {padding-right: 12%;}
section.whn-you-win {   position: relative;    background: #fafafa; margin-top:0px;   padding-bottom: 63px;}
section.whn-you-win:before {  background: #D1E8F7;  content: '';  width: 78%; height: 475px; left: 0; position: absolute;}
.content-left-win {  padding: 25px;  display: inline-block;  width: 60%;margin-top: 50px;}
.content-left-win h2 {margin-bottom: 2rem;font-size: 35px; font-weight: 700; color: #01436E;}
.content-left-win li {margin-bottom:1.5rem; padding-left: 35px;background: url(../images/approach/arw-left.png)no-repeat 0px 4px; list-style:none;  color:#333333; font-weight:600;} 
@media (min-width: 1200px) {
    .content-left-win ul {
        padding-right: 2rem;
    }
}
.image-part-right {position: absolute; right: 0; width: 500px; top: 50px; height: 374px; background:url(../images/approach/approach-right-image.jpg) center no-repeat; background-size: cover;}
.how-we-work{ background: #01436E;}
.blue-bg{background:#01436E;padding:70px 0;}
.how-we-work h3{color:#fff;text-align:center; font-size: 2.25rem;}
.content-work {padding:20px 20px; text-align: center;}
.content-work p{color:#fff;    font-size: 19px}
.content-work .img-container {height: 145px; padding: 25px 0;}
.how-we-work .blue-bg { padding: 70px 150px;}
section.InvestmentStrategy {background: #fafafa;    padding-bottom: 50px;}
section.InvestmentStrategy .container {
    max-width: 57rem;
}
.InvestmentStrategy h3{text-align:center;    padding: 2rem 0;color: #01436E;}
.strategy-container .content { 
    position: relative;
    display: inline-grid;
    width: 44rem;
    max-width: 100%;
    min-height: 13rem;
    color: #01436E;
    font-size: 16px;
    text-align: center;
    padding: 70px 20px 24px;
}
.strategy-container .content p {
    max-width: 24rem;
    font-size: 1rem;
    line-height: 1.45;
    margin: 0 auto .5rem;
}
.strategy-container .content p:last-child {
    margin-bottom: 0;
}
.strategy-container .content ul li {
    font-size: 1rem;
    line-height: 1.45;
}
.content.table-cell{display:table-cell;}
.no-space:nth-child(odd) {
    background-color: #D1E8F7;
}
.no-space:nth-child(odd) h3 {
    color: #fff;
}
.no-space h3 {  position: absolute;  top: 1rem;  text-align: center;   padding: 0;   width: 100%; color:#D1E8F7; text-transform:uppercase;font-family: 'Playfair Display', serif; margin:0;font-size: 26px;}
.no-space h3.white{color:#fff;}
/* .InvestmentStrategy .no-space{background:#fff;} */
.no-space.blue-light {background: #D1E8F7;}
.heading-highlight {  position: absolute; bottom: 0; background-position: center;  text-align: center;}
.strategy-container .content.blue-light.situations{background:#D1E8F7 url(../images/approach/situation.png)no-repeat;background-position: top 10px center;}
.strategy-container .content.transaction-size{background:#fff url(../images/approach/transaction-size.png)no-repeat;background-position: top 10px center;}
.no-space {padding-left: 0px; padding-right: 0;}
.strategy-container .content li{font-size:16px;}
.strategy-container .content ul{margin-top: 1rem;}
  
.blue-bg.bottom { padding:62px 0; position:relative;}
section.bottom-blue-banner {background-color: #01436E;}
.content-area { max-width: 855px; margin: 0 auto 0;display: flex;}

.blue-bg.bottom:before{content:''; position:absolute;background:url(../images/approach/bottom-banner-arrow.png)no-repeat; width:120px; height:199px; top:0; left:0;}

.content-area .banner-title{color:#fff;font-size: 25px;font-weight: 600;}
.content-area .invest-btn {font-weight: 600; align-items: center; display: inline-flex; padding: 0 18px;  border: 2px solid #ACDEFF; color: #ACDEFF; height: 45px; font-size: 20px;    margin: 0 0 0 45px;}
.content-area .invest-btn img { padding: 0 10px 0px 0;}
.content-area .invest-btn:hover{border: 2px solid #fff;}
.padding-lr{padding:0 10%;}
 

/*------------------------------
   legal page css start 
------------------------------*/ 

.deal-is-transactional .lft-t.legal {width: 100%;} 
.content-about.legal h2 {  margin: 0px 0px 15px 0;}
.content-about.legal p {padding: 25px 0;}
.at-tritium-sec.deal-is-transactional.legal{padding: 0px 0 50px 0;}
.legal-title{ color: #01436E;  margin-bottom:2rem; font-size:26px; font-weight:600;font-family: 'Oxygen', sans-serif;}
.deal-is-transactional .content-about li {    font-size: 20px; margin-bottom:0.5rem;}
.content-about.legal p span{color: #1A82C7; font-weight:600;}
.deal-is-transactional .content-about p span{color: #1A82C7; font-weight:600;}



@media (min-width: 1403px) {
.at-tritium-sec .content-about{margin-left: 0;}
.at-tritium-sec .content-about.news {max-width: 1095px;}



}

/* @media (min-width: 1201px) {
.nav-menu .navbar .nav-item.nav-link{font-size: 17px;}

} */

@media (min-width: 992px) and (max-width: 1200px) {
.at-tritium-sec .content-about {margin-left: 0;max-width: 772px;}
.deal-is-transactional .content-about {max-width: 100%;}
.nav-menu .navbar .nav-item.nav-link{font-size: 17px;}

}



@media (max-width: 991px) {
.at-tritium-sec .content-about {margin-left: 0;max-width: 572px;padding: 35px 22px;}
.content-about h2 {font-size: 30px;margin: 0 0 35px 0;line-height: 42px;}
.content-about p {font-size: 20px;margin: 0 0 28px 0;}
.deal-is-transactional {padding: 0 0 75px 0;}
.deal-is-transactional .content-about {margin-left: 0;max-width: 100%;}
.deal-is-transactional .col-12 {display: flex;flex-direction: column-reverse;}
.deal-is-transactional .deal-img , .deal-is-transactional .deal-img img {width: 100%;}
.deal-is-transactional .lft-t {width: 100%;padding-right: 0;padding-top: 40px;}
.prvt-strategy .iner-info p{font-size: 18px;}
.prvt-strategy {padding-left: 0;position: relative;left: 18px;}
.prvt-strategy .li-info .icn {left: -18px;width: 125px;}
.prvt-strategy .li-info {padding-left: 20px;padding-right: 20px;}
.tritium-generally .row.iner-tritium {padding-left: 55px;position: relative;left: 15px;}
.nav-menu .navbar.navbar-min {background-color: #01436E;box-shadow: 0px 2px 13px -5px rgba(0, 0, 0, .4);}
.lets-contact form.d-flex.flex-column {margin-top: 50px;}
.lets-contact .list-unstyled {width: 49%;display: inline-block;}
.lets-contact h5.f25 {margin-bottom: 65px;}
.lets-contact .d-flex.flex-column.flex-lg-row {flex-direction: row !important;}

/** ceoPartners **/
.lets-contact.ceoPartners-contact {padding-bottom: 75px;padding-top: 75px;}
.lets-contact.ceoPartners-contact .container {margin-bottom: 0;}
.founders-management-teams {margin-left: -22px;}
.founders-management-teams .accordion {padding-left: 25px !important;}
.founders-management-teams .accordion .card .card-body {padding-right: 6%;font-size: 17px;}
.ceoPartners .content-about {padding-bottom: 0;}

/** approach **/
.how-we-work .blue-bg{ padding: 70px 10px;}
.no-space h3{position:static;}
.InvestmentStrategy .no-space { padding: 30px 0;}
.content-area{display: block;width: 100%;text-align: center;}
.blue-bg.bottom{padding: 20px 0;} 
.content-area .banner-title { line-height: 28px; padding-bottom: 17px; padding-top: 17px;}
.content-area .invest-btn { text-align: center;      margin: 22px 0 20px 0;}
.blue-bg.bottom:before{display:none;}
section.whn-you-win{    min-height: 775px;}
section.whn-you-win:before{width:100%;height: 100%}
.image-part-right {   bottom: -37px;  top: inherit;  width: 500px;  background-size: cover;  height: 327px;}
.content-left-win{width:100%;}
.how-we-work .blue-bg{padding:70px 0;}
.how-we-work {  padding: 70px 0;}
.content-about.approach h2 br{display:none;}


@media (max-width: 767px) {
    #aboutUs .at-tritium-sec:nth-child(3) {
        margin: 0;
    }
.at-tritium-sec .content-about::after{display: none;}
.at-tritium-sec .content-about {
    max-width: 100%;
    padding: 35px 0 0;
    top: inherit;
    background: transparent;
}
.content-about .at-abut-b {max-width: 100%;}
.content-about h2 {font-size: 24px;margin: 0 0 15px 0;line-height: 36px;}
.content-about h2 br{display: none;}
.content-about p , .deal-is-transactional .content-about p{font-size: 16px;margin: 0 0 15px 0;}
.deal-is-transactional {padding: 0 0 35px 0;}
.deal-is-transactional .content-about{padding: 0;}
.deal-is-transactional .content-about h2{margin-bottom: 15px;}
.deal-is-transactional .lft-t{padding-top: 35px;}
.icons-some {padding-bottom: 10px;margin-bottom: 35px;}
.icons-some h3 {margin: 0 0 20px 0;}
.icons-some ul {display: block;float: left;}
.icons-some ul li {width: 50%;float: left;margin: 0 0 25px 0;}
.icons-some ul li:nth-child(odd):last-child {
    margin-left: 25%;
}
.below-are-some.tritium-generally .col-md-6 .group-b {
    padding-bottom: 60%;
}
.like-other-private {padding-bottom: 35px;}
.prvt-strategy .li-info {margin-bottom: 40px;}
.prvt-strategy .li-info:last-child {margin-bottom: 0px;}
.like-other-private .icons-some h3 {margin: 0 0 50px 0;}
.tritium-generally {padding: 35px 0 5px;}
.tritium-generally .icons-some h3 {margin-bottom: 50px;}
.lets-contact .container {max-width: 540px;}
.lets-contact .list-unstyled li {padding-left: 30px;}
.tritium-generally .row.iner-tritium {padding-left: 0;position: static;left: 0;margin-left: -15px;margin-right: -15px;width: auto;}
.tritium-generally .row.iner-tritium .padg-0.into-companies .group-b {width: 70%;float: right;}
.content-about .at-abut-b.news-list h1 {font-size: 28px;}
.content-about .at-abut-b.news-list li.news-list {margin-left: 0;}
.custom-select-news .btn-group button.multiselect {padding: 30px 16px;}
.custom-select-news .btn-group .dropdown-toggle::after {top: 32px;right: 10px;}
.custom-select-news .btn-group ul.multiselect-container.dropdown-menu.show li label {padding: 6px 10px;}
.custom-select-news .btn-group ul.multiselect-container.dropdown-menu.show {padding: 12px 0;}

/** ceoPartners **/
.founders-management-teams {margin-left: 0;padding: 0;}
.ceoPartners .founders-management-teams .container {margin-left: auto;}
.founders-management-teams h3 {margin-bottom: 35px;}
.founders-management-teams .accordion {padding-left: 0 !important;}
.founders-management-teams .card .card-header {
    font-size: 1.125rem;
    line-height: 1.3;
    padding: .5rem 0 .5rem 1.5rem;
}
.founders-management-teams .show-colps {
    padding-left: 1.5rem;
}
#home .section-4 .card .card-header::before {
    top: 1rem;
    bottom: auto;
}
.section-4 .card .card-header {
    padding: .5rem 0 .5rem 1.5rem;
}
.section-4 .card .card-body {
    padding: 0 0 0 1.5rem;
}
.section-4 .card .card-header::before {
    width: .75rem;
    height: .75rem;
    bottom: -.75rem;
}
.founders-management-teams .accordion .card .card-body {
    padding: .5rem 0 .5rem 1.5rem;
}
.founders-management-teams .card .collapse:not(.show) {
    height: 4rem;
}
.founders-management-teams .card .collapsing {
    height: 4rem;
}
.lets-contact.ceoPartners-contact {
    padding-bottom: 50px;
    padding-top: 50px;
}
.lets-contact.ceoPartners-contact .container {max-width: 540px;}
.ceoPartners-contact form.d-flex.flex-column {padding: 45px 25px;}

/** for-investors **/
.for-investors-popup .logn-fund h5.modal-title{font-size: 20px;}

/**approach **/
section.whn-you-win {
    min-height: auto;
    padding-bottom: 2rem;
}
section.whn-you-win ul {
    padding-left: 0;
}
section.whn-you-win:before{width:100%;height: 100%}
.image-part-right{bottom:0;top:inherit;width: 100%; display: none;   background-size: cover;height: 256px;}
.content-left-win{
    width:100%;
    padding: 0;
    margin-top: 3rem;
}
.how-we-work {
    padding: 4rem 0 1rem;
}
.how-we-work .blue-bg {
    padding: 0 .9375rem;
}
.founders-management-teams {
    padding: 4rem 0 0;
}
/* .section-4 .card .card-header::before {
    top: auto;
    bottom: -.625rem;
    left: 46%;
} */
.card .collapse:not(.show) {
    display: none;
}
.content-area{display: block;width: 100%;text-align: center;}
.blue-bg.bottom{padding: 20px 0;} 
.content-area .banner-title { line-height: 28px; padding-bottom: 17px; padding-top: 17px;}
.content-area .invest-btn { text-align: center;      margin: 22px 0 20px 0;}
.blue-bg.bottom:before{display:none;}
.strategy-container .content{padding:20px; height:auto; margin: 0;}
.InvestmentStrategy .no-space.mobile-blue{background: #D1E8F7;}
.InvestmentStrategy .no-space.mobile-blue h3{color:#fff;}
.InvestmentStrategy .no-space.mobile-white{background: #fff;}
.InvestmentStrategy .no-space.mobile-white h3{color:#D1E8F7;}
.no-space h3{position:static;}
.InvestmentStrategy .no-space { padding: 50px 0;}
 

}

@media (max-width: 576px) {
.icons-some ul p {font-size: 15px;line-height: 22px;}
.tritium-generally .icons-some h3 {font-size: 25px;line-height: 32px;margin-bottom: 50px;}
.info-mm .nw-txt h5 {font-size: 16px;margin-bottom: 5px;}
.info-mm .nw-txt h5 span {font-size: 185%;}
.info-mm .nw-txt h6 {font-size: 17px;line-height: 22px;}
.info-mm .nw-txt {margin-bottom: 20px;}
.group-b .info-mm {width: 265px;}
.group-b h4 {font-size: 1.75rem;line-height: 1.4;}
.group-b p {font-size: 13px;line-height: 18px;}
.group-b:hover p {top: 62%;}
.group-b:hover h4 {top: 32%;}
.lets-contact .container {max-width: 100%;}
.lets-contact .list-unstyled {width: 100%;}
.lets-contact .d-flex.flex-column.flex-lg-row {flex-direction: column !important;}
.lets-contact h5.f25 br{display: none;}
.lets-contact h5.f25 {margin-bottom: 15px;}
.lets-contact h5.f25 {font-size: 18px;}
.space-btm .filtr-section {width: 100%;}
.space-btm {margin: 0 0 25px 0;flex-direction: column;}
.custom-select-news .btn-group button.multiselect {
    padding: 12px 16px;
}
.custom-select-news .btn-group{border-right: 0;}
.custom-select-news .btn-group .dropdown-toggle::after {
    top: 15px;
}
/** for-investors **/
.for-investors-popup .modal-body {flex-direction: column;}
.for-investors-popup .modal-body .logn-fund {width: 100%;padding-bottom: 75%;}
}


@media (max-height: 414px) {
.lets-contact h5.f25 {margin-bottom: 65px;}

}