:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*, :before, :after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  margin: 0;
}

h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (width >= 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (width >= 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (width >= 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (width >= 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

strong {
  font-weight: bolder;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

a:hover {
  color: var(--bs-link-hover-color);
}

img {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  text-transform: none;
}

button, [type="button"], [type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit-text {
  padding: 0;
}

::-webkit-datetime-edit-minute {
  padding: 0;
}

::-webkit-datetime-edit-hour-field {
  padding: 0;
}

::-webkit-datetime-edit-day-field {
  padding: 0;
}

::-webkit-datetime-edit-month-field {
  padding: 0;
}

::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container, .container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (width >= 576px) {
  .container {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .container {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .container {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (width >= 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  flex-wrap: wrap;
  display: flex;
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col-6 {
  flex: none;
  width: 50%;
}

.col-12 {
  flex: none;
  width: 100%;
}

@media (width >= 768px) {
  .col-md-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-md-6 {
    flex: none;
    width: 50%;
  }
}

@media (width >= 992px) {
  .col-lg-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-lg-12 {
    flex: none;
    width: 100%;
  }
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control::file-selector-button {
  color: #212529;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  margin: -.375rem -.75rem;
  background-color: #e9ecef;
  border-inline-end-width: 1px;
  border-radius: 0;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-sm::file-selector-button {
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem;
  padding: .25rem .5rem;
}

.form-control-lg::file-selector-button {
  margin: -.5rem -1rem;
  margin-inline-end: 1rem;
  padding: .5rem 1rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-select:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid {
  z-index: 3;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid {
  z-index: 4;
}

.collapse:not(.show) {
  display: none;
}

.nav-link {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: .5rem;
  --bs-navbar-color: #0000008c;
  --bs-navbar-hover-color: #000000b3;
  --bs-navbar-disabled-color: #0000004d;
  --bs-navbar-active-color: #000000e6;
  --bs-navbar-brand-padding-y: .3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: #000000e6;
  --bs-navbar-brand-hover-color: #000000e6;
  --bs-navbar-nav-link-padding-x: .5rem;
  --bs-navbar-toggler-padding-y: .25rem;
  --bs-navbar-toggler-padding-x: .75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: #0000001a;
  --bs-navbar-toggler-border-radius: .375rem;
  --bs-navbar-toggler-focus-width: .25rem;
  --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar > .container-fluid {
  flex-wrap: inherit;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
  text-decoration: none;
}

.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  color: var(--bs-navbar-color);
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
  background-color: #0000;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  outline: 0;
  text-decoration: none;
}

.navbar-toggler-icon {
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
}

@media (width >= 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.fixed-top {
  z-index: 1030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-none {
  display: none !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

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

@media (width >= 992px) {
  .d-lg-none {
    display: none !important;
  }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}

.carousel-item {
  float: left;
  backface-visibility: hidden;
  width: 100%;
  margin-right: -100%;
  transition: transform .6s ease-in-out;
  display: none;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev, .carousel-control-next {
  z-index: 1;
  color: #fff;
  text-align: center;
  opacity: .5;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 0;
  transition: opacity .15s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  opacity: .9;
  outline: 0;
  text-decoration: none;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  z-index: 2;
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  text-indent: -999px;
  cursor: pointer;
  opacity: .5;
  border: 0;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  flex: 0 auto;
  width: 30px;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  transition: opacity .6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  color: #fff;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: absolute;
  bottom: 1.25rem;
  left: 15%;
  right: 15%;
}

.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: invert() grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@font-face {
  font-family: Poppins regular;
  src: url("Poppins-Regular.73be3308.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Poppins bold;
  src: url("Poppins-Bold.2ecdfab5.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Poppins semiBold;
  src: url("Poppins-SemiBold.9e75d967.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Poppins light;
  src: url("Poppins-Light.f9e3f0b2.ttf") format("truetype");
  font-display: swap;
}

* {
  font-family: Poppins regular;
}

h1, .h1, h2, .h2 {
  color: #382f27;
  letter-spacing: -.0415625em;
  margin: 25px auto;
  font-family: Poppins semiBold;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}

h1, .h1 {
  line-height: 60px;
}

h2, .h2 {
  margin-top: 25px;
  line-height: 64px;
}

p.section-title {
  color: #7193a3;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins light;
  font-size: 21px;
  line-height: 32px;
}

.info-section {
  color: #382f27;
  max-width: 620px;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
}

.hero-section, .whatwedo-section, .services-section, .graywolfteam-section, .ourtechnologies-section, .careers-section, .contact-section {
  padding: 25px;
}

.hero-section {
  padding: 100px 25px 25px;
}

@media (width >= 992px) {
  .hero-section {
    padding: 25px;
  }
}

.menu-container nav #navbarNav ul {
  text-align: center;
  background-color: #fff;
  height: 88vh;
}

.menu-container nav #navbarNav ul .nav-link {
  color: #29444de6;
  letter-spacing: -.0375em;
  text-transform: uppercase;
  font-family: Poppins semiBold;
  font-size: 1.4rem;
}

.menu-container .sticky {
  background-color: #fff;
}

@media (width >= 992px) {
  .menu-container nav {
    background-color: #0000;
  }

  .menu-container nav .container-fluid, .menu-container nav .container-sm, .menu-container nav .container-md, .menu-container nav .container-lg, .menu-container nav .container-xl, .menu-container nav .container-xxl {
    width: auto;
  }

  .menu-container nav #navbarNav {
    margin-top: 10px;
  }

  .menu-container nav #navbarNav ul {
    background-color: #0000;
    height: auto;
  }

  .menu-container nav #navbarNav ul .nav-item {
    margin: 0 15px;
  }

  .menu-container nav #navbarNav ul .nav-item .nav-link {
    font-size: 16px;
  }
}

.services-section {
  position: relative;
}

.services-section p {
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.services-section .service-card {
  background: #fff;
  border-radius: 25px;
  height: 100%;
  margin-top: 20px;
  padding: 30px;
}

.services-section .service-card h2, .services-section .service-card .h2 {
  text-align: left;
  font-size: 24px;
  line-height: 32px;
}

.services-section .service-card p {
  font-size: 16px;
  line-height: 32px;
}

.services-section .service-card img {
  max-height: 175px;
}

.services-section .service-card:hover {
  transform: scale(1.02);
  box-shadow: 0 3px 30px #00000026;
}

.services-section .backgorund-target-image, .services-section .backgorund-circle-image {
  z-index: -1;
  position: absolute;
}

.services-section .backgorund-target-image {
  margin-top: -50%;
  top: 0;
  right: 0;
}

.services-section .backgorund-circle-image {
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 0;
}

@media (width >= 768px) {
  .services-section {
    height: auto;
    padding-bottom: 40px;
  }

  .services-section .service-card h2, .services-section .service-card .h2 {
    font-size: 26px;
  }

  .services-section .service-card p {
    font-size: 18px;
  }
}

@media (width >= 768px) and (width <= 991.98px) {
  .services-section {
    height: auto;
  }
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section p {
  color: #382f27;
  letter-spacing: normal;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
}

.hero-section__background {
  top: -15%;
  right: calc(var(--bs-gutter-x) * .5 * -3);
  z-index: 1;
  width: 65vw;
  position: absolute;
}

.hero-section__images {
  padding: 0;
  position: relative;
}

.hero-section__images .hero-image {
  float: right;
  z-index: 2;
  width: 100%;
  position: relative;
}

.hero-section__images .dots-hero-image {
  z-index: 2;
  width: 20%;
  position: absolute;
  bottom: -50px;
  right: -35px;
}

.hero-section__buttons {
  width: 70%;
  margin: 40px auto 0;
}

.hero-section__buttons a {
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.hero-section__buttons a:first-child {
  color: #fff;
  background: #dd8a55;
  border: 4px solid #dd8a55;
}

.hero-section__buttons a:first-child:hover {
  color: #dd8a55;
  background-color: #fff;
}

.hero-section__buttons a:last-child {
  color: #000;
  border: 4px solid #f3f3f3;
}

.hero-section__buttons a:last-child:hover {
  border: 4px solid #000;
}

@media (width >= 768px) and (width <= 991.98px) {
  .hero-section {
    height: auto;
    padding-bottom: 80px;
  }

  .hero-section p {
    margin-bottom: 40px;
  }

  .hero-section__buttons {
    margin: 0;
  }

  .hero-section__buttons a {
    padding: 16px 15px;
    display: inline-block;
  }

  .hero-section__images {
    margin-top: 50px;
  }

  .hero-section__images .hero-image {
    width: 90%;
  }

  .hero-section__images .dots-hero-image {
    width: auto;
    bottom: 0;
    right: -35px;
  }

  .hero-section__background {
    top: -10%;
  }
}

@media (width >= 992px) {
  .hero-section .container .lg-background {
    max-height: 90vh;
    position: absolute;
    top: 0;
    right: 0;
  }

  .hero-section .row {
    height: auto;
    padding-top: 130px;
  }

  .hero-section__background {
    top: 430px;
  }

  .hero-section__buttons {
    width: 100%;
    margin: 0;
  }

  .hero-section__buttons a {
    text-align: center;
    display: inline-block;
  }

  .hero-section__buttons a:first-child {
    width: 45%;
  }

  .hero-section__buttons a:last-child {
    width: 25%;
  }

  .hero-section__images .hero-image {
    left: -40px;
  }

  .hero-section__images .dots-hero-image {
    right: -15px;
  }
}

.footer {
  padding: 25px;
}

.footer * {
  color: #382f27;
}

.footer a {
  text-decoration: none;
}

.footer__copyright .text-box {
  width: 50%;
  margin: 50px auto 20px;
}

.whatwedo-section .info-section {
  padding-bottom: 20px;
}

.whatwedo-section__images .image-text {
  color: #fff;
  background: #44707fe6;
  width: 90%;
  margin: 0 auto;
  padding: 25px 20px;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  top: -75px;
}

@media (width >= 992px) {
  .whatwedo-section__images img {
    position: relative;
    bottom: -60px;
  }
}

.graywolfteam-section h3, .graywolfteam-section .h3 {
  margin-top: 20px;
}

.graywolfteam-section p {
  letter-spacing: normal;
  font-size: 20px;
  line-height: 32px;
}

.graywolfteam-section .container {
  border-radius: 25px;
}

.graywolfteam-section__carousel .carousel-indicators {
  bottom: -30px;
}

.graywolfteam-section__carousel .carousel-indicators li {
  background: #44707f;
  border: none;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.graywolfteam-section__carousel .carousel-item {
  height: 470px;
  padding: 15px 20px;
}

.graywolfteam-section .teamMember-card {
  padding: 25px;
}

.graywolfteam-section .teamMember-card p {
  color: #44707f;
}

.graywolfteam-section .teamMember-card .image {
  border-radius: 100%;
  margin-bottom: 30px;
}

.graywolfteam-section .teamMember-card .name {
  float: left;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}

.graywolfteam-section .teamMember-card .position {
  text-transform: capitalize;
  float: left;
}

.welove-section__content .value-container div.value-item {
  margin-bottom: 15px;
  padding: 30px 50px;
  position: relative;
}

.welove-section__content .value-container div.value-item img {
  position: absolute;
  left: 10px;
}

.welove-section__content .value-container div.value-item p.title {
  margin-bottom: 0 0 10px;
  font-family: Poppins semiBold;
  font-size: 20px;
}

.welove-section__content .value-container div.value-item .info p {
  color: #655b53;
}

.ourtechnologies-section__title p {
  letter-spacing: normal;
  font-size: 20px;
  line-height: 32px;
}

.ourtechnologies-section__images img {
  padding-top: 35px;
}

.ourtechnologies-section__images div {
  padding: 20px;
}

.careers-section .container h2, .careers-section .container .h2 {
  font-size: 48px;
}

.careers-section .container a {
  color: #dd8a55;
  font-size: 20px;
}

@media (width >= 768px) {
  .careers-section .info-section {
    max-width: 90%;
  }
}

.subscribe-section .background-suscribe {
  width: 100%;
}

.subscribe-section .container .background-suscribe {
  max-width: 700px;
}

.subscribe-section__form {
  color: #fff;
  background-color: #44707f;
  border-radius: 15px;
  margin: 0 auto;
  padding: 30px 30px 40px;
  position: relative;
  top: -30px;
}

@media (width >= 992px) {
  .subscribe-section__form {
    max-width: 650px;
    margin: 0 auto;
    transform: translate(35%, -50%);
  }
}

.subscribe-section__content {
  margin: 0 auto;
}

.subscribe-section__content p {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Domine;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
}

.subscribe-section__content input, .subscribe-section__content button {
  width: 100%;
  padding: 9px 12px;
}

.subscribe-section__content input {
  border-radius: 0;
}

.subscribe-section #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: #0000;
  margin: 0;
}

.subscribe-section #mc_embed_signup {
  background-color: #44707f;
}

.subscribe-section #mc_embed_signup #mce-responses {
  margin: 0;
  padding: 0;
}

.subscribe-section #mc_embed_signup #mce-responses #mce-success-response {
  text-align: center;
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.subscribe-section #mc_embed_signup #mce-responses #mce-error-response {
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.subscribe-section #mc_embed_signup .mc-field-group {
  width: auto;
}

.subscribe-section #mc_embed_signup .mc-field-group .helper_text {
  background: none;
}

.subscribe-section #mc_embed_signup .button {
  color: #fff;
  text-transform: uppercase;
  background-color: #dd8a55;
  border-color: #dd8a55;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  font-family: Poppins semiBold;
  font-size: 20px;
}

.subscribe-section #mc_embed_signup .button:hover {
  color: #dd8a55;
  background-color: #0000;
  border-color: #dd8a55;
  text-decoration: none;
}

.subscribe-section #mc_embed_signup #mc_embed_signup_scroll .section-title {
  color: #fff;
  text-align: center;
  font-size: 50px;
}

@media (width >= 768px) {
  .subscribe-section #mc_embed_signup .dots-hero-image {
    position: absolute;
    bottom: 20%;
    left: -80px;
  }

  .subscribe-section #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll #mce-responses {
    width: 100%;
    display: block;
  }

  .subscribe-section #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll #mce-responses #mce-error-response {
    float: none;
    width: 75%;
    margin: 0 auto;
  }

  .subscribe-section #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll p {
    width: 75%;
    margin: 0 auto 15px;
  }

  .subscribe-section #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group {
    text-align: center;
    display: block;
  }

  .subscribe-section #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group input {
    width: auto;
    min-width: auto;
    display: inline-flex !important;
  }

  .subscribe-section #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group #mc-embedded-subscribe {
    padding: 6px 15px;
  }
}

.contact-section__form-container {
  background: #f3f3f3;
  border-radius: 25px;
  margin: 50px 0;
  padding: 90px 20px;
  box-shadow: 0 20px 25px #00000026;
}

.contact-section__form-container input, .contact-section__form-container textarea {
  border-color: #0000;
  width: 100%;
  margin-top: 10px;
  padding: 12px 16px;
}

.contact-section__form-container .title {
  text-align: center;
}

.contact-section__form-container #submitContactForm {
  color: #fff;
  letter-spacing: normal;
  background-color: #dd8a55;
  font-size: 20px;
  font-weight: bold;
}

.contact-section__form-container #submitContactForm:hover {
  color: #dd8a55;
  background-color: #0000;
  border-color: #dd8a55;
  text-decoration: none;
}

.contact-section .form-group, .contact-section .textarea-group {
  position: relative;
}

.contact-section .error {
  color: #dc3545;
}

.contact-section label.error {
  position: absolute;
  bottom: -6px;
  left: 5px;
}

@media (width >= 992px) {
  .contact-section__form-container {
    max-width: 835px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
  }

  .contact-section__form-container .form {
    max-width: 575px;
    margin: 0 auto;
  }

  .contact-section__form-container .form .form-group {
    width: 49.5%;
    display: inline-flex;
  }

  .contact-section__form-container .form .form-group:last-child {
    margin: 0 auto;
    display: block;
  }

  .contact-section__form-container .float-backgorund-one, .contact-section__form-container .float-backgorund-two {
    position: absolute;
  }

  .contact-section__form-container .float-backgorund-one {
    margin-right: -5%;
    right: 0;
  }

  .contact-section__form-container .float-backgorund-two {
    bottom: 20%;
    left: -7%;
  }

  .contact-section .container {
    border-radius: 50px;
  }
}

#mc_embed_signup form {
  text-align: left;
  margin: 20px;
  display: block;
  position: relative;
}

#mc_embed_signup h2, #mc_embed_signup .h2 {
  margin: 15px 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: bold;
}

#mc_embed_signup input {
  border: 1px solid #abb0b2;
  border-radius: 3px;
}

