<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --fontSize16: 16px;
  --fontSize19: 19px;
  --fontSize20: 20px;
  --fontSize22: 22px;
  --fontSize23: 23px;
  --fontSize24: 24px;
  --fontSize25: 25px;
  --fontSize26: 26px;
  --fontSize28: 28px;
  --fontSize32: 32px;
  --fontSize35: 35px;
  --fontSize40: 40px;
  --fontSize65: 65px;
  --h2Size55: 55px;
  --footerh2Size55: 55px;
  --fontSize70: 70px;
  --highlightSize65: 65px;
  --smallHeading: 40px;
  --lineHeight40: 40px;
  --lineHeight59: 59px;
  --lineHeight65: 65px;
  --bannerSize55: 55px;
  --approachSize25: 25px;
  --approachpSize20: 20px;
  --authorSize22: 22px;
  --authorSize27: 27px;
  --haaccordionSize25: 25px;
  --expertiseSize30: 30px;
  --carouselSize20: 20px;
  --carouselSize28: 28px;
  --solutionSize50: 50px;
  --approachh440: 40px;
  --approachh522: 22px;
  --approachhp18: 18px;
  --blog-headingSize35: 35px;
  --blog-subheadingSize40: 40px;
  --blog-h4-32: 32px;
  --blog-dateSize20: 20px;
  --bannerSize75: 70px;
  --orange: #FF5000;
  --white: #fff;
  --black: #000;
  --light-orange: #FFEEE7;
  --light-blue: #E8F3FF;
  --inner-serviceSize25: 25px;
  --cardSize45: 45px;
  --footeraSize19: 19px;
  --cardSizep22:22px;
}

body {
  font-family: "DM Sans", serif;
  color: #3B3B3B;
  font-size: var(--fontSize22);
  line-height: var(--lineHeight40);
  font-optical-sizing: auto;
}

p {
  font-weight: 500;
  font-variation-settings: 'opsz' 48;
  letter-spacing: 1px;

}

h2 {
  font-weight: 500;
  font-size: var(--h2Size55);
  line-height: var(--lineHeight65);
  margin-bottom: 30px;
  color: #102032;
}

h3 {
  font-weight: 400;
  line-height: var(--lineHeight59);
}

a:-webkit-any-link:focus-visible {
  outline: none;
}

.container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}

.container-fluid.full-container {
  padding-right: 0px !important;
  padding-left: 0px !important;

  .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .row&gt;* {
    padding: 0px;
  }
}

.link {
  padding: 10px 40px !important;
  border-radius: 25px !important;
  font-size: var(--fontSize22);
  font-weight: 500;
  text-decoration: none;
  line-height: var(--lineHeight35);
     transition: 0.4s;
}

.orange-link {
  background-color: var(--orange);
  color: var(--white);
}

.orange-link:hover {
  color: var(--white);
    background-color: #FF3700;
}

.black-link {
  background-color: var(--black);
  color: var(--white);
/*   border: 2px solid var(--black);*/
}

.black-link:hover {
  color: var(--white);
    background-color: #1E1E1E;
/*    border: 2px solid #fff;*/
}

.arrown-link {
  position: relative;
}

.arrown-link:after {
  position: absolute;
  content: '';
  background-image: url(../images/arrow.png);
  right: 0;
  width: 27px;
  height: 10px;
  top: 24px;
}

/* Image Width Starts */
.img-w-60 {
  width: 60%;
}

.img-w-65 {
  width: 65%;
}

.img-w-70 {
  width: 70%;
}

.img-w-75 {
  width: 75%;
}

.img-w-80 {
  width: 80%;
}

.img-w-85 {
  width: 85%;
}

.img-w-90 {
  width: 90%;
}

/* Image Width Ends */
.header {
  padding: 10px 0px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #F6F6F6;
}

.logo {
  width: 200px;
}

.header .nav-link {
  font-size: var(--fontSize22);
  line-height: 10px;
  padding: 15px !important;
  color: #000000 !important;
  font-weight: 500;
}

.nav-link:hover,
.nav-link.active {
  color: #FF5000 !important;
}

.last-menu {
  position: absolute;
  right: 0px;
  top: 7px;
}

/*.last-menu .active {
  background-color: #4580C2;
  border-color: #4580C2;
  color: #fff !important;

}*/

.last-menu:hover a {
  background-color: #FF3700;
}

.header .nav-link.link {
  padding: 8px 40px !important;
  line-height: var(--lineHeight35);
  color: #fff !important;
}

