  @charset "UTF-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
body{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif!important;
}

@media (min-width: 768px){
    #mp-pusher{
        transform: none!important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
    }
}
.mp-pusher-transform-fix{
    transform: none!important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}
#page-content{
    margin:0!important;
    max-width: 100vw!important;
    padding-top:0!important;
}
#page-content ul.breadcrumb{
    display:none;
}
@media (min-width: 1200px){
    .container {
        max-width: 1000px;
        padding:0 10px;
    }
}
@media (max-width: 991.98px){
    #page-content {
        padding-left: 0;
        padding-right: 0;
    }
}


.btn{
    display:inline-block;
    height:40px!important;
    line-height:36px!important;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding:0 1.25em!important;
    text-decoration: none;
    text-transform: uppercase;
    color:#1b2935;
    background-color:#fff;
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif!important;
    font-weight: 700;
    font-size: 1em!important;
    text-align:center;
    margin-bottom:4px;
    transition: all .3s;
}
.btn:hover{
    border: 1px solid #999;
    text-decoration: none;
    background-color:#e9e9e9;
    color:#000;
}
.btn.primary-button{
    border:1px solid #1b2935;
    background-color:#1b2935;
    color:#fff;
}
.btn.primary-button:hover{
    border:1px solid #1b2935;
    color:#16FFFB!important;
}
.btn.secondary-button{
    border:1px solid #555;
    background-color:transparent;
    color:#555;
}
.btn.secondary-button:hover{
    border:1px solid #1b2935;
    color:#1b2935!important;
}
.btn.hightlighted-button{
    border:2px solid #16FFFB!important;
    background-color:transparent!important;
    color:#16FFFB!important;
}
.btn.hightlighted-button:hover{
    border:2px solid #16FFFB!important;
    color:#16FFFB!important;
    background-color:rgba(22,255,251,.25)!important;
}
@media (max-width: 768px){
    .btn{
        width:100%;
    }
}
strong,b,h1,h2,h3,h4,h5{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
}
a,.teal{
    color:#1D6B70;
}
a:hover{
    text-decoration: none;
    color:#309299;
}
#page-content .form-group{
    padding:0;
}

/*Youtube container*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom:1em;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*Top banner*/
.top-banner{
    background-size:cover;
    background-position: center center;
    padding:1em 0 0;
    color:#fff;
    text-align: center;
    font-size:1.3em;
    color:#fff;
    padding-bottom: 1em !important;
    background-color: #1b2935;
}
.top-banner h1{
    color:#16FFFB;
    line-height:1.2em;
    margin-top:.25em;
}

.top-banner .top-col{
    padding:2em 0;
    font-size: .85em;
}

.title-container {
    margin-top: -207px;
}

.title-h1 {
    color: #16fffb;
    font-size: 34px;
    font-family: Inter;
    font-weight: 700;
}

.title-h2 {
    color: #16fffb;
    font-size: 20px;
    font-family: Inter;
    font-weight: 700;
}

.top-back-link {
    color: #fff;
    font-size: 16px;
}
.top-back-link:hover {
    color: #fff;
    text-decoration: underline;
}

#intro {
    padding: 4em 0 5em 0;
    background-color: #ffffff;
    margin-top: -300px;
}

#culture {
    padding-bottom: 1em !important;
    color: #000000;
    background-color: #e9e9ea;
}

.culture-h2 {
    font-weight: bold;
    color: #309299;
    font-size: 40px;
    font-family: Inter;
    font-weight: 700;
    margin-top: -90px;
}

.culture-h3 {
    font-size: 16px;
    color: #309299;
    text-transform: uppercase;
}

#culture h3 {
    color: #309299;
}

#culture h4 {
    color: #309299;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 1em;
}

.culture-header-div {
    margin-bottom: 4em;
}

.culture-divider {
    margin-top: -120px;
}

.purpose-div {
    margin-top: -340px;
}

.purpose-div-inner {
    margin-bottom: 1em;
}

.mission-div {
    border-right: 3px solid #ffffff;
    margin-top: -120px;
}

.mission-div-inner {
    margin-bottom: 3em;
}

.vision-div {
    margin-top: -120px;
}

.vision-div-inner {
    margin-bottom: 3em;
}

.photo1 {
    position: relative;
    width: 30%;
    left: -442px;
    top: 0;
}

