/* @keyframes example {
    from { width:30px;height: 30px;}
    to {width: 35px; height: 35px;}
}
@keyframes example2 {
    from { width:17px;height: 17px;}
    to {width: 20px; height: 20px;}
} */
section.banner-vid{
    height: 100vh;
    width: 100%;
    /* padding: 0!important; */
    position: relative;
}
section.banner-vid iframe {
    width: 100%!important;
    height: 100%!important;
}
.nav {
    justify-content: space-between;
    margin-bottom: 70px;
}
.finance-resources .nav {
    flex-wrap: nowrap;
}
.finance-resources .nav li.nav-item {
    width: 100%;
}
.nav li.nav-item {
    width: 50%;
}
.nav li.nav-item a {
    padding: 30px 0;
}
.nav li.nav-item a {
    color: #385A60;
}
.nav li.nav-item a.active {
    background-color: #385A60;
}
.nav li.nav-item .website-title {
    margin-bottom: 0;
}
.banner-vid video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-vid .website-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 120px;
}
.growth{
    background-image: url("../assets/images/background.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 200px 100px;
    background-position: right center;
}
.growth .website-title,.growth .website-p{
    text-align: right!important;
}
.growth .website-p {
    font-size: 20px;
}
.growth .website-p{
    text-align: left!important;
}
.scroll-now{
    color: #fff;
    text-decoration: none;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    width: 40%;
    text-align: left;
    font-family: 'bold';
}
.hover-here {
    position: absolute;
    top: 10px;
    right: 10px;
    /* width: 30%; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'basic';
}
.hover-here .tiny-circle {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    transform: none;
}
.left-journey{
    width: 60%;
    height: 100%;
    background-color: #385A60;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.right-journey{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39%;
    height: 100%;
    float: right;
    padding: 0 30px;
}
.journey{
    height: 100vh;
    padding: 0!important;
}
.big-circle{
    width: 250px;
    height: 250px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}
.small-circle{
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    left: -170px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    /* opacity: 0; */
    transition: .4s all;
    font-size: 16px;
    cursor: pointer;
}
.resources-swiper .swiper-slide p {
    text-align: justify;
}
.small-circle img{
    width: 50px;
}
.small-circle-1{
    top: 30%;
}
.small-circle::before{
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 2px;
    height: 50px;
    background: #fff;
    transform: rotate(90deg) translate(-25px,-50%);
}
.small-circle-1::before{
    top: 50%;
    height: 40px;
}
.small-circle-2{
    top: 116%;
    left: -130px;
}
.small-circle-2::before{
    transform: translateY(-81px) rotate(45deg);
    height: 40px;
}
.small-circle-3{
    top: calc(0% - 180px);
    left: 50%;
    transform: translateX(-50%);
}
.small-circle-3::before{
    transform: translate(-50%,75px) rotate(0);
    height: 30px;
    bottom: 0;
    left: 50%;
}

.small-circle-5{
    top: 30%;
    left: 90%;
    transform: translate(50%,-50%);
}
.small-circle-5::before{
    transform: translate(-35px,-35px) rotate(90deg);
    height: 68px;
    top: 50%;
    left: 0;
    right: auto;
}
.small-circle-4{
    top: 108%;
    right: -120px;
    left: auto;
}
.small-circle-4::before{
    transform: translateY(-147px) rotate(-45deg);
    height: 40px;
    bottom: -25%;
    top: auto;
    left: 0;
    right: auto;
}
.tiny-circle{
    background: #385A60;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 3px;
    border: 3px solid #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 0;
    cursor: pointer;
    transition: .4s all;
    animation-name: example;
    animation-duration: 3s;
    animation-iteration-count:infinite;
}
.tiny-circle-1{
    top: 30%;
    transform: translate(15%,-50%);
}
.tinier-circle{
    background: #fff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin: 0 auto;
    transition: .4s all;
    animation-name: example2;
    animation-duration: 3s;
    animation-iteration-count:infinite;
}
.tiny-circle-2{
    top: 90%;
    transform: translate(25px,-30px);
}
.tiny-circle-3{
    top: 0;
    left: 50%;
}
.tiny-circle-4{
    top: 90%;
    transform: translate(-25px,-30px);
    right: 0;
    left: auto;
}
.tiny-circle-5{
    top: 30%;
    right: 0;
    left: auto;
    transform: translate(-15%,-50%);
}
.tiny-circle-1:hover .small-circle-1{
    opacity: 1;
}
.right-journey .website-title{
    font-size: 65px;
    margin-bottom: 30px;
}
.right-journey .website-p{
    text-align:justify;
}
.related-p{
    display: none;
}
.related-p:first-child {
    display: block;
}
.right-journey .logo img{
    max-width: 200px;
}
.left-journey .website-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 22px;
    margin:0
}
.human-resources{
    min-height: 100vh;
    position: relative;
    background: #F4F4F4;
}

