@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@700&display=swap');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:root {
  --font-body:"Inter", sans-serif;
  --font-heading: "Outfit", sans-serif;
  --site-color: #010c66;
  --site-color1: #0c63d6;
  --site-color2:#192ca5;
}

body {
  font-family:"Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden;
  background: #fff;
  color: #000;
}

.padt30 {
  padding-top: 30px;
}

.padt40 {
  padding-top: 40px;
}

.padt50 {
  padding-top: 50px;
}

.padt60 {
  padding-top: 60px;
}

.padt70 {
  padding-top: 70px;
}

.padt80 {
  padding-top: 80px;
}

.padt90 {
  padding-top: 90px;
}

.padtb70 {
  padding-bottom: 70px;
}

.padtb50 {
  padding-bottom: 50px;
}



.site-color {
  color: var(--site-color);
}

.site-color1 {
  color: var(--site-color1);
}


.padtb40 {
  padding-bottom: 40px;
}

.padtb80 {
  padding-bottom: 80px;
}

.padtb90 {
  padding-bottom: 90px;
}

.marb50 {
  margin-bottom: 50px;
}

.marb30 {
  margin-bottom: 30px !important;
}


.mart100 {
  margin-top: 100px !important;
}

.mart50 {
  margin-top: 50px !important;
}

.mart30 {
  margin-top: 30px !important;
}

.mart20 {
  margin-top: 20px !important;
}

.mart10 {
  margin-top: 10px !important;
}

.mart90 {
  margin-top: 90px;
}

.mart30 {
  margin-top: 30px;
}

.container {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}


.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.aic {
  align-items: center;
}

.jsb {
  justify-content: space-between;
}

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

img {
  max-width: 100%;
}