.dropdown-menu.dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  margin-left: 3px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu&gt;li:hover&gt;.dropdown-submenu {
  display: block;
}

.dropdown-menu {
  margin-top: 0px;
  background-color: #102032;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 0px !important;
  border-left: 5px solid #FF5000;
  /*  padding: 10px;  
            margin-left: 10px;*/
}

.dropdown-item {
  font-size: var(--fontSize22);
  color: #ffffff !important;
  font-weight: 300;
   transition: 0.4s;
}
.dropdown-item:hover{
    color: var(--orange) !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

.dropdown-item.active {
  background-color: transparent;
  color: #FF5000 !important;
}

.dropdown-menu .dropdown-toggle:after {
  display: none;
}

.dropdown-toggle::after {
  vertical-align: 3px !important;
  border: solid !important;
  border-width: 0 1.5px 1.5px 0 !important;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mobile-arrow-menu{
  display: flex;
  align-items: center;
}
.mobile-arrow-menu a{
  width: auto;
}
.mobile-arrow-menu .dropdown-toggle-split{
  padding: 0px;
  color: #fff;
}
.mobile-arrow-menu .dropdown-toggle-split.active{
    color: #FF5000 !important;
}
.mobile-arrow-menu .dropdown-toggle-split:after{
    vertical-align: 3px !important;
    border: solid !important;
    border-width: 0 1.5px 1.5px 0 !important;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
.main-bottom {
  margin-bottom: 50px;
  /*  padding-top: 75px;*/
}

.section-bottom {
  margin-bottom: 60px;
}

.section-bottom-large {
  margin-bottom: 90px;
}

.small-heading {
  font-size: var(--smallHeading);
  font-weight: 500;
  line-height: 40px;
}

.main-banner {
  position: relative;
}

.banner-text {
  position: absolute;
  top: 0px;
  width: 500px;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 8%;
}

.banner-text h1 ,.banner-text-h2 {
  font-size: var(--bannerSize55);
  margin-bottom: 30px;
}

.banner-text-h2{
  line-height: 1.2;
}
.banner-text .item {
  margin-bottom: 20px;
}

.banner-text .owl-dots {
  margin-top: 30px;
}

.owl-dots {
  display: block !important;
  margin-top: 10px;
}

.owl-dot {
  width: 55px;
  height: 10px;
  background-color: #B7B7B7 !important;
  border-radius: 25px;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}

.owl-dot.active {
  background: linear-gradient(to right, #407CBF, #195497) !important;

}

.our-capabilities {
  background-image: url("../images/home/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 40px 100px 40px;
  border-radius: 45px;
}

.capabilities-box {
  border: 1px solid #ABABAC;
  border-radius: 8px;
}

.capabilities-box img {
  width: 100%;
}

.capabilities-box h4 {
  font-size: var(--fontSize26);
  font-weight: 700;
  color: #fff;
}

.capabilities-box p {
  font-size: var(--fontSize20);
  margin-bottom: 0px;
  color: #BBBBBB !important;
  line-height: 35px;
}

.our-capabilities p,
.our-capabilities .small-heading {
  color: #BBBBBB !important;
}

.home-blog-box img {
  height: 100%;
}

.learm-more-text {
  color: var(--orange);
  font-size: var(--fontSize20);
  display: none;
}

.capabilities-box:hover .learm-more-text {
  display: block;
}

.learm-more-text:hover {
  color: var(--orange);
}

.box-content {
  padding: 10px;
}

.box-down {
  margin-top: 50%;
}

.white {
  h1 {
    color: #fff;
  }

  .small-heading {
    color: #fff;
  }

  p {
    color: #fff;
  }

  h2 {
    color: #fff;
  }

  h3 {
    color: #fff;
  }

  h4 {
    color: #fff;
  }

  h5 {
    color: #fff;
  }
}

.orange {
  color: var(--orange) !important;
}

.outcome-gap {
  row-gap: 30px;
}

.outcome-box {
  border: 0.5px solid #959595;
  border-radius: 20px;
  padding: 20px 15px;
  height: 100%;
  position: relative;
}

.outcome-box h5 {
  font-size: var(--fontSize25);
  font-weight: 600;
  color: #102032;
}

.outcome-box .right {
  display: block;
  margin-left: auto;
}

.outcome-box .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.outcome-box .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.light-orange {
  background-color: var(--light-orange);
}

.light-blue {
  background-color: var(--light-blue);
}

.approach-bg {
  background-image: url("../images/home/approach-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px 90px 0px;
}

.highlights-box {
  box-shadow: 0px 2px 13px 0px #00000040;
  padding: 25px 20px;
  border-radius: 26px;
  margin-bottom: 30px;
}

.highlights-box h4 {
  color: var(--orange);
  font-size: var(--highlightSize65);
}

.highlights-box p {
  margin-bottom: 0px;
  color: #102032;
  font-weight: 600;
   font-size: var(--highlightSize19);
}

.home-blog-box {
  box-shadow: 0px 2px 10px 0px #00000040;
  padding: 15px;
  border-radius: 20px;
}

.home-blog-box h4 {
  color: #102032;
  font-weight: 700;
  font-size: var(--fontSize28);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}

.home-blog-box h4 a {
  color: #102032;
}

.home-blog-box h4 a:hover,
.home-blog-box h4:hover {
  color: var(--orange);
}

.home-blog-box a {
  color: var(--orange);
  text-decoration: none;
}

.home-blog-box a i {
  font-size: 12px;
}

.home-blog-box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.success-stories {
  background-image: url("../images/home/stories-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 30px 150px 30px;
  border-radius: 50px;
  background-position: center;
}

/* Vertical carousel Ends */
.carousel {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.carousel__item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  opacity: 0;
  filter: drop-shadow(0 2px 2px #555);
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 9s linear infinite;
  animation: carousel-animate-vertical 9s linear infinite;
}

.carousel__item:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.carousel__item:nth-child(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.carousel__item:nth-child(3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.carousel__item {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  gap: 30px;
}

.carousel__item-head {
  width: 150px;
}

.carousel__item-body p {
  color: #656565;
  font-size: var(--carouselSize20);
  margin-bottom: 0px;
}

.title {
  color: #FF5000 !important;
  font-size: var(--carouselSize28) !important;

  font-weight: 600;
}

@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }

  5%,
  30% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }

  35%,
  60% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }

  65%,
  90% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }

  95% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }

  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

/* Vertical carousel Ends */
.footer-top {
  background-image: url("../images/home/contact-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 60px 0px;
  border-radius: 40px;
  margin: 0;
}

.footer-top h2 {
  font-size: var(--footerh2Size55);
  font-weight: 400;
}

.footer {
  background-color: #102032;
  padding: 30px 0px;

}

.footer img {
  width: 200px;
}

.footer-left {
  padding-left: 40px;
}

.footer-contact {
  display: flex;
  gap: 10px;
  color: #fff;
  font-size: var(--fontSize19);
  margin-top: 10px;
}

.footer-contact img {
  width: 26px;
  height: 26px;
  max-width: 26px;
}

.footer h4 {
  font-size: var(--fontSize26);
  color: #fff;
}

.footer a {
  font-size: var(--footeraSize19);
  color: #fff;
  text-decoration: none;
  font-weight: 300;
     transition: 0.4s;
}
.footer a:hover{
  color: var(--orange);
}
.footer ul {
  list-style: none;
  padding-left: 0px;
}

.footer ul li {
  position: relative;
  padding-left: 20px;
}

.footer ul li:before {
  position: absolute;
  content: '\f04b';
  color: var(--orange);
  left: 0px;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free';
  font-size: 10px;
}

.copyright {
  background-color: #102032;
  padding: 10px 0px;
  border-top: 1px solid #FFFFFF;
  color: #fff;

}

.copyright p {
  font-size: var(--fontSize19);
  margin-bottom: 0px;
}

.footer-social-icon {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.footer-social-icon a {
  width: 30px;
  height: 30px;
  background-color: #344151;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 17px;
  line-height: 32px;
    transition: 0.4s;
}
.footer-social-icon a:hover{
      background-color: #FF5000;
}
.custom-accordian {
  .accordion-item {
    background: #2C3753;
    box-shadow: none !important;
    border: 1px solid #fff;
    margin-bottom: 15px;
    border-radius: 15px;

    &amp;.last {
      margin-bottom: 0px;
    }
  }

  .accordion-body {
    padding-top: 0px;
  }

  .accordion-button {
    font-size: 16px;
    background-color: transparent;
    text-transform: uppercase;
    font-family: PathwayExtreme-SemiBold;
    padding: 15px 1.25rem 15px 1.25rem;
    color: #1AD5FF;
    border-radius: 15px !important;
    box-shadow: none;

    &amp;.collapsed {
      /*    border: 1px solid #FFFFFF;
    border-radius: 15px !important;*/
      color: #fff;
    }

    &amp;:after {
      font-size: 18px;
      font-weight: 600;
      font-family: 'Font Awesome 5 Free';
      content: "\2b";
      color: #fff;
      background: none;
    }

    &amp;:not(.collapsed)::after {
      font-size: 18px;
      font-weight: 600;
      font-family: 'Font Awesome 5 Free';
      content: "\f068";

    }

    &amp;:focus {
      box-shadow: none;
    }
  }

  .accordion-collapse {
    color: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

/* Inner Page */
.inner-banner-text {
  position: absolute;
  /* height: 50vh; */
  align-items: center;
  display: flex;
  /* left: 8%; */
}

.inner-banner-text h1 {
  font-weight: 400;
  color: #FFFFFF;
  font-size: var(--bannerSize55);
  line-height: 65px;
}

.pub-service-box {
  box-shadow: 0px 8px 40px 0px #00000040;
  align-items: center;
  border-radius: 30px;
  transition: 0.4s;
}

.pub-service-box-content {
  padding: 0px 30px;
}

.pub-service-box-content h4 {
  color: var(--orange);
  margin-bottom: 20px;
  font-size: var(--fontSize35);
  font-weight: 600;
}

.pub-service-box-content p {
  margin-bottom: 30px;
}

.pub-service-box:hover {
  background-color: #112034;
}

.pub-service-box:hover p {
  color: #fff;
}

.pub-inner-service-bg {
  background-color: #102032;
  border-radius: 50px;
  padding: 30px 30px;
  align-items: center;
}

.pub-inner-service-bg p {
  color: #BBBBBB;
  margin-bottom: 30px;
}

.pub-inner-service-right div:last-child p {
  margin-bottom: 0px;
}

.pub-inner-service-bg h5 {
  font-weight: 500;
  font-size: var(--fontSize35);
}

.pub-inner-service-right {
  padding-left: 50px;
}

/* Approach Starts */
.process-sec {
  position: relative
}

.process-sec .sec-heading {
  background-color: #fff
}

.sec-heading {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
  position: relative
}

.arrow-line {
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
}

.timeline-col.upper .arrow-line {
  bottom: 60px;
}

.timeline-col.bottom .arrow-line {
  top: 62px;
}

.timeline-content h4 {
  color: var(--orange);
  font-size: var(--approachSize25);
  font-weight: 700;
      margin-bottom: 20px;
}

.timeline-content p {
  font-size: var(--approachpSize20);
      line-height: 27px;
}

.m-timeline-wrap {
  display: none
}

.m-timeline-col {
  position: relative;
  /*    max-width: 360px;*/
  margin: 0 auto
}

.m-timeline-col .timeline-circel {
  margin-left: 0px;
  margin-bottom: 15px;
}

.m-timeline-col .timeline-content {
  position: relative;
  text-align: left;
  left: auto;
  width: 100%
}

.timeline-circel {
    width: 50px;
    height: 50px;
    background-color: #102032;
    box-shadow: 0px 2px 12px 0px #00000040;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
  display: block;
  margin: 0 auto;
  position: relative
}

.timeline-row {
  height: 580px
}

.app-timeline.timeline-row {
  height: 550px;
}

.timeline-col {
  position: relative
}

.timeline-circel-outer {
  position: relative
}

.timeline-content.timeline-upper-content {
  bottom: 130px
}

.timeline-content.timeline-bottom-content {
  top: 140px
}

.timeline-content {
  text-align: center;
  position: absolute;
  width: 230px;
  left: -20px;
  right: 0
}

.middleline {
  position: absolute;
  left: 140px;
  width: 100px;
  top: 12px;
}

.conAn {
  -webkit-animation-name: conAn;
  animation-name: conAn
}

@keyframes conAn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/* Our Service Starts */
.card-case {
  position: sticky;
  top: 0;
}

.card__inner {
  will-change: transform;
  background: white;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 35%);
  transform-origin: center top;
  border-radius: 50px;
  align-items: center;
}

.card__inner.bg {
  background-color: #FFF4D7;
}

.card__image-container {
  display: flex;
  width: 40%;
  flex-shrink: 0;
}

.card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.card__content {
  padding: 39px 70px;
  display: flex;
  flex-direction: column;
}

.card__title {
  padding: 0;
  margin: 0;
  font-size: var(--cardSize45);
  font-weight: 500;
  line-height: 50px;
  color: var(--orange);
  margin-bottom: 29px;
      line-height: 55px;
}
.card__description{
    font-size: var(--cardSizep22);
}
/* Our Service Ends */
.application-box {
  box-shadow: 0px 2px 10px 0px #00000040;
  border-radius: 20px;
  padding: 15px;
  height: 100%;
}

.application-box img {
  width: 100%;
}

.application-box h4 {
  color: var(--orange);
  font-size: var(--fontSize28);
  font-weight: 700;
  margin-top: 20px;
}

.application-box p {
  margin-bottom: 0px;
}

.author-box {
  box-shadow: 0px 1px 15px 0px #00000040;
  border-radius: 30px;
  padding: 35px 20px;
  text-align: center;
  height: 100%;
  position: relative;
  transition: 0.3s;
}

.author-box:hover .author-box-hover {
  opacity: 1;
}

.author-box img {
  width: 100px;
  margin-bottom: 20px;
}

.author-box h5 {
  font-size: var(--authorSize27);
  font-weight: 700;
}

.author-box p {
  color: var(--orange);
  font-style: italic;
  font-size: var(--authorSize22);
}

.author-box-gap {
  row-gap: 30px;
}

.author-box-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
    transition: 0.3s;
}

.author-box-hover img {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.author-box-hover p {
  position: absolute;
  top: 0;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-style: normal;
}

/* Custom tab Starts*/
.tab-bg {
  background-image: url("../images/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 40px 50px 40px;
  border-radius: 45px;
}

.tab-content {
  padding-left: 80px;
}

.tab-accordion-content img {
  margin-bottom: 20px;
}

.custom-tab.nav-tabs {
  border-bottom: none;
  gap: 25px;
}

.custom-tab .nav-item {
  width: 100%;
}

.custom-tab .nav-item .nav-link {
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 30px;
  margin: 0;
  padding: .8rem 2rem;
  width: 100%;
  font-weight: 700;
  font-size: var(--authorSize25);
  border-radius: 25px;
  padding: .9rem 2rem;
}

.industry-content.tab-content p {
  font-size: var(--haaccordionSize25);
}

.industry-tab.custom-tab .nav-item {
  width: auto;
  display: inline-block;
}

.industry-tab.custom-tab .nav-link {
  padding: .5rem 3rem;

}

.industry-tab {
  gap: 50px !important;
  margin-bottom: 100px;
}

#industry-bg {
  background-size: cover;
  padding: 50px 40px 50px 40px;
  border-radius: 40px;
  background-position: center;
}

#industry-bg .tab-content {
  padding-left: 0px;
}

/* Custom Tab Ends */
.technology-box {
  box-shadow: 0px 6px 20px 0px #00000040;
  padding: 15px;
  margin-top: 20px;
  height: 96%;
}

.technology-box img {
  width: 100%;
  margin-bottom: 15px;
}

.technology-box h4 {
  color: var(--orange);
  font-size: var(--fontSize24);
  margin-top: 15px;
  font-weight: 700;
}

.technology-box h4 span {
  color: #787878;
  font-weight: 500;
  font-size: var(--fontSize20) !important;
}

.technology-box p {
  margin-bottom: 0px;
}

.technology-box.accessibility-box {
  min-height: 535px;
  height: 100%;
  margin-top: 0px;
  box-shadow: 0px 4px 10px 0px #00000040;
  border-radius: 8px;
}

.accessibility-in h2 {
  margin-bottom: 10px;
  font-size: var(--h2Size55);
}

.whykryonh2 {
  font-size: var(--whykryonh2);
  line-height: 100px;
}

.heading-icon {
  display: flex;
  align-items: center;
  gap: 70px;
}

.heading-icon img {
  width: 80px;
}

.heading-icon .small-heading {
  font-size: var(--solutionSize50) !important;
}

.why-book-bg {
  background-image: url("../images/publishing/app/why-book.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0px 130px 0px;
  background-position: center;
}

.why-book-bg h2,
.why-book-bg p {
  margin-bottom: 0px;
}

.orange-ul {
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.orange-ul li {
  position: relative;
  line-height: 40px;
  padding-left: 25px;
}

.orange-ul li:after {
  position: absolute;
  content: '';
  background-color: #FF5000;
  width: 10px;
  height: 10px;
  left: 0;
  top: 15px;
  border-radius: 50%;
}
.app-ul li{
    font-size: 22px;
    margin-bottom: 10px;
}
.learning-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: var(--fontSize20);
}

.why-section {
  background-image: url("../images/digitization/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 40px 0px;
}

/*.inner-service {
  margin-top: 30px;
}*/

.inner-service-box {
  box-shadow: 0px 0px 8px 0px #00000040;
  border-radius: 5px;
  padding: 15px;
  height: 100%;
}

.inner-service-box h4 {
  color: var(--orange);
  font-size: var(--inner-serviceSize25);
  margin-top: 15px;
  font-weight: 700;
}

.inner-service-box p {
  margin-bottom: 10px;
}

.inner-service-box img {
  width: 100%;
  margin-bottom: 20px;
}

.inner-service-gap {
  row-gap: 30px;
}

.our-expertise {
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.expertise-box img {
  width: 100px !important;
  margin-bottom: 20px;
}

.expertise-box p {
  margin-bottom: 0px;
}

.expertise-box h4 {
  font-size: var(--expertiseSize30);
  font-weight: 500;
  position: relative;
  margin-bottom: 25px;
  margin-top: 20px;
}

.expertise-box h4:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 2px;
  background-color: #FF5000;
  left: 0;
  bottom: -5px;

}

.expertise .owl-nav {
  position: absolute;
  top: -20%;
  right: 0;
  display: flex;
  gap: 10px;
}

.expertise .owl-nav button {
  background: #FFFFFF40 !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 40px !important;
  border-radius: 5px;
}

.ind-accordion .custom-tab .nav-item .nav-link {
  color: #3B3B3B;
  border: 1px solid #FF5000;
  border-radius: 25px;
  padding: .9rem 2rem;
}

.ind-accordion .tab-pane p {
  font-size: 24px;
  width: 93%;
  line-height: 30px;
}

.ind-accordion .tab-pane img {
  width: 93%;
}

.legal-accordion.ind-accordion .tab-pane p {
  width: 100%;
}

.legal-accordion.ind-accordion .tab-pane img {
  width: 100%;
}

.publishing-accordion .tab-pane p {
  font-size: 22px;
  line-height: 35px;
}

.publishing-accordion .tab-pane img {
  width: 85%;
}

.ind-accordion .nav-link:hover,
.ind-accordion .nav-link.active {
  color: #ffffff !important;
  background-color: #FF5000 !important;
}

.tab-hide,
.tab-full {
  margin-top: 20px;
}

.contact-box {
  background-color: #102032;
  border-radius: 35px;
}

.box-inner {
  padding: 25px;
}

.contact-box h4 {
  color: #fff;
}

.contact-box .footer-contact img {
  width: 33px;
  height: 33px;
  max-width: 33px;
}

.contact-box .footer-contact {
  margin-top: 20px;
  align-items: start;
}

.stripe-line {
  border: 1px solid transparent;
  border-image: repeating-linear-gradient(to right,
      #fff 0,
      #fff 10px,
      transparent 10px,
      transparent 20px) 10;
}

.contact-box .footer-social-icon {
  gap: 20px;
  justify-content: start;
  margin-top: 15px;
}

.contact-form label {
  color: #102032;
  font-size: var(--labelSize);
  display: block;
  font-weight: 700;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  border-radius: 15px;
  border: 1px solid #A7A7A7;
  background-color: #FAFAFA;
  padding: 10px 15px;
  color: #8C8C8C;
  font-size: var(--inputSize);
  width: 100%;
  margin-bottom: 10px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none !important;
}

.contact-form button {
  border: none;
  padding: 5px 40px !important;
}

.contact-form button:hover {
  color: #fff !important;

}

.contact-form .arrown-link:after {
  top: 16px;
}

.form-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.form-btn .btn {
  width: auto !important;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  border: none;
  font-weight: 500;

}
.contact-form-btn.form-btn{
  justify-content: start;
}
.form-btn .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-btn .link {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 36px;
  height: 40px;
  cursor: pointer;
}

.form-btn .bg-btn {
  background-color: var(--orange) !important;
  color: #fff !important;
}
.form-btn .bg-btn:hover{
  background-color: #FF3700 !important;
}
.form-btn .bg-btn .btn {
  color: #fff !important;
   font-size: 16px;
}

.form-btn .border-btn {
  background-color: transparent !important;
  color: var(--orange) !important;
}

.form-btn .border-btn .btn {
  color: var(--orange) !important;
      font-size: 16px;
}

.form-btn .border-btn {
  background-color: #fff !important;
  color: var(--orange) !important;
  border: 1px solid var(--orange);
}

.arrown-link.border-btn:after {
  background-image: url(../images/arrow-orange.png);
}

.contact-form select {
  padding: 14px 15px;
}

.form-select:focus{
  box-shadow: none !important;
  border:1px solid #A7A7A7;
}
.upload-cv {
  font-size: var(--fontSize28);
  font-weight: 500;
}

.promise-bg {
  background-image: url("../images/about/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 30px 70px 30px;
  border-radius: 30px;
}

.promise-box {
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  padding: 20px;
  height: 100%;
}

.promise-box p {
  color: #BBBBBB;
}

.promise-box-heading h3 span {
  font-size: 40px;
  font-weight: 400;
}

.promise-box-heading h3 {
  font-size: var(--fontSize70);
  line-height: 65px;
  font-weight: 500;
  letter-spacing: 2px;
}

.promise-box-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.promise-box-heading img {
  width: 120px;
  height: 120px;
}

.join-bg {
  background-image: url("../images/about/join-us.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 60px 0px;
  background-position: right;
}

.define-box {
  box-shadow: 0px 4px 10px 0px #00000033;
  padding: 8px;
  border-radius: 8px;
}

.define-box img {
  width: 100%;
}

.icon-top img {
  width: 90px;
  margin: 0 auto;
  display: block;
  margin-top: -45px;
}

.define-box h5 {
  text-align: center;
  color: #000000;
  font-size: var(--fontSize28);
  margin-top: 20px;
}

.blog-box {
  position: relative;
  transition: 0.3s;
}

.blog-content {
  position: absolute;
  bottom: 0px;
  color: #fff;
  padding: 10px 15px;

}

.blog-content h4 {
  font-size: var(--fontSize22);
  font-weight: 500;
}

.blog-content h6 {
  font-size: 14px;
  font-weight: 500;
}

.blog-box:hover .blog-box-hover {
  opacity: 1;
}

.blog-box:hover .blog-content {
  display: none;
}

.blog-box-hover {
  position: absolute;
  top: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  color: #fff;
  background: #000000CC;
  border-radius: 5px;
  opacity: 0;
  transition: 0.3s;

}

.blog-box-hover p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.blog-box-hover a {
  color: var(--orange);
  text-decoration: none;
  font-size: var(--fontSize20);
}

.blog-box-hover a i {
  font-size: 12px;
}

.blog-img img{
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
}

.blog-img .respond-img{
  width: 100%;
  height: calc(350px - 10px);
  object-fit: cover;
} 

.case-study-image {
  position: relative;
}

.case-study-image p {
  position: absolute;
  right: 0;
  color: #fff;
  background-color: #102032;
  margin-bottom: 0;
  bottom: 0;
  padding: 5px 10px;
  font-size: var(--fontSize16);
}

.case-study-image img {
  height: auto;
}

.home-blog-box .case-study-image img {
  width: 100%;
  height: calc(350px - 10px);
  object-fit: cover;
}

.inner-blog img,.casestudy-img img{
  border-radius: 50px;
}

.approach-div {
  height: 570px;
  align-items: center;
  position: relative;
  padding-top: 100px;
}

.approach-section {
  position: relative;
}

.approach-icon {
  width: 100px;
}

.botton-icon {
  margin-left: 5px;
}

.approach-section .line img {
  height: 170px;
}

.approach-section .line-bottom {
  position: absolute;
  top: 25px;
  rotate: 130deg;
  right: 18px;
}

.approach-section .line-top {
  position: absolute;
  rotate: 50deg;
  top: -115px;
  right: 15px;
  z-index: -1;
}

.approach-top {
  position: absolute;
  top: 0px;
}

.approach-content.top {
  position: absolute;
  bottom: 160px;
  left: -50px;
}

.approach-section h4 {
  font-size: var(--approachh440);
  font-weight: 700;
}

.approach-section h5 {
  font-size: var(--approachh522);
  font-weight: 700;
  color: var(--orange);
}

.approach-section p {
  font-size: var(--approachhp18);
  line-height: 26px;
}

.approach-bottom .approach-icon {
  margin-bottom: 80px;
  position: relative;
  z-index: 99;
}

.approach-content {
  width: 250px;
}

.approach-content.left {
  margin-left: -50px;
}

.acc-approach {
  padding-top: 50px;
  height: 430px;
}

.acc-approach .approach-bottom .approach-icon {
  margin-bottom: 40px;
}

.acc-approach .botton-icon {
  margin-top: 90px;
}

.acc-approach .approach-content.top {
  bottom: 180px;
}

.acc-approach .approach-content.left {
  margin-left: -35px;
}

.acc-approach .approach-content {
  width: 220px;
}

.acc-approach .approach-section .line-top {
  top: -100px;
  right: 21px;
}

.acc-approach .approach-section .line-bottom {
  top: 33px;
  right: 19px;
}

.acc-approach .approach-section .line-bottom.line1 {
  rotate: 125deg;
  top: 24px;
  right: 21px;
}

.mobile-approach {
  text-align: center;
  display: none;
}

.mobile-approach {
  margin-bottom: 50px;
}

.mobile-approach-div {
  display: flex;
  gap: 20px;
  align-items: center;
}

.mobile-approach-div {
  margin-bottom: 10px;
}

.mobile-approach-div .approach-section p {
  text-align: left;
}

.mobile-approach .approach-section {
  text-align: left;
}

.blog-inner-section,
.case-inner-section {
  padding-left: 170px;
  padding-right: 170px;
}

.blog-heading {
  font-size: var(--blog-headingSize35);
}

.blog-date {
  font-size: var(--blog-dateSize20);
  color: var(--orange);
}

.blog-sub-heading {
  font-size: var(--blog-subheadingSize40);
  color: var(--orange);
  margin-bottom: 20px;
  font-weight: 500;
}

.blog-inner-content h4 {
  font-size: var(--blog-h4-32);
  color: #102032;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-list-para{
  color: black;
  font-weight: 700;
}
.blog-header {
  margin: 30px 0px 20px 0px;
}

.form-wizard {
  position: relative;
  box-shadow: 0px 6px 35px 0px #00000040;
  border-radius: 50px;
  padding: 30px 50px;
}

.steps {
  margin: 25px 0;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
}

.steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*  display: flex;
    gap: 100px;*/
}

.steps ul li {
  float: left;
  color: #fff;
  padding: 0 50px;
  position: relative;
  cursor: pointer;
}

.steps ul li:hover,
.steps ul li.active {
  color: #FF5000;
}

.steps ul li:hover span,
.steps ul li.active span {
  background: #FF5000;
  color: #fff;
}

.steps ul li:hover::after,
.steps ul li.active::after {
  background: #FF5000;
  width: 100%;
}

.steps ul li::after {
  content: "";
  position: absolute;
  left: -50%;
  top: 22px;
  width: 100%;
  height: 2px;
}

.steps ul li::before {
  content: "";
  position: absolute;
  left: -50%;
  top: 22px;
  width: 100%;
  border: 1px solid transparent;
  border-image: repeating-linear-gradient(to right, #AFAFAF 0, #AFAFAF 10px, transparent 10px, transparent 20px) 10;
  height: 1px;
}

.steps ul li::after {
  width: 0;
}

.steps ul li span {
  display: block;
  margin: 0 auto 15px;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #F1F1F1;
  font-size: 20px;
  line-height: 45px;
  font-weight: 500;
  color: #797979;
  position: relative;
  z-index: 1;
}

.steps ul li:first-child::before,
.steps ul li:first-child::after {
  display: none;
}

.form-container {
  clear: both;
  display: none;
  left: 100%;
  background: #fff;
  padding: 0px 30px;

}

.form-container.active {
  display: block;
}

.form-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.form-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 2px;
  background: #fb8200;
}

.office-days {
  display: flex;
  gap: 40px;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #102032 !important;
  font-weight: 500 !important;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0px;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #FF5000;
}

.custom-checkbox:hover input~.checkmark {
  background-color: #fff;
}

.custom-checkbox input:checked~.checkmark {
  background-color: #FF5000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 7px;
  top: 2.5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.required-symbol {
  color: #FF0909;
}

.service-slider .item {
  margin: 10px 0px 10px 0px;
}

.service-slider .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}

.service-slider .technology-box p {
  min-height: 150px;
}

.service-slider .owl-nav button {
  background: #FF5000 !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 40px !important;
  border-radius: 5px;
}

.service-slider .owl-nav {
  position: absolute;
  top: -16%;
  right: 0;
  display: flex;
  gap: 10px;
}

.fin-box-content {
  min-height: 200px;
}

.fin-box-content p {
  height: auto;
}
.form-two{
  width: 100%;
      margin: 0;
}
.form-two.row&gt;*{
  padding: 0px;
}
 .captcha-div{
display: flex;
align-items: center;
}
.consent-div{
    display: flex;
    align-items: center;
    gap: 10px;
}
.consent-div input{
  margin-bottom: 0px;
}

.crmWebToEntityForm .orange-link{
  text-align: center;
}

.crtd-inner-text-banner{
  top: 50%;
  left: 0%;
  transform: translate(50%, -25%);
  height: auto !important;
}

.custom-services {
  transform: translate(35%, -25%);
}
.custom-services-banner {
  transform: translate(25%, -25%);
}
.custom-service-edtech{
  transform: translate(100%, -25%);
}
/* Ends */
.footer-contact a {
  color: #ffffff;
  text-decoration: none;
}
.addBoxHeight{
   height: 100%;
}</pre></body></html>