@font-face {
    font-family: 'Gelion Semi';
    src: url('/fonts/Gelion-SemiBold.woff2') format('woff2'), url('/fonts/Gelion-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gelion';
    src: url('/fonts/Gelion-Medium.woff2') format('woff2'), url('/fonts/Gelion-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gelion';
    src: url('/fonts/Gelion-Light.woff2') format('woff2'), url('/fonts/Gelion-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gelion';
    src: url('/fonts/Gelion-Thin.woff2') format('woff2'), url('/fonts/Gelion-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gelion';
    src: url('/fonts/Gelion-Black.woff2') format('woff2'), url('/fonts/Gelion-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Gelion';
    font-size: 18px;
    background: #fff;
    font-weight: 300;
    line-height: 1.11;
    text-align: center;
    color: #036;
}

.container {
    width: 1445px;
    max-width: calc(100% - 40px);
    margin: auto;
    position: relative;
}

.flex-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex-c-alignstart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.grid_3 {
    width: calc(33.33% - 26.66px);
    text-align: left;
}

.grid_4 {
    width: 35%;
}

.grid_5 {
    width: 640px;
    max-width: calc(50% - 50px);
}

.grid_8 {
    width: 65%;
}

.grid_6 {
    width: calc(50% - 5px);
    text-align: left;
}

.fullwidth {
    width: 100%;
}

.quarterwidth {
    width: calc(25% - 5px);
}



a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */

.img {
    width: 100%;
    margin: 0;
    display: block;
}

.mb15 {
    margin-bottom: 15px;
}

p {
    margin: 0;
}

#bio {
    position: fixed;
    margin: auto;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 0;
    opacity: 0;
    display: none;
    transition: opacity 0.7s;
    flex-wrap: wrap;
}

    #bio:before {
        position: absolute;
        z-index: 0;
        background: #036;
        opacity: 0.6;
        content: '';
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.innerBio {
    position: absolute;
    max-height: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bio-det {
    background: #004479;
    padding: 50px;
    color: #fff;
    text-align: left;
    height: 600px;
    overflow-y: scroll;
}

#bioImg {
    background-size: cover;
    height: 600px;
    background-position: center;
}

p.title {
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}

.f14 {
    font-size: 14px;
    margin-bottom: 15px;
}

.f16 {
    font-size: 16px;

}
.close {
    position: absolute;
    right: 30px;
    top: 40px;
    display: block;
    width: 20px;
}
.close-symbol {
    width: 30px;
    height: 30px;
}
.close-symbol::before {
    content: '';
    width: 30px;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.bio-det a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

    .bio-det a span {
        font-weight: 500;
    }

.w-logo {
    display: block;
    margin: 0 auto 50px auto;
}

.arrow {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 60px;
    width: 32px;
}

.leftalign {
    text-align: left;
}

.underline {
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
}

section {
    position: relative;
}

.bg-white {
    background-color: #fff;
}

.bg-layer {
    color: #fff;
    position: relative;
}

    .bg-layer:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: #036;
        opacity: 0.74;
    }
/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 500;
}

h2 {
    font-size: 26px;
    font-weight: 300;
}

    h2 a {
        font-size: 18px;
        display: block;
        padding-top: 0.75em;
    }

h3 {
    font-size: 26px;
    font-weight: 500;
    max-width: 930px;
}

h4 {
    font-size: 22px;
    border-bottom: 1px solid #036;
    padding: 10px 0;
    margin-bottom: 10px;
}

h5 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 500;
}
.grey
{
    filter:grayscale(100%);
    transition:all 0.5s;


}
.grey:hover
{
    filter:grayscale(0%)
}
.min-h {
    min-height: calc(100vh - 90px);
}

.abs-right {
    position: absolute;
    height: 100%;
    width: 50%;
    background-size: cover;
    right: 0;
    top: 0;
}

.abs-left {
    position: absolute;
    height: 100%;
    width: 50%;
    background-size: cover;
    left: 0;
    top: 0;
}

.flex-r {
    display: flex;
    justify-content: flex-end;
}

    .flex-r .grid_5 {
        padding: 0 0 50px 0;
    }
/* Navigation */
header {
    position: sticky;
    top: 0;
    background: #fff;
    height: 90px;
    z-index: 10;
}

.logo {
    display: block;
    width: 220px;
}

nav {
    margin: 0 auto;
    padding: 0;
    height: 100%;
}

#ul {
    width: 440px;
    list-style: none;
}

    #ul li {
        display: inline-block;
        position: relative;
    }

        #ul li a {
            
            text-transform: uppercase;
            font-size: 14px;
        }