.overlay::before {
  content: '';
  opacity: 0.4;
  background: #000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}


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



b,
strong {
  font-weight: 700;
}


.chart.charttwo {
  width: 48%;
}

.charts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chart.charttwo iframe {
  height: 500px !important;
  width: 100% !important;
}

.chartone {
  width: 100%;
  margin-bottom: 30px;
}



footer {
  background: var(--site-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 25px;
}

.z-index {
  z-index: 999;
}

ul {
  padding: 0;
  margin: 0;
}



.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.relative {
  position: relative;
}

.margin-none {
  margin-bottom: 0 !important;
}


.site-title {
  font-size: 46px;
  line-height: 60px;
  font-family: var(--font-heading);
  font-weight: 700;
  margin: 0 0 20px 0;

}

.sub-title {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  font-weight: 700;
  font-family: var(--font-heading);
}



.note {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}





.arrow-list li {
  list-style: none;
  display: grid;
  grid-template-columns: 3% 96%;
  text-align: left;
  gap: 1%;
  margin-bottom: 10px;
  background: #fff;
  color: #000;
  padding: 10px;
  border-radius: 6px;
}

.arrow-list li .icon {
  font-size: 32px;
  color:var(--site-color);
}


.curved-bg {
  position: absolute;
  bottom: 0;
  width:100%;
}

.curved-bg img{display: block;width:100%;}

.logo-symbol {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;

}

.logo-symbol .container {
  background: #fff;
  border-radius: 60px;
  padding: 5px 30px 0 30px; 
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-symbol .container:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.15);
  width: 100%;
  height: 100%;
  border-radius: 60px;
  left: 0px;
  top: 8px;
}

.symbol-text {
  background: var(--site-color1);
  border-radius: 36px;
  font-weight: 700;
  font-size: 24px;
  padding: 8px 15px;
  color:#fff;
}

.ls-text {
  font-size: 24px;
  font-weight: 600;
}




.banner-top {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;

  background:#000;
}



.banner-top .site-title {
  font-size: 60px;
  line-height: 70px;
  margin: 0;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color:#fff;
}



.banner-top video{position:absolute; left:0; right:0; bottom:0; width:100%; height:100%;object-fit: cover; opacity:0.4;}

.banner-top .site-title a {
  color: #99c4fd;
}

.box-shadow {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
  background:#fff;
}

.text-wrapper-top .box-shadow{margin-top: -120px;}

.highlight-span {
  background: rgba(12,99,214, 0.3);
  border: 1px solid var(--site-color1);
  padding: 5px 20px;
  border-radius: 36px;
  display: inline-block;
}

.fh-block {
  background: rgba(1,12,102,0.2);
  border: 1px solid var(--site-color);
  padding: 20px;
}

.fh-block .arrow-list li {
  grid-template-columns: 6% 93%;
}

.fh-block .sub-title {
  background: var(--site-color);
  color: #fff;
  display: inline-block;
  position: relative;
  top: -40px;
  border-radius: 6px;
  padding: 4px 20px;
}

.fh-block.fh-two {
  background: rgba(12,99,214,0.2);
  border: 1px solid var(--site-color1);
}

.fh-block.fh-two .sub-title {
  background: var(--site-color1);
}

.fh-block.fh-three {
  background: rgba(25,44,165,0.2);
  border: 1px solid var(--site-color2);
  grid-column: span 2;
}

.fh-block.fh-three .sub-title {
  background: var(--site-color2);
}

.finincial-highlight-block .two-col {
  gap: 50px;
}

.fh-block.fh-three .arrow-list li {
  grid-template-columns: 3% 96%;
}

.testimonial-block-one {
  margin: 70px 0px 70px 0px;
}

.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 37px 60px 42px 50px;
  margin-right: 10px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-block-one .inner-box::before {
  position: absolute;
  content: '';
  background: #fff;
  width: 40px;
  height: 61px;
  left: 40px;
  bottom: -60px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.testimonial-block-one .inner-box .border-shap {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 100%;
  height: 328px;
  background-repeat: no-repeat;
}

.testimonial-block-one .inner-box .quote-box {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #e0e4ff;
  border-radius: 0px 10px 0px 30px;
  margin: 0;
}

.testi-text {
  position: relative;
  z-index: 9;
}

.testi-text a {
  font-weight: 600;
  color: #000;
}

.quote-bg {
  background: #eef0ff;
}

.addresing-challenges{background:url(../images/workforce.webp) no-repeat center; background-size:cover; background-attachment: fixed;}

.text-addressing {
  max-width: 600px;
  background: #fff;
  padding: 30px;
  border-radius: 50px 0;
  box-shadow: 15px 15px 15px #000;
}

.text-wfs-in {
  border: 2px solid #d6d6d6;
  border-radius: 8px;
  padding: 50px;
  box-shadow: inset 0 0 10px #dbdbdb;
}

.staffing-market{background:url(../images/staffing.jpg) center; background-size:cover; color:#fff; height:100vh; display:flex; align-items:center;}

.staffing-market a{color:#fff;}


.greeting-investors-block{border-top:2px solid var(--site-color);}

.greeting-investors span {
  background: var(--site-color);
  padding: 5px 25px;
  display: inline-block;
  color: #fff;
  border-radius: 8px;
}

.reasons-block .sub-title {
  display: inline-block;
  margin-bottom: 45px;
}

.reason-list li {
  list-style: none;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
  color: #000;
  border-radius: 10px;
  outline-offset: 0px;
  background-color: #fff;
  height: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  padding: 15px;
  box-shadow: 0 10px 25px #ddd;
  border-left:5px solid var(--site-color);
}

.reason-list li:last-child {
  margin-bottom: 0;
}



.reason-list li .r-content {
  width: 94%;
}

.r-icon>div {
  font-size: 40px;
  font-weight: 800;
  color: var(--site-color);
}

.reason-list li a{color:#000;}


.compnay-block{background:#fff; color:#000;}

.abt-logo {
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--site-color);
}
.compnay-block .tile-bg {margin-top:0;}
.compnay-block .tile-bg span{color:#fff;}

.success-bg{background:url(../images/success-bg.jpg) no-repeat center; background-size:cover;}

.success-bg .box-shadow {
  background: rgba(255,255,255,0.8);
}

.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.col-box {
  background: #cbd1ff;
  padding: 20px;
  border-radius: 8px;
}
.col-box:nth-child(2n){  background:#cfe4ff;}

.success-col .box-shadow {
  padding: 30px;
}

.success-col .box-shadow h2{margin-bottom:0;}

.layner-solutions-block{height:100vh; display:flex; align-items:center; background:#000; color:#fff;}
.layner-solutions-block video{position:absolute; left:0; right:0; top:0; bottom:0; object-fit:cover; width:100%; height:100%; opacity:0.6;}

.layner-solutions-block-text .two-col{gap:50px;}

.layner-solutions-block-text .box-shadow {
  background: var(--site-color);
  color: #fff;
  padding: 30px;
}

.layner-solutions-block-text .box-shadow .site-color{color:#fff;}

.tile-bg span{background:var(--site-color); padding:5px 15px; display:inline-block; color:#fff; border-radius:8px;}