@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800;900&display=swap');
@font-face {
    font-display: swap;
    font-family:silka;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/silka-regular.otf) format("opentype")
}
@font-face {
    font-display: swap;
    font-family:silka;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/silka-medium.otf) format("opentype")
}
@font-face {
    font-display: swap;
    font-family:silka;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/silka-semibold.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family:silka;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/silka-bold.otf) format("opentype")
}
body {
  font-family:silka;
  font-size:20px;
  font-weight:400;
  font-weight: 500;
  color: #082960;
/*  font-family: 'DM Sans', sans-serif;*/
}
.mt30{
  margin-top: 30px !important;
}
.active{
  color:#e67e22;
}
.bg-1{
  background-color:#2c54a6 !important;
}
.bg-2{
  background-color:#0956d7 !important;
}
.bg-3{
  background-color:#1d3973 !important;
}
.bg-4{
  background-color:#061631 !important;
}
.bg-footer{
  background-color:#0b2b5f;
}
.text-white{
  color: #ffffff !important;
}
.text-blue{
  color:#2c54a6 !important;
}
.text-blue1{
  color:#0956d7 !important;
}
.text-1{
  color:#1d3973;
}
.text-new-1{
  color:#2b53a4;
}
.navbar{
  padding-top:15px;
  padding-bottom:15px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  transition: .3s ease-in-out;
  background-color:#082960;
  z-index: 1111;
}
.navbar:hover{
 background-color:#ffffff;
box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 5px;
}
.navbar.scrolled{
 background-color:#ffffff;
box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 5px;
}
.navbar-toggler{
  border:0px;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url(../images/bars-solid.svg);
    width: 22px;
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/xmark-solid.svg);
    width: 20px;
}
.navbar-toggler:focus{
  box-shadow: none;
}
a.navbar-brand{
    display: block;
    padding: 0px;
    line-height: 0px;
    filter: invert(1) brightness(100);
}
.navbar:hover a.navbar-brand{
  filter:initial;
}
.navbar.scrolled a.navbar-brand{
  filter:initial;
}
a.navbar-brand img{
  width:100px;
}
.navbar a.nav-link{
  color: #ffffff;
    border-radius: 100px;
     font-size: 14px;
     cursor: pointer;
}
.navbar a.language-link{
  color: #ffffff !important;
  text-decoration: none;
  display: block;
}
.dropdown-toggle::after{
  display: none;
}
.navbar:hover a.language-link{
  color:#000000 !important;
}
.navbar.scrolled a.language-link{
   color:#000000 !important;
}
.navbar:hover a.nav-link{
  color: black;
  }