.human-resources h2.website-title {
    color: #373737;
}
.human-resources .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.human-resources .swiper-slide a {
    width: 80%;
    margin-right: 30px;
}

.human-resources .swiper-slide p{
    width: calc(30% - 30px);
    text-align: justify;
}

.swiper-button-next, .swiper-button-prev {
    color: #385A60!important;
    top: 60%!important;
    margin: 0 70px;
    transform: translateY(-50%);
}
.human-resources .swiper-pagination{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 40px;
}

.human-resources .swiper-pagination-bullet{
    background: #385A60;
    margin-right: 10px;
    opacity: 1;
}

.human-resources .swiper-pagination-bullet-active{
    background: #fff;
}
/* .chart-image{
    display: inline-block;
    width: 33%;
} */
.chart-image img{
    width: 100%;
    max-height: 80vh;
}
.board-members{
    background: #F4F4F4;
}
.board-members .website-title{
    color: #373737;
}
.team-members{
    margin-top: 200px;
}
.member{
    display: inline-flex;
    align-items: center;
    margin-bottom: 70px;
}
.member-description{
    display: inline-block;
    width: 69%;
    float: right;
}
.member-description h3,.member-description p{
    color: #373737;
    text-align: left;
}
.member-description p{
    margin-top: 20PX;
}
.member-img{
    width: 29%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
.member-img img{
    width: 90%;
    display: inline-block;
    transition: .4s all;
    filter: grayscale(1);
}
.member-img:hover img{
    /* transform: scale(1.2); */
    filter: grayscale(0);
}
.partners{
    /* height: 100vh; */
    background-color: #F4F4F4;
    padding-bottom: 120px;
}
.partners .website-title{
    color: #373737;
}
.partners h4{
    color: #385A60;
    font-size: 2rem;
    font-family: 'bold';
    margin-bottom: 20px;
}
.partners-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.partner{
    width: 20%;
    height: 200px;
    margin-right: 30px;
    /* max-width: 20%; */
    margin-bottom: 60px;
    background-color: #fff;
    /* -webkit-box-shadow: 0px 0px 5px 0px rgba(186,186,186,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(186,186,186,1);
    box-shadow: 0px 0px 5px 0px rgba(186,186,186,1); */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    --animate-duration: 2000ms;
}
.partner img{
    max-width: 100%;
}
.company-documents{
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-documents img{
    width: 100%;
    display: inline-block;
    max-height: 60vh;
}
.company-documents-container{
    padding-bottom: 80px;
}
.tab-pane {
    position: relative;
    height: 70vh;
    padding-bottom: 100px;
}
td.google-visualization-orgchart-node {
    background: #3D5665;
    border: none;
    font-size: 1rem;
    /* width: 20%; */
    padding: 10px 20px;
    font-family: 'bold';
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
}
#pills-profile {
    height: auto;
}
table.google-visualization-orgchart-table {
    width: 100%;
    overflow-x: scroll;
}
td.google-visualization-orgchart-lineleft {
    border-top: 1px solid #3D5665;
    padding:20px 0;
}
td.google-visualization-orgchart-lineleft {
    border-left: 1px solid #3D5665;
}
td.google-visualization-orgchart-lineright {
    border-right: 1px solid #3D5665;
}
td.google-visualization-orgchart-linebottom {
    border-bottom: 1px solid #3D5665;
    padding:20px 0;
}
td.google-visualization-orgchart-nodesel {
    border:  none;
    background: #385A60;
}
.kpi {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    color: #385A60;
    text-transform: uppercase;
    border-right: 2px solid #385A60;
    border-left: 2px solid #385A60;
    padding: 10px 30px;
    width: 100%;
    /* height: 40vh; */
    margin-top: 20px;
}
.kpi::before {
    content: "";
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    right: -5px;
    background-color: #F4F4F4;
    width: 10px;
    height: 30px;
}
.kpi::after {
    content: "";
    position: absolute;
    border: solid #385A60;
    border-width: 0 8px 8px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    top: 50%;
    right: -24px;
}
.kpi .website-title {
    font-size: 3rem;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    /* line-height: 4rem; */
}
.kpi .website-p {
    font-size: 1.5rem;
    width: 100%;
    text-align: left;
    font-family: 'bold';
}
.kpi .kpi-description {
    font-size: 1.2rem;
    text-align: left;
    border-top: 1px solid #385A60;
    padding-top: 10px;
    width: 100%;
}
.tab-pane#pills-kpi {
    height: auto;
}
/* .tab-pane#pills-kpi .col-3 {
    height: 120vh;
} */
.company-documents-container .nav li.nav-item {
    width: 33%;
}
#chart_div {
    position: relative;
    width: 100%;
    text-align: center;
}
.entity {
    width: 12%;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 25px;
    position: absolute;
    transform: translate(-50%);
}
.relative {
    position: relative;
    width: 100%;
}
.line {
    position: absolute;
    top: 100%;
    background: #3D5664;
    width: 1px;
    height: 20px;
    transform: translateY(50%);
}
.line::after {
    content: ">";
    transform: translate(80%,-100%) rotate(90deg);
    position: absolute;
    bottom: 0;
    color: #3D5664;
    width: 10px;
    left: 50%;
    top: 100%;
}
.line.center {
    left: 50%;
    transform: translate(-50%, 50%);
}
.entity.manager {
    background-color: #3D5664;
}
.entity.employee {
    background-color: #4E808B;
}
@media (min-width:320px) and (max-width:768px){
    .kpi::before,.kpi::after {
        display: none;
    }
    section.banner-vid {
        height: auto;
    }
    .nav li.nav-item .website-title {
        font-size: 14px;
    }
    /* .kpi {
        height: auto;
    } */
    .finance-resources h2.website-title {
        margin-top: 0!important;
    }
    /* canvas {
        height: 70vh!important;
    } */
    .human-resources .swiper-slide p {
        width: 100%;
        margin: 0;
    }
    .human-resources .swiper-slide a {
        margin: 0;
        width: 100%;
    }
    .human-resources .swiper-slide {
        flex-direction: column;
    }
    .small-circle img {
        display: none;
    }
    .banner-vid .website-title{
        font-size: 70px;
    }
    .growth{
        padding: 70px 20px;
        background-position: 60% 0%;
    }
    .growth .website-title, .growth .website-p{
        text-align: center!important;
    }
    .scroll-now{
        text-align: center;
        width: 100%;
    }
    .journey{
        height: auto;
    }
    .left-journey,.right-journey{
        width: 100%;
        float: none;
        height: 100vh;
    }
    .left-journey{
        height: 100vh;
    }
    .big-circle{
        width: 150px;
        height: 150px;
    }
    .left-journey .website-title{
        font-size: 12px;
    }
    .tiny-circle-1,.tiny-circle-5{
        top: 23%;
    }
    .tiny-circle-2,.tiny-circle-4{
        top: 103%;
    }

    .small-circle{
        width: 80px;
        height: 80px;
        left: -110px;
        font-size: 12px;
    }
    .small-circle-1::before{
        height: 50px;
    }
    .small-circle-2 {
        top: 137%;
        left: -55px;
    }
    .small-circle-2::before {
        transform: translateY(-70px) rotate(45deg);
        height: 42px;
    }
    .small-circle-3{
        left: 50%;
        top: -140px;
    }
    .small-circle-3::before{
        transform: translate(-50%,43px) rotate(0);
    }
    .small-circle-4{
        left: 110%;
        top: 25%;
    }
    .small-circle-4::before{
        transform: translate(-15px,-55px) rotate(90deg);
        height: 30px;
    }
    .small-circle-5 {
        top: 135%;
        right: -20px;
        left: auto;
    }
    .small-circle-5::before{
        bottom: -129%;
        transform: translate(-5px,-156px) rotate(
            140deg);
            top: auto;
            height: 40px;
    }
    .right-journey .website-title{
        font-size: 42px;
    }
    .human-resources{
        height: auto;
        padding: 70px 0;
        display: block;
    }
    .board-members .website-title{
        font-size: 32px;
    }
    .board-members{
        height: auto;
        padding-bottom: 40px;
    }
    .member{
        display: block;
    }
    .member-img{
        margin-bottom: 30px;
    }
    .member-img,.member-description{
        width: 100%;
        float: none;
    }
    .member-description h3, .member-description p{
        text-align: center;
    }
    .partner {
        width: calc(50% - 10px);
        margin-right: 0;
    }
    .company-documents{
        display: block;
    }
    .document-image{
        width: 100%;
        margin-bottom: 20px;
    }
    .company-documents img{
        margin-bottom: 20px;
        width: 90%;
        display: block;
        margin: 0 auto;
    }
}

@media (min-width:1025px) {
    .chart-image {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}