#mc_embed_signup input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

#mc_embed_signup input[type="radio"] {
  -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
  border-color: #333;
}

#mc_embed_signup .button {
  clear: both;
  color: #fff;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  background-color: #aaa;
  border: 0;
  border-radius: 4px;
  width: -moz-fit-content;
  height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  font-size: 15px;
  font-weight: normal;
  line-height: 32px;
  text-decoration: none;
  transition: all .23s ease-in-out;
  display: inline-block;
}

#mc_embed_signup .button:hover {
  background-color: #777;
}

#mc_embed_signup .small-meta {
  font-size: 11px;
}

#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
  clear: left;
  width: 96%;
  min-height: 50px;
  padding-bottom: 3%;
  display: grid;
  position: relative;
}

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  width: 46%;
  margin-right: 4%;
  display: inline-block;
}

* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
}

#mc_embed_signup .mc-field-group label {
  margin-bottom: 3px;
  display: block;
}

#mc_embed_signup .mc-field-group input {
  text-indent: 2%;
  width: 100%;
  padding: 8px 0;
  display: block;
}

#mc_embed_signup .mc-field-group select {
  width: 99%;
  margin-bottom: 2px;
  padding: 5px 0;
  display: inline-block;
}

#mc_embed_signup .mc-address-fields-group {
  flex-direction: row;
  justify-content: space-evenly;
  gap: 15px;
  width: 96%;
  display: flex;
}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
  padding: 5px 0;
}

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
  letter-spacing: 1px;
  text-align: center;
  width: 60px;
  margin: 0 2px;
  padding: 5px 0 2px;
  display: inline;
}

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
  width: 30px;
}

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
  display: none;
}