#page-home ul li a.home, #page-about ul li a.about, #page-services ul li a.services, #page-transactions ul li a.transactions, #page-contact ul li a.contact {
    font-weight: 600;
}

#page-services .grid_5 ul {
    font-size: 16px;
}
#page-services .grid_5 a {
    font-size: 18px;
}
#page-services h5 {
    margin-bottom: 5px;
}
.feature-active {
    font-weight: 500;
}

.privacy-popup, .disclaimer-popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 99;
    pointer-events: none;
    overflow-y: scroll;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
.close-popup {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
}
.close-popup {
    width: 40px;
    height: 40px;
}

.trn
{
    width:calc(20% - 8px);
    margin-bottom:10px;
    border:1px solid #244061;
    
        
}
.trnHolder {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 8px;
}
.trn-header
{
    padding:20px;
    height:90px;

}
.trn-header img{
    display:block;
    height:38px;
    margin:auto
    
}
.trn-content
{
    height:220px;
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:space-between;
    padding:20px;
    background:#003366;
    color:#fff;
    text-align:center;

}
.trn-content span{
    display:block;
    max-width:100%;
   

}
.year
{
    display:block;
    padding:20px 0
}
.bold{
    font-weight:500;
    

}

strong {
    font-weight:500;
}

.about_text p {
    margin-bottom: 15px;
}

.paccap-logo {
    width: 150px;
    margin-bottom: 10px;
}


/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: none;
}

    #nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
        cursor: pointer;
        height: 2px;
        width: 30px;
        background: #036;
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

        #nav-toggle span:before {
            top: -8px;
        }

        #nav-toggle span:after {
            top: 8px;
        }

    #nav-toggle.active span {
        background-color: transparent !important;
    }

        #nav-toggle.active span:after, #nav-toggle.active span:before {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: a rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: a rotate(-45deg);
        }

.team-link {
    display: block;
}

    .team-link span {
        display: block;
        padding-left: 5px;
    }

.name {
    font-weight: 500;
    font-size: 20px;
}

.title {
    margin-bottom: 10px;
}
#map{
    width:50%;
    height:500px;
}
/* enquiry */

.register {
    max-width: 550px;
    width: 480%;

}



input, select,textarea {
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    color: #244061;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #244061;
    text-align: left;
    font-family:inherit

}

select {
    padding: 10px, 0;
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

    select option {
        padding: 10px, 0;
        background: #fff;
        text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
        -moz-text-align-last: left;
        text-align-last: left;
    }

.privacy {
    font-size: 11px;
}

.chk_holder {
    margin: 10px auto 0 auto;
    color: #fff;
}
.b_submit{
    margin:20px 0 30px;
    cursor:pointer;
    width:auto;
}

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #244061;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #244061;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #244061;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #244061;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#244061;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.teal {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 155px;
}
/*footer*/
footer {
    background: #003366;
    padding: 40px 0;
    font-size: 15px;
    color: #fff;
}

.logos {
    padding: 40px 0 0 0;
}

.logo-f {
    display: block;
    width: 190px;
}

#ul-footer {
    list-style: none;
    width: 440px;
}

    #ul-footer li {
        display: inline-block;
        padding: 0 8px;
        border-right: 1px solid #fff;
        text-transform: uppercase;
    }

        #ul-footer li:last-child {
            border: none;
        }

.links-holder {
    line-height: 2;
    text-align: right;
}

.bar {
    display: inline-block;
    margin: 0 15px;
}
/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-bottom: 1px solid #525252;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100% !important;
    margin-bottom: 0;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    cursor: default;
    border: 1px solid #525252;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #000000;
}

    div.token-input-dropdown-project ul {
        margin: 0;
        padding: 0;
        display: block !important;
        max-height: 205px;
    }

        div.token-input-dropdown-project ul li {
            background-color: #fff;
            font-size: 14px;
            padding: 3px;
            margin: 0;
            list-style-type: none;
            font-weight: 100 !important;
        }

            div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li em {
                font-weight: bold;
                font-style: normal;
            }

            div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
                background-color: #ccc;
                color: #fff;
            }
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

    ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #F00D0D;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.max540 {
    max-width: 540px;
}

.max1020 {
    max-width: 1020px;
}

.list ul {
    list-style: '- ';
    padding-left: 10px;
    margin-bottom: 25px;
}

    .list li {
        line-height: 1.4;
    }

        .list p {
            font-size: 16px;
            margin-bottom: 15px;
        }

