.payroll-solutions .inner-page-section h2 {
    font-weight: 500;
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.bg-light {
  background-color: #f2f4f6 !important;
}

.container {
  max-width: 1417px;
}

.cookie-content h3 {
  color: #000;
}

.slide-container .container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.slide-text {
  max-width: 1000px;
  text-align: center;
}

.slide-text h1 {
  color: #000;
  font-size: 40px;
}

.slide img {
  /* min-height: 400px;
  object-fit: cover; */
}

/* .header .navbar-nav > .nav-item {
  padding-left: 10px;
} */

/* header.header {
    position: absolute;
    width: 100%;
    z-index: 2;
    background: transparent;
} */
header .header-main {
  position: absolute;
  width: 100%;
  z-index: 2;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}


.scrolled .header-main {
  background-color: #fbf8f8af;
}
.deep-scrolled .header-main {
  background-color: #fbf8f8f1;
}



.header .navbar-nav .nav-item a {
  border-bottom: 4px solid transparent;
  padding-bottom: 5px;
}

.header .navbar-nav .nav-item a {

  margin-right: 20px;

}

.header .navbar-nav .nav-item:hover a,
.header-main .navbar-nav .nav-item.active a {
  border-bottom: 4px solid #018ed3;
}

.header .navbar-nav .dropdown-menu {
  top: 33px;

}

.location-title {
  color: #fff;
  font-size: 25px;
}

.location-section .card {
  background-color: var(--color-primary);
  border: 0px;
  display: flex;
  flex-direction: column;
}

.location-section .card .card-footer {
  text-align: center;
  padding: 30px;
}

.location-inner li {
  line-height: 40px;

}

section.welcome {
  background: #2b3033;
  padding-top: 140px;
  padding-bottom: 140px;
  color: #fff;
}

.payroll-solutions section.welcome.inner-page-section {
  padding-top: 0px;
  padding-bottom: 50px;
}

.payroll-solutions ul.custom-list {
  margin-left: -8px;
}

.page-banner {
  position: relative;
}

.page-banner h1 {
  color: #000000;
  line-height: 60px;
}

.footer-info a {
  color: #fff;
}

.footer-info a:hover {
  color: #018ed3;
}

.page-banner .container {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}

.page-banner .container .banner-text {
  width: 50%;
}

.banner-top {
  background-color: var(--color-primary);
  text-align: center;
  color: #fff;
  padding: 80px 0;
}

.banner-top h1 {
  color: #fff;
  font-size: 45px;
}

.location-inner h2 {
  font-size: 30px;
}


.page-banner img {
     min-height: 300px;
    object-fit: cover;
    max-height: 800px;
}

.welcome h2 {
  margin-top: 15px;
  margin-bottom: 20px;
}

h2.why-chosse {
  margin-top: 50px;
}

.welcome2 .card {
  background: transparent;
  text-align: center;
  color: #fff;
}

.welcome2 .card a {
  color: #fff;
}

.welcome .card {
  background: transparent;
  text-align: center;
  color: #fff;
  height: 100%;
  /* border: 1px solid #ddd; */
}

.welcome .card a {
  color: #fff;
}

section.welcome.welcome2 {
  padding-top: 0 !important;
}

.newsletter_form_sample .btn.btn-submit {
  background-color: #018ed3 !important;

}

.about-us section.welcome.welcome2,
.hr-business-solutions section.welcome.welcome2,
.international-payments section.welcome.welcome2,
.procurement-solutions section.welcome.welcome2,
.contact-us section.welcome {
  padding-top: 70px !important;
  padding-bottom: 50px;
}

section.welcome.inner-page-section {
  padding-top: 0;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.custom-list li::before {
  content: "•";
  color: #018ed3;
  font-size: 81px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 13px;
}

section.welcome.inner-page-section-2 {
  padding-top: 0;
}

section.welcome.inner-page-section {
  padding-top: 0;
  padding-bottom: 50px;
}

section.welcome.inner-page-section h2,
section.welcome.inner-page-section-2 h2 {
  font-size: 30px;
}



.contact-page {
  color: #fff;
}

.contact-page .contact-text i {
  padding: 5px;
}

.contact-page .contact-text i:before {
  color: var(--color-primary);
}

.contact-form .form-group .form-control {
  line-height: 35px;
  border-radius: 0;
}


.contact-us #contact_form input {
  border: 0;
  border-radius: 0;
  height: 50px;
}

.contact-us #contact_form textarea {
  border: 0;
  border-radius: 0;

}

.contact-us #contact_form .btn.btn-primary {
  background-color: #018ed3;

}