#mc_embed_signup .indicates-required {
  text-align: right;
  margin-right: 4%;
  font-size: 11px;
}

#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

#mc_embed_signup .clear {
  clear: both;
}

#mc_embed_signup .foot {
  grid-template-columns: 3fr 1fr;
  align-items: center;
  width: 96%;
  display: grid;
}

@media screen and (width <= 400px) {
  #mc_embed_signup .foot {
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
    display: grid;
  }

  #mc_embed_signup .referralBadge {
    width: 50%;
  }
}

#mc_embed_signup .brandingLogo {
  justify-self: right;
}

@media screen and (width <= 400px) {
  #mc_embed_signup .brandingLogo {
    justify-self: left;
  }
}

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
  margin: 0;
  padding: 3px 0;
  display: block;
}

#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
  border: none;
  width: auto;
  display: inline;
}

#mc_embed_signup div#mce-responses {
  float: left;
  clear: both;
  width: 90%;
  margin: 0 5%;
  padding: 0 .5em;
  top: -1.4em;
  overflow: hidden;
}

#mc_embed_signup div.response {
  float: left;
  z-index: 1;
  width: 80%;
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  top: -1.5em;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  float: none;
  text-align: left;
  width: auto;
  margin-left: 1.05em;
  padding: .5em 0;
  display: block;
}

#mc_embed_signup .helper_text {
  color: #8d8985;
  z-index: 1;
  background-color: #ffffffd9;
  border-radius: 3px;
  margin-top: 2px;
  padding: 3px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  margin: 1em 0 1em 5%;
  display: block;
}

#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
  border: 1px solid #ccc;
  margin-right: .5em;
  padding: .5em;
  font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  z-index: 1;
  color: #e85c41;
  background-color: #ffffffd9;
  border-radius: 3px;
  margin: 2px 0 1em;
  padding: 3px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}

.clients-section {
  padding: 25px;
}

.clients-section__images {
  text-align: center;
  margin-bottom: 30px;
}

.clients-section__images img {
  max-width: 200px;
  padding: 20px;
}

.clients-section__text .clients {
  color: #655b53;
  text-align: justify;
}
/*# sourceMappingURL=index.b10d73a7.css.map */