.photo2 {
    position: relative;
    width: 30%;
    left: 426px;
    top: -296px;
}

.photo3 {
    height: auto;
    width: 350px;
    position: relative;
    right: -370px;
    top: -243px;
}

.photo4 {
    width: 23%;
    left: -260px;
    position: relative;
    top: -391px;
}

.photo5 {
    position: relative;
    width: 40%;
    top: -247px;
    right: -703px;
}

@media (min-width: 768px){
    .top-banner .top-col .col-md-4{
        border-right:1px solid #16FFFB;
        padding-top:0;
        padding-bottom:0;
    }
    .top-banner .top-col .col-md-4:last-child{
        border-right:none;
    }
}
.top-banner .top-col .col-md-4{
    text-align: center;
    padding-top:1em;
    padding-bottom:1em;
}
.top-banner .top-bottom{
    background-color:rgba(27,41,53,.65);
    text-align: left;
    padding:2em 0 1.5em;
    font-size: .8em;
}
.top-banner .top-bottom .potrait{
    border-radius: 50%;
    border:2px solid #16FFFB;
    margin-top:-25%;
    overflow: hidden;
}
.top-banner .top-bottom h3{
    text-transform: uppercase;
    margin-bottom:0;
    font-size: 1.25em;
}

@media (max-width: 767.98px){
    .top-banner h1{
        font-size:2em;
        margin-top:.25em;
    }
    .top-banner .top-bottom{
        text-align: center;
        padding:2em 0;
    }
    .top-banner .top-bottom .potrait{
        margin:1.5em auto;
        width:120px;
    }
    .top-banner .top-bottom .container>.row{
        padding-bottom:0;
    }
    .top-banner .top-bottom .container>.row>div{
        padding-bottom:1em;
    }

    .top-bottom .potrait-first {
        margin-top: 0px !important;
    }
}
/*Top banner*/

/*Article list*/
.article-date{
    font-size:.8em;
    color:#fff;
    margin-bottom:.25em;
}
.article-title{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    font-size:1.05em;
    line-height:1.3em;
    margin-bottom:.25em;
}
.article-des{
    color:#394242;
    margin-bottom:.25em;
    line-height:1.35em;
}
.article-tag{
    color:#394242;
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    font-size:.9em;
    margin-bottom:.5em;
    margin-top:1em;
}
.article-tag span{
    padding-right:2em;
}
.article-more{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
}

/*top article*/
.top-article{
    background-color:#1b2935;
}
.top-article a{
    color:#16FFFB;
}
.article-des{
    color:#fff;
}
/*top article*/

/*top nav*/
.inpage-nav{
    background-color:#fff;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    height:50px;
    padding:6px 0;
    line-height:32px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}
@media (max-width: 768px){
    .inpage-nav{
        display:none;
    }

    .values-text {
        padding-bottom: 2em
    }
}
.inpage-nav a{
    display:inline-block;
    padding:0 10px;
    height:36px;
    border-radius: 20px;
    color:#444!important;
    margin-right:0;
}
.inpage-nav.fr a{
    padding:0 4px;
    font-size:.7em;
}
.inpage-nav a:hover{
    background-color:#ddd;
    text-decoration:none;
}
.inpage-nav a.current,.inpage-nav a.current:hover{
    color:#fff!important;
    background:#1D6B70;
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
}
.inpage-nav.stay{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    z-index:5000;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.2);
}
/*top nav*/

/*Section general*/
section{
    padding-top:3em;
    padding-bottom:3em;
}
section .section-header{
    text-align: center;
    padding-bottom:1em;
}
section .section-header span{
    text-align: center;
    display:block;
    width:48px;
    height:48px;
    border:2px solid #1d6b70;
    border-radius: 24px;
    line-height:44px;
    font-size:30px;
    margin:0 auto .5em;
    color:#2f3838;
}
section .section-header.dark span{
    border:2px solid #16FFFB;
    color:#fff;
}
section .section-header h2{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    margin-bottom:.5em;
    text-transform: uppercase;
    display:inline-block;
}
section .section-header h2:after{
    height: 1px;
    display: block;
    margin-top:.25em;
    background: #1d6b70;
    border-right: 1px white;
    content: '';
}
section .section-header.dark h2:after{
    background: #16FFFB;
}
section .section-header h5{
    color:#1b2935;
    margin-bottom:.1em;
}
section .section-header.dark h5{
    color: rgba(255,255,255,.65);
}
/*Section general*/