.navbar.scrolled a.nav-link{
 color: black;
}
.navbar a.nav-link:hover{
  background-color:#eaf1fe;
}
ul.dropdown-menu li a.dropdown-item{
  border-radius: 3px;
  padding:8px;
  color:#082960;
  font-size:14px;
}
ul.dropdown-menu li a.dropdown-item:hover{
background-color:#eaf1fe;
}
a.btn-apply{
    width: 140px;
    background:#ffffff;
    color: #1d3973 !important;
    text-align: center;
    border-radius:100px;
    margin-left:12px;
    border:1px solid #ffffff;
}
.navbar:hover a.btn-apply{
   background-color: #082960;
  border:1px solid #082960;
  color: #ffffff !important;
}
.navbar.scrolled a.btn-apply{
  background-color: #082960;
  border:1px solid #082960;
  color: #ffffff !important;
}
.btn-cover a.btn-apply{
    width: 180px;
    height:50px;
    background:#ffffff;
    color:#082960;
    text-align: center;
    border-radius:100px;
    margin-left:0px;
    border:1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight:500;
    font-weight: bold;
}
.navbar a.btn-apply:hover,.navbar.scrolled a.btn-apply:hover{
  background-color: #2c54a6;
    border: 1px solid #2c54a6;
    color: #ffffff !important;
}
.btn-cover a.btn-apply:hover{
 background-color:#2c54a6;
 border:1px solid #2c54a6;
 color:#ffffff !important;
}
.menu-right a{
 padding:8px 12px;
}
.section-padding{
  padding-top: 80px;
  padding-bottom: 80px;
}
.hero-section{
  padding-top:120px;
  padding-bottom:120px;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.banner-logo{
  width:190px;
    margin-bottom:40px;
}
.section-height{
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.section-height-half{
min-height:50vh;
  display: flex;
  align-items: center;
}
.other-page-section{
    padding-top:120px;
  padding-bottom:120px;
}
.border-radius-60{
  border-radius:60px;
}
h1{
  font-size:64px;
  font-weight:700;
  line-height:80px;
  margin-bottom:35px;
}
h2{
  font-size: 54px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom:36px !important;
}
h3{
  font-size:24px;
  font-weight:700;
}
h4{
  font-size:20px;
  font-weight:500;
}
p{
  line-height:26px !important;
}
.hero-section p{
    margin-bottom:25px;
}
.home-section1{

}
.home-section1 img{
  border-radius:60px;
}
.home-section3 img{
  border-radius:60px;
}
.pos-machine-image,.hero-section-mobile{
  width:49.4% !important;
  display: inline;
}
.icon-item{
padding:30px 10px;
background-color: #ffffff;
height: 100%;
border-radius:5px;
}
.icon-item i{
  font-size: 60px;
  margin-bottom:30px;
  color:#2c54a6 !important;
}
.icon-item h3{
  font-size: 20px;
  color: #000000!important;
}
.contact-page a{
  text-decoration: none;
  color: #000000;
}
.contact-page h3{
  font-size: 20px;
  margin-bottom:20px;
}
.footer{
 padding-top: 80px;
 padding-bottom:32px;
}
.footer p{
  font-size: 14px;
}
.footer-logo{
  width:150px;
  margin-bottom:30px;
}
.footer-content a{
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.footer-content p{
  font-size: 14px;
}
.footer h3{
  margin-bottom:20px;
  font-size: 20px;
}
 ul{
  padding:0px;
  list-style-type: none;
}
 ul.menu-links li a{
color: #ffffff;
text-decoration: none;
display:inline-block;
margin-bottom:10px;
position: relative;
font-size: 14px;
}
 ul.menu-links li a::after{
 content:'';
 width:0%;
 height: 1px;
 background-color: #ffffff;
 position:absolute;
 bottom:-2px;
 left: 0px;
 transition: .3s;
 }
 ul.menu-links li a:hover::after{
  width: 100%;
 }
 ul.social-links{
  overflow: hidden;
 }
 ul.social-links li{
  float: left;
  margin-right: 10px;
}
 ul.social-links li a{
color: #ffffff;
text-decoration: none;
display:flex;
align-items: center;
justify-content:center;
width:40px;
height: 40px;
background-color:#2c54a6 !important;
border-radius: 100%;
}
.apply-form{
  padding:30px;
  background-color: #F6F7F5;
  border-radius: 10px;
  color: #1d3973;
  box-shadow: rgba(99, 99, 99, 0.4) 0px 5px 12px 0px;
}
.apply-form label{
  margin-bottom:5px;
  display: block;
      font-weight:600;
}
.apply-form .form-control{
    padding: 0 15px;
    height:50px;
    background: #FAFAFA !important;
    color: #000000;
    border: 1px solid #FAFAFA !important;
    border-radius: 3px;
    transition: .3s;
    margin-bottom:16px;
    border: 1px solid #D3D3D3!important
}
.apply-form .form-control:hover{
  border: 1px solid #2c54a6!important;
}
.apply-form .form-control:focus{
  box-shadow:none;
  border: 1px solid #2c54a6!important;
}
.apply-form input[type='checkbox']{
  position: relative;
  margin-left: 2px;
  width:10px;
}
.apply-form input[type='checkbox']+label{
 display: inline-block;
     font-weight:400;
     font-size: 18px;
     margin-left: 15px;
     cursor: pointer;
}
.apply-form  input[type="checkbox"]::after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    transform: rotate(50deg);
    background:transparent;
    border-radius: 100%;
    border: 2px solid #17403C;
    left: -2px;
    top: -2px;
}
.apply-form input[type="checkbox"]::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    position: absolute;
    left:-2px;
    top:-2px;
    border: 2px solid #17403C;
    border-radius: 100%;
}
.apply-form input[type="checkbox"]:checked::before{
  background-color:#2c54a6;
}
.apply-form input[type="checkbox"]:checked::after{
  opacity: 1;
}
.apply-form .form-condition input[type="checkbox"]::after {
    content: "";
    opacity: 0;
    display: block;
    left: 9px;
    top: 4px;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(50deg);
    background:transparent;
    border-radius: 0px;
}
.apply-form  .form-condition input[type="checkbox"]::before {
   content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #17403C;
    border-radius: 0px;
}
.apply-form .form-condition input[type="checkbox"]:checked::before{
  background-color:#2c54a6;
}
.apply-form .form-condition input[type="checkbox"]:checked::after{
  opacity: 1;
}
.apply-form .btn-apply-now{
    width: 180px;
    height: 50px;
    background:#2c54a6 !important;
    color: #ffffff;
    text-align: center;
    border-radius: 100px;
    margin-left: 0px;
    border: 1px solid #2c54a6 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
}
select.form-control { -webkit-appearance: menulist; }
.apply-form .btn-apply-now:hover{
  background:#ffffff !important;
  color: #082960;
  border: 1px solid #082960 !important;
}
.phone-cover{
  position: relative;
}
.phone-cover .prefix {
    position: absolute;
    left: 0px;
    top: 0px;
    width:60px;
    height: 50px;
     background-color: #082960; 
    color:#ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
        border-radius: 3px 0px 0px 3px;
}
.phone-cover .form-control{
  padding-left:70px;
}
.apply-form  textarea.form-control{
  height:100px;
}
.form-condition{
  display: flex;
  align-items: self-start;
  margin-bottom:60px;
}
.form-condition input[type="checkbox"]{
   vertical-align: text-top;
}
.form-condition a{
  text-decoration: none;
  color:#2c54a6;
}
.dropdown-item:focus, .dropdown-item:hover{
    color:black;
    background-color:#ffffff;
}
.dropdown-item.active, .dropdown-item:active {
    color: black;
    text-decoration: none;
    background-color: #ffffff;
}
.dropdown.custom-menu-dropdown .dropdown-toggle::after{
  display:inline-block;
  transition: .3s;
}
.dropdown.custom-menu-dropdown .dropdown-toggle.show::after{
  transform:rotate(180deg);
}
.dropdown-menu li .dropdown-header{
  color:#082960 !important;
    font-weight: bold;
    font-size: 18px;
    padding-left: 8px;
}
a.btn-apply.btn-apply-invert {
    background-color:#1d3973 !important;
    border: 1px solid #1d3973 !important;
    color: #ffffff !important;
    }
    a.btn-apply.btn-apply-invert:hover{
      background-color: #2c54a6 !important;
    border: 1px solid #2c54a6 !important;
    color: #ffffff !important;
    }
    .last-apply-section p{
      font-weight: 700;
      font-size: 20px;
    }
    .partners-hero h2{
      font-size: 36px;
    line-height: 20px;
    }
    .border-radius-90{
      border-radius: 90px;
    }
    .last-apply-section-invert h3{
       font-size:36px;
       line-height: 50px;
    }
    .border-radius-80{
      border-radius: 80px;
    }
  a.whatsapp-cover {
   background-color: #00d856;
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 500;
    transition: 0.3s;
    border-radius: 50%;
    display: flex;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    justify-content: center;
    text-decoration: none;
}
a.whatsapp-cover i {
    color: #ffffff;
   font-size: 44px;
}
a.whatsapp-cover:hover{
  background-color: #2c54a6;
}
@media (min-width: 768px){
  .container{
    max-width:100%;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right:5px;
    padding-left: 5px;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    width:600px;
    padding:50px 35px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-top:0px;
}
.dropdown.custom-menu-dropdown:hover .dropdown-menu{
  display: block;
}
}
@media (min-width:840px){
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right:12px;
    padding-left:12px;
}
}
@media (min-width:992px){
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right:20px;
    padding-left:20px;
}
.container{
    max-width:960px;
}
}
@media (min-width: 1200px){
.container{
    max-width:1200px;
}
.online-solution-section img:not(.banner-logo){
        width:90%;
      }
            .platforms-section .platforms-cols1{
 padding-right:90px;
}
    img.payment-methods{
      width:100%;
    }
      .in-person-solution-section img:not(.banner-logo){
   width:90%;
    }
    .who-we-are-section-col1{
      padding-right:60px;
    }
    .who-we-are-section-col2 {
    padding-left:30px;
}
.partners-hero img{
  width:85% !important;
  display: block;
  margin-left:auto;
}
}
@media (min-width: 1400px){
.container{
    max-width: 1320px;
}
.online-solution-section img:not(.banner-logo){
        width: 80%;
      }

.platforms-section .platforms-cols2{
 padding-right:55px;
}
    img.payment-methods{
      width: 85%;
    }
    .in-person-solution-section img:not(.banner-logo){
   width: 80%;
    }
          .who-we-are-section-col1{
      padding-right:80px;
    }
    .who-we-are-section-col2 {
    padding-right:26px;
    padding-left:100px;
}
.support-section-col1 {
    padding-right: 50px;
}
.support-section-col2 {
    padding-right:0px;
}
.partners-hero img{
  width: 90% !important;
  margin-left: 0;
}
}