.lead {
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
}

.custom-arrow li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  line-height: 40px;
}

.custom-arrow li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('../img/arrow-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.social .fa-brands {
  background-color: transparent;
  color: #fff;
  width: 45px;
  line-height: 43px;
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
  font-size: 25px;
  border: 1px solid #fff;
}

.footer-main .custom-menu a {
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

.care-card {
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  height: 100%;
  background-color: #fff;
  border: 3px solid var(--color-primary);
}

.care-card i {
  font-size: 36px;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.bg-light-dark {
  background-color: #0000005c;
}

.contact-info a {
  color: #ffff;
}

.reg-form {
  background-color: #F3F9FD;
  margin-top: 50px;
}

.reg-form .form-control {
  border: 1px solid #8ddaf3;
}

.reg-form h3,
.reg-form h4 {
  color: #000;
  margin-bottom: 14px;
}

.reg-form .form-group {
  margin-bottom: 15px;
}


.welcome .card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.scrolled .logo ,.deep-scrolled .logo {
	padding-top: 15px;
	padding-bottom: 15px;
}

.csr-content h2 {
	margin-bottom: 15px;
	margin-top: 30px;
}
.footer-menu ul li a {
	color: var(--color-primary);
}


.contact-wrapper{
    background:#1d2430;
    border-radius:16px;
    padding:28px;
}

.contact-title{
    color:#98a9c4;
    font-size:22px;
    font-weight:500;
    letter-spacing:.12em;
    margin-bottom:18px;
}

.contact-card{
    background:#2a3240;
    border-radius:12px;
    padding:28px 22px;
    transition:.3s;
    height:100%;
}

.contact-card:hover{
    transform:translateY(-4px);
    background:#313b4b;
}

.contact-card .icon{
    margin-bottom:15px;
}

.contact-card .icon i{
    color:#49a8ff;
    font-size:32px;
}

.contact-card h5{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:12px;
}

.contact-card a{
    display:block;
    color:#49a8ff;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    margin-bottom:8px;
    word-break:break-word;
}

.contact-card a:hover{
    text-decoration:underline;
}

.contact-card p{
    color:#c5ccd8;
    font-size:17px;
    line-height:1.6;
    margin:0;
}

@media (max-width:991px){

    .contact-wrapper{
        padding:22px;
    }

    .contact-card{
        padding:24px 20px;
    }

    .contact-card h5{
        font-size:22px;
    }

    .contact-card p{
        font-size:16px;
    }

}

@media (max-width:767px){

    .contact-wrapper{
        padding:20px;
    }

    .contact-card{
        padding:22px 18px;
    }

    .contact-card h5{
        font-size:20px;
    }

    .contact-card p{
        font-size:15px;
    }

}




@media screen and (max-width: 1600px) {
  .header .navbar-nav .nav-item a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1400px) {
  .slide-text {
    max-width: 600px;
  }

  .slide-text h1 {
    font-size: 30px;
  }

  .banner-top {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1200px) {
  .banner-top h1 {
    color: #fff;
    font-size: 35px;
  }

  .footer-main .custom-menu a {
    font-size: 14px;
  }

  .header .navbar-nav>li.nav-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .header .navbar-nav>li.nav-item a {
    color: #fff;
  }
}


@media screen and (min-width: 1024px) and (max-width: 1200px) {
  button.navbar-toggler {
    background: #018ed3;
    border-radius: 0;
  }

  h1 {
    font-size: 40px;
  }

}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  section.welcome.inner-page-section .col-lg-4 {
    width: 50%;
  }
}




@media screen and (min-width: 768px) and (max-width: 1024px) {

  h1 {
    font-size: 40px;

  }

  .page-banner .container .banner-text {
    width: 100%;
  }

  button.navbar-toggler {
    background: #018ed3;
    border-radius: 0;
  }

}

@media screen and (max-width: 767px) {
  .header .navbar-nav>li.nav-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .slide-text h1 {
    font-size: 30px;
    margin-right: 0px;
    text-align: center;
  }

  .banner-top h1 {
    color: #fff;
    font-size: 25px;

  }

  .slide-container {
    position: inherit;
    width: 100%;
    top: 0%;
    left: 0%;
    transform: translate(0%);
    padding: 15px;
  }

  .slide {
    background-color: #fff;
  }

  .slide-text h1 {
    color: #000;
  }

  .slide-container .container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }

  section.welcome {
    background: #2b3033;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
  }

  h2 {
    font-size: 25px;

  }

  button.navbar-toggler {
    background: #018ed3;
    border-radius: 0;
  }

  .page-banner .container .banner-text {
    width: 100%;
  }

  .page-banner .container {
    background-color: #ffffff;

  }

  section.welcome.inner-page-section h2,
  section.welcome.inner-page-section-2 h2 {
    font-size: 24px;
    margin-top: 30px;
  }

  section.welcome.inner-page-section {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .page-banner .container {
    position: inherit;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0);
    text-align: center;
    background-color: #fff;
    padding: 30px;
  }

}

@media screen and (max-width: 575px) {
  .slide-text h1 {
    font-size: 20px;
  }

  .footer-main {
    font-size: 16px;
  }

  .top-bar {
    font-size: 14px;
  }

  .referal-inner a {
    word-break: break-word;
  }

  .header-btn {
    font-size: 12px !important;
    padding: 10px 10px !important;
  }


.banner-text h1 {
    font-size: 35px;
    line-height: 45px;
}
}

.register .page-banner img {
     min-height: 300px;
    object-fit: cover;
    max-height: 500px;
}
.vp-register-section {
    padding: 50px 16px 50px !important;
    background: #fff !important;
}

  .vp-register-wrap {
    max-width: 1000px !important;
    margin: 0 auto !important;
  }

  .vp-top-note {
    margin: 0 0 19px 8px !important;
    color: #767676 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
  }

  .vp-register-card {
    height: 100% !important;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-top: 3px solid #1f7ec9 !important;
    border-radius: 9px !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }

  .vp-card-main {
    min-height: 194px !important;
    padding: 26px 24px 20px !important;
  }

  .vp-label {
    margin: 0 0 10px !important;
    color: #858585 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  .vp-heading-row {
    display: flex !important;
    align-items: center !important;
    gap: 13px !important;
    margin-bottom: 14px !important;
  }

  .vp-icon-box {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 7px !important;
    background: #eaf2fb !important;
    color: #1678cf !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .vp-card-title {
    margin: 0 !important;
    color: #171717 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }

  .vp-card-text {
    margin: 0 !important;
    color: #4c4c4c !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.48 !important;
  }

  .vp-card-bottom {
    padding: 16px 24px 22px !important;
    border-top: 1px solid #e6e6e6 !important;
  }

  .vp-feature-list {
    list-style: none !important;
    margin: 0 0 34px !important;
    padding: 0 !important;
  }

  .vp-feature-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin: 0 0 10px !important;
    color: #464646 !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
  }

  .vp-feature-list li:last-child {
    margin-bottom: 0 !important;
  }

  .vp-feature-list i {
    color: #1478ca !important;
    font-size: 14px !important;
    margin-top: 1px !important;
  }

  .vp-register-btn {
    width: 100% !important;
    min-height: 39px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: #227dc1 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  .vp-register-btn:hover,
  .vp-register-btn:focus {
    background: #1b70b1 !important;
    color: #fff !important;
    text-decoration: none !important;
  }

  .vp-register-btn i {
    font-size: 15px !important;
  }

  .vp-small-note {
    margin: 11px 0 0 !important;
    color: #818181 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-align: center !important;
    line-height: 1.3 !important;
  }

  .vp-trust-bar {
    min-height: 46px !important;
    margin-top: 20px !important;
    padding: 12px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 42px !important;
    border-radius: 7px !important;
    background: #e8f3ff !important;
  }

  .vp-trust-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #074b88 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
  }

  .vp-trust-item i {
    font-size: 14px !important;
  }

  @media (max-width: 991.98px) {
    .vp-register-wrap {
      max-width: 430px !important;
    }

    .vp-top-note {
      margin-left: 0 !important;
      text-align: center !important;
    }

    .vp-card-main {
      min-height: auto !important;
    }
  }

  @media (max-width: 575.98px) {
    .vp-register-section {
      padding: 20px 12px 0 !important;
    }

    .vp-top-note {
      font-size: 14px !important;
      margin-bottom: 16px !important;
    }

    .vp-card-main,
    .vp-card-bottom {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }

    .vp-heading-row {
      align-items: flex-start !important;
    }

    .vp-card-title {
      font-size: 17px !important;
    }

    .vp-card-text {
      font-size: 14.5px !important;
    }

    .vp-feature-list {
      margin-bottom: 28px !important;
    }

    .vp-register-btn {
      min-height: 42px !important;
      font-size: 13.5px !important;
      padding-left: 10px !important;
      padding-right: 10px !important;
    }

    .vp-trust-bar {
      flex-direction: column !important;
      gap: 10px !important;
    }
  }