/*Testimonials*/
#testimonials{
    background-color:#fff;
}
#testimonials .carousel-indicators{
    bottom:0;
}
#testimonials .carousel-indicators li{
    width:14px;
    height:14px;
    border-radius: 7px;
    margin-left:4px;
    margin-right:4px;
    background-color:#cad6dc;
    cursor: pointer;
}
#testimonials .carousel-indicators li.active{
    background-color:#1d6b70;
}
#testimonials .carousel-item{
    padding:2em 0 4em;
    text-align: center;
}
#testimonials .carousel-item .t-logo{
    margin:0 auto 1.5em;
    width:50%;
    max-width:200px;
}
#testimonials .carousel-item .t-ticker{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    margin-bottom:2em;
}
#testimonials .carousel-item .t-des{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    font-size:1.75em;
    margin-bottom:1.25em;
}
#testimonials .carousel-item .t-author{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    color:#1D6B70;
}
#testimonials .carousel-item .t-author span{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    color:#444;
    display:block;
    margin:.25em auto 1em;
    font-size:.8em;
}
/*Testimonials*/

/*Benefits*/
#benefits{
    background-color:#cad6dc;
}
#benefits ul{
    list-style:none;
    padding:0;
    font-size:1em;
}
#benefits ul li{
    padding-bottom:1.25em;
    padding-left:2.25em;
    position: relative;
}
#benefits ul li span{
    position:absolute;
    left:0;
    top:1px;
    font-size:.85em;
    color:#fff;
    background-color:#1d6b70;
    width:24px;
    height:24px;
    border-radius: 12px;
    line-height:22px;
    text-align: center;
}
#benefits .agree{
    font-size:.9em;
}
#benefits h3.teal small{
    font-size:11px;
}
#benefits h3.teal, #benefits ul h5{
    margin-bottom:0;
}
/*Benefits*/

/*Why Public*/
#why{
    background-color:#fff;
    color:#1b2935;
}
#why h1{
    color:#16FFFB;
}
/*Why Public*/

/*get listed*/

#listed {
    background-color: #1b2935;
    color: #fff;
}
#listed .nav-pills{
    margin-left:15%;
    margin-right:15%;
    margin-top:2em;
    margin-bottom:3em;
}
#listed .nav-pills .nav-link{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    color:#fff;
    padding:.4em .5em .6em;
    border-radius:1.2em;
}
#listed .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color:#16fffb;
    color:#1b2935;
}
@media (max-width: 768px){
    #listed .nav-pills{
        margin-left:auto;
        margin-right:auto;
        margin-top:1em;
        margin-bottom:2em;
    }
}
#listed .tab-pane .banner{
    background-color:#1d6b70;
    padding:2em 2em 2em 16em;
    position: relative;
    color:#fff;
}
#listed .tab-pane .banner .image-holder{
    width:125px;
    position: absolute;
    left:5em;
    top:2em;
}
#listed .tab-pane .controls{
    padding:1em 2em 1em 16em;
}
@media (max-width: 768px){
    #listed .tab-pane .banner{
        padding:2em 2em 2em 11em;
    }
    #listed .tab-pane .banner .image-holder{
        width:100px;
        left:2em;
    }
    #listed .tab-pane .controls{
        padding:1em 0;
    }
}
/*get listed*/

/*Initiatives*/
#initiatives{
    background-color:#cad6dc;
    color:#1b2935;
}
.sector-thumbs{
    padding-top:2em;
}
.sector-thumbs .thumb-row{
    margin-bottom:4em;
}
@media (max-width: 768px){
    .sector-thumbs .thumb-row .btn{
        margin-bottom:1em;
    }
}
/*Initiatives*/

