/* navbar */
/* .height-70-kyc{
    height: 70vh;
} */
a{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
.ul-disc{
    list-style: disc;
}
.ul-disc li,
.ol-disc li{
    margin-bottom: 15px !important;
    margin-left: 40px
}
.text-uppercase{
    letter-spacing: 0.75px;
}
.btn-payment:hover{
    transition: all .5s ease;
    transform: translateY(-5px);
}
.download-button{
    max-width: 150px;
}
.nav-mobile-blog{
    background: linear-gradient(157.25deg, #068d89 -11.72%, #077c81 107.45%);
}
.nav-mobile-career{
    background: linear-gradient(157.25deg, #379ced -11.72%, #3390de 107.45%);
}
.nav-mobile-edc {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 500;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    background: linear-gradient(0deg, #6c0985 50%, #6c0986 0%);
}
.nav-mobile-pricing {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 500;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    background: linear-gradient(49deg, #1f839b 39%, #1a8b9b 0%);
}
.nav-mobile-h2h {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 500;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    background: linear-gradient(0deg, #03635d 50%, #03635d 0%);
}
.nav-mobile-kiosk {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 500;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    background: linear-gradient(6deg, #d16d01 50%, #d16d01 44%);
}
.nav-mobile-index {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 500;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    background: white;
}
.nav-mobile-bank {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 500;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    background: linear-gradient(270deg, #7a2051 -8.99%, #831652 100%);
}
.nav-mobile-dis {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 500;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    background: linear-gradient(90deg, #d07912 50%, #d27a12 0%);
}
.nav-mobile-kyc {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 500;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    background:linear-gradient(45deg, #145e96 27.16%, #0982d2 107.78%);
}
.active-nav {
    display: block;
    position: relative;
    /* border-image: linear-gradient(90deg, #023223 0%, #26B173 34.9%, #87C567 69.27%, rgba(38, 177, 115, 0) 100%, rgba(38, 177, 115, 0) 100%)1; */
    left: 0%;
    bottom: 0px;
    /* border-bottom: 3px solid; */
    text-align: left;
    color: white;
    font-weight: 800px;
}

@media (max-width: 1000px) and (min-width: 300px) {
    .hidden-xs {
      display: none !important;
    }
    .hidden-xs-benefit{
      display: block !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    .hidden-md {
      display: none !important;
    }
}
@media (min-width: 900px) and (max-width: 1500px) {
    .img-kyc {
        margin-left: -4.5em !important;
        /* margin-left: -2.5em !important;
        max-width: 120% !important; */
    }
    .img-kyc-2 {
        margin-left: -4.7em !important;
        /* margin-left: -4.7em !important;
        max-width: 120% !important; */
    }
    .img-kyc-3 {
        margin-left: 0em !important;
        max-width: 100% !important;    
        /* margin-left: -2.5em !important;
        max-width: 120% !important; */
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
      display: none !important;
    }
  }
  .stack-menu:before {
    content: url(/static/img/menu.svg);
}
[class^="stack-"]:before, [class*=" stack-"]:before {
    font-family: "stack-interface";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    opacity: .8;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Home */
.gradient-line::before {
    content: "";
    position: absolute;
    top: -7.5px;
    left: 0px;
    height: 7.5px;
    right: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: -1;
    background: linear-gradient(190deg, #FFB300 -7%, #2E938A 42.52%, #3E7FCB 100%);
}
.hp-laptop{
    display: block;
}
.btn-contact-us:hover{
    border-color: transparent !important;
    transition: all .5s ease;
    transform: translateY(-5px);
    cursor: pointer;
}
.btn-contact-us {
    font-family: 'Nunito', sans-serif;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    border-radius: 10px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 2em;
    padding-left: 2em;
    border: 1px solid #25252500;
    border-width: 1px;
    font-size: inherit;
    line-height: 1.857143em;
    background-color: #02DC6C;
  }
.bg-home{
    background: linear-gradient(90deg, #0d7c93 15%, #00B596 100%);
    padding-bottom: 0px;
    position: relative;
}
.circles-overlay{
    background-image: url(/static/img/circles-overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}
.image-hp{
    margin-top: 10%;
    left: 13%;
    display: block;
}
.background-image-holder{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    /* background-position: 50% 50% !important; */
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}
.text-h1-retail{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 40px;
    color: #FFFFFF;
}
.text-h1{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 40px;
    color: #FFFFFF;
}
.text-p{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
    opacity: 0.6;
    text-align:left;
    letter-spacing: 1px;
}
.text-fast{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    color: #000;
    opacity: 0.8;
    text-align: left;
}
.text-nav{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.25px;
    color: #FFFFFF ;
    opacity: 0.6 !important;
}
.active .text-nav{
    opacity: 1 !important;
    font-weight: 600;
}
.dropdown--active{
    font-weight: 600;
    opacity: 1 !important;
}
.btn-text-home{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
} 
.btn-text-home-dua:hover{
    border-color: #25252500 !important;
    -webkit-transform: translate3d(0, -2px, 0);
    background: #ffff;
}
.btn-text-home-dua{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #4a90e2 !important;
}
.btn--third {
    background: #FFB300;
    border-color: transparent !important;
}
.btn--third:hover {
    background: #FFB300;
}
.btn--third:active {
    background: #FFB300;
}
@media only screen and (max-width:760px){
    .bg-home{
        /* height: 100vh !important; */
        background: linear-gradient(0deg, #00B596 14%, #0d7c93 56%);
    }
    .map-height{
        height: 250px !important;
    }
    .mt-negative{
        margin-top: -130px !important;
    }
    .p-contact-bold{
        font-size: 12px !important;
    }
    .h3-contact{
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .p-contact-light{
        font-size: 14px !important;
    }
    .p-contact{
        font-size: 14px !important;
    }
    .p-contact-color{
        font-size: 14px !important;
    }
    .color-text-sosmed{
        font-size: 14px !important;
    }
    .img-icon-card{
        height: 30px !important;
    }
    .img-odeo {
        height: 75px !important;
    }
    .img-bank{
        height: 30px !important;
    }
    /* .nav-mobile{
        background: #0196F6;
    } */
    .p-about-audio{
        font-size: 14px !important;
    }
    .oops-text{
        font-size: 42px !important;
    }
    .fourofour-text{
        font-size: 14px !important;
    }
    .fourofour-text-big{
        font-size: 100px !important;
    }
    .mt-404{
        margin-top: -125px !important;
    }
    .text-p{
        font-size: 14px;
    }
    .hp-laptop{
        display: none;
    }
    .image-hp{
        display: none !important;
    }
}
@media only screen and (max-width:1024px){
    .image-hp{
        margin-top: 10%;
        left: 3% !important;
    }
}


/* partner */
@media only screen and (max-width:768px){
    .dropdown-menu {
        position: relative !important;
        box-shadow: none !important;
        padding: 10px !important;
        float: none !important;
    }
    .product-sm .col-md-6{
        padding-left: 0px;
        margin-top: 0px !important;
    }
    .height-400{
        height: 300px !important;
    }
    .text-nav{
        font-size: 14px !important;
        color: black !important
    }
    .mt-bar-module{
        margin-top: 20px !important;
    }
    .text-h1-retail{
        font-size: 26px;
    }
    .text-h1{
        font-size: 30px;
        line-height: 125%; 
        margin-bottom: 0px !important;   
    }
}

/* About Us */
.flex-about{
    display: flex;
}
.p-about{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140.68%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 1;
}
.span-about{
    opacity: 0.6;
}
.padding-about{
    padding: 20px;
}
.title-history{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #2a2a2a;
}
.subtitle-history{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140.68%;
    text-align: center;
    color: #2A2A2A;
    opacity: 0.8;
}
.gain-title-big{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 120%;
    color: #2A2A2A;
}
.gain-title-sub{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140.68%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4A90E2;
    opacity: 0.8;
}
.gain-title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 0px !important;
}
.gain-p{
    font-family: 'Open Sans' ;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #2A2A2A;
    opacity: 0.8;
}
.bg--bank-partner{
    background-color: #F8F8F8;
}

@media only screen and (max-width:768px){
    .menu-horizontal > li a:hover {
        color: #000 !important;
        cursor: pointer;
        opacity: 1 !important;
      }
    .dropdown-title {
        font-size: 14px !important; 
    }
    .dropdown-paragraph {
        font-size: 12px !important;
    }
    .flex-about{
        display: inline-block !important;
    }
    .text-p{
        font-size: 14px;
    }
    .bg--bank-paygate{
        height: 90vh !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    .title-history{
        font-size: 22px;
    }
    .subtitle-history{
        font-size: 14px;
    }
    .gain-title-big{
        font-size: 28px;
    }
    .gain-title-sub{
        font-size: 12px;
    }
    .gain-title{
        font-size: 16px;
    }
    .gain-p{
        font-size: 14px;
    }
}

/* bank vc */
.bank-icon {
    display: inline-block;
    margin: 0px 5px 0px 10px;
    font-weight: 700;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 25%;
    background: #79174C;
    border: 0px solid #ececec;
}
.bg--bank-ver{
    background-size: contain;
    background-repeat: round;
    z-index: 10;
    height: 85vh;
}
.bank-ungu{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140.68%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #79174C;
    opacity: 0.8;
}
.bank-title{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #2A2A2A;
}
@media only screen and (max-width:760px){
    .bank-title{
        font-size: 28px;
    }
}

/* disbursment */

.disbursment-icon {
    display: inline-block;
    margin: 0px 5px 0px 10px;
    font-weight: 700;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 25%;
    background: #F3B80C;
    border: 0px solid #ececec;
}
.bg--bank-disbursment{
    background-size: contain;
    background-repeat: round;
    z-index: 10;
    height: 85vh;
}
.distri-orange{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140.68%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #F3B400;
    opacity: 0.8;
}
.distri-title{
    font-family:'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    opacity: 0.8;
}
.distri-p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #2A2A2A;
    opacity: 0.8;
}
.distri-square{
    display: inline-block;
    margin: 0;
    font-weight: 700;
    line-height: 50px;
    width: 150px;
    height: 50px;
    border-radius: 25%;
    border: 0px solid #ececec;
    background-color: #F3B80C;
}
.btn-dist-transparent {
    background: #ffffff00;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    border-color: #F3B80C !important;
}
.btn-dist{
    background: #F3B80C;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}
.btn-text-dist-transparent{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center !important;
    color: #F3B80C;
}
.btn-dist{
    background: #F3B80C;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}

/* Payment Gateway */
.p-other{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140.68%;
    text-transform: uppercase;
    color: #12398B;
    opacity: 0.8;
    letter-spacing: 2px;
}
.paygateway-icon {
    display: inline-block;
    margin: 0px 5px 0px 10px;
    font-weight: 700;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 25%;
    background: #12388A;
    border: 0px solid #ececec;
}
.bg--bank-paygate{
    background-image: url(/static/img/bg-paygatewat.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}
.paygate-blue{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140.68%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #12388A;
    opacity: 0.8;
}
.btn-gateway-transparent {
    background: #ffffff00;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    border-color: #12388A !important;
}
.btn-gateway{
    background: #12388A;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}
.btn-text-gateway-transparent{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center !important;
    color: #12388A;
}


/* fast payment */
.bg--fast-pay{
    background-size: contain;
    background-repeat: round;
    z-index: 10;
    height: 85vh;
}
.btn-fast-transparent {
    background: #ffffff00;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    border-color: #12398B !important;
}
.btn-fast{
    background: #12398B;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}
.btn-text-fast-transparent{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center !important;
    color: #12398B;
}
.fast-blue{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140.68%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #12398B;
    opacity: 0.8;
}

/* Virtual  */
.bg-virtual-pay{
    background-image: url(/static/img/virtual-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}
.btn-virtual-transparent {
    background: #ffffff00;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    border-color: #D0021B !important;
}
.btn-virtual{
    background: #D0021B;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}
.btn-text-virtual-transparent{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center !important;
    color: #D0021B;
}
.virtual-red{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140.68%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #D0021B;
    opacity: 0.8;
}

/* debit  */
.bg-debit-pay{
    background-image: url(/static/img/debit-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}
.btn-debit-transparent {
    background: #ffffff00;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    border-color: #85BA0E !important;
}
.btn-debit{
    background: #85BA0E;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}
.btn-text-debit-transparent{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center !important;
    color: #85BA0E;
}
.debit-green{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140.68%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #85BA0E;
    opacity: 0.8;
}

/* retail  */
.bg-retail-pay{
    background-image: url(/static/img/retail-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}
.btn-retail-transparent {
    background: #ffffff00;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    border-color: #026C00 !important;
}
.btn-retail{
    background: #026C00;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}
.btn-text-retail-transparent{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center !important;
    color: #026C00;
}
.retail-green{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140.68%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #026C00;
    opacity: 0.8;
}

/* edc  */
.title-edc-two{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #000000;
    opacity: 0.8;
}
.title-edc-big{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #2A2A2A;
}

.title-edc{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    opacity: 0.8;
}
.p-edc{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2A2A2A;
    opacity: 0.8;
}
.edc-icon {
    display: inline-block;
    margin: 0px 5px 0px 10px;
    font-weight: 700;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 25%;
    background: #8E24AA;
    border: 0px solid #ececec;
}
.bg--grey-edc{
    background-color: #F8F8F8;
}
.bg--edc-pay{
    background-size: contain;
    background-repeat: round;
    z-index: 10;
    height: 85vh;
}
.btn-edc-transparent {
    background: #ffffff00;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    border-color: #8E24AA !important;
}
.btn-edc{
    background: #8E24AA;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}
.btn-text-edc-transparent{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center !important;
    color: #8E24AA;
}
.edc-ungu{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140.68%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #8E24AA;
    opacity: 0.8;
}

/* kiosk  */
.bg--kiosk-pay{
    background-size: contain;
    background-repeat: round;
    z-index: 10;
    height: 85vh;
}
.btn-kiosk-transparent {
    background: #ffffff00;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    border-color: #F37F00 !important;
}
.btn-kiosk{
    background: #F37F00;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}
.btn-text-kiosk-transparent{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center !important;
    color: #F37F00;
}
.kiosk-cokelat{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140.68%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #F37F00;
    opacity: 0.8;
}


/* h2h */
.green-color-green{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140.68%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #008780;
    opacity: 0.8;
}
.btn--green{
    background-color: #0C8D86;
}
.btn-text-green:hover{
    border-color: #25252500 !important;
    -webkit-transform: translate3d(0, -2px, 0);
    background: transparent;
}
.btn-text-green{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #ffff !important;
}
.title-h2h-how{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    opacity: 0.8;
}
.bg--h2h-pay{
    background-size: contain;
    background-repeat: round;
    z-index: 10;
    height: 85vh;
}
.h2h-icon {
    display: inline-block;
    margin: 0px 5px 0px 10px;
    font-weight: 700;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 25%;
    background: #F37F00;
    border: 0px solid #ececec;
}

/* team */
.accordion li.active .accordion__title span.title-job{
    color: #4A90E2;
}
.accordion li.active .accordion__content {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
}
.accordion li.active .accordion__title::after {
    content: '\e80a';
}
.accordion .accordion__title:after {
    font-family: "stack-interface";
    float: right;
    content: '\e80d';
    margin-right: 0px;
    color: #252525;
}
.career-sub{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #2A2A2A;
}
.career-blue{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140.68%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4A90E2;
    opacity: 0.8;
}
.tabs li .tab__title span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 19px !important;
}
.tabs li.active .tab__title span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF !important;
    border-radius: 5px;
}
.tabs li:not(.active) {
    opacity: 0.5;
    background-color: white !important;
}
.tabs-container.tabs--vertical .tabs li {
    display: block;
    border-radius: 5px;
    background: #4CB9FF;
    border: none !important;
}
.tabs {
    display: inline-block; 
    border: 0px solid #ECECEC !important;
    border-radius: 6px;
    margin-bottom: 1.85714286em;
}
.name-team{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 0px;
}
.position-team{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #9B9B9B;
}
.bg--team{
    background-size: cover;
    background-repeat: no-repeat !important;
    background-image: url(/static/img/contact.png), linear-gradient(169.91deg, #4CB9FF -11.72%, #155B92 107.45%);
    background-blend-mode: overlay, normal;
}
.title-career{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #2A2A2A;
}
.subtitle-career{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #9B9B9B;
}
/* .p-career{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #4A4A4A;
} */
.text-career::before{
    font-family: "stack-interface";
    content: '\e80d';
    margin-right: 6px;
    color: #252525;
}
.title-job:hover{
   cursor: pointer;
   color: #4A90E2;
}
.title-job:active{
   color: #4A90E2;
}
.animated:hover{
    cursor: pointer;
    color: #4A90E2 !important;
    background: none; 
}
   
.title-job{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000000;
}
.subtitle-job{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 134.09%;
    color: #000000;
}
/* .p-big-job{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22.5px;
    color: #2A2A2A;
}
.p-job{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
} */
.span-job{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 134.09%;
    color: #0F8ED6;
}
.circle-job{
    margin-top: 5px;
    margin-right: 20px;
    color: #C4C4C4;
    font-size: 12px;
}
@media only screen and (max-width:768px){
    .name-team{
        font-size: 16px;
    }
    .position-team{
        font-size: 12px;
    }
    .title-career{
        font-size: 28px;
    }
    .subtitle-career{
        font-size: 16px;
    }
    .p-career{
        font-size: 14px;
    }
}
@media only screen and (max-width:768px){
    .career-sub{
        font-size: 20px;
        line-height: 28px;
    }
    .title-job{
        font-size: 20px;
    }
}

/* blog */
.feature-1 > a.block .img-block{
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.main-image{
    width: 100%;
}
.blog-detail h2{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 134.09%;
    color: #27A6DD;
    margin: 15px 0px;
}
.blog-detail h3{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 134.09%;
    color: #2a2a2a;
    margin: 10px 0px;
}
.blog-detail h4{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 134.09%;
    color: #2a2a2a;
    margin: 10px 0px;
}
.blog-detail ul{
    list-style: disc;
}
.blog-detail ul li,
.blog-detail ol li{
    margin-bottom: 5px !important;
    margin-left: 40px;
    font-size: 14px;
}
.blog-detail ul,
.blog-detail ol{
    margin-bottom: 15px;
}
.blog-detail img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
}
.blog-social-info a {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background-color: #ffffff12;
}
.blog-social-info a:hover{
    color: white;
}
.mt-blog-detail{
    margin-top: 0px;
}
.bg-fb {
    background-color: #1460AC !important;
}
.bg-twitter {
    background-color: #03A9F4 !important;
}
.bg-linechat{
    background-color: #00C500 !important;
}
.bg-gmail{
    background-color: #E8433C !important
}
.bg-link{
    background-color: #934D93 !important;
}
.text-share{
    font-family: 'Nunito' sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 146.28%;
    letter-spacing: 0.5px;
    color: #2a2a2a;
    opacity: 0.8;
    text-transform: uppercase;
}
.mt-blog{
    margin-top: -250px;
}
.bg--blog{
    background-size: cover;
    background-repeat: no-repeat !important;
    background-image: url(/static/img/contact.png), linear-gradient(157.25deg, #00AD8F -11.72%, #155B92 107.45%);
    background-blend-mode: overlay, normal;
}
.bg--login{
    background-size: cover;
    background-repeat: no-repeat !important;
    background-image: url(/static/img/contact.png), linear-gradient(157.25deg, #00AD8F -11.72%, #155B92 107.45%);
    background-blend-mode: overlay, normal;
}
.date-blog{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 144%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #27A6DD;
}
.title-blog{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #2a2a2a;
    margin-bottom: 5px;
}
.title-blog:hover{
    color: #27A6DD;
}
.blog-detail p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #2A2A2A;
    opacity: 0.8;
    margin: 10px 0px;
}
.boxed {
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    padding-left: 0em;
    margin-bottom: 0px;
}
.boxed.boxed--border {
    border: 0px solid #ececec;
}
.pagination ol li {
    display: inline-block;
    margin: 0;
    font-weight: 700;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 0px solid #ececec;
}
.pagination ol li.pagination__current {
    cursor: default !important;
    background: #4a90e2 !important;
    color: #fff !important;
}
.text-pagination{
    color: grey;
}
.title-blog-detail{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    color: #2a2a2a;
}
.circle{
    margin-top: 10px;
    margin-right: 20px; 
    color: #C4C4C4; 
    font-size: 12px;
}
@media only screen and (max-width:760px){
    .mt-blog{
        margin-top: -50px;
    }
    .mt-blog-detail{
        margin-top: 20px !important;
    }
    .title-blog-detail{
        font-size: 28px;
    }
    .blog-detail p{
        font-size: 14px;
    }
    .blog-news{
        font-size: 24px !important;
    }
}
.img-home{
    position: absolute;
    width: 57.5%;
    bottom:0px;
    right: 0px;
}
/* kyc validation */
.col-hidden{
    display: block;
}
.img-kyc{
    max-width: 150%;
    height: auto;
    margin-left: 9em;
    margin-top: -3em;
}
.img-kyc-2{
    max-width: 150%;
    height: auto;
    margin-left: 9.7em;
    margin-top: -3em;
}
.img-kyc-3{
    max-width: 100%;
    height: auto;
    margin-left: 9.7em;
    margin-top: 2em;
}
.img-index-home{
    max-width: 125%;
    height: 600px;
    /* background-image: url(/static/img/Group-18.png); */
    /* margin-left: 10px; */
}
.p-img-index{
    margin-top: 7.2em
}
.mobile-image {
    margin-right: 0;
    margin-left: 0;
}
.bg--product{
    background-size: contain;
    background-repeat: round;
    z-index: 10;
    height: 85vh;
}
.bg--pricing{
    height: 85vh;
    background-image: url(/static/img/bg-pricing.png);
    background-size: contain;
    background-repeat: round;
    z-index: 10;
}
.kyc-card{
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 50px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.kyc-detail{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 200%;
    color: #2A2A2A;
    opacity: 0.8;
}
.kyc-p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #2A2A2A;
    opacity: 0.8;
}
.kyc-title{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    color: #000000;
}
.kyc-price{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #2A2A2A;
    opacity: 0.8;
}
.kyc-check{
    margin-top: 5px;
    margin-right: 20px;
    color: #5AA520;
    font-size: 14px;
}
.bg--grey-kyc{
    background-color: #F8F8F8;
}
.ungu-kyc{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140.68%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #79174C;
    opacity: 0.8;
}
.btn-pricing{
    background: #79174C;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}
.btn-text-pricing{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center !important;
    color: #FFFFFF;
}
.btn-text-pricing-transparent{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center !important;
    color: #79174C;
}
.btn:not([class*='primary']):hover {
    border-color: transparent !important;
    transition: all .5s ease;
    transform: translateY(-5px);
}
.btn-text-pricing-transparent:hover{
    transition: all .5s ease;
    transform: translateY(-5px);
    color: #fff;
    border-color: transparent !important;
}
.btn-pricing-transparent{
    background: #ffffff00;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    border-color: #79174C !important;
}
.btn-kyc-transparent {
    background: #ffffff00;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    border-color: #135E97 !important;
}
.btn-text-kyc-transparent{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center !important;
    color: #135E97;
}
.btn-kyc{
    background: #135E97;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}
.btn-text-kyc-transparent:hover{
    border-color:  #135E97 !important;
    transition: all .5s ease;
    transform: translateY(-5px);
}
.text-blue-kyc{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140.68%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #135E97;
    opacity: 0.8;
}
@media only screen and (min-width:575px){
        .bg--product{
            height: 100% ;
            background-size: cover;
            background-repeat: round;
        }
        .bg--pricing{
            height: 100%;
            background-size: cover;
            background-repeat: round ;
        }
        .bg--bank-ver{
            height: 100%;
            background-size: cover;
            background-repeat: round ;
        }
    }
@media only screen and (min-width:768px){
    .bg--login{
        height: 100vh !important;
    }
    .kyc-card{
        padding: 25px;
    }
    .kyc-detail{
        font-size: 14px;
    }
    .kyc-p{
        font-size: 12px;
    }
    .kyc-title{
        font-size: 28px;
    }
    .kyc-price{
        font-size: 14px;
    }
}
@media only screen and (max-width:768px){
    .bg-home{
        height: 100% !important;
    }
    .img-home{
        width: 100%;
        position: static;
        padding-top: 20px;
    }
}
@media only screen and (max-width:576px){
    .bg-how-we-help {
        height: 65%;
    }
    .text-center-sm{
        text-align: center;
    }
    .bg--product{
        height: 100% ;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 5em;
    }
    .bg--bank-ver{
        height: 100% ;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 5em;
    }
    .bg--fast-pay{
        height: 100% ;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 5em;
    }
    .bg--bank-disbursment{
        height: 100% ;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 5em;
    }
    .bg--h2h-pay{
        height: 100% ;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 5em;
    }
    .bg--edc-pay{
        height: 100% ;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 5em;
    }
    .bg--kiosk-pay{
        height: 100% ;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 5em;
    }
    .bg--pricing{
        height: 100% ;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 5em;
    }
}
/* Pricing */
.title-pricing{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #2a2a2a;
    opacity: 0.8;
    margin-bottom: 10px;
}
.subtitle-pricing{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #2A2A2A;
    opacity: 0.8;
}
.pric-title{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #2A2A2A;
    opacity: 0.8;
}
.pric-sub{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #2A2A2A;
    opacity: 0.8;
}
.pric-price{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #0196F6;
    opacity: 0.8;
}
.bg-table{
    border: transparent !important;
    box-shadow: none !important;
}
.bg-th{
    background-color: #f2f2f2;
    border: transparent !important;
    width: 50% !important;
}
.bg-td{
    background-color: #fff;
    border: transparent !important;
}
/* .accordion-1 li.active .accordion__title {
    border-color: transparent !important;
} */
.read-more{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #4A90E2;
}
.read-more:hover{
    color: #4A90E2;
}
.link{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #4A90E2;
}
.top-pricing-right{
    top: 100px;
}
.top-pricing-left{
    top: 100px;
}
.card-pricing {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    max-height: 200px;
    top: 110px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.padding-pricing{
    padding: 45px;
}
@media (min-height: 600px) and (min-width: 767px){
    .height-50 {
        height: 40vh !important;
    }
}
@media (max-width: 767px){
    .mobile-pricing{
        display: block !important;
    }
    .web-pricing{
        display: none !important;
    }
    .btn-contact-us {
        padding-right: 1.2em;
        padding-left: 1.2em;
    }
    .paragraph{
        font-size: 14px !important;
    }
    .paragraph-lg{
        font-size: 16px !important;
    }
    .paragraph-lg-white{
        font-size: 16px !important;
    }
    .card-pricing {
        max-height: 300px !important;
    }
    .height-50{
        height: 20vh !important;
    }
}
@media only screen and (max-width:768px){
    .dropdown-menu-product {
        position: relative !important;
        box-shadow: none !important;
    }
    section, footer{
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }
    .img-kyc {
        width: 100%;
        height: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
    .img-kyc-2 {
        width: 100%;
        height: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
    .img-kyc-3 {
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
    }
    .img-index-home{
        width: 100%;
        height: 100%;
        margin-left: 0px;
    }
    .p-img-index{
        margin-top: -20em !important;
    }
    .mt-negative{
        margin-top: -130px;
    }
    .top-pricing-right{
        top: 75px;
    }
    .padding-pricing{
        padding: 25px;
    }
}
@media only screen and (max-width:1024px){
    .link{
        font-size: 10px;
    }
}
@media only screen and (max-width:760px){
    .title-contact {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .p-edc{
        font-size: 14px !important;
    }
    .title-edc-big{
        font-size: 24px !important;
    }
    .title-edc-two{
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .title-bank{
        font-size: 16px !important;
    }
    .col-hidden{
        /* display: none !important; */
    }
}

/* How It Works */
.icon-bank{
    height: auto;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-icon{
    background: #FFFFFF;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    height: 100%;
    padding: 5px 10px;
}
.title-work{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    color: #2A2A2A !important;
}
.title-bank{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #2A2A2A;
}
.dropdown-title{
    font-family:'Nunito';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #2A2A2A !important;
}
.dropdown-paragraph{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 14px;
    color: #808080;
}
.img-product{
    width: 60px;
    margin-bottom: 0.7em;
}
.img-inner-product{
    width: 40px;
    margin-bottom: 0.7em;
}
.span-blue{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #4A90E2;
    opacity: 0.8;
    text-decoration: none;
}
.span-blue:hover{
    color: #4A90E2 !important;
    opacity: 1;
    cursor: pointer;
}
.sub-title-work{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 2.5px !important;

}
.paragraph-sm{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #2A2A2A !important;
    opacity: 0.8;
}
.paragraph{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #2A2A2A !important;
    opacity: 0.8;
}
.paragraph-lg{
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #2A2A2A !important;
    opacity: 0.8;
}
.paragraph-lg-white{
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #fff !important;
    opacity: 0.8;
}
.paragraph-green{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2E938A;
}
/* .accordion li.active .accordion__title:before{
    content: '';
}
.accordion .accordion__title:before{
    content: '';
}
.accordion-1 li .accordion__title {
    border-radius: 6px;
    border-bottom: 0px solid #ECECEC;
}
.accordion li .accordion__title {
    cursor: pointer;
    padding: 0.46428571em 0.92857143em;
    border: 0px solid #ececec;
    border-bottom: none;
    background: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accordion li:last-child .accordion__title {
    border-bottom: 0px solid #ececec;
} */
@media only screen and (max-width:760px){
    .title-work{
        font-size: 28px;
    }
    .paragraph-work{
        font-size: 13px
    }
    .subtitle-work{
        font-size: 14px;
    }
}

/* developer */
.title-dev{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #2A2A2A;
}
code {
    font-size: 87.5%;
    color: #999;
    word-break: break-word;
}
table {
    width: 100%;
    border-collapse: separate;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.page.newlanding .fontlato {
    font-family: 'Lato';
    font-weight: 300;
}
th, td {
    text-align: center;
    padding: 10px 15px!important;
    background-color: #f2f2f2;
    border-right: 1px solid #ddd;
}
td:nth-child(even){
    background-color: #ffff;   
    text-align: left;
}
.none{
    user-select: none;
}
@media only screen and (max-width:760px){
    .title-dev{
        font-size: 32px;
    }

}
.space--0{
    padding: 0px;
}

/* product */
.title-product{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #2A2A2A;
}
.title-sec-product{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #2A2A2A;
    margin-bottom: 3.5px !important;
}
@media only screen and (max-width:765px){
    .mt-product{
        margin-top: 0px !important;
    }
    .mt-0-product{
        margin-top: 30px !important;
    }
    .mt-30-product{
        margin-top: 30px !important;
    }
}
@media only screen and (max-width:760px){
    .paragraph-product{
        font-size: 14px;
    }
    .title-sec-product{
        font-size: 16px;
    }
    .title-product{
        font-size: 32px;
    }
}

/* testimonial */
.bg--testi-career{
    background-color: #F8F8F8;
}
.m-t-testi{
    margin-top: 0px;
}
.text-left-center-testi{
    text-align: left;
}
.margin-testimonial{
    margin: 0px;
}
.testi-career{
    display: block;
}
.name-testimonial{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2E938A;
}
.position-title{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: rgba(42, 42, 42, 0.4);
}
.testimonial__image{
    margin-bottom: 1.85714286em;
    border-radius: 95px;
}
.title-testimonial{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #2A2A2A;
    margin-bottom:10px;
}
.testimonial-card{
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 5px 5px;
    height:auto;
    top: 50px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.bg-testi{
    position: absolute;
    width: 100%;
    height: 10%;
    z-index: -1;
    background-repeat: no-repeat !important;
    background: url(/static/img/line-testimoni.png) center;
}

.slider.slider--inline-arrows .flickity-prev-next-button:before {
    font-size: 1.78571429em;
    color: #252525;
    content: url(/static/img/right.png);
}
.flickity-prev-next-button:before {
    color: #fff;
}
.flickity-prev-next-button:before {
    font-family: 'stack-interface';
    content: url(/static/img/right.png);
    font-size: 1em;
    font-weight: normal;
}
.flickity-prev-next-button.previous:before {
    content: url(/static/img/left.png);
}
.slider.slider--inline-arrows .flickity-prev-next-button.previous:before {
    content: url(/static/img/left.png);
}
.top-testimonial{
    top: 100px;
}
@media only screen and (max-width:768px){
    .img-doc-pric{
        width: 70px;
    }
    .mt-20-sm{
        margin-top: 20px;
    }
    .top-testimonial{
        top: 90px !important;
    }
    .margin-testimonial{
        margin: 15px !important;
    }
    .testi-career{
        display: none !important;
    }
}
@media only screen and (max-width:760px){
    .paragraph-testi{
        font-size: 16px;
    }
    .text-name-testi{
        font-size: 14px;
    }
    .title-testi{
        font-size: 22px;
    }
    .text-left-center-testi{
        text-align: center !important;
    }
    .m-t-testi{
        margin-top: 500px !important;
    }
}


/* contact */
.bg--white{
    background-color: #fff;
}
.title-contact{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-size: 30px;
    line-height: 41px;
    color: #FFFFFF;
    font-weight: 300;
}
.bg--contact{
    background-size: cover;
    background-repeat: no-repeat;
    background: url(/static/img/contact.png), linear-gradient(164.88deg, #00B596 -11.72%, #155B92 107.45%);
    background-blend-mode: overlay, normal;
    padding-top: 9em;
    padding-bottom: 4em;
}
.bg--bridging-edc{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/static/img/edc-assets/bridging-edc.png),  linear-gradient(90deg, rgba(95, 0, 120, 0) 0%, #4a2354 65.98%);
    background-blend-mode: overlay, normal;
    border-radius: 2px;
}
.bg--bridging-h2h-topup{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/static/img/h2h-assets/bridging-h2h.png),  linear-gradient(90deg, rgba(0, 181, 150, 0) 0%, #0C8D86 65.98%);
    background-blend-mode: overlay, normal;
    border-radius: 2px;
}
.bg--bridging-kiosk{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/static/img/kiosk-assets/bridging-kiosk.png), linear-gradient(90deg, rgba(182, 95, 0, 0) 0%, #a78b6c 65.98%);
    background-blend-mode: overlay, normal;
    border-radius: 2px;
}

/* footer */
.copyright-wrapper{
    padding: 15px 0px;
    background-color: #000;
}
.copyright-wrapper p{
    font-size: 12px;
    line-height: 14px;
}
.title-footer{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.8;
}
.small-footer{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #FFFFFF !important;
    mix-blend-mode: normal;
    opacity: 0.7;
    cursor: pointer;
    padding: 0rem 0.5rem;
}
.small-footer:first-child{
    padding-left: 0rem !important
}
.small-footer:hover{
    opacity: 1 !important;
    color: white;
    font-weight: 500;
}
.med-title{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.6;
    margin-bottom: 2.5px;
}
.footer-social-info a {
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: white;
    margin-right: 5px;
}
.footer-social-info a:hover {
    color: white;
}
.blog-fb {
    background-color: #3E5B94 !important;
}
.blog-instagram {
    background-color: #df4fee !important;
}
.blog-twitter {
    background-color: #4A90E2 !important;
}
.small-font{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.8;
}
.img-footer{
    width: 100%;
    height: auto;
    margin-top: 10px
}
.security-logo{
    padding: 5px;
}
.security-logo:first-child{
    padding-left: 0px;
}
@media only screen and (max-width:768px){
    .img-footer{
        width: 40% !important;
        height: auto;
    }
    .mt-footer{
        margin-top: 10px !important;
    }
}
@media only screen and (max-width:760px){
    .boxed{
        padding-left: 0.7em;
    }
    .small-font{
        font-size: 10px;
    }
    .mt-nav{
        margin-top: 0px !important;
    }
    .mtmb-home{
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .mb-home{
        margin-bottom: 0px !important;
    }
    .menu-content{
        padding: 0px 0px;
    }

}


/* dropdown */
.menu-vertical li.dropdown:after {
    content: url(/static/img/dd-chevron.svg);
    margin-left: 7.5px;
    font-family: 'stack-interface';
    right: 0;
    top: 0;
    position: absolute;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    display: inline-block;
    transform: translate3d(-10px, 0, 0);
    -webkit-transform: translate3d(-10px, 0, 0);
}
.menu-horizontal > .dropdown > .dropdown__trigger:after {
    content: url(/static/img/dd-chevron.svg);
    margin-left: 7.5px;
}
.dropdown-paragraph:hover {
    cursor: pointer;
}

/* Color for Text */
.notification.side-menu {
    z-index: 9999;
    background: #ffffff;
    padding-top: 1.85714286em;
    margin: 0;
    height: 50%;
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
    width: 100%;
}
.menu-toggle {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
    width: 3.71428571em;
    height: 3.71428571em;
    border-radius: 50%;
    text-align: center;
    background: #fff0;
    display: inline-block;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
}
.white{
    color: white;
}
a:hover {
    color: #2275d7;
    text-decoration: none;
}
.nav-mobile{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    top: 0px;
    right: 0;
    z-index: 500;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    background: white;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); */
}
.mt-nav{
    margin-top: 0px;
}
.mtmb-home{
    margin-top: 0px;
    margin-bottom: 0px;
}
.mb-home{
    margin-bottom: 15px;
}
.nav {
    display: block;
}
.nav-btn {
    display: block;
}
@media only screen and (max-width: 980px){
    .dropdown__content--sm{
        padding: 0px !important;
    }
    .menu-horizontal > .dropdown > .dropdown__trigger:after {
        content: url(/static/img/dd-chevron.svg);
        margin-left: 7.5px;
        right: 0;
        top: 3.5px;
        position: absolute;
        display: inline-block;
    }
    .nav {
        display: none;
        position: absolute;
        right: 0px;
        padding: 20px;
        z-index: 99;
        width: 75%;
        color: white;
        border-radius: 10px;
        background: linear-gradient(270deg, #0d7c93 -8.99%, #069994 100%);
    }
    .nav-btn{
        position: absolute;
        right: 0px;
        width: 75%;
        top: 45%;
        background: linear-gradient(270deg, #0d7c93 -8.99%, #069994 100%);
        padding: 20px;
        z-index: 99;
        border-radius: 10px;
    }
}

/* background */
.bg-line {
    width: 100%;
    height: 110px;
    z-index: -1;
    background-repeat: no-repeat !important;
    background-size: contain;
    background: url(/static/img/bg-line-2.svg) center;
}
.nav-center{
    justify-content: center !important;
}
@media only screen and (max-width:768px){
    .ml-navbar{
        margin-left: 0px !important;
    }
    .nav-center{
        justify-content: left !important;
    }
    .language-menu li{
        width: auto;
        display: inline-block
    }
    .language-menu{
        padding: 0px 0px 10px 0px;
    }
    .menu-content li{
        padding: 5px 0px;
    }
    .menu-content li:first-child{
        padding-top: 0px;
    }
    .dropdown-item.company-sm{
        padding: 10px 0px !important;
    }
    .dropdown-toggle.nav-link,
    .text-nav{
        padding: 0px;
    }
}
.menu-horizontal > li, .menu-vertical > li {
    font-family: 'Nunito', Sans-Serif;
    line-height: 30px;
}
.blog-news{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 105%;
    color: #000000;
}
.oops-text{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 105%;
    text-align: center;
    color: #FFFFFF;
}
.fourofour-text{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 122.56%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
}

.fourofour-text-big{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 200px;
    line-height: 122.56%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.3;
    z-index: -14;
}
.mt-404{
    margin-top: -250px;
}
.img-icon-card{
    height: 35px;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.img-icon-card:first-child{
    margin-left: 0px;
}
.img-api{
    height: 250px;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.img-bank{
    height: 40px;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.img-odeo{
    height: 100px;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.p-about-audio{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #2A2A2A;
    opacity: 0.8;
}


/* CONTACT US */
.p-contact-bold{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.8;
}
.h3-contact{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 45px;
    color: #000000;
}
.p-contact-light{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    opacity: 0.8;
}
/* .p-contact{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    opacity: 0.8;
} */
/* .p-contact-color{
    font-family: 'Overpass', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2E938A;
} */
.section-how-we-help{
    position: relative;
    padding-bottom: 0px;
    padding-top: 2.5em;
}
.bg-how-we-help {
    position: absolute;
    width: 100%;
    height: 75%;
    z-index: -1;
    background-repeat: no-repeat !important;
    background: url(/static/img/bg-how-we-help.svg) center;
    background-size: cover;
    bottom: 0px;
}
.paragraph-small{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2A2A2A;
    opacity: 0.8;
}
.title-work-highlight{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 140.68%;
    text-align: center;
    color: #4A90E2;
}

.color-icon{
    font-size: 24px;
    color: white;
    margin-right: 10px;
}
.wechat-color{
    background: #02DC6C !important;
}
.whatsapp-color{
    background-color: #1BD741 !important;
}
.color-text-sosmed{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140.68%;
    color: #FFFFFF;
}
.height-400{
    height: 400px;
}
.map-height{
    height: 300px;
}
/* Padding and Margin */
.mt-bar-module{
    margin-top: 0px;
}
.mt-negative{
    margin-top: -150px;
}
.bg-f1{
    background: #F8F8F8;
}
.bg-f4{
    background: #F8F8F8;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-partner{
    margin-bottom: 0px;
}
.mt-product{
    margin-top: 20px;
}
.mt-30-product{
    margin-top: 30px;
}
.mt-0-product{
    margin-top: 0px;
}
.mt-10{
    margin-top: 10px;
}
.mt-footer{
    margin-top: 0px;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-50{
    margin-top: 50px;
}
.mr-4{
    margin-right: 4px;
}
.ml-1{
    margin-left: 1px;
}
.ml-2{
    margin-left: 2px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    margin-left: 15px;
}
.ml-20{
    margin-left: 20px;
}
.ml-33{
    margin-left: 33px;
}
.pt-30{
    padding-top: 30px;
}
.br-10{
    border-radius: 10px !important;
}
.ml-10{
    margin-left: 10px;
    margin-right: 10px;
}
.ml-5{
    margin-left: 5px !important;
}
.ml-15{
    margin-left: 15px;
}
.ln-50{
    line-height: 50px !important;
}
.margin-left-10{
    margin-left: 10px;
}
.ml-navbar{
    margin-left: 50px;
}
.color-black{
    color: black !important;
}
.mobile-pricing{
    display: none;
}
.web-pricing{
    display: block;
}
.font-tab-pricing{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    opacity: 0.6;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.AnyClassForContainer {
    position: fixed;
    right: -100px;
    bottom: 150px;
    transition: right 0.5s;
    cursor: pointer;
    background-color: white;
    font-size: 20px;
    padding: 10px;
}
.AnyClassForTransition {
    right: 20px;
}
.p-footer{
    padding: 0.5rem 0.5rem;
}
.flickity-viewport{
min-height: 45px !important;
}
.hidden{
    display: none;
}
.docs-chevron{
    font-size: 12px;
    margin: 2.5px 7.5px 0px 7.5px;
}
.company-sm a{
    color: #212529;
    font-weight: 400;
    font-family: 'Open Sans';
}
.company-sm a:hover{
    color: #212529 !important;
}