:root {
  --white: white;
  --dark-blue-text: #33314b;
  --pink-text: #ff008a;
  --dark-blue-bg: #0d122f;
  --light-grey-bg: #f8f9fa;
  --light-text: #656565;
  --footer-text-light: #8b8a9c;
  --breadcrumb-text: #868897;
  --about-line-grey-color: #dfdfdf;
  --black: black;
  --grey-text: var(--white);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 115%;
}

h2 {
  color: var(--dark-blue-text);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: var(--dark-blue-text);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  color: var(--pink-text);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: var(--dark-blue-text);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 160%;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  display: block;
}

li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar {
  background-color: #fff;
  min-height: 0;
  max-height: none;
}

.container {
  color: #333;
  max-width: 1400px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 60px 0;
  display: block;
}

.container.overflow-hidden {
  min-height: 0;
  overflow: hidden;
}

.logo {
  margin-top: 2px;
  padding-top: 0;
}

.get-in-touch {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(to right, #fd8c90, #c05ac5 50%, #8667f7);
  border-radius: 4px;
  min-width: 119px;
  min-height: 22px;
  margin-top: 10px;
  margin-left: 0;
  padding: 10px 20px;
  transition: opacity .2s;
  display: inline-block;
}

.get-in-touch:hover {
  opacity: .5;
}

.get-in-touch.w--current {
  color: #fff;
}

.get-in-touch.nav-link {
  color: var(--white);
}

.get-in-touch.top-space {
  margin-top: 28px;
  font-weight: 500;
  transition: opacity .2s;
}

.get-in-touch.top-space:hover {
  opacity: .5;
}

.get-in-touch.button-alignment {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.get-in-touch.nav-button-left-spacing {
  margin-left: 10px;
  padding-left: 20px;
}

.topsection {
  padding: 0;
}

.nav-link {
  color: var(--dark-blue-text);
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .5;
  object-fit: fill;
}

.nav-link:focus {
  color: var(--pink-text);
}

.nav-link.w--current {
  color: var(--dark-blue-text);
  -webkit-text-stroke-color: var(--dark-blue-text);
  margin-right: 0;
}

.nav-link.w--current:hover, .nav-link.w--current:focus {
  color: var(--dark-blue-text);
}

.nav-link.selected, .nav-link.current.w--current {
  color: var(--pink-text);
}

.body {
  color: var(--dark-blue-text);
  font-family: Hind, sans-serif;
}

.banner-section {
  background-image: url('../images/banner-min.jpg');
  background-position: 40% 60%;
  background-size: cover;
  height: auto;
  min-height: 632px;
  position: static;
}

.heading {
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  line-height: 105%;
}

.paragraph {
  color: var(--white);
  text-align: left;
  max-width: 450px;
  padding-top: 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.container-2 {
  justify-content: flex-start;
  width: auto;
  max-width: none;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 111px;
  display: flex;
}

.heading-2 {
  color: var(--white);
  font-size: 34px;
}

.left-space {
  justify-content: center;
  width: 50%;
  padding-left: 50px;
  display: flex;
}

.heading-3 {
  margin-bottom: 0;
}

.right-alignment {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block {
  width: 50%;
}

.div-block.mobile {
  max-width: none;
}

.banner-content-holder {
  margin-top: 100px;
  display: flex;
}

.brand.nav-negative-spacing {
  margin-top: -10px;
}

.hero-content {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-bottom: 130px;
  padding-top: 80px;
  display: flex;
}

.hero-content.remove-top-space {
  align-items: center;
  padding-top: 0;
}

.hero-content.reposition-content {
  margin-bottom: 100px;
}

.heading-5 {
  color: var(--dark-blue-text);
  font-size: 48px;
  font-weight: 600;
}

.mid-left-content {
  min-width: 0%;
  max-width: none;
  display: block;
}

.mid-left-content.nagative-top-text-space {
  margin-top: -60px;
  padding-top: 0;
}

.para-dark-text {
  color: var(--dark-blue-text);
  min-width: 0;
  max-width: 690px;
  margin-top: 0;
  padding-top: 10px;
  line-height: 170%;
}

.image {
  flex: 1;
  max-width: none;
  padding-top: 0;
}

.image-holder {
  align-items: flex-end;
  width: auto;
  max-width: none;
  height: auto;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.image-2 {
  margin-left: -20px;
  padding-left: 0;
}

.negative-image-left-spacing {
  min-width: 553px;
  min-height: 394px;
  margin-left: -22px;
}

.image-3 {
  min-width: 553px;
  min-height: 394px;
}

.expertise-section {
  background-color: var(--light-grey-bg);
  color: var(--dark-blue-text);
  min-height: 0;
  margin: 0;
}

.expertise-text {
  text-align: center;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 20px;
}

.heading-8 {
  font-size: 24px;
  font-weight: 600;
}

.card-holder {
  margin-bottom: 80px;
  display: flex;
}

.card {
  text-align: center;
  margin-right: 20px;
}

.heading-9 {
  color: var(--dark-blue-text);
}

.paragraph-2, .light-text {
  color: var(--light-text);
}

.top-spacing {
  margin-top: 20px;
  margin-bottom: 15px;
}

.expertise-text-width {
  color: var(--light-text);
  text-align: center;
  min-width: 0;
  max-width: none;
}

.choose-us-section {
  background-color: var(--dark-blue-bg);
  color: var(--dark-blue-text);
  margin-bottom: 0;
  display: block;
}

.choose-us-holder {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.more-about-left {
  width: auto;
  max-width: 70%;
  margin-left: 0;
  margin-right: 0%;
}

.more-about-left.text-right-spacing {
  max-width: 70%;
  margin-right: 60px;
}

.choose-right {
  text-align: left;
  width: auto;
  margin-right: 0%;
}

.choose-right.service-right-space {
  margin-right: 60px;
}

.arrow-text {
  color: var(--dark-blue-text);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
}

.more-about-text {
  color: var(--dark-blue-text);
  max-width: 640px;
  line-height: 110%;
}

.paragraph-3 {
  color: var(--white);
}

.image-4 {
  margin-right: 10px;
}

.more-about-para {
  color: var(--dark-blue-text);
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
}

.pink-text {
  color: var(--pink-text);
}

.testimonial-section {
  margin-bottom: 70px;
  display: none;
  overflow: visible;
}

.testimonial-section.overflow-hidden {
  overflow: hidden;
}

.testimonial-holder {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.testimonial-card {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  min-width: 260px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.name {
  color: var(--dark-blue-text);
  font-weight: 600;
}

.designation-text {
  color: var(--pink-text);
}

.paragraph-4 {
  width: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.image-5 {
  margin-bottom: 30px;
}

.slider {
  margin-top: 0;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 40px;
  margin-bottom: 60px;
  display: block;
}

.left-arrow {
  color: var(--dark-blue-bg);
  top: auto;
  bottom: -60px;
  left: auto;
  right: 0%;
}

.left-arrow.arrow-spacing {
  bottom: -40px;
  right: -20px;
}

.arrow {
  color: var(--dark-blue-bg);
  width: 40px;
  top: auto;
  bottom: -60px;
  left: auto;
  right: 0%;
}

.arrow.arrow-spacing {
  right: -30px;
}

.slide-nav {
  display: none;
}

.slide {
  width: 260px;
  min-width: 0;
  height: auto;
  margin-left: 40px;
  margin-right: 0;
}

.mask {
  width: 260px;
  height: auto;
  overflow: visible;
}

.slide-copy {
  width: 337px;
  margin-right: 25px;
}

.text-block-3 {
  color: #25313c;
  margin-top: 8px;
  font-weight: 600;
  line-height: 163.2%;
}

.slide-2 {
  width: 337px;
  margin-right: 25px;
}

.arrow-2 {
  color: #0bc8ff;
  width: 40px;
  top: auto;
  bottom: -60px;
  left: auto;
  right: 0%;
}

.arrow-2.left {
  right: 40px;
}

.mask-2 {
  overflow: visible;
}

.slide-copy-2 {
  width: 337px;
  margin-right: 25px;
}

.image-6 {
  float: left;
  margin-right: 10px;
}

.testimonial-card-2 {
  background-color: #fff;
  border-radius: 8px;
  width: 337px;
  height: auto;
  margin-right: 0;
  padding: 47px 37px 40px;
  box-shadow: 0 30px 35px rgba(25, 38, 50, .15);
}

.div-block-3 {
  margin-top: 55px;
}

.paragraph-5 {
  padding-top: 42px;
  font-size: 16px;
  line-height: 163.2%;
}

.text-block-4 {
  color: #6d7d8b;
  line-height: 163.2%;
}

.testimonial-slider-copy {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 87px;
}

.slide-nav-2 {
  display: none;
  overflow: visible;
}

.interested-section {
  color: var(--white);
  background-image: linear-gradient(to right, #fd8c90, #c05ac5 50%, #8667f7);
}

.interested-text {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.footer-section {
  background-color: #34314b;
  min-height: 359px;
}

.interested-text {
  justify-content: center;
  align-items: center;
  min-height: 70px;
  display: flex;
}

.logo-2 {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 45px;
  font-family: Hind, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.logo-2.bottom-zero-space {
  padding-bottom: 0;
}

.email-arrow {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow_forward_24px_1arrow_forward_24px.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-field {
  border-radius: 4px;
  width: auto;
  min-width: 326px;
  height: 56px;
  margin-bottom: 20px;
}

.text-field::placeholder {
  color: rgba(0, 0, 0, .6);
  font-size: 16px;
}

.text-field.footer-email {
  color: var(--footer-text-light);
  background-color: rgba(255, 255, 255, .1);
  border: 0 solid #000;
  min-width: 247px;
  margin-bottom: 0;
  padding-right: 52px;
  text-decoration: none;
}

.text-field.footer-email::placeholder {
  color: #fff;
}

.footer-heading {
  color: #fff;
  text-transform: none;
  border: 1px #000;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 163.2%;
  text-decoration: none;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ef802b;
  border-radius: 4px;
  padding: 35px 0;
  font-size: 16px;
}

.success-message {
  color: #fff;
  background-color: #29bc78;
  border-radius: 4px;
  padding-top: 34px;
  padding-bottom: 34px;
  font-size: 16px;
}

.f_right {
  padding-right: 80px;
}

.f_right.no-right-spacing {
  max-width: 228px;
  padding-right: 0;
}

.f_left {
  margin-right: 178px;
  display: block;
}

.f_left.footer-first-col-width {
  width: 200px;
  margin-right: 55px;
}

.link-block-3 {
  text-decoration: none;
}

.footer {
  background-color: #34314b;
  position: relative;
}

.link {
  color: var(--footer-text-light);
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 295%;
  text-decoration: none;
  display: block;
}

.link.top-space {
  padding-top: 10px;
}

.f_holder-copy {
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 0;
  display: flex;
}

.f_holder-copy.container {
  justify-content: space-around;
  max-width: 1400px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.form-block {
  margin-top: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.form-block.footer-form-top-margin {
  margin-top: 10px;
  position: static;
}

.form {
  padding-top: 40px;
  display: flex;
}

.form.footer-form {
  padding-top: 0;
  position: relative;
}

.address-text {
  color: var(--white);
}

.footer-text-light {
  color: var(--footer-text-light);
}

.address-holder {
  margin-bottom: 20px;
}

.copyright-section {
  background-color: #2e2c43;
  min-height: 62px;
}

.copyright-text {
  color: #8b8a9c;
  align-items: stretch;
  padding-top: 26px;
  padding-left: 5px;
  display: block;
}

.copyright-content {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.copyright-left {
  width: 50%;
  display: flex;
}

.copyright-right {
  padding-top: 25px;
}

.footer-icons {
  margin-right: 20px;
}

.body-2 {
  color: var(--dark-blue-text);
  font-family: Hind, sans-serif;
}

.breadcrumb-section {
  color: var(--white);
  background-color: #0d122f;
  min-height: 0;
  display: block;
}

.breadcrumb-text {
  color: var(--breadcrumb-text);
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb-text.breadcrumb-white-text {
  color: var(--white);
  text-decoration: none;
}

.breadcrumb-content {
  align-items: center;
  margin-top: -8px;
  display: flex;
}

.image-7 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.about-service-content-holder {
  margin-top: 70px;
  margin-bottom: 0;
  display: flex;
}

.about-right-content-holder {
  width: auto;
  margin-left: 55px;
}

.text-span {
  color: var(--pink-text);
}

.web-solution-text-color {
  color: var(--dark-blue-text);
  width: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 0;
  font-weight: 600;
  position: relative;
}

.web-solution-text-color.pink-text {
  color: var(--pink-text);
}

.line-2 {
  background-color: var(--pink-text);
  color: #dfdfdf;
  width: 80%;
  min-width: 0%;
  height: 3px;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
}

.line {
  background-color: var(--about-line-grey-color);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: auto;
  height: 3px;
}

.progress-bar-holder {
  justify-content: space-between;
  display: flex;
}

.heading-16 {
  width: 525px;
  line-height: 42px;
}

.service-about-holder {
  margin-top: 100px;
  padding-top: 0;
}

.about-service-text {
  text-align: left;
  margin-bottom: 48px;
}

.tile-holder {
  flex-wrap: wrap;
  margin-top: 40px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.tile-holder.display-none {
  display: none;
}

.tile {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  width: 332px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 60px 30px;
}

.tile-heading-top-bottom-space {
  margin-top: 30px;
  margin-bottom: 20px;
}

.more-about-us-holder {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-bottom: 70px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-17 {
  text-align: left;
  max-width: 554px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  line-height: 42px;
}

.heading-17.service-content-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.choose-us-text {
  color: var(--white);
  line-height: 110%;
}

.choose-us-para {
  color: var(--white);
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
}

.choose-us-arrow-text {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
}

.image-8 {
  max-width: 542px;
  margin-right: 0;
}

.image-8.image-right-space {
  margin-right: 60px;
}

.image-9 {
  max-width: 542px;
}

.image-10 {
  max-width: 561px;
}

.image-11 {
  max-width: 542px;
}

.more-service-about-holder {
  margin-top: 100px;
  padding-top: 0;
}

.more-service-text {
  text-align: center;
  margin-bottom: 48px;
}

.text-span-2 {
  color: var(--pink-text);
}

.more-service-tile-section {
  text-align: left;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  width: 332px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 36px 30px;
}

.more-service-arrow {
  margin-top: 15px;
  padding-top: 0;
}

.contact-content-holder {
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.image-12 {
  max-width: 561px;
}

.contact-holder {
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.contact-card {
  text-align: center;
  border-radius: 10px;
  width: 336px;
  height: auto;
  margin-right: 0;
  padding: 40px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.contact-card.contact-card-space {
  flex-direction: row;
  align-items: center;
  margin-left: 90px;
  margin-right: 90px;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.contact-heading {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

.body-3 {
  font-family: Hind, sans-serif;
}

.get-in-touch-card {
  text-align: left;
  border-radius: 10px;
  width: 1195px;
  height: auto;
  margin-right: 0;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.get-in-touch-card.contact-card-space {
  margin-left: 90px;
  margin-right: 90px;
}

.form-holder {
  margin-top: 30px;
}

.form-2 {
  display: block;
}

.textbox-holder {
  margin-bottom: 10px;
  margin-right: 0;
  display: flex;
}

.text-box {
  margin-right: 20px;
}

.text-box.text-box-styling {
  color: var(--dark-blue-text);
  border-radius: 5px;
  height: 58px;
  margin-right: 0;
}

.text-box.text-box-styling.message-box {
  text-align: left;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 30px;
  padding-bottom: 120px;
  position: static;
}

.text-box.text-box-styling.text-box-left-space, .text-box.text-box-styling.text-box-left-space-copy {
  margin-left: 20px;
}

.modal-wrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-modal {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal {
  background-color: #fff;
  border-radius: 4px;
  width: 408px;
  padding: 40px 40px 25px;
  position: relative;
}

.paragraph-6 {
  margin-bottom: 30px;
}

.modail-button {
  background-color: #0bc8ff;
  border-radius: 4px;
  width: 100%;
  height: 56px;
  margin-left: 0;
  padding: 16px 23px;
  font-size: 16px;
  font-weight: 700;
  transition: opacity .2s;
}

.modail-button:hover {
  background-color: #09a0cc;
}

.close-icon {
  opacity: .3;
  cursor: pointer;
  padding: 14px;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-icon:hover {
  opacity: .8;
}

.field-label, .field-label-2 {
  font-weight: 600;
}

.field-label-3 {
  font-family: Hind, sans-serif;
  font-weight: 600;
}

.field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8 {
  font-weight: 600;
}

.link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11 {
  text-decoration: none;
}

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
  height: 103px;
}

.navbar-negative-spacing {
  margin-top: -7px;
}

.heading-19 {
  font-size: 28px;
}

.image-13 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uparrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 2%;
}

.uparrow-holder {
  display: none;
  position: static;
}

.image-14 {
  font-size: 14px;
}

.img-spacing {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mdt-top-space {
  margin-top: 0;
}

.mobile-device-main-image {
  text-align: center;
  border-radius: 5px;
  min-width: 0;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.paragraph-spacing {
  width: auto;
  margin-bottom: 40px;
  font-size: 16px;
}

.mdt-h5-spacing {
  margin-top: 60px;
}

.mdt {
  font-size: 16px;
}

.text-span-3 {
  color: var(--pink-text);
}

.list-section {
  margin-bottom: 60px;
  padding-top: 20px;
}

.list-holder {
  justify-content: space-between;
  display: flex;
}

.link-block-12 {
  text-decoration: none;
}

.heading-20 {
  margin-bottom: 10px;
}

.paragraph-16 {
  padding-top: 10px;
}

.paragraph-17 {
  color: var(--dark-blue-text);
  text-align: center;
  margin-top: 0;
  font-size: 14px;
}

.paragraph-17.spacing {
  margin-top: 20px;
}

.text-link {
  color: var(--dark-blue-text);
  text-decoration: none;
  transition: opacity .2s;
}

.text-link:hover {
  opacity: .5;
}

.div-block-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-15 {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.phone-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.phone-no-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bold-text {
  font-weight: 600;
}

.paragraph-18, .paragraph-19 {
  font-size: 14px;
}

.heading-21 {
  -webkit-text-stroke-color: var(--pink-text);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 26px;
  }

  .container {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .get-in-touch.nav-button-left-spacing {
    border-radius: 0;
    margin-left: 0;
    display: block;
  }

  .get-in-touch.nav-button-left-spacing.bottom-space {
    margin-bottom: 10px;
    margin-left: 0;
    display: block;
  }

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

  .paragraph {
    font-size: 12px;
  }

  .left-space {
    justify-content: flex-end;
    padding-left: 0;
  }

  .heading-4 {
    font-size: 36px;
  }

  .menu-button {
    margin-top: -7px;
  }

  .menu-button.w--open {
    background-color: var(--dark-blue-bg);
    border-radius: 5px 5px 0 0;
  }

  .hero-content {
    display: flex;
  }

  .hero-content.remove-top-space.reposition-second-contnent {
    flex-direction: column;
  }

  .hero-content.reposition-content {
    flex-direction: column-reverse;
    align-items: center;
  }

  .mid-left-content.nagative-top-text-space {
    margin-top: 0;
  }

  .para-dark-text {
    font-size: 12px;
  }

  .heading-6 {
    font-size: 38px;
  }

  .heading-7 {
    font-size: 14px;
  }

  .more-about-left {
    max-width: 100%;
    margin-left: 0;
  }

  .more-about-left.text-right-spacing {
    max-width: 100%;
  }

  .choose-right {
    text-align: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .more-about-text {
    max-width: none;
  }

  .arrow {
    right: 3%;
  }

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

  .f_right {
    padding-right: 20px;
  }

  .f_left {
    margin-right: 10px;
    padding-left: 15px;
  }

  .link.top-space {
    line-height: 180%;
  }

  .f_holder-copy {
    flex-wrap: nowrap;
    display: flex;
  }

  .f_holder-copy.container {
    padding-left: 0;
    padding-right: 0;
  }

  .copyright-text {
    padding-top: 25px;
  }

  .copyright-left {
    width: 80%;
  }

  .about-service-content-holder {
    text-align: center;
    display: block;
  }

  .about-right-content-holder {
    text-align: left;
    margin-top: 40px;
    margin-left: 0;
  }

  .service-about-holder {
    margin-top: 60px;
  }

  .tile-holder {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .tile {
    width: 320px;
  }

  .more-about-us-holder {
    display: block;
  }

  .image-8 {
    margin-top: 30px;
  }

  .image-8.image-right-space {
    max-width: none;
    margin-right: 0;
  }

  .nav-menu {
    background-color: var(--dark-blue-bg);
    color: var(--white);
  }

  .more-service-about-holder {
    margin-top: 60px;
  }

  .more-service-tile-section {
    width: 320px;
  }

  .contact-content-holder {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .contact-card.contact-card-space {
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-negative-spacing {
    background-color: var(--dark-blue-bg);
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
  }

  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph {
    text-align: left;
  }

  .light-text {
    font-size: 12px;
  }

  .top-spacing {
    font-size: 14px;
  }

  .expertise-text-width {
    font-size: 12px;
  }

  .choose-us-holder {
    display: block;
  }

  .more-about-left {
    margin-bottom: 20px;
  }

  .choose-right {
    text-align: left;
    margin-top: 40px;
  }

  .choose-right.service-right-space {
    margin-top: 0;
    margin-right: auto;
  }

  .arrow-text {
    font-size: 12px;
  }

  .more-about-text {
    font-size: 28px;
  }

  .more-about-para {
    font-size: 12px;
  }

  .arrow {
    right: 6%;
  }

  .arrow.arrow-spacing {
    right: 0%;
  }

  .arrow-2 {
    bottom: -34px;
  }

  .interested-text {
    font-size: 18px;
  }

  .text-field {
    min-width: 270px;
  }

  .f_right {
    text-align: left;
    margin-bottom: 40px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .f_left {
    width: 100%;
    margin-right: 50px;
  }

  .f_left.footer-first-col-width {
    width: auto;
    margin-bottom: 35px;
    padding-left: 0;
  }

  .f_holder-copy {
    text-align: left;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .f_holder-copy.container {
    flex-direction: column;
  }

  .f_content {
    padding-right: 0;
  }

  .heading-10, .heading-11, .heading-12 {
    margin-top: 0;
    font-size: 24px;
  }

  .heading-13, .heading-14, .heading-15 {
    margin-bottom: 0;
  }

  .copyright-right {
    padding-top: 25px;
  }

  .about-right-content-holder {
    margin-top: 20px;
  }

  .text-span {
    width: auto;
  }

  .heading-16 {
    width: 350px;
    font-size: 28px;
  }

  .tile-holder {
    margin-top: 20px;
  }

  .tile {
    width: 240px;
    margin-right: 20px;
  }

  .tile-heading-top-bottom-space {
    font-size: 20px;
  }

  .more-about-us-holder {
    margin-bottom: 0;
  }

  .heading-17, .choose-us-text {
    font-size: 28px;
  }

  .choose-us-para, .choose-us-arrow-text {
    font-size: 12px;
  }

  .image-8 {
    text-align: left;
    max-width: none;
    margin-top: 0;
  }

  .more-service-about-holder {
    margin-top: 40px;
  }

  .more-service-text {
    margin-bottom: 0;
  }

  .more-service-tile-section {
    width: 240px;
    margin-right: 20px;
  }

  .contact-card.contact-card-space {
    margin-left: 20px;
    margin-right: 20px;
  }

  .modail-button {
    font-size: 14px;
  }
}

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

  .get-in-touch.nav-button-left-spacing {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .get-in-touch.hamburger-alignment {
    display: inline-block;
  }

  .nav-link {
    opacity: 1;
    color: var(--white);
  }

  .nav-link.selected:hover {
    opacity: 1;
  }

  .banner-section {
    min-height: 0;
  }

  .left-space {
    width: auto;
    display: none;
  }

  .left-space.zero-opacity {
    opacity: 1;
    width: auto;
    overflow: visible;
  }

  .div-block.mobile {
    width: 100%;
  }

  .banner-content-holder {
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button {
    padding: 18px 10px;
  }

  .hero-content.remove-top-space.reposition-second-contnent {
    margin-bottom: 40px;
  }

  .hero-content.reposition-content {
    margin-bottom: 60px;
    padding-top: 40px;
  }

  .negative-image-left-spacing {
    min-width: 300px;
    min-height: 220px;
  }

  .image-3 {
    min-width: 330px;
    min-height: 240px;
  }

  .card-holder {
    margin-bottom: 40px;
  }

  .choose-us-section {
    margin-bottom: 20px;
  }

  .choose-us-holder {
    padding-bottom: 40px;
    display: block;
  }

  .more-about-left.text-right-spacing {
    margin-bottom: 0;
  }

  .choose-right {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .more-about-text {
    font-size: 28px;
  }

  .testimonial-section {
    margin-bottom: 40px;
  }

  .arrow.arrow-spacing {
    margin-right: 60px;
  }

  .slide {
    margin-left: 15px;
  }

  .slide-copy {
    width: 250px;
  }

  .arrow-2 {
    bottom: -37px;
  }

  .arrow-2.left {
    bottom: -37px;
    right: 15%;
  }

  .testimonial-card-2 {
    width: 250px;
  }

  .testimonial-slider-copy {
    margin-top: 50px;
  }

  .interested-section {
    font-size: 14px;
  }

  .interested-text {
    font-size: 14px;
    line-height: 163%;
  }

  .text-field {
    min-width: 240px;
  }

  .f_holder-copy.container {
    padding: 50px 0 0;
  }

  .copyright-text {
    margin-top: -15px;
    padding-top: 0;
    font-size: 9px;
  }

  .copyright-left {
    width: 70%;
    display: block;
  }

  .breadcrumb-text {
    font-size: 8px;
  }

  .breadcrumb-content {
    font-size: 14px;
  }

  .image-7 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .about-service-content-holder {
    margin-top: 40px;
  }

  .text-span {
    font-size: 28px;
  }

  .heading-16 {
    width: 280px;
    font-size: 30px;
  }

  .tile {
    width: 280px;
    margin-right: 0;
  }

  .more-about-us-holder {
    padding-bottom: 0;
    display: block;
  }

  .heading-17, .choose-us-text {
    font-size: 28px;
  }

  .image-8, .image-9, .image-10, .image-11 {
    max-width: 280px;
  }

  .more-service-tile-section {
    width: 280px;
    margin-right: 0;
  }

  .contact-content-holder {
    margin-top: 40px;
  }

  .image-12 {
    max-width: 280px;
    margin-bottom: 20px;
  }

  .contact-holder {
    display: block;
  }

  .contact-card {
    width: 275px;
  }

  .contact-card.contact-card-space {
    width: 275px;
    margin: 40px 0;
  }

  .get-in-touch-card {
    width: 275px;
    padding: 20px;
  }

  .textbox-holder {
    display: block;
  }

  .text-box.text-box-styling.text-box-left-space-copy {
    margin-left: 0;
  }

  .heading-18 {
    font-size: 28px;
  }

  .modail-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-negative-spacing {
    opacity: 1;
    color: #333;
  }
}


@font-face {
  font-family: 'Ofl';
  src: url('../fonts/OFL.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}