/*MIG*/
#mig{
    background-color:#1b2935;
    border-top:4px solid #16FFFB;
    color:#fff;
    text-align: center;
    font-size:1.25em;
}
#mig .col-md-4{
    border-right:1px solid rgba(255,255,255,.25);
}
#mig .col-md-4:last-child{
    border-right:0;
}
#mig .mig-icon{
    margin-bottom:1em;
    height:80px;
    color:#16FFFB;
}
#mig .mig-icon span{
    font-size:68px;
    margin-bottom:-1em;
}
#mig h1{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    margin:0 0 5px;
    color:#16FFFB;
    font-size:36px;
}
#mig h1 span{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    color:#fff;
}
#mig small{
    font-size:.75em;
    text-transform: uppercase;
}
@media (max-width: 768px){
    #mig .col-md-4{
        border-right:0;
        padding-bottom:4em;
    }
}

.report-row{
    padding-top:5em;
    color:#fff;
}
.report-row strong{
    color: #000000;
}
.report-row .btn{
    color:#ffffff !important;
    border-color: #309299 !important;
    background-color: #309299!important;
    margin-bottom:5px;
    text-transform: none !important;
     width: 100%;
    font-size: 24px;
}
.report-row .btn:last-child{
    margin-bottom:5px!important;
}
.report-row .btn:hover{
    background-color: #64CCC9!important;
}
@media (max-width: 768px){
    .report-row{
        padding-top:0;
    }
}
/*MIG*/

/*Learn more about*/
#about{
    background-color:#fff;
    background-image:url("/assets/application/img/sectors/technology/learn-background.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;;
    background-size: cover;
}
/*Learn more about*/

/*More info*/
#more{
    background-color:#cad6dc;
    text-align:center;
}
#more img{
    height:90px;
    margin-bottom:10px;
}
#more h4{
    margin-bottom:.25em;
    font-size: 1.25em;
}
#more p{
    font-size:14px;
    margin-top:0;
    margin-bottom:2.5em;
}
/*More info*/

/*additional*/
.additional-re{
    padding-bottom:0;
}
.additional-re h4{
    text-transform: uppercase;
}
.additional-re a{
    display:block;
    margin-bottom:.5em;
}
@media (max-width: 768px){
    .additional-re .col-md-8{
        padding-bottom:3em;
    }
}
/*additional*/

/*listed company*/

#listed-companies {
    background-color: #ffffff;
}
#listed-companies .carousel{
    width:100%;
    padding:0 8em 6em;
}
#listed-companies .carousel .carousel-indicators li{
    background-color:#ccc;
    width:12px;
    height:12px;
    border-radius: 6px;
    cursor: pointer;
}
#listed-companies .carousel .carousel-indicators .active{
    background-color:#1D6B70;
}
#listed-companies .carousel .carousel-item .logo-image{
    height:60px;
    margin-bottom:8px;
    padding:0 22px;
}
#listed-companies .carousel .carousel-item .logo-image img{
    max-height:60px;
}
#listed-companies .carousel-control-prev,#listed-companies .carousel-control-next{
    color:#ccc;
    font-size:5em;
}
#listed-companies .carousel-control-prev:hover,#listed-companies .carousel-control-next:hover{
    color:#333;
}

#v50-top {
    background-color: #1b2935;
    color: #fff;
}

#v50-bottom, #pdac-bottom {
    background-color: #64ccc9;
}

@media (max-width: 768px){
    .company-logo-row .company-logo-title{
        margin-bottom:2.75em;
    }
}



/*modal fix*/
.modal{
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.75);
    padding:0;
}
.modal .modal-dialog{
    top:15%;
}
.modal-header{
    display:block;
}
.modal-header .close{
    right:25px;
}


/*Standard*/
html {
    scroll-behavior: smooth;
}
@media (min-width: 768px){
    #mp-pusher{
        transform: none!important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
    }
}
*{
    font-family:'Inter',Roboto,Helvetica,Arial,sans-serif;
}
a{
    color:#309299;
}
a:hover{
    color:#1D6B70;
    text-decoration: none;
}
.btn{
    border-color:#1b2935;
    color:#fff;
    background-color:#1b2935;
    font-family:'Inter',Roboto,Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.btn:hover{
    border-color:#1b2935;
    color:#16FFFB;
    background-color:#1b2935;
}
.btn-border{
    padding:.375rem .75rem;
    color:#fff;
    background-color:transparent;
    border:1px solid #16FFFB!important;
    text-align: left;
}
.btn-border:hover{
    color:#16FFFB!important;
    background-color:transparent!important;
}
#page-content{
    max-width:100%;
}
#page-content ul.breadcrumb{
    background-color:transparent!important;
}
@media (max-width: 991.98px){
    #page-content {
        padding:0;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 1010px;
        width: 100%;
    }
}

