.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-checkbox-input--inputType-custom {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.navmenubar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: 0 1px 13px -1px #000;
  color: #fff;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navchilddropmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-width: 250px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.navchilddropmenu:hover {
  color: #221f3c;
}

.navchilddropmenu.w--current {
  color: #fff;
}

.brandlogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bluepolygon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #221f3c;
}

.whitelink {
  color: #fff;
  text-decoration: none;
}

.whitelink:hover {
  color: #221f3c;
}

.dropdown-list-2.w--open {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(145, 143, 158, 0.9)), to(rgba(145, 143, 158, 0.9)));
  background-image: linear-gradient(180deg, rgba(145, 143, 158, 0.9), rgba(145, 143, 158, 0.9));
}

.container-1283 {
  min-width: 100%;
  padding-right: 300px;
  padding-left: 20px;
}

.maindropdown {
  color: #fff;
  text-decoration: none;
}

.maindropdown.w--current {
  text-shadow: 1px 1px 6px #fff;
}

.fbfab {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
}

.fbfab:hover {
  color: #15bc9f;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item.aligndown {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.icon-8 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.nestedmenublock.w--open {
  margin-top: -60px;
  margin-left: 247px;
}

.nestedmenublock.dropdown-list-2.w--open {
  margin-top: -50px;
}