@media (max-width:1200px){
  .pos-machine-image, .hero-section-mobile {
    width: 49% !important;
    display: inline;
}
h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}
body{
  font-size: 16px;
}
p{
  line-height: 24px !important;
}
h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 22px !important;
}
   .in-person-solution-section img:not(.banner-logo){
   width:100%;
    }
    img.payment-methods {
    width:100%;
}
.online-solution-section img:not(.banner-logo) {
    width:100%;
}
.platforms-section .platforms-cols2 {
    padding-right: 55px;
}
.platforms-section .platforms-cols1 {
    padding-right:58px;
}
}
@media (max-width:992px){
 h1{
    font-size:36px;
    line-height:44px;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3{
    font-size:20px;
  }
}
@media (max-width: 768px){
  body{
    text-align: center;
  }
  .footer{
    text-align:left;
  }
  .dropdown-item{
    white-space: pre-wrap;
  }
  h1{
    font-size:30px;
    line-height:44px;
  }
  ul.chines-home-list{
    font-size:20px;
  }
  h2 {
    font-size: 28px;
    line-height:40px;
  }
  h3{
    font-size:18px;
  }
 a.btn-apply{
  margin-left: 0px;
 }
 .navbar{
  background-color: #ffffff !important;
 }
 .navbar a.navbar-brand{
  filter: initial;
 }
 .navbar a.nav-link{
  color: #000000;
 }
 .navbar a.btn-apply{
  background-color: #2c54a6;
  border:1px solid #2c54a6;
  color: #ffffff;
}
.navbar a.btn-apply {
    background-color: #082960;
    border: 1px solid #082960;
    color: #ffffff !important;
}
.hero-section{
  text-align: center;
}
.btn-cover a.btn-apply{
  margin:0 auto;
}
.platforms-section .platforms-cols1{
  padding-right: 12px;
}
.partners-hero h2 {
    font-size: 24px;
}
.border-radius-90 {
    border-radius:30px;
}
.home-section1 img {
    border-radius: 50px;
}
.home-section3 img {
    border-radius: 50px;
}
.border-radius-60 {
    border-radius: 50px;
}
.menu-right{
  flex-direction: column !important;
    align-items: center !important;
}
a.whatsapp-cover{
  width: 50px;
  height: 50px;
  bottom: 12px;
    right: 10px;
}
a.whatsapp-cover i {
    font-size:26px;
}
}
ul.chines-home-list{
 font-size: 24px;
 line-height: 30px;
 font-weight: 400;
 padding-left:0px;
 margin-bottom:48px;
}
ul.chines-home-list li{
  margin-bottom: 10px;
  list-style-type:none;
}
.btn-cover a.btn-apply-chines{
  background-color: #F79500 !important;
  border:1px solid #F79500 !important;
  color: #ffffff !important;
}
h2.chines-hero-text{
  text-align: center;
  font-size:30px;
  font-weight: 400;
  margin-top:50px;
}
.span-color-change{
  color:#F79500;
}
.chines-home-no-free-text{
  font-size: 16px;
  margin-top: 70px;
}
.chines-home-three-cards{

}
.chines-home-three-cards img{
  border-radius:30px;
  width: 100%;
}
.timeline{
    width: 500px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 600px;
}
.timeline-left{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: space-between;
    text-align: left;
}
.timeline-left .timeline-item:nth-child(2){
}
.timeline-right{
    width: fit-content;
    display: flex;
    text-align: right;
    align-items:flex-start;
    justify-content: center;
    flex-direction: column;
}
.timeline-right .timeline-item:nth-child(1){
}
.timeline .line{
    width: 5px;
    background-color: #F79500;
    margin: 0px 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height:92%;
}
.timeline .line .event{
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 1px solid #2b53a4;
    border-radius: 100%;
}
.timeline h3{
}
.timeline p{
/*  font-weight:600;*/
}
@media(max-width:768px){
  .navbar a.language-link{
  color:#000000 !important;
  padding:4px 12px 12px;
}
  .timeline{
    width: 100%;
    padding-left: 25px;
  }
  .timeline .line{
    margin: 0px 10px;
    position: absolute;
    left: -5px;
    top: 0px;
    height:93%;
  }
  .timeline-right{
    position: absolute;
    left:25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
  }
  .apply-form{
    text-align:left;
    padding:20px 6px;
  }
  .apply-form .btn-apply-now{
    margin-left:auto;
    margin-right: auto;
  }
  .platforms-section .platforms-cols2 {
    padding-right: 12px;
}
.apply-form .form-condition input[type="checkbox"]::before {
    width: 20px;
    height: 20px;
}
.apply-form .form-condition input[type="checkbox"]::after {
    left: 7px;
    top: 2px;
}
.apply-form input[type='checkbox'] {
    position: absolute;
    margin-top:4px;
}
.apply-form input[type='checkbox']+label{
  margin-left:26px;
}
.contact-page ul.social-links{
  margin:0px auto !important;
  width: fit-content !important;
}
.not-homepage br.mybr{
  display: none;
}
}