/*sub menu*/
.cpc-menu{
    background-color:#1D6B70;
    display:none;
}
.cpc-menu.stay{
    position: fixed;
    left:0;
    top:0;
    z-index:5000;
    width:100%;
    height:49px;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.2)
}
.cpc-menu a{
    line-height:35px;
    padding:0 .75em;
    margin:7px 2px 7px 0;
    display:inline-block;
    border-radius: 20px;
    color:#fff;
}
.cpc-menu a:hover{
    color:#16FFFB;
}
.cpc-menu a.current, .cpc-menu a.current:hover{
    background-color:#fff;
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    color:#1b2935;
}

@media (min-width: 960px){
    .cpc-menu a{
        padding:0 1.15em;
    }
}
@media (min-width: 768px){
    .cpc-menu{
        display:block;
    }
}
.cpc-header{
    text-transform:uppercase;
    font-size:26px;
    color:#1b2935;
    position:relative;
    border-bottom:1px solid #309299;
    display:inline-block;
    margin-bottom:1.35em;
}
.cpc-header.dark {
    border-bottom:1px solid #16FFFB;
    color: #fff;
}
.cpc-header.contrast{
    color:#fff;
    border-bottom:1px solid #fff;
}
.cpc-header strong{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
}
.cpc-header span.fa{
    border:1px solid #309299;
    line-height:34px;
    border-radius: 18px;
    display:inline-block;
    width:36px;
    height:36px;
    text-align: center;
    margin-bottom:10px;
    font-size:18px;
}
.cpc-header.dark span.fa{
    border:1px solid #16FFFB;
}
.cpc-header+.mt-0 {
    margin-top:-1.75em!important;
    margin-bottom:3em!important;
}

section{
    padding:4em 0;
}

@media (max-width: 767.98px){
    section .btn {
        margin-bottom: .5em;
        width: 100%;
    }
}

/*Carousel*/
.carousel{
    padding-bottom:60px;
}
.carousel-control-next, .carousel-control-prev{
    width:20px;
}
.carousel-inner{
    margin-left:40px;
    margin-right:40px;
    width:auto;
}

@media (max-width: 767.98px){
    .carousel-inner{
        margin-left:30px;
        margin-right:30px;
    }
}
/*Overview*/
section#top{
    /*
    background-color:#309299;
    color:#fff;
    */
}
section#overview{
    background-color: #CAD6DC;
    color:#182935;
}

section#top table.highlight{
    width:100%;
    border:3px solid #309299;
    border-collapse: collapse;
    display: table;
    border-spacing: 0;
    margin-bottom:15px;
}
section#top table.highlight th{
    background-color:#309299;
    color:#fff;
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    font-size:48px;
    padding:0 10px 10px;
    text-align: center;
}
section#top table.highlight td{
    background-color:#fff;
    color:#309299;
    text-align: center;
    padding:1em;
    vertical-align: middle;
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    font-size:20px;
    height:130px;
}
@media (max-width: 991.98px){
    section#top table.highlight td{
        height:160px;
    }
}
section#top table.highlight th sup{
    vertical-align: super;
    font-size: 20px;
}

/*reasons*/
section#reasons{
    background-color:#1b2935;
    color:#fff;
}
.reason-panel{
    padding:15px 15px 25px;
    background-color:#1b3641;
    border-radius: 4px;
    height:180px;
    margin-top:20px;
    margin-top:20px;
    text-align: center;
}
@media (max-width: 991.98px){
    .reason-panel {
        height:210px;
    }
}
@media (max-width: 767.98px){
    .reason-panel {
        height:auto;
    }
}
.reason-panel .text-center{
    margin-top:-30px;
    margin-bottom:10px;
}
.reason-panel .text-center span{
    display:inline-block;
    width:50px;
    height:50px;
    line-height:48px;
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    font-size:20px;
    color:#1b2935;
    background-color:#16FFFB;
    border-radius: 25px;
}

/*process*/
section#process{
    background-color:#fff;
    color:#1b2935;
}
section#process .row{
    margin-bottom:20px;
}
section#process h4{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
}
section#process h4 strong{
    color:#309299;
}

@media (max-width: 767.98px){
    .process-image {
        display:none;
    }
}

/*structures*/
section#structures{
    background-color:#309299;
    color:#fff;
}

/*contact*/
section#contact{
    background-color:#1b2935;
    color:#FFFFFF;
}

.cpc-home-contact-form{
}

/*list*/
section#list{
    background-color:#1b2935;
    color:#fff;
    border:3px solid #16FFFB;
}

section#list .list-circle{
    width:160px;
    height:160px;
    border:2px solid #16FFFB;
    border-radius: 80px;
    text-align: center;
    line-height: 156px;
    font-size:42px;
    color:#16FFFB;
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    margin:0 auto;
}
section#list .list-text{
    padding-top:3em;
}
@media (max-width: 767.98px){
    section#list .list-text{
        padding-top:1em;
        text-align: center;
    }
}
section#list .btn{
    background-color:transparent;
    border-color: #16FFFB;
    color:#16FFFB;
}
section#list .btn:hover{
    border-color: #16FFFB;
    background-color:rgba(22,255,251,.25);
}

/*explore*/
section#explore{
    background-color:#fff;
    background-image:url("/assets/application/img/Background.png");
    background-position:center center;
    background-repeat: no-repeat;
    color:#1b2935;
}
#explore .row{
    padding-bottom:3em;
}
#explore .row .col-md-4>div{
    margin-bottom:1.2em!important;
}
#explore .row .eda{
    font-size:16px;
    margin-bottom:.5em;
}
#explore .row .ed{
    font-size:14px;
    color:#686868;
    margin-bottom:1.5em;
}
#explore .row .et{
    font-size:12px;
    color:#818181;
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
}
#explore .row .et span{
    display:inline-block;
    padding-right:1em;
}

/*Top intro starts*/
section#top-intro{
    background-color:#1b2935;
    background-image: url("/assets/application/img/Header.png");
    background-repeat: no-repeat;
    background-size:cover;
    color:#fff;
    padding:140px 0;
}
section#top-intro h1,section#top-intro h2{
    text-transform: uppercase;
}
section#top-intro h1{
    color:#16FFFB;
    margin-top:.75em;
}

/*Top intro ends*/

/*Sample*/
#sample{
    background-color:#CAD6DC;
    color:#1b2935;
}
#sample h5{
    font-family:'Inter',Roboto,Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin-bottom:0;
}
#sample table{
    border-collapse: separate;
    border:0;
    margin-top:0;
}
#sample table.th{
    border-spacing: 13px;
    margin-left:-15px;
    margin-right:-15px;
    margin-bottom:0;
}
#sample table.tb{
    border-spacing: 13px 0;
    margin-left:-15px;
    margin-right:-15px;
    margin-bottom:5em;
}
#sample table th,#sample table td{
    text-align: left;
}
#sample table.th th{
    background-color:#1b2935;
    color:#fff;
    padding:15px;
}
#sample table td{
    background-color:#CAD6DC;
    padding:5px 12px;
}
#sample table td.b{
    border:3px solid #1b2935;
    padding:12px;
}
#sample table td.bt{
    border-top:3px solid #1b2935;
    padding:12px 12px 5px;
}
#sample table td.bb{
    border-bottom:3px solid #1b2935;
    padding:5px 12px 12px;
}
#sample table td.bs{
    border-left:3px solid #1b2935;
    border-right:3px solid #1b2935;
}
#sample table td h5,#sample table td h3{
    font-family:'Inter',Roboto,Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin:0;
}

/* Public*/
#public{
    background-color:#fff;
    color:#1b2935;
}
#public .nav-link{
    color:#1b2935;
}
#public .nav-link.active{
    background-color:#1D6B70;
    color:#fff;
}
.public-presentation-panel{
    background-color:#EAEFF1;
    padding:25px 25px 25px 180px;
    position: relative;
}
.public-presentation-panel img{
    position: absolute;
    left:25px;
    top:25px;
    height:180px;

}
.public-presentation-control{
    padding:15px 15px 15px 180px;
}

/*More info*/
#more{
    background-color:#CAD6DC;
    color:#1b2935;
}
#more img{
    height:100px;
}
#more h5{
    margin-bottom:-.75em;
}
#more .text-center{
    padding-bottom:2.5em;
}

/*addition*/
#addition{
    background-color:#E1E6E9;
}

/* Extra CSS Needed */