.mb25 {
    margin-bottom: 25px;
}

.mb60 {
    margin-bottom: 60px;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.pt150 {
    padding-top: 150px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb120 {
    padding-bottom: 80px;
}

.bg-blue {
    background: #003366;
    color: #fff;
}

.bg-lblue {
    background: #B8CCE4;
    color: #244061;
    text-align: left;
}

.bg-light {
    background: #365F91;
    color: #fff;
    text-align: left;
}

.bg-white {
    color: #365F91;
    background: #fff;
    text-align: left;
}

.max1108 {
    width: 1108px;
    max-width: calc(100% - 40px);
    margin: auto;
    position: relative;
    z-index: 1;
}

.leftalign {
    text-align: left;
}

#hero {
    height: calc(100vh - 90px );
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#hero .w-logo, #hero .arrow, #hero h1 {
    opacity: 0;
    z-index: 2;
}
#hero::before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.transition {
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}

.banner {
    position: relative;
    padding: 250px 0 70px 0;
    text-align: left;
    color: #fff;
    background-size: cover;
}

    .banner:after {
        position: absolute;
        z-index: 0;
        background: #036;
        opacity: 0.3;
        content: '';
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.inner-banner {
    position: relative;
    z-index: 2;
}

.btn {
    font-size: 16px;
    width: 220px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    margin: 40px auto 0;
}

.d {
    display: block;
}

.just-mobile {
    display: none;
}


@media  screen and (max-width : 1440px) {
    .trn {
        width:calc(25% - 8px);
    }
}


@media  screen and (max-width : 1300px) {
    .trn {
        width:calc(33% - 8px);
    }
    .trn-header img {
        height: 40px;
    }
}



@media screen and (max-width : 1000px) {
    .close {
        right: 20px;
    }
    .m-col {
        flex-direction: column;
    }
    .just-desktop {
        display: none;
    }
    .just-mobile {
        display: block;
    }
    span.br {
        display: block;
        width: 100%;
        height: 25px;
    }
    .quarterwidth {
        width: calc(50% - 5px);
    }

    .d {
        display: none;
    }

    .logo {
        display: block;
        width: 160px;
        position: relative;
        z-index: 55;
    }

    header {
        height: 60px;
    }

    #hero {
        height: calc(100vh - 60px );
    }

    nav.container {
        max-width: 100%;
    }

    #ul {
        top: 0;
        bottom: auto;
        height: 100vh;
        background: #fff;
        width: 100vw;
        max-width: 100%;
        transition: left 0.7s;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: flex;
        left: -100vw;
        top: 0;
        position: absolute;
        flex-wrap: wrap;
    }

    #nav-toggle {
        display: block;
    }

    .active_nav #ul {
        left: 0;
    }

    .w-logo {
        margin: 0 auto 35px auto;
        width: 35px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 24px;
    }

    .arrow {
        bottom: 33px;
        width: 33px;
    }

    .grid_3 {
        width: 100%;
        margin-bottom: 20px;
    }

        .grid_3:last-child {
            margin-bottom: 0;
        }

    .logos {
        display: block;
    }

        .logos img {
            display: block;
            margin: 0 auto 30px auto;
        }

    #ul-footer {
        padding: 30px 0;
        width: 1000%;
        display: block;
    }

        #ul-footer li {
            display: block;
            border: none;
            margin-bottom: 5px;
            text-align: left;
        }

    .links-holder {
        text-align: left;
    }

    .grid_6 {
        width: 100%;
        margin-bottom: 40px;
    }

    .container .grid_6:last-child {
        margin-bottom: 0;
    }

    .grid_4, .grid_8 {
        width: 100%;
    }

    #bioImg, .bio-det {
        height: 100%;
        aspect-ratio: 1/1;
    }

    .bio-det {
        padding: 20px 20px 40px 20px;
    }

    .grid_5 {
        width: 100%;
        padding: 50px 0 !important;
        max-width: 100%;
    }

    .abs-right, .abs-left {
        position: relative;
        height: 100vw;
        width: 100%;
    }

    .min-h {
        padding: 0;
    }
    .trnHolder
    {
        display:block
    }
    .trn
    {
        width:300px;
        max-width:100%;
        margin:0 auto 10px auto

    }

    #map {
    width: 100%;
    height: 100vw;
    margin-top: 50px;
}
}

@media screen and (max-width : 680px) {
    .quarterwidth {
        width: 100%;
    }
}