.naveachmenu {
  height: 35px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.naveachmenu:hover {
  border-bottom: 2px solid #fff;
}

.naveachmenu.w--current {
  color: #fff;
  text-shadow: 1px 1px 6px #fff;
}

.navchildmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.navchildmenu:hover {
  color: #221f3c;
}

.navchildmenu.w--current {
  color: #fff;
}

.navchildmenu.w--current:hover {
  color: #221f3c;
}

.iconsanimation {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  background-color: transparent;
}

.sliderimage {
  width: 100%;
  height: 100%;
}

.sliderimage.zoomslide8img {
  background-image: url('../images/test-automation-robot.webp');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sliderimage.zoomslide2img {
  background-image: url('../images/smartphone-qa.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sliderimage.zoomslide6img {
  background-image: url('../images/edtech-tablet-learning.webp');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sliderimage.zoomslide10img {
  background-image: url('../images/iot-development.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sliderimage.zoomslide4img {
  background-image: url('../images/devops-bg-home-banner.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sliderimage.zoomslide5img {
  background-image: url('../images/salesforce-develoment.webp');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sliderimage.zoomslide7img {
  background-image: url('../images/cyber-security.webp');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sliderimage.zoomslidebfsiimg {
  background-image: url('../images/bfsisupport.png');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

.smallbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #110f1e;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-family: Sen, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.smallbutton:hover {
  border-color: #222;
  background-color: #15bc9f;
  box-shadow: 1px 1px 20px 0 #fff;
}

.homebanner {
  display: block;
  height: 100vh;
}

.salesroundicon {
  position: relative;
  left: -14px;
  top: -434px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #9ed6f4);
  box-shadow: 0 6px 12px -5px #000;
  font-family: 'Fa solid 900', sans-serif;
  color: #000;
  font-size: 35px;
}

.salesroundicon.sl4 {
  left: 260px;
  top: -385px;
}

.salesroundicon.sl5 {
  left: 55px;
  top: -469px;
}

.salesroundicon.sl6 {
  left: -48px;
  top: -691px;
}

.salesroundicon.sl1 {
  left: 176px;
  top: -582px;
}

.salesroundicon.sl3 {
  left: 380px;
  top: -453px;
}

.salesroundicon.sl2 {
  left: 347px;
  top: -568px;
}

.salespngicon {
  position: relative;
  right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin-top: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttonleft {
  padding-left: 0px;
}

.tablet-flex-column.tablet-flex-align-center.tablet-text-align-center.tablet-margin-bottom-8.homeslidecontent {
  position: absolute;
  left: 7%;
  top: 32%;
  right: auto;
  bottom: 0%;
  overflow: visible;
  width: 550px;
  height: 400px;
  padding-right: 20px;
  padding-left: 20px;
}

.margin-bottom-10 {
  min-height: 235px;
  color: #fff;
}

.margin-bottom-10.white-text {
  color: #fdfbfb;
}

.devopsimgfloat {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-medium {
  min-height: 150px;
  font-size: 1.25rem;
  line-height: 35px;
}

.homeslidearrow {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.homeslidearrow:hover {
  color: #000;
  text-shadow: 0 0 16px #fff;
}

.text-4xl {
  font-size: 3.75rem;
}

.text-4xl.letters-tight {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 50px;
  font-weight: 700;
}

.softwareimg {
  width: 100%;
  height: 100%;
  background-image: url('../images/software-development-home-banner.webp');
  background-position: 100% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}

.iconsanimationsales {
  position: absolute;
  top: -5%;
  right: -9%;
  bottom: 0%;
  width: 50%;
  background-color: transparent;
}

.slider-10 {
  width: 100%;
  height: 100%;
}

.div-block-72 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(90%, transparent));
  background-image: linear-gradient(90deg, #000, transparent 90%);
  opacity: 0.75;
}

.roundiconblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: linear-gradient(247deg, #9f9c9c, #fff);
  font-family: 'Fa solid 900', sans-serif;
  color: #7d7a7a;
  font-size: 35px;
}

.roundiconblock.ic5 {
  position: absolute;
  left: 40%;
  top: 83%;
}

.roundiconblock.ic6-copy {
  position: absolute;
  left: 66%;
  top: 65%;
}

.roundiconblock.ic6 {
  position: absolute;
  left: 54%;
  top: 42%;
}

.roundiconblock.ic2 {
  position: absolute;
  left: -3%;
  top: 26%;
}

.roundiconblock.ic7 {
  position: absolute;
  left: -5%;
  top: 70%;
}

.roundiconblock.ic1 {
  position: relative;
  left: 132px;
  top: 230px;
  right: 13px;
}

.roundiconblock.ic1.leftanimation {
  position: absolute;
  left: 15%;
  top: 43%;
}

.roundiconblock.ic4 {
  position: absolute;
  left: 30%;
  top: 62%;
}

.roundiconblock.ic8 {
  position: absolute;
  left: 42%;
  top: 19%;
}

.div-block-80 {
  width: 600px;
  height: 350px;
  background-image: url('../images/devops-lifecycle.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.purchase-confirmation-hint-2 {
  position: relative;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 30px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #43464d;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  font-family: Lato, sans-serif;
  color: #fafafa;
  font-weight: 300;
}

.welcome-gr {
  position: relative;
  padding-top: 30px;
  background-color: #fff;
}

.slim-container {
  max-width: 1000px;
}

.greenprimaryheading {
  color: #107a68;
}

.primary-para {
  font-size: 17px;
  line-height: 35px;
}

.primary-para.centerblock {
  padding-right: 20px;
  padding-left: 20px;
}

.primary-para.centerblock.aligncenter {
  width: 80%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.primary-para.centerblock.service-section {
  margin-bottom: 40px;
}

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

.purchase-hint-text-2-span {
  color: rgba(255, 246, 148, 0.78);
}

.purchase-confirmation-hint {
  position: relative;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #43464d;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  font-family: Lato, sans-serif;
  color: #fff;
}

.welcomeimg {
  height: 650px;
  background-image: url('../images/welcome-handshake.webp');
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.purchase-button {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #221f3c;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  font-family: Sen, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.purchase-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.purchase-hint-text {
  font-weight: 300;
}

.primary-heading {
  margin-bottom: 40px;
  color: #000;
  font-size: 35px;
  font-weight: 400;
}

.primary-heading.welcome-heading {
  margin-bottom: 20px;
}

.primary-heading.center-text-align {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.primary-heading.center-text-align.white-text-color {
  color: #fff;
}

.primary-heading.center-text-align.white-tab-head {
  margin-bottom: 10px;
  color: #fff;
}

.primary-heading.center-text-align.searchjobheading {
  margin-bottom: 0px;
}

.primary-heading.white {
  color: #fff;
}

.primary-heading.resume-heading {
  margin-bottom: 0px;
}

.floatingbutton {
  position: absolute;
  left: 300px;
  top: 431px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.floatingbutton.contactplace {
  left: -208px;
  top: -365px;
}

.italic-text {
  font-family: Sen, sans-serif;
  color: #080908;
  font-style: normal;
}

.italic-text.white {
  color: #f9fef9;
}

.italic-text.green {
  color: #9bf3eb;
  font-weight: 400;
}

.italic-text.green.grgreen {
  color: #107a68;
}

.secondary-para {
  font-size: 16px;
  line-height: 30px;
}

.secondary-para.oursericepara {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 175px;
  min-width: 150px;
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.secondary-para.servicegridblockpara {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.basic-column {
  padding-right: 5px;
  padding-left: 5px;
}

.card {
  position: relative;
  min-height: 400px;
  padding: 20px;
  border-radius: 8px;
  background-color: #15bc9f;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.card:hover {
  background-color: #221f3c;
}

.card.card4-content:hover{
  color:#ffffff;
}

.card.card4-content {
  padding-right: 10px;
  padding-left: 10px;
  color: #000222;
}

.devopsserviceimg {
  position: absolute;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.allreadmorelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000222;
  font-size: 16px;
  text-decoration: none;
}

.allreadmorelink:hover{
  color:#ffffff;
}

.tag-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.serviceheading {
  margin-bottom: 20px;
  font-family: Sen, sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.slim-containe {
  max-width: 1100px;
}

.services-gr {
  position: relative;
  padding-bottom: 50px;
  background-color: #fff;
}

.col-40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
}

.col-40.cc-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
}

.induswelottie {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: auto;
  height: 50%;
  opacity: 0.3;
}

.secondary-heading {
  margin-bottom: 20px;
  font-family: Sen, sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.secondary-heading.someindheading {
  font-size: 20px;
  text-align: left;
}

.col-full {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-full.cc-main {
  padding: 60px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #f3f2f2;
}

.center-display-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.some-indus-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #221f3c;
}

.each-column-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fa-industries-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #15bc9f;
  border-radius: 50px;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 25px;
}

.fa-industries-icon:hover {
  border-color: #221f3c;
  background-color: #f3f3f8;
  color: #15bc9f;
}

.industries-sticky-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.d-127-circle-border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-style: solid;
  border-width: 1px;
  border-color: #221f3c;
  border-radius: 10%;
}

.core-center-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-127-icon-circle {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10%;
  background-color: transparent;
  color: #fdfdfd;
  font-size: 42px;
}

.d-127-inner-circle {
  position: relative;
  width: 125px;
  height: 125px;
  border-radius: 10%;
  background-color: #221f3c;
}

.core-secondary-text {
  width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
}

.circle-wrapper-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 30px;
}

.circle-wrapper-text.smallwrapper {
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-127-inner-circle-g {
  position: relative;
  width: 125px;
  height: 125px;
  border-radius: 10%;
  background-color: #15bc9f;
}

.d-127-card-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 260px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  text-decoration: none;
}

.d-127-card-wrapper-2.bottomrowgap {
  height: 325px;
  padding-top: 20px;
}

.coreicon {
  font-family: 'Fa solid 900', sans-serif;
  font-weight: 400;
}

.div-block-79 {
  height: 260px;
}

.d-127-circle-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10%;
  background-color: #fff;
}

.lottie-animation-6 {
  position: relative;
  top: -44px;
}

.core-values-section {
  position: relative;
  background-color: #fff;
}

.faq-title {
  display: inline-block;
  margin-bottom: 8px;
  color: #f7f8fa;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.arrow-left {
  left: -30px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.arrow-left:hover {
  box-shadow: 1px 0 16px 0 #fff, 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.arrow-right {
  left: auto;
  top: 0%;
  right: -25px;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.arrow-right:hover {
  box-shadow: 0 1px 16px 0 #fff, 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.paragraph-basic {
  margin-bottom: 0px;
  color: #15bc9f;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.mask {
  overflow: visible;
  background-color: transparent;
  box-shadow: none;
}

.slide-nav {
  display: none;
}

.slide {
  margin-right: 50px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(70, 137, 215, 0.2);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 18px -4px #faf6f6;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 60px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #1B182F;
}

.client-testimony-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 3%;
  padding-bottom: 30px;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: Sen, sans-serif;
}

.quotesymbol {
  font-family: 'Fa solid 900', sans-serif;
  color: #15bc9f;
  font-size: 35px;
  text-align: center;
}

.bold-text {
  color: #3d7c6a;
}

.roundicon {
  position: relative;
  bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 37.5px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 #fff;
}

.profile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-2 {
  width: 100%;
  height: 100%;
  max-width: 750px;
  margin-top: 40px;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #fff;
}

.profile-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.secondary-center-para {
  max-width: 650px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
}

.icon {
  margin-right: 5px;
  margin-left: 20px;
  font-family: 'Fa solid 900', sans-serif;
  color: #1b2d45;
  font-size: 15px;
}

.client-block {
  width: 20%;
}

.clients-slider-sections {
  height: 150px;
  background-color: #fff;
}

.icon-4 {
  color: #221f3c;
}

.client-slide-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  box-shadow: none;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
}

.slide-nav-3 {
  display: none;
}

.mask-4 {
  background-color: #fff;
}

.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 168px;
  height: 100%;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.client-logo {
  position: absolute;
  left: 28%;
  right: 0%;
  bottom: 26%;
  z-index: 100;
  width: 125px;
  height: 75px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 #221f3c;
}

.client-logo.client9img {
  background-image: url('../images/PeddleDigitals.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.clientcoditas {
  background-image: url('../images/Coditas.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.client3img {
  background-color: #fff;
  background-image: url('../images/TilichoLabs.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.client10img {
  background-image: url('../images/BAssure.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.client1img {
  background-color: #fff;
  background-image: url('../images/Veeva.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.client2img {
  background-color: #fff;
  background-image: url('../images/TrusTrace.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.client5img {
  background-color: #cd5f2c;
  background-image: url('../images/OWOS.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.clientcloudifyimg {
  background-color: #cd5f2c;
  background-image: url('../images/Cloudify.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.clientruffalonlimg {
  background-color: #cd5f2c;
  background-image: url('../images/ruffalonl.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.clientTitle21img {
  background-color: #cd5f2c;
  background-image: url('../images/Title21.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.clientAionFIimg {
  background-color: #cd5f2c;
  background-image: url('../images/AionFI-Logo.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.clientVelocityCRIimg {
  background-color: #cd5f2c;
  background-image: url('../images/Velocity-Logo.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.birlalogo {
  background-image: url('../images/Aditya-Birla.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.clientmaveric {
  background-image: url('../images/Maveric_Systems.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.client-logo.client11img {
  background-image: url('../images/ResourceXpress.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.client7img {
  background-image: url('../images/Provility.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.client6img {
  background-color: #1a232c;
  background-image: url('../images/DDS-Wireless.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.clientblazeclan {
  background-image: url('../images/Blazeclan.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.client4img {
  background-color: #fff;
  background-image: url('../images/LiveNation.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.persislogo {
  background-image: url('../images/Persistent.logo_1Persistent.logo.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.client8img {
  background-image: url('../images/DigitallSchool.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.clientenvi {
  background-image: url('../images/Envision-copy.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.blog-content-wrapper {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
}

.latest-blog-section {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 8px;
  background-color: #15bc9f;
  text-decoration: none;
  cursor: pointer;
}

.small-secondary-para {
  margin-bottom: 0px;
  font-family: Sen, sans-serif;
  color: #444545;
  font-size: 14px;
  line-height: 150%;
  cursor: default;
}

.blog-image-content {
  width: 100%;
  height: 100%;
}

.blog-image-content.eve1 {
  background-image: url('../images/IMG_0854SPYZDxo9hKd-350x195.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-image-content.eve1potluck {
  background-image: url('../images/Freshers-POTLUCK-370x218.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-image-content.eve3 {
  background-image: url('../images/Independence-Day-Grhombus-300x300.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-image-content.eve5 {
  background-image: url('../images/IMG_1677-Copy2QvwJcDPOrM-300x300.webp');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-image-content.eve1emojiday {
  background-image: url('../images/Emoji-Day-768x432.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-image-content.eve4 {
  background-image: url('../images/Chess-350x204.webp');
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-image-content.eve6 {
  background-image: url('../images/Team-outing3OGh7zz8yll-300x300.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-image-content.eve2 {
  background-image: url('../images/Health-Camp-300x300.webp');
  background-position: 0px 0px;
  background-size: cover;
}

.blog-section-glass {
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.4);
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
}

.blog-section-glass.eventheight {
  height: 400px;
}

.avatarwrapper {
  position: absolute;
  left: 5%;
  top: 5%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 8px;
  background-color: #221f3c;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
  font-family: Sen, sans-serif;
  color: #f9f5f5;
  font-size: 25px;
  line-height: 25px;
}

.avatarwrapper.evebutton {
  left: 67%;
  top: 30%;
}

.blog-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
  color: #000;
}

.blog-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Sen, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.text-block-4 {
  color: #010042;
  font-size: 15px;
  text-transform: uppercase;
}

.three-col-wide-grid {
  margin-top: 0px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(300px, 1fr));
}

.readmorepara {
  color: #fff;
  text-decoration: none;
}

.readmorepara:hover {
  color: #15bc9f;
}

.paragraph-18 {
  padding-top: 20px;
  font-size: 13px;
}

.footerhead {
  font-family: Sen, sans-serif;
  color: #fefcfc;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.lines-row-form {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footerparawrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 225px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.iconfa {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
}

.iconfa:hover {
  color: #15bc9f;
}

.line-col {
  padding-left: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.line-col.dark {
  height: 100%;
  border-right-color: hsla(0, 0%, 100%, 0.1);
  background-color: #221f3c;
}

.footericonssocial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-25 {
  padding-right: 10px;
  padding-left: 10px;
}

.container-7 {
  position: relative;
  z-index: 1;
  -webkit-perspective: 679px;
  perspective: 679px;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  color: #fff;
}

.secondary-parafooter {
  padding-left: 10px;
  font-size: 16px;
  line-height: 30px;
}

.footersection {
  position: relative;
  z-index: 2;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.footersection.about {
  margin-top: 140px;
  margin-bottom: -40px;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.footerpara {
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Sen, sans-serif;
  font-size: 16px;
}

.quicklinksfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Sen, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.quicklinksfooter:hover {
  color: #15bc9f;
}

.quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Sen, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.quicklinks:hover {
  color: #15bc9f;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widefootercontent {
  padding-right: 10px;
  padding-left: 10px;
}

.back-to-top-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 15%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
  font-family: 'Fa solid 900', sans-serif;
  color: #15bc9f;
  font-size: 40px;
  text-decoration: none;
}

.back-to-top-wrapper.w--current {
  position: absolute;
  right: 0%;
  bottom: 15%;
}

.div-block-45 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 1000px;
}

.shop-local-content-wrapper-2 {
  width: 80%;
}

.closebutton {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 50px;
}

.select-field-2 {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #06f;
  background-color: #fff;
  font-size: 16px;
  line-height: 50px;
}

.thankyou_message {
  display: none;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  max-width: 200px;
  min-width: 150px;
  padding: 5px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #110f1e;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-family: Sen, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.btn:hover {
  border-color: #222;
  background-color: #15bc9f;
  box-shadow: 1px 1px 20px 0 #fff;
}

.fail_message {
  display: none;
  color: #dd6262;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}

.formdiv {
  position: absolute;
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: 0%;
  width: 1000px;
  margin: auto;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#141e30), to(#243b55));
  background-image: linear-gradient(90deg, #141e30, #243b55);
  color: #fff;
}

div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brochuremod {
  position: fixed;
  z-index: 9999999;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.modalheading {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Sen, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.formmainstyle {
  font-size: 16px;
}

.white-text {
  color: #fff;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quotemod {
  position: fixed;
  z-index: 9999999;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.d-36-section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  min-height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container-14 {
  position: relative;
  z-index: 2;
  width: 95%;
  max-width: 1450px;
}

.container-14.grid-3 {
  display: -ms-grid;
  display: grid;
  width: 80%;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-19 {
  min-width: 250px;
  padding-top: 20px;
  padding-left: 22px;
  font-size: 20px;
  text-align: center;
}

.form-text-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  margin-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
}

.form-text-link:hover {
  color: #15bc9f;
}

.d-36-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-36-image-wrapper.two {
  width: 100%;
  padding: 20px 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/working-desk-bg.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/working-desk-bg.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.column-21 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-21.flex-center {
  width: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.fa-icon-white {
  font-family: 'Fa solid 900', sans-serif;
}

.div-block-78 {
  width: 250px;
  height: 250px;
  background-image: url('../images/software-development-coding.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-78.salecrmserviceimg {
  background-image: url('../images/salesforce-crm-download.webp');
  background-position: 50% 50%;
  background-size: contain;
}

.div-block-78.qaserviceimg {
  background-image: url('../images/quality-assurance-checkbox.webp');
  background-position: 50% 50%;
  background-size: contain;
}

.div-block-78.secserviceimg {
  width: 225px;
  background-image: url('../images/information-cyber-security.webp');
  background-position: 50% 50%;
  background-size: contain;
}

.div-block-78.edserviceimg {
  width: 325px;
  background-image: url('../images/edtech-development-shapes.webp');
  background-position: 50% 50%;
  background-size: contain;
}

.div-block-78.devopsserimg {
  width: 500px;
  height: 300px;
  background-image: url('../images/devops-lifecycle.webp');
  background-position: 50% 50%;
  background-size: 500px;
}

.hide {
  display: none;
}

.section-in-base {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-in-base.background-color-1 {
  padding-bottom: 0rem;
  background-color: #57556b;
}

.grid-2-columns-content-centered {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(350px, 1fr));
}

.slide-nav-2 {
  width: 300px;
}

.container-1280 {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-bottom: 20px;
  padding-left: 1.5rem;
}

.smallbuttonquote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #110f1e;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-family: Sen, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.smallbuttonquote:hover {
  border-color: #222;
  background-color: #15bc9f;
  box-shadow: 1px 1px 20px 0 #fff;
}

.slider-6 {
  height: 100%;
  background-color: transparent;
}

.leadershipdiv {
  width: 100%;
  max-width: 1100px;
}

.roundoverlay {
  position: absolute;
  left: 35%;
  top: 35%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

._1200container {
  max-width: 1100px;
}

.avatarwrapper-2 {
  position: absolute;
  left: 50%;
  right: 0%;
  bottom: 7%;
  z-index: 100;
  width: 125px;
  height: 75px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
}

.avatarwrapper-2.client13img {
  background-image: url('../images/Veeva.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.client8img {
  background-image: url('../images/DigitallSchool.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.clientmaveric {
  background-image: url('../images/Maveric_Systems.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarwrapper-2.client7img {
  background-image: url('../images/Provility.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.clientbirla {
  background-image: url('../images/Aditya-Birla.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.client11img {
  background-image: url('../images/ResourceXpress.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.clientblazeclan {
  background-image: url('../images/Blazeclan.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.clientpersistent {
  background-image: url('../images/Persistent.logo_1Persistent.logo.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.client5img {
  background-color: #cd5f2c;
  background-image: url('../images/OWOS.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.clientcloudifyimg {
  background-color: #ffffff;
  background-image: url('../images/Cloudify.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.clientruffalonlimg {
  background-color: #ffffff;
  background-image: url('../images/ruffalonl.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.clientTitle21img {
  background-color: #ffffff;
  background-image: url('../images/Title21.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.clientAionFIimg {
  background-color: #ffffff;
  background-image: url('../images/AionFI-Logo.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.clientVelocityCRIimg {
  background-color: #ffffff;
  background-image: url('../images/Velocity-Logo.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.client4img {
  background-image: url('../images/LiveNation.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.client6img {
  background-color: #1a232c;
  background-image: url('../images/DDS-Wireless.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.clientcoditas {
  background-image: url('../images/Coditas.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.client2img {
  background-image: url('../images/TrusTrace.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarwrapper-2.client3img {
  background-image: url('../images/TilichoLabs.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatarwrapper-2.client10img {
  background-image: url('../images/BAssure.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.client9img {
  background-image: url('../images/PeddleDigitals.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.client12img {
  background-image: url('../images/clipbook-logo.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatarwrapper-2.clientenvi {
  background-image: url('../images/Envision-copy.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.partnerdiv2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #ff6565;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.partnerdiv2.ln-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #15bc9f;
}

.partnerdiv2.pound {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #15bc9f;
}

.partnerdiv2.beacon-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #15bc9f;
}

.partnerdiv2.ln {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c9ea5;
}

.partnerdiv2.rxcloud-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #15bc9f;
}

.div-block-88 {
  display: none;
  width: 33%;
}

.d-59-effect-wrapper {
  position: relative;
  width: 100%;
  height: 415px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.shop-local-right-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 700px;
  padding: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
  background-image: linear-gradient(101deg, #221f3c, #141e30, #243b55);
  color: #f9f9f9;
}

.textwrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabbackground {
  padding-bottom: 30px;
}

.beaconpartner {
  width: 80%;
  min-height: 100px;
  background-color: #fff;
  background-image: url('../images/beacon-logo.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.three-col-grid {
  margin-top: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(400px, 1fr));
}

.cleveritpartner {
  width: 80%;
  min-height: 100px;
  background-color: #fff;
  background-image: url('../images/CleverIT.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.d-59-parallax-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 415px;
  box-shadow: 0 20px 20px -15px rgba(35, 32, 39, 0.5);
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.leadershipwrpper {
  position: absolute;
  left: 12%;
  right: 0%;
  bottom: 20%;
  z-index: 100;
  width: 125px;
  height: 150px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
}

.leadershipwrpper.img3 {
  background-image: url('../images/sujay-picture.webp');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.leadershipwrpper.img1 {
  background-image: url('../images/gurusamy-picture.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.leadershipwrpper.img2 {
  background-color: #d7d7d7;
  background-image: url('../images/sriram.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.leadershipwrpper.img4 {
  background-image: url('../images/hemant-dhamecha-picture.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.leadershipwrpper.img5 {
  background-color: #d7d7d7;
  background-image: url('../images/goguri-swaroop-reddy-picture.webp');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.leadershipwrpper.img6 {
  background-color: #d7d7d7;
  background-image: url('../images/Richard.webp');
  background-position: 55% 66%;
  background-size: auto 250px;
  background-repeat: no-repeat;
}

.leadershipwrpper.img7 {
  background-color: #d7d7d7;
  background-image: url('../images/ashraf.webp');
  background-position: 55% 66%;
  background-size: auto 150px;
  background-repeat: no-repeat;
}

.leadershipwrpper.img8 {
  background-color: #d7d7d7;
  background-image: url('../images/Adolfo Guzman.webp');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}


.heading-8 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: Sen, sans-serif;
  font-size: 18px;
  line-height: 20px;
  cursor: default;
}

.d-31-p {
  color: #fff;
  text-align: center;
}

.paragraph-9 {
  margin-bottom: 0px;
  color: #444545;
  line-height: 150%;
  cursor: default;
}

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

.d-59-caption-wrapper-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.centeredcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
}

.rxcloudpartner {
  width: 80%;
  min-height: 100px;
  background-color: #fff;
  background-image: url('../images/RxCloud.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-36 {
  border-radius: 20px;
}

.d-59-image-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/our-values.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.glasscardclient {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 325px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.4);
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
}

.leadericon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 160px;
  height: 100%;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.tinkclient {
  width: 80%;
  min-height: 100px;
  background-color: #fff;
  background-image: url('../images/think-explict.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leaderinner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
  font-size: 15px;
}

.div-block-23 {
  width: 100%;
  max-width: 1200px;
}

.tablink {
  height: 65px;
  padding-top: 15px;
  background-color: #221f3c;
  font-family: Sen, sans-serif;
  color: #f8f5f5;
  font-size: 15px;
}

.tablink:hover {
  background-color: #15bc9f;
  color: #221f3c;
}

.tablink.w--current {
  background-color: #15bc9f;
  color: #221f3c;
}

.heading-8partner {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: Sen, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  cursor: default;
}

.btn-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 8px;
  background-color: #221f3c;
  cursor: pointer;
}

.contentwrapper-2 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
}

.centertext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-59-text {
  height: 80%;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.tabs {
  position: -webkit-sticky;
  position: sticky;
}

.shop-local-rightpartners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 20px 0px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
  background-image: none;
  color: #f9f9f9;
}

.shop-local-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-bottom: 30px;
  padding-top: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-18 {
  position: absolute;
  left: auto;
  top: 40%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 80%;
  height: 900px;
  padding-right: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -ms-grid-rows: minmax(400px, 1fr);
  grid-template-rows: minmax(400px, 1fr);
}

.centerheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutussectionpartner {
  position: absolute;
  left: 0%;
  top: 5%;
  right: auto;
  bottom: 0%;
  width: 30%;
  height: 0px;
  min-height: 600px;
  border-radius: 10px;
  background-image: url('../images/our-partners-round-desk.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -1px 2px 13px -5px #000;
}

.d-59-h3-caption {
  margin-right: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.clientcountry {
  font-size: 17px;
  text-transform: uppercase;
}

.innercontentclient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
}

.innercontentclient:hover {
  background-color: #15bc9f;
  color: #fff;
}

.aboutussection {
  position: absolute;
  left: 0%;
  top: 10%;
  right: auto;
  bottom: 0%;
  width: 30%;
  height: 0px;
  min-height: 600px;
  border-radius: 10px;
  background-image: url('../images/about-us-white-desk.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -1px 2px 13px -5px #000;
}

.policysection {
  position: absolute;
  left: 0%;
  top: 10%;
  right: auto;
  bottom: 0%;
  width: 30%;
  height: 0px;
  min-height: 600px;
  border-radius: 10px;
  background-image: url('../images/Policies-Image.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -1px 2px 13px -5px #000;
}

.textdec{
color: rgba(255, 255, 0, 0.836);
text-decoration: none;
}

.tabs-menu {
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #221f3c;
}

.d-31-card-front {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: none;
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.containerall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partnerdivpurple {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #15bc9f;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.d-59-image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Vision-3.webp');
  background-position: 50% 20%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-31-icon {
  width: 70%;
  height: 70%;
  background-image: url('../images/sydney-opera-house.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.d-31-icon.space {
  display: none;
  background-image: url('../images/space-needle.svg');
}

.partnerdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #6563ae;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.grid-16 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mappointwrapper {
  position: relative;
  left: 40px;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 400ms ease, border-radius 400ms ease;
  transition: all 400ms ease, border-radius 400ms ease;
}

.mappointwrapper:hover {
  border-radius: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mappointwrapper.bangalure {
  background-image: url('../images/bengaluru-branch.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mappointwrapper.chennaiimg {
  background-image: url('../images/chennai-branch.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mappointwrapper.netherland {
  background-image: url('../images/netherland-branch.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mappointwrapper.hydimg {
  background-image: url('../images/hyderabad-branch.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mappointwrapper.usaimg {
  background-image: url('../images/usa-branch.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mappointwrapper.pune {
  background-image: url('../images/pune.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mappointwrapper.dubai {
  background-image: url('../images/u-a-e-g53438ab20_640.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.upounderparnet {
  width: 80%;
  min-height: 100px;
  background-color: #fff;
  background-image: url('../images/uPonder-Labs.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.partnerdiv-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #15bc9f;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.d-59-gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 59, 173, 0.5)), to(#050033));
  background-image: linear-gradient(180deg, rgba(36, 59, 173, 0.5), #050033);
}

.grid-6 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  justify-items: center;
  grid-column-gap: 75px;
  grid-row-gap: 100px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(175px, 1fr));
}

.grid-18-copy {
  width: 100%;
  padding-right: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -ms-grid-rows: minmax(400px, 1fr);
  grid-template-rows: minmax(400px, 1fr);
}

.div-block-89 {
  width: 80%;
  min-height: 100px;
  background-color: #fff;
  background-image: url('../images/Cynergy-Colortrim.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.d-31-card-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.iconfab {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
}

.iconfab:hover {
  color: #15bc9f;
}

.d-59-shine {
  position: absolute;
  left: -50%;
  top: -50%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  width: 200%;
  height: 200%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3), hsla(0, 0%, 100%, 0.25) 50%, #fff);
}

.heading-32 {
  margin-top: 40px;
  font-weight: 400;
  text-align: center;
}

.d-31-h2 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.leaderglass {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 400px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.4);
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
  color: #080808;
}

.leadershipgrid {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  justify-items: center;
  grid-column-gap: 200px;
  grid-row-gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(175px, 1fr));
}

.d-31-card {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 250px;
  height: 400px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
}

.beyondpartner {
  width: 80%;
  min-height: 100px;
  background-color: #fff;
  background-image: url('../images/beyond-soa.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.kenpactpartner {
  width: 80%;
  min-height: 100px;
  background-color: #fff;
  background-image: url('../images/kenpactlogo.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.d-31-card-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.d-59-image-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/our-mission.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 275px;
  padding-top: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #57556b;
}

.container-12 {
  min-height: 175px;
}

.heading-13 {
  color: #fff;
  font-size: 56px;
  line-height: 115%;
  font-weight: 700;
  text-align: center;
}

.heading-13.lefttextalign {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  text-align: left;
}

.glowicon {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.5px solid #000;
  border-radius: 50px;
  background-color: #fffdfd;
  box-shadow: 1px 10px 30px 0 #f7f7f7;
}

.heading-33 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.imagewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.medium-container-wide {
  height: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._100col {
  height: 100%;
}

.servicecolsection {
  min-height: 350px;
  color: #000;
}

.servicecolsection.bluebackservice {
  background-color: #93b6b7;
  color: #fff;
}

.section-13 {
  margin-bottom: 100px;
  padding-top: 40px;
}

.service-heading {
  font-size: 30px;
}

.nestedservice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  text-decoration: none;
}

.nestedservice:hover {
  background-color: #93b6b7;
  color: #fff;
}

.grey-text-2 {
  color: #000;
}

.image-23 {
  margin-top: 40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.colserviceblock {
  height: 100%;
}

.text-block {
  font-family: 'Fa solid 900', sans-serif;
  color: #221f3c;
  font-size: 30px;
  font-weight: 400;
}

.grid-17 {
  margin-top: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-5 {
  font-size: 20px;
  line-height: 20px;
}

.text-block-5.evedate {
  font-size: 17px;
}

.innercontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
  color: #fff;
}

.eventheading {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Sen, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  cursor: default;
}

.contentwrapper {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
}

.textwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-right: 24px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-13 {
  position: absolute;
  left: 20px;
  top: auto;
  right: 0px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactcol {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.contacttab {
  position: static;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
}

.column-19.phoneverticle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map-2 {
  height: 440px;
}

.col25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-message-wrapper {
  background-color: transparent;
}

.socialicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.socialicon:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.socialicon.twbg:hover {
  background-color: #55acee;
}

.socialicon.libg:hover {
  background-color: #0077b5;
}

.socialicon.inbg:hover {
  background-color: #e4405f;
}

.hrheading {
  margin-top: 60px;
}

.socialcol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialcol.fbbg:hover {
  background-color: #3b5999;
}

.locationmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightboxtext {
  min-width: 250px;
  padding-top: 20px;
  font-size: 20px;
  text-align: center;
}

.shop-local-left-2 {
  position: absolute;
  left: 0%;
  top: 5%;
  right: auto;
  bottom: 5%;
  width: 30%;
  height: 0px;
  min-height: 800px;
  border-radius: 10px;
  box-shadow: -1px 2px 13px -5px #000;
}

.shop-local-left-2.jobcontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #afafaf;
  color: #000;
}

.ohonenumberblock {
  padding-top: 10px;
  color: #fff;
  text-decoration: none;
}

.divider {
  height: 1px;
  margin: 20px 40px 15px;
  background-color: #eee;
}

.div-block-47 {
  width: 100%;
  min-height: 440px;
  margin-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  background-color: #221f3c;
}

.sucess-message-wrapper {
  background-color: transparent;
}

.getintouch {
  min-height: 500px;
  margin-bottom: 60px;
}

.somindicon {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-18:hover {
  color: #15bc9f;
}

.columns-12 {
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.formwrapcontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
}

.formwrapcontact:hover {
  color: #15bc9f;
}

.formwrapcontact.brochurelink {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.formwrapcontact.brochurelink:hover {
  color: #15bc9f;
}

.formwrapcontact.brochurelink.brochurelinkblack {
  color: #000;
}

.formwrapcontact.brochurelink.brochurelinkblack:hover {
  color: #fff;
}

.formwrapcontact.quotelinkblack {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}

.formwrapcontact.quotelinkblack:hover {
  color: #fff;
}

.locationlink {
  width: 24%;
  height: 100%;
  padding-top: 27px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #221f3c;
  font-family: Sen, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.locationlink:hover {
  background-color: #15bc9f;
}

.locationlink.w--current {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #15bc9f;
}

.column-17 {
  margin-top: 47px;
}

.image-32 {
  position: relative;
  top: 39px;
  border-radius: 20px;
}

.joblist-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widediv {
  width: 100%;
}

.hidemydiv {
  display: none;
}

.shop-local-wrapper-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  margin-bottom: 30px;
  padding-top: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.resumeformdiv-copy {
  width: 100%;
  min-height: 600px;
  padding: 40px 50px 60px;
  border-radius: 5px;
  color: #fff;
}

.icondivcareer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blackphone {
  color: #000;
  font-size: 20px;
  text-align: center;
}

.resumethankyou {
  display: none;
  text-align: center;
}

.shop-local-right-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 700px;
  padding: 45px 45px 45px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
  background-image: linear-gradient(101deg, #221f3c, #141e30, #243b55);
  color: #f9f9f9;
}

.jobicon {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 40px;
}

.jobicon:hover {
  color: #fff;
}

.blacklink {
  color: #000;
  text-decoration: none;
}

.blacklink:hover {
  color: #fff;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-84 {
  width: 24.9%;
}

.job-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-78-white-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: -1px;
  border: 1px none #000;
  border-radius: 50%;
  background-color: #fff;
}

.d-78-white-bg.menu {
  border-radius: 10px;
}

.d-78-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-78-menu-item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
}

.d-78-menu-item-wrapper.menu {
  width: auto;
  height: auto;
  border-radius: 10px;
}

.d-78-color-1-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 50%;
  background-color: #4d16dd;
}

.d-78-color-1-bg.menu {
  border-radius: 10px;
  background-color: #221f3c;
}

.d-78-shadow-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 50%;
  box-shadow: 0 0 35px 5px rgba(0, 0, 0, 0.1);
}

.d-78-shadow-bg.menu {
  border-radius: 10px;
}

.d-78-color-2-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 50%;
  background-color: #ff47f9;
}

.d-78-color-2-bg.menu {
  border-radius: 10px;
  background-color: #15bc9f;
}

.d-78-menu-item-text {
  position: relative;
  color: #000;
  font-size: 16px;
}

.d-78-menu-item-text.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 1px 20px -12px #000;
  letter-spacing: 1px;
  text-transform: none;
}

.d-78-menu-item-text.menu.interlink {
  width: 100%;
  border-radius: 10px;
  background-color: #15bc9f;
  color: #fff;
}

.contentpara {
  font-family: Sen, sans-serif;
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
}

.interlinkblock {
  width: 200px;
  height: 75px;
}

.lottie-animation-7-right {
  width: 75px;
  height: 75px;
  margin-top: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.centercontenthead {
  position: relative;
  margin: 5px;
  top: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: 100px;
  margin-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ffffff00;
 }

.lottie-animation-7 {
  width: 75px;
  height: 75px;
  margin-top: 15px;
}

.contenthead {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Sen, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.contenthead.float-heading {
  padding-top: 20px;
  text-align: center;
}

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

.interlinkcontainer {
  width: 100%;
  height: 75px;
}

.rightinterlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._1000contentdiv {
  position: relative;
  padding-top: 46px;
  padding-right: 10px;
  padding-left: 10px;
}

._1000contentdiv.paragraph-detials-large {
  font-size: 17px;
}

.leftinterlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.servicessections {
  min-height: 100vh;
  padding-top: 100px;
}

.div-block-26 {
  width: 100%;
  height: 400px;
  margin-top: -100px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
 /* box-shadow: 0 1px 3px 0 #000; 
box-shadow: 1px 2px 3px 2px #00000042;*/
}

.div-block-26.swimg {
  background-image: url('../images/software-development-3d.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-26.devops {
  background-image: url('../images/devops-services.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-26.edtechimgs {
  background-image: url('../images/edtech-tablet-learning_1.webp');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-26.salesforceimg {
  background-image: url('../images/salesforce-services.webp');
  background-position: 100% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-26.cybersecurityimg {
  background-image: url('../images/security-binary.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-26.manualtestimg {
  background-image: url('../images/mobile-testing-services.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-26.testautomaation {
  background-image: url('../images/test-automation-robot.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-26.mobiletestingimg {
  background-image: url('../images/iphone-iwatch-testing.webp');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-26.iottestingimg {
  background-image: url('../images/iot-testing-black.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-26.blogimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.centercolimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-8 {
  background-image: url('../images/ghent-springpendulum-1024x576-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/ghent-lorentz-1024x576-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/phet-nuron-1024x576-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/phet-gene-expression1-1024x576-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-8 {
  height: 600px;
}

.contentimg {
  width: 100%;
  height: 400px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 0 1px 3px 0 #000;
}

.contentimg.manualimg2 {
  margin-bottom: 20px;
  background-image: url('../images/scrum-practice.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentimg.manualimg3 {
  margin-bottom: 20px;
  background-image: url('../images/scrum-framework.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.testautoblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  min-height: 350px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  -webkit-transition: color 400ms ease, background-color 300ms ease;
  transition: color 400ms ease, background-color 300ms ease;
  font-family: Sen, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.grid-15 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(400px, 1fr));
}

.serviceglowicon {
  position: relative;
  top: -57px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.5px solid #000;
  border-radius: 50px;
  background-color: #fffdfd;
  box-shadow: 1px 10px 30px 0 #f7f7f7;
}

.image-21 {
  margin-bottom: 40px;
}

.securitytestin {
  width: 100%;
  height: 400px;
  margin-top: -100px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-image: url('../images/cyber-security.webp');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 #000;
}

.content-section-2 {
  padding: 40px 3% 60px;
}

.container-1282 {
  width: 100%;
  /* max-width: 1110px; */
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.div-block-75 {
  width: 500px;
  height: 300px;
  color: #000;
  text-decoration: none;
}

.leftcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rightcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-visual {
  position: relative;
  height: 300px;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-visual.test3 {
  background-image: url('../images/mobile-testing-services.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-visual.test1 {
  background-image: url('../images/test-automation-robot.webp');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-visual.test2 {
  background-image: url('../images/iot-development.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-visual.test5 {
  background-image: url('../images/iphone-iwatch-testing.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.hero-visual.test4 {
  background-image: url('../images/cyber-security.webp');
  background-position: 100% 25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.grid-19 {
  grid-template-columns: repeat(auto-fit, minmax(400px, 600fr));
  grid-template-rows: repeat(auto-fit, minmax(250px, 1fr));
}

.blogsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 20px;
  box-shadow: 0 1px 12px -8px #000;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  text-decoration: none;
}

.blogsection:hover {
  box-shadow: 0 1px 12px -4px #000;
}

.div-block-90 {
  width: 40%;
  border-radius: 30px 0px;
}

.div-block-91 {
  width: 100%;
  padding-left: 20px;
}

.image-37 {
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-92 {
  padding: 20px 20px 20px 0px;
}

.div-block-93 {
  height: 50px;
  margin-bottom: 20px;
  border: 0px solid #000;
  border-radius: 10px;
  box-shadow: 0 3px 5px -1px #000;
}

.searchblogheading {
  margin-bottom: 20px;
}

.div-block-90-copy {
  width: 25%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-91-copy {
  width: 75%;
  padding-top: 0px;
  padding-left: 20px;
}

.div-block-91-copy:hover {
  color: #15bc9f;
}

.searchsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #000;
  text-decoration: none;
}

.searchsection:hover {
box-shadow: 0 1px 12px -4px #000;
}

.allbody {
  font-family: Sen, sans-serif;
}

.paragraph-19 {
  color: #9899ad;
  font-size: 16px;
}

.heading-34 {
  color: #000;
  font-size: 18px;
}

.div-block-90-copy {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-90-copy-copy {
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 20px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-image {
  max-width: 175%;
}

.div-block-94 {
  height: 250px;
}

.eachcareersection {
  padding: 20px;
  border-radius: 25px;
  box-shadow: -2px 10px 19px -11px #000;
}

.eachcareersection:hover {
  background-color: rgba(21, 188, 159, 0);
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-20 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Fa solid 900', sans-serif;
}

.paragraph-21 {
  margin-right: 20px;
}

.div-block-96 {
  min-height: 75px;
}

.div-block-97 {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/6e93ede7-4d6a-4c92-9773-a331d609a31a.webp');
  background-position: 0px 0px;
  background-size: auto;
}

.smallbuttonquote-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #110f1e;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-family: Sen, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.smallbuttonquote-copy:hover {
  border-color: #222;
  background-color: #15bc9f;
  box-shadow: 1px 1px 20px 0 #fff;
}

.applybutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #15bc9f;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-family: Sen, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.applybutton:hover {
  border-color: #222;
  background-color: #221f3c;
  box-shadow: 1px 1px 20px 0 #fff;
}

.div-block-95-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-98 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.splitinput {
  width: 40%;
}

.careermainblock {
  width: 100%;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-99 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.why-gr {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
}

.ygr-lottie-animation {
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.medium-container {
  height: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ygr-each-lottie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 50px;
  background-color: rgba(245, 240, 240, 0);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.ygr-each-lottie:hover {
  box-shadow: 1px 1px 20px -8px #221f3c;
}

.ygr-each-lottie.primary-para {
  width: 100%;
  margin-right: 0px;
}

.ygr-lottie-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.grid-20 {
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(200px, 300fr));
  grid-template-rows: repeat(auto-fit, minmax(250px, 300fr));
}

.column-26 {
  height: 100%;
}

.grid-21 {
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  -ms-grid-rows: minmax(300px, 1fr);
  grid-template-rows: minmax(300px, 1fr);
}

.columns-28 {
  display: none;
}

.columns-29 {
  display: none;
}

.columns-30 {
  display: none;
}

.industrygear {
  position: absolute;
  left: 0px;
  height: 50%;
  opacity: 0.3;
}

.lottie-animation-8 {
  position: relative;
  top: -45px;
}

.image-39 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-100 {
  height: 250px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bbb;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blogcover {
  width: 100%;
  height: 100%;
}
.iconblock {
  z-index: 20;
  width: 180px;
  height: 0;
  position: absolute;
  top: 90px;
  bottom: 0%;
  left: auto;
  right: 50px;
}
.certificateimg {
  width: 30%;
  height: 0;
  min-height: 600px;
  background-image: url('../images/pexels-nataliya-vaitkevich-6532603.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  top: 10%;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: -1px 2px 13px -5px #000;
}

@media screen and (min-width: 1440px) {
  .div-block-80 {
    background-image: url('../images/devops-lifecycle.webp');
  }

  .slider-2 {
    margin-top: 40px;
  }

  .slide-nav-3 {
    display: none;
  }

  .d-31-card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .jobicon {
    font-family: 'Fa solid 900', sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .bluepolygon {
    display: none;
  }

  .container-1283 {
    padding-right: 20px;
  }

  .tablet-flex-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .margin-bottom-10 {
    margin-bottom: 2.25rem;
  }

  .text-4xl {
    font-size: 3rem;
  }

  .purchase-hint-text {
    font-weight: 400;
  }

  .floatingbutton {
    left: 100px;
  }

  .col-40.cc-sticky {
    padding-top: 72px;
  }

  .col-full.cc-main {
    padding: 140px 60px 80px;
  }

  .d-127-card-wrapper-2 {
    margin-bottom: 60px;
  }

  .arrow-left {
    left: -10px;
  }

  .arrow-right {
    right: -10px;
  }

  .footersection.about {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .shop-local-content-wrapper-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .d-36-section {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: none;
  }

  .form-text-link {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 20px;
  }

  .section-in-base {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .grid-2-columns-content-centered {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-88 {
    display: none;
  }

  .grid-18 {
    position: static;
  }

  .aboutussectionpartner {
    top: 8%;
  }

  .aboutussection {
    top: 8%;
  }

  .policysection {
    top: 8%;
  }

  .grid-18-copy {
    position: static;
  }

  .d-31-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro {
    overflow: hidden;
  }

  .medium-container-wide {
    padding-right: 15px;
    padding-left: 15px;
  }

  .shop-local-left-2 {
    top: 8%;
  }

  .formwrapcontact {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 20px;
  }

  .d-78-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .medium-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .iconsanimation {
    display: none;
  }

  .margin-bottom-10 {
    margin-bottom: 2.125rem;
  }

  .text-medium {
    font-size: 1.125rem;
  }

  .homeslidearrow {
    display: none;
  }

  .text-4xl {
    font-size: 2rem;
  }

  .iconsanimationsales {
    display: none;
  }

  .col-40.cc-sticky {
    position: relative;
    display: none;
    padding-top: 0px;
  }

  .col-full.cc-main {
    padding-right: 40px;
    padding-left: 40px;
  }

  .some-indus-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-79 {
    display: none;
  }

  .slide-wrap {
    padding: 90px 50px;
  }

  .d-36-section {
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-14.grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(80px, 1fr));
  }

  .form-text-link {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .form-text-link.left-social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-in-base {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-2-columns-content-centered {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .shop-local-right-3 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .shop-local-rightpartners {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .shop-local-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .aboutussectionpartner {
    position: static;
    width: 100%;
    border-radius: 0px;
  }

  .aboutussection {
    position: static;
    width: 100%;
    border-radius: 0px;
  }

  .policysection {
    position: static;
    width: 100%;
    border-radius: 0px;
  }


  .d-31-card {
    overflow: hidden;
    height: 300px;
  }

  .servicecolsection.bluebackservice {
    background-color: #fff;
    color: #000;
  }

  .columns-13 {
    position: static;
  }

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

  .column-19 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-19.phoneverticle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .locationmenu {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop-local-left-2 {
    position: static;
    width: 100%;
    border-radius: 0px;
  }

  .div-block-47 {
    margin-left: 0px;
    padding-left: 20px;
  }

  .formwrapcontact {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .locationlink {
    width: 80%;
  }

  .shop-local-wrapper-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-local-right-3-copy {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .content-section-2 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .blogsection {
    display: none;
  }

  .ygr-each-lottie {
    width: 100%;
    margin-bottom: 45px;
  }

  .ygr-lottie-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-21 {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  }
}

@media screen and (max-width: 479px) {
  .navchilddropmenu {
    margin-right: 35px;
    margin-left: 0px;
    padding-right: 20px;
  }

  .nestedmenublock.dropdown-list-2.w--open {
    margin-top: 0px;
    margin-left: 0px;
  }

  .navchildmenu {
    margin-left: 0px;
  }

  .tablet-flex-column.tablet-flex-align-center.tablet-text-align-center.tablet-margin-bottom-8.homeslidecontent {
    left: 0%;
    width: 100%;
  }

  .margin-bottom-10 {
    margin-bottom: 1.875rem;
  }

  .div-block-80 {
    margin-top: -200px;
  }

  .col-40.cc-sticky {
    overflow: hidden;
    height: auto;
    max-height: 360px;
    padding-top: 67px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .col-full.cc-main {
    padding: 60px 32px;
  }

  .industries-sticky-image {
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .profile-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .client-block {
    width: 100%;
  }

  .latest-blog-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-image-content {
    -o-object-fit: none;
    object-fit: none;
  }

  .three-col-wide-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(300px, 1fr));
  }

  .line-col.dark {
    border-right-style: none;
  }

  .container-7 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .footersection.about {
    margin-bottom: 0px;
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .d-36-section {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-14.grid-3 {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-text-link {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-78.devopsserimg {
    width: 100%;
    background-size: contain;
  }

  .section-in-base {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .shop-local-right-3 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .textwrapper-2 {
    padding-left: 0px;
  }

  .leaderinner {
    padding-left: 10px;
  }

  .shop-local-rightpartners {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-18 {
    position: static;
  }

  .tabs-menu {
    padding-left: 0px;
  }

  .grid-18-copy {
    position: static;
  }

  .leadershipgrid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .d-31-card {
    width: 275px;
  }

  .testwrapper {
    width: 90%;
  }

  .image-23 {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .column-19 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .formwrapcontact {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .resumeformdiv-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .shop-local-right-3-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .d-78-menu-wrapper {
    display: none;
  }

  .div-block-75 {
    position: relative;
    height: 150px;
  }

  .columns-26 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-25 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #badfd8;
  }

  .hero-visual {
    right: 0px;
    width: 100%;
  }

  .column-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

#w-node-_8f479ee7-4b45-3447-ca76-c290254fd192-254fd168 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8f479ee7-4b45-3447-ca76-c290254fd196-254fd168 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8f479ee7-4b45-3447-ca76-c290254fd19a-254fd168 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8f479ee7-4b45-3447-ca76-c290254fd19f-254fd168 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b3bedb95-fb1f-4339-198a-5a829fabff53-9fabff29 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b3bedb95-fb1f-4339-198a-5a829fabff57-9fabff29 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b3bedb95-fb1f-4339-198a-5a829fabff5b-9fabff29 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b3bedb95-fb1f-4339-198a-5a829fabff60-9fabff29 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_82e5a42a-f26c-91de-6e27-3ea3dcb637ce-dae4b58c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f79d5ae9-70e3-01ae-eb39-95339fd7b82f-8de4b593 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f79d5ae9-70e3-01ae-eb39-95339fd7b833-8de4b593 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f79d5ae9-70e3-01ae-eb39-95339fd7b837-8de4b593 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f79d5ae9-70e3-01ae-eb39-95339fd7b83c-8de4b593 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f79d5ae9-70e3-01ae-eb39-95339fd7b840-8de4b593 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_7b6c1e89-bc08-0349-2fb1-7c9cfd6c527f-9de4b58b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7b6c1e89-bc08-0349-2fb1-7c9cfd6c528f-9de4b58b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7b6c1e89-bc08-0349-2fb1-7c9cfd6c529f-9de4b58b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8f479ee7-4b45-3447-ca76-c290254fd182-254fd168 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8f479ee7-4b45-3447-ca76-c290254fd186-254fd168 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8f479ee7-4b45-3447-ca76-c290254fd18a-254fd168 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8f479ee7-4b45-3447-ca76-c290254fd18e-254fd168 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b3bedb95-fb1f-4339-198a-5a829fabff43-9fabff29 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b3bedb95-fb1f-4339-198a-5a829fabff47-9fabff29 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b3bedb95-fb1f-4339-198a-5a829fabff4b-9fabff29 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b3bedb95-fb1f-4339-198a-5a829fabff4f-9fabff29 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f79d5ae9-70e3-01ae-eb39-95339fd7b81f-8de4b593 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f79d5ae9-70e3-01ae-eb39-95339fd7b823-8de4b593 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f79d5ae9-70e3-01ae-eb39-95339fd7b827-8de4b593 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f79d5ae9-70e3-01ae-eb39-95339fd7b82b-8de4b593 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}