#page-footer {
    margin-top: 0px !important;
}

.breadcrumb:first-child {
    display: none;
}

#page-content {
    padding-top: 0px !important;
}

body {
    background-color: #ffffff;
}

#progress {
    min-height: 600px;
}

.banner-top-content {
    text-align: center;
}

.banner-top-content > h1 {
    font-weight: bold;
    font-size: 45px;
}

.overview-video-padding {
    padding: 35px 0px;
}

/*Progress*/
section#progress{
    background-color: #EFEFEF;
    color:#1b2935;
    min-height: 600px;
}
.progress-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left:-2px;
    margin-right:-2px;
    margin-bottom:5px;
}
.progress-top .stage{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left:2px;
    padding-right:2px;
}
.progress-top .stage-01{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.27%;
    flex: 0 0 27.27%;
    max-width: 27.27%;
}
.progress-top .stage-02 ,.progress-top .stage-04{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.18%;
    flex: 0 0 18.18%;
    max-width: 18.18%;
}
.progress-top .stage-03{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36.36%;
    flex: 0 0 36.36%;
    max-width: 36.36%;
}
.progress-top .top-block{
    background-color:#CAD6DC;
    color:#1b2935;
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    text-align: center;
    padding:0 .75em;
    height:40px;
    line-height:38px;
    font-size:.9em;
    cursor: pointer;
    transition: .2s all;
    overflow: hidden;
}
.progress-top .top-block:hover{
    background-color:#7E97A3;
    color:#fff;
}
.progress-top .top-block.current{
    background-color:#1b2935;
    color:#fff;
}
.progress-top .top-block i{
    background-color:#1b2935;
    color:#fff;
    display:inline-block;
    width:20px;
    height:20px;
    text-align: center;
    border-radius: 10px;
    line-height:19px;
    font-style: normal;
    margin-right:.5em;
    text-indent: 1px;
    transition: .2s all;
}
.progress-top .top-block:hover i{
    background-color:#fff;
    color:#1b2935;
}
.progress-top .top-block.current i{
    background-color:#16FFFB;
    color:#1b2935;
}
#progress .carousel{
    padding:120px 0 60px;;
}
@media (max-width: 767.98px){
    .progress-top{
        display:none;
    }
    #progress .carousel{
        padding: 0 0 60px;
    }
}

#progress .carousel-control-next, #progress .carousel-control-prev{
    top:auto;
    bottom:0;
    height:40px;
    width:auto;
    display:inline-block;
    border:2px solid #64CCC9;
    line-height:36px;
    text-align: center;
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    font-size:1em;
    padding:0 .75em;
    cursor: pointer;
    color:#000;
}
#progress .carousel-control-next-icon, #progress .carousel-control-prev-icon{
    width:30px;
    height:30px;
    text-align: center;
    line-height:28px;
    background-color:#ccc;
}
#progress .mobil-control{
    display:none;
}
#progress .mobil-control .carousel-control-next, #progress .mobil-control .carousel-control-prev{
    top:2em;
    bottom:auto;
    z-index:1000;
}
#progress .carousel .carousel-indicators{
    bottom:auto;
    top:0;
    margin-left:0;
    margin-right:0;
}
#progress .carousel-indicators li{
    width:9.09%;
    height:3px;
    background-color:#CAD6DC;
    text-indent: 0;
    text-align: center;
    font-size:.8em;
    line-height:1.1em;
    color:rgba(0,0,0,.45);
    transition: .2s all;
    cursor:pointer;
    margin:0;
}
#progress .carousel-indicators li:nth-child(4),#progress .carousel-indicators li:nth-child(5),#progress .carousel-indicators li:nth-child(10),#progress .carousel-indicators li:nth-child(11){
    background-color:#AABBC4;
}
#progress .carousel-indicators li.active{
    background-color:#1b2935;
    color:#1b2935;
    height:7px;
    font-weight: bold;
    margin-top:-2px;
}
#progress .carousel-indicators li span{
    display:inline-block;
    padding:15px 5px 0;
    cursor:pointer;
}
#progress .carousel-indicators li.active span{
    padding:17px 5px 0;
}
#progress .carousel-inner{
    margin:0;
}
#progress .carousel-inner .carousel-item h5{
    color:#1D6B70;
    margin-bottom:.25em;
}
#progress .carousel-inner .carousel-item .no-con{
    background-repeat: no-repeat;
    background-size: cover;
    padding:12em 0;
    text-align:center;
}

#progress .carousel-inner .carousel-item .no-con h3{
    color:#fff;
    font-size:2.5em;
    background-color:rgba(0,0,0,0.75);
    display:block;
    padding:.75em;
}
#progress .carousel-inner .carousel-item .no-con h5{
    color:#fff;
    background-color:#1D6B70;
    display:inline-block;
    padding:.5em;
    margin-bottom:.25em;
}

@media (max-width: 767.98px){
    #progress .carousel-indicators li span{
        display:none;
    }

    #progress .carousel-inner{
        padding:0;
    }
    #progress .mobil-control{
        display:block;
    }
    #progress .carousel-inner .carousel-item{
        padding-top:7em;
    }
}
#progress .carousel-inner .carousel-item ul{
    list-style: decimal;
}

section#progress table.highlight{
    width:100%;
    border:3px solid #309299;
    border-collapse: collapse;
    display: table;
    border-spacing: 0;
    margin-bottom:15px;
}
section#progress table.highlight th{
    background-color:#309299;
    color:#fff;
    font-size:18px;
    padding:5px 10px 10px;
    text-align: center;
    vertical-align: middle;
    height:6em;
}
section#progress table.highlight td{
    background-color:#fff;
    color:#1b2935;
    text-align: center;
    padding:1em;
    vertical-align: middle;
    font-size:16px;
    height:260px;
}
section#progress table.highlight td h5{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    font-size:18px;
    margin-top:10px;
    margin-bottom:0;
}
@media (max-width: 991.98px){
    section#progress table.highlight td{
        height:300px;
    }
}
@media (max-width: 767.98px){
    section#progress table.highlight th,section#progress table.highlight td{
        height:auto;
    }
}
section#progress table.highlight th sup{
    vertical-align: super;
    font-size: 20px;
}

section#progress .process-step-header,section#progress .process-step-body{
    margin-bottom:10px;
    padding:15px;
    border:2px solid #fff;
}
section#progress .process-step-header{
    background-color:#fff;
    color:#1D6B70;
}
section#progress .process-step-body ul{
    margin-bottom:0;
}

/*    padding:1em;
    vertical-align: middle;
    font-size:16px;
    height:260px;
}*/
section#progress table.highlight td h5{
    font-family: Inter, Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    font-size:18px;
    margin-top:10px;
    margin-bottom:0;
}
@media (max-width: 991.98px){
    section#progress table.highlight td{
        height:300px;
    }
}
@media (max-width: 767.98px){
    section#progress table.highlight th,section#progress table.highlight td{
        height:auto;
    }
}
section#progress table.highlight th sup{
    vertical-align: super;
    font-size: 20px;
}

section#progress .process-step-header,section#progress .process-step-body{
    margin-bottom:10px;
    padding:15px;
    border:2px solid #64CCC9;
}
section#progress .process-step-header{
    background-color:#64CCC9;
    color:#fff;
}
section#progress .process-step-body ul{
    margin-bottom:0;
}

/* Updated Careers Page */

.careers-badge {
    /* margin-left: 25px; */
    max-width: 40px;
    max-height: 40px;
}

.careers-badge-text {
    margin-bottom: 2em;
    font-size: 18px;
    color: #16fffb;
    text-transform: uppercase;
    font-family: Inter;
    margin-top: 0.5em;
}

.photo {
    overflow: hidden !important;
}

@media (max-width: 768px) {

    .careers-badge {
        float: left !important;
        max-width: 100px !important;
    }

    .careers-badge-text {
        padding-top: 7px;
    }

    .report-row .btn {
        width: 100% !important;
    }

}

@media (max-width: 1200px) {

    section {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .col-sm-12 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .photo {
        /*For Dev */
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        width: 100% !important;
        padding: 0px;
        max-width: 400px !important;
    }

    .photo5 {
        padding-top: 20px;
    }

    .container-fluid {
        text-align: center;
    }

    .careers-badge {
        margin-left: -10px !important;
    }

    .careers-badge-text {
        width: 90% !important;
    }

    .values-text {
        text-align: center !important;
    }

    .join-tmx-text {
        border: 0px solid #ffffff !important;
    }

}

