@charset "UTF-8";
/* Neutral/Black */
/* Neutral/D_Grey */
/* Neutral/Grey */
/* Neutral/L_Grey */
/* Neutral/Grey-blue */
/* Neutral/Silver */
/* Primary/D_Blue */
/* Primary/Navy */
/* Primary/M_Blue */
/* Primary/Azure */
/* Primary/Sky */
/* Primary/L_Blue */
/* Success/D_Green */
/* Success/Forest */
/* Success/M_Green */
/* Success/Herbal */
/* Success/Mint */
/* Success/L_Green */
/* Warning/D_Yellow */
/* Warning/Lemon */
/* Warning/M_Yellow */
/* Warning/Straw */
/* Warning/Sand */
/* Warning/L_Yellow */
/* Danger/D_Red */
/* Danger/Scarlet */
/* Danger/M_Red */
/* Danger/Raspberry */
/* Danger/Rubicund */
/* Danger/L_Red */
/*!
 * Bootstrap  v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
: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, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --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: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.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 {
  margin: 0;
  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: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[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 {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote, .wp-block-quote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child, .wp-block-quote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer, .wp-block-quote cite {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before, .wp-block-quote cite::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure, figure.wp-block-image,
.wp-block-image > figure {
  display: inline-block;
}

.figure-img, figure.wp-block-image img,
.wp-block-image > figure img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, figure.wp-block-image figcaption,
.wp-block-image > figure figcaption {
  font-size: 0.875em;
  color: #6c757d;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table, .wp-block-table table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > *, .wp-block-table table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody, .wp-block-table table > tbody {
  vertical-align: inherit;
}
.table > thead, .wp-block-table table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > *, .wp-block-table table > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > *, .wp-block-table table > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control, .popup-offer .offer-object .holder .info input, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .popup-offer .offer-object .holder .info input, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea {
    transition: none;
  }
}
.form-control[type=file], .popup-offer .offer-object .holder .info input[type=file], .wpcf7 [type=file].wpcf7-validation-errors,
.wpcf7 input[type=file],
.wpcf7 select[type=file],
.wpcf7 textarea[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .popup-offer .offer-object .holder .info input[type=file]:not(:disabled):not([readonly]), .wpcf7 [type=file].wpcf7-validation-errors:not(:disabled):not([readonly]),
.wpcf7 input[type=file]:not(:disabled):not([readonly]),
.wpcf7 select[type=file]:not(:disabled):not([readonly]),
.wpcf7 textarea[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .popup-offer .offer-object .holder .info input:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=text]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value, .popup-offer .offer-object .holder .info input::-webkit-date-and-time-value, .wpcf7 .wpcf7-validation-errors::-webkit-date-and-time-value, .wpcf7 input[type=text]::-webkit-date-and-time-value,
.wpcf7 input[type=search]::-webkit-date-and-time-value,
.wpcf7 input[type=url]::-webkit-date-and-time-value,
.wpcf7 input[type=tel]::-webkit-date-and-time-value,
.wpcf7 input[type=number]::-webkit-date-and-time-value,
.wpcf7 input[type=range]::-webkit-date-and-time-value,
.wpcf7 input[type=date]::-webkit-date-and-time-value,
.wpcf7 input[type=month]::-webkit-date-and-time-value,
.wpcf7 input[type=week]::-webkit-date-and-time-value,
.wpcf7 input[type=time]::-webkit-date-and-time-value,
.wpcf7 input[type=datetime]::-webkit-date-and-time-value,
.wpcf7 input[type=datetime-local]::-webkit-date-and-time-value,
.wpcf7 input[type=color]::-webkit-date-and-time-value,
.wpcf7 input[type=email]::-webkit-date-and-time-value,
.wpcf7 input[type=file]::-webkit-date-and-time-value,
.wpcf7 input[type=submit]::-webkit-date-and-time-value,
.wpcf7 select::-webkit-date-and-time-value,
.wpcf7 textarea::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder, .popup-offer .offer-object .holder .info input::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=search]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 input[type=range]::placeholder,
.wpcf7 input[type=date]::placeholder,
.wpcf7 input[type=month]::placeholder,
.wpcf7 input[type=week]::placeholder,
.wpcf7 input[type=time]::placeholder,
.wpcf7 input[type=datetime]::placeholder,
.wpcf7 input[type=datetime-local]::placeholder,
.wpcf7 input[type=color]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=file]::placeholder,
.wpcf7 input[type=submit]::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .popup-offer .offer-object .holder .info input:disabled, .wpcf7 .wpcf7-validation-errors:disabled, .wpcf7 input[type=text]:disabled,
.wpcf7 input[type=search]:disabled,
.wpcf7 input[type=url]:disabled,
.wpcf7 input[type=tel]:disabled,
.wpcf7 input[type=number]:disabled,
.wpcf7 input[type=range]:disabled,
.wpcf7 input[type=date]:disabled,
.wpcf7 input[type=month]:disabled,
.wpcf7 input[type=week]:disabled,
.wpcf7 input[type=time]:disabled,
.wpcf7 input[type=datetime]:disabled,
.wpcf7 input[type=datetime-local]:disabled,
.wpcf7 input[type=color]:disabled,
.wpcf7 input[type=email]:disabled,
.wpcf7 input[type=file]:disabled,
.wpcf7 input[type=submit]:disabled,
.wpcf7 select:disabled,
.wpcf7 textarea:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, .popup-offer .offer-object .holder .info input::file-selector-button, .wpcf7 .wpcf7-validation-errors::file-selector-button, .wpcf7 input[type=text]::file-selector-button,
.wpcf7 input[type=search]::file-selector-button,
.wpcf7 input[type=url]::file-selector-button,
.wpcf7 input[type=tel]::file-selector-button,
.wpcf7 input[type=number]::file-selector-button,
.wpcf7 input[type=range]::file-selector-button,
.wpcf7 input[type=date]::file-selector-button,
.wpcf7 input[type=month]::file-selector-button,
.wpcf7 input[type=week]::file-selector-button,
.wpcf7 input[type=time]::file-selector-button,
.wpcf7 input[type=datetime]::file-selector-button,
.wpcf7 input[type=datetime-local]::file-selector-button,
.wpcf7 input[type=color]::file-selector-button,
.wpcf7 input[type=email]::file-selector-button,
.wpcf7 input[type=file]::file-selector-button,
.wpcf7 input[type=submit]::file-selector-button,
.wpcf7 select::file-selector-button,
.wpcf7 textarea::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .popup-offer .offer-object .holder .info input::file-selector-button, .wpcf7 .wpcf7-validation-errors::file-selector-button, .wpcf7 input[type=text]::file-selector-button,
.wpcf7 input[type=search]::file-selector-button,
.wpcf7 input[type=url]::file-selector-button,
.wpcf7 input[type=tel]::file-selector-button,
.wpcf7 input[type=number]::file-selector-button,
.wpcf7 input[type=range]::file-selector-button,
.wpcf7 input[type=date]::file-selector-button,
.wpcf7 input[type=month]::file-selector-button,
.wpcf7 input[type=week]::file-selector-button,
.wpcf7 input[type=time]::file-selector-button,
.wpcf7 input[type=datetime]::file-selector-button,
.wpcf7 input[type=datetime-local]::file-selector-button,
.wpcf7 input[type=color]::file-selector-button,
.wpcf7 input[type=email]::file-selector-button,
.wpcf7 input[type=file]::file-selector-button,
.wpcf7 input[type=submit]::file-selector-button,
.wpcf7 select::file-selector-button,
.wpcf7 textarea::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .popup-offer .offer-object .holder .info input:hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7 .wpcf7-validation-errors:hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7 input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=search]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=range]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=month]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=week]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=time]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=datetime]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=datetime-local]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=color]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=submit]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 select:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 textarea:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control, .wpcf7 textarea.wpcf7-validation-errors,
.wpcf7 textarea {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .woocommerce-info .btn-check[disabled] + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check[disabled] + a.button, .wpcf7 .btn-check[disabled] + input[type=submit], .btn-check:disabled + .btn, .woocommerce-info .btn-check:disabled + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check:disabled + a.button, .wpcf7 .btn-check:disabled + input[type=submit] {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .popup-offer .offer-object .holder .info .form-floating > input, .wpcf7 .form-floating > .wpcf7-validation-errors, .wpcf7 .form-floating > input[type=text],
.wpcf7 .form-floating > input[type=search],
.wpcf7 .form-floating > input[type=url],
.wpcf7 .form-floating > input[type=tel],
.wpcf7 .form-floating > input[type=number],
.wpcf7 .form-floating > input[type=range],
.wpcf7 .form-floating > input[type=date],
.wpcf7 .form-floating > input[type=month],
.wpcf7 .form-floating > input[type=week],
.wpcf7 .form-floating > input[type=time],
.wpcf7 .form-floating > input[type=datetime],
.wpcf7 .form-floating > input[type=datetime-local],
.wpcf7 .form-floating > input[type=color],
.wpcf7 .form-floating > input[type=email],
.wpcf7 .form-floating > input[type=file],
.wpcf7 .form-floating > input[type=submit],
.wpcf7 .form-floating > select,
.wpcf7 .form-floating > textarea,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .popup-offer .offer-object .holder .info .form-floating > input, .wpcf7 .form-floating > .wpcf7-validation-errors, .wpcf7 .form-floating > input[type=text],
.wpcf7 .form-floating > input[type=search],
.wpcf7 .form-floating > input[type=url],
.wpcf7 .form-floating > input[type=tel],
.wpcf7 .form-floating > input[type=number],
.wpcf7 .form-floating > input[type=range],
.wpcf7 .form-floating > input[type=date],
.wpcf7 .form-floating > input[type=month],
.wpcf7 .form-floating > input[type=week],
.wpcf7 .form-floating > input[type=time],
.wpcf7 .form-floating > input[type=datetime],
.wpcf7 .form-floating > input[type=datetime-local],
.wpcf7 .form-floating > input[type=color],
.wpcf7 .form-floating > input[type=email],
.wpcf7 .form-floating > input[type=file],
.wpcf7 .form-floating > input[type=submit],
.wpcf7 .form-floating > select,
.wpcf7 .form-floating > textarea,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder, .popup-offer .offer-object .holder .info .form-floating > input::placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::placeholder, .wpcf7 .form-floating > input[type=text]::placeholder,
.wpcf7 .form-floating > input[type=search]::placeholder,
.wpcf7 .form-floating > input[type=url]::placeholder,
.wpcf7 .form-floating > input[type=tel]::placeholder,
.wpcf7 .form-floating > input[type=number]::placeholder,
.wpcf7 .form-floating > input[type=range]::placeholder,
.wpcf7 .form-floating > input[type=date]::placeholder,
.wpcf7 .form-floating > input[type=month]::placeholder,
.wpcf7 .form-floating > input[type=week]::placeholder,
.wpcf7 .form-floating > input[type=time]::placeholder,
.wpcf7 .form-floating > input[type=datetime]::placeholder,
.wpcf7 .form-floating > input[type=datetime-local]::placeholder,
.wpcf7 .form-floating > input[type=color]::placeholder,
.wpcf7 .form-floating > input[type=email]::placeholder,
.wpcf7 .form-floating > input[type=file]::placeholder,
.wpcf7 .form-floating > input[type=submit]::placeholder,
.wpcf7 .form-floating > select::placeholder,
.wpcf7 .form-floating > textarea::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .popup-offer .offer-object .holder .info .form-floating > input:focus, .wpcf7 .form-floating > .wpcf7-validation-errors:focus, .wpcf7 .form-floating > input[type=text]:focus,
.wpcf7 .form-floating > input[type=search]:focus,
.wpcf7 .form-floating > input[type=url]:focus,
.wpcf7 .form-floating > input[type=tel]:focus,
.wpcf7 .form-floating > input[type=number]:focus,
.wpcf7 .form-floating > input[type=range]:focus,
.wpcf7 .form-floating > input[type=date]:focus,
.wpcf7 .form-floating > input[type=month]:focus,
.wpcf7 .form-floating > input[type=week]:focus,
.wpcf7 .form-floating > input[type=time]:focus,
.wpcf7 .form-floating > input[type=datetime]:focus,
.wpcf7 .form-floating > input[type=datetime-local]:focus,
.wpcf7 .form-floating > input[type=color]:focus,
.wpcf7 .form-floating > input[type=email]:focus,
.wpcf7 .form-floating > input[type=file]:focus,
.wpcf7 .form-floating > input[type=submit]:focus,
.wpcf7 .form-floating > select:focus,
.wpcf7 .form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .popup-offer .offer-object .holder .info .form-floating > input:not(:placeholder-shown), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:placeholder-shown), .wpcf7 .form-floating > input[type=text]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=search]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=url]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=tel]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=number]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=range]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=date]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=month]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=week]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=time]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=datetime]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=datetime-local]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=color]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=email]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=file]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=submit]:not(:placeholder-shown),
.wpcf7 .form-floating > select:not(:placeholder-shown),
.wpcf7 .form-floating > textarea:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .popup-offer .offer-object .holder .info .form-floating > input:-webkit-autofill, .wpcf7 .form-floating > .wpcf7-validation-errors:-webkit-autofill, .wpcf7 .form-floating > input[type=text]:-webkit-autofill,
.wpcf7 .form-floating > input[type=search]:-webkit-autofill,
.wpcf7 .form-floating > input[type=url]:-webkit-autofill,
.wpcf7 .form-floating > input[type=tel]:-webkit-autofill,
.wpcf7 .form-floating > input[type=number]:-webkit-autofill,
.wpcf7 .form-floating > input[type=range]:-webkit-autofill,
.wpcf7 .form-floating > input[type=date]:-webkit-autofill,
.wpcf7 .form-floating > input[type=month]:-webkit-autofill,
.wpcf7 .form-floating > input[type=week]:-webkit-autofill,
.wpcf7 .form-floating > input[type=time]:-webkit-autofill,
.wpcf7 .form-floating > input[type=datetime]:-webkit-autofill,
.wpcf7 .form-floating > input[type=datetime-local]:-webkit-autofill,
.wpcf7 .form-floating > input[type=color]:-webkit-autofill,
.wpcf7 .form-floating > input[type=email]:-webkit-autofill,
.wpcf7 .form-floating > input[type=file]:-webkit-autofill,
.wpcf7 .form-floating > input[type=submit]:-webkit-autofill,
.wpcf7 .form-floating > select:-webkit-autofill,
.wpcf7 .form-floating > textarea:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .popup-offer .offer-object .holder .info .form-floating > input:focus ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:focus ~ label, .wpcf7 .form-floating > input[type=text]:focus ~ label,
.wpcf7 .form-floating > input[type=search]:focus ~ label,
.wpcf7 .form-floating > input[type=url]:focus ~ label,
.wpcf7 .form-floating > input[type=tel]:focus ~ label,
.wpcf7 .form-floating > input[type=number]:focus ~ label,
.wpcf7 .form-floating > input[type=range]:focus ~ label,
.wpcf7 .form-floating > input[type=date]:focus ~ label,
.wpcf7 .form-floating > input[type=month]:focus ~ label,
.wpcf7 .form-floating > input[type=week]:focus ~ label,
.wpcf7 .form-floating > input[type=time]:focus ~ label,
.wpcf7 .form-floating > input[type=datetime]:focus ~ label,
.wpcf7 .form-floating > input[type=datetime-local]:focus ~ label,
.wpcf7 .form-floating > input[type=color]:focus ~ label,
.wpcf7 .form-floating > input[type=email]:focus ~ label,
.wpcf7 .form-floating > input[type=file]:focus ~ label,
.wpcf7 .form-floating > input[type=submit]:focus ~ label,
.wpcf7 .form-floating > select:focus ~ label,
.wpcf7 .form-floating > textarea:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.popup-offer .offer-object .holder .info .form-floating > input:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > .wpcf7-validation-errors:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=search]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=url]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=tel]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=number]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=range]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=date]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=month]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=week]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=time]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=datetime]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=datetime-local]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=color]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=file]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=submit]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > select:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > textarea:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .popup-offer .offer-object .holder .info .form-floating > input:-webkit-autofill ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:-webkit-autofill ~ label, .wpcf7 .form-floating > input[type=text]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=search]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=url]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=tel]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=number]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=range]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=date]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=month]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=week]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=time]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=datetime]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=datetime-local]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=color]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=email]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=file]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=submit]:-webkit-autofill ~ label,
.wpcf7 .form-floating > select:-webkit-autofill ~ label,
.wpcf7 .form-floating > textarea:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .popup-offer .offer-object .holder .info .input-group > input, .wpcf7 .input-group > .wpcf7-validation-errors, .wpcf7 .input-group > input[type=text],
.wpcf7 .input-group > input[type=search],
.wpcf7 .input-group > input[type=url],
.wpcf7 .input-group > input[type=tel],
.wpcf7 .input-group > input[type=number],
.wpcf7 .input-group > input[type=range],
.wpcf7 .input-group > input[type=date],
.wpcf7 .input-group > input[type=month],
.wpcf7 .input-group > input[type=week],
.wpcf7 .input-group > input[type=time],
.wpcf7 .input-group > input[type=datetime],
.wpcf7 .input-group > input[type=datetime-local],
.wpcf7 .input-group > input[type=color],
.wpcf7 .input-group > input[type=email],
.wpcf7 .input-group > input[type=file],
.wpcf7 .input-group > input[type=submit],
.wpcf7 .input-group > select,
.wpcf7 .input-group > textarea,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .popup-offer .offer-object .holder .info .input-group > input:focus, .wpcf7 .input-group > .wpcf7-validation-errors:focus, .wpcf7 .input-group > input[type=text]:focus,
.wpcf7 .input-group > input[type=search]:focus,
.wpcf7 .input-group > input[type=url]:focus,
.wpcf7 .input-group > input[type=tel]:focus,
.wpcf7 .input-group > input[type=number]:focus,
.wpcf7 .input-group > input[type=range]:focus,
.wpcf7 .input-group > input[type=date]:focus,
.wpcf7 .input-group > input[type=month]:focus,
.wpcf7 .input-group > input[type=week]:focus,
.wpcf7 .input-group > input[type=time]:focus,
.wpcf7 .input-group > input[type=datetime]:focus,
.wpcf7 .input-group > input[type=datetime-local]:focus,
.wpcf7 .input-group > input[type=color]:focus,
.wpcf7 .input-group > input[type=email]:focus,
.wpcf7 .input-group > input[type=file]:focus,
.wpcf7 .input-group > input[type=submit]:focus,
.wpcf7 .input-group > select:focus,
.wpcf7 .input-group > textarea:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group .woocommerce-info a.button, .woocommerce-info .input-group a.button, .input-group .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .input-group a.button, .input-group .wpcf7 input[type=submit], .wpcf7 .input-group input[type=submit] {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .woocommerce-info a.button:focus, .woocommerce-info .input-group a.button:focus, .input-group .woocommerce-notices-wrapper .woocommerce-message a.button:focus, .woocommerce-notices-wrapper .woocommerce-message .input-group a.button:focus, .input-group .wpcf7 input[type=submit]:focus, .wpcf7 .input-group input[type=submit]:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control, .popup-offer .offer-object .holder .info .input-group-lg > input, .wpcf7 .input-group-lg > .wpcf7-validation-errors, .wpcf7 .input-group-lg > input[type=text],
.wpcf7 .input-group-lg > input[type=search],
.wpcf7 .input-group-lg > input[type=url],
.wpcf7 .input-group-lg > input[type=tel],
.wpcf7 .input-group-lg > input[type=number],
.wpcf7 .input-group-lg > input[type=range],
.wpcf7 .input-group-lg > input[type=date],
.wpcf7 .input-group-lg > input[type=month],
.wpcf7 .input-group-lg > input[type=week],
.wpcf7 .input-group-lg > input[type=time],
.wpcf7 .input-group-lg > input[type=datetime],
.wpcf7 .input-group-lg > input[type=datetime-local],
.wpcf7 .input-group-lg > input[type=color],
.wpcf7 .input-group-lg > input[type=email],
.wpcf7 .input-group-lg > input[type=file],
.wpcf7 .input-group-lg > input[type=submit],
.wpcf7 .input-group-lg > select,
.wpcf7 .input-group-lg > textarea,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.woocommerce-info .input-group-lg > a.button,
.woocommerce-notices-wrapper .woocommerce-message .input-group-lg > a.button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control, .popup-offer .offer-object .holder .info .input-group-sm > input, .wpcf7 .input-group-sm > .wpcf7-validation-errors, .wpcf7 .input-group-sm > input[type=text],
.wpcf7 .input-group-sm > input[type=search],
.wpcf7 .input-group-sm > input[type=url],
.wpcf7 .input-group-sm > input[type=tel],
.wpcf7 .input-group-sm > input[type=number],
.wpcf7 .input-group-sm > input[type=range],
.wpcf7 .input-group-sm > input[type=date],
.wpcf7 .input-group-sm > input[type=month],
.wpcf7 .input-group-sm > input[type=week],
.wpcf7 .input-group-sm > input[type=time],
.wpcf7 .input-group-sm > input[type=datetime],
.wpcf7 .input-group-sm > input[type=datetime-local],
.wpcf7 .input-group-sm > input[type=color],
.wpcf7 .input-group-sm > input[type=email],
.wpcf7 .input-group-sm > input[type=file],
.wpcf7 .input-group-sm > input[type=submit],
.wpcf7 .input-group-sm > select,
.wpcf7 .input-group-sm > textarea,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.woocommerce-info .input-group-sm > a.button,
.woocommerce-notices-wrapper .woocommerce-message .input-group-sm > a.button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.popup-offer .offer-object .holder .info .input-group:not(.has-validation) > .form-floating:not(:last-child) > input,
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > .wpcf7-validation-errors,
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=search],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=url],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=number],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=range],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=date],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=month],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=week],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=time],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=datetime],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=datetime-local],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=color],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=file],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=submit],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.popup-offer .offer-object .holder .info .input-group.has-validation > .form-floating:nth-last-child(n+3) > input,
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > .wpcf7-validation-errors,
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=search],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=url],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=tel],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=number],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=range],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=date],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=month],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=week],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=time],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=datetime],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=datetime-local],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=color],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=file],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=submit],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .popup-offer .offer-object .holder .info .input-group > .form-floating:not(:first-child) > input, .wpcf7 .input-group > .form-floating:not(:first-child) > .wpcf7-validation-errors, .wpcf7 .input-group > .form-floating:not(:first-child) > input[type=text],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=search],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=url],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=tel],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=number],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=range],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=date],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=month],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=week],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=time],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=datetime],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=datetime-local],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=color],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=email],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=file],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=submit],
.wpcf7 .input-group > .form-floating:not(:first-child) > select,
.wpcf7 .input-group > .form-floating:not(:first-child) > textarea,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .popup-offer .offer-object .holder .info input:valid, .popup-offer .offer-object .holder .info .was-validated input:valid, .was-validated .wpcf7 .wpcf7-validation-errors:valid, .wpcf7 .was-validated .wpcf7-validation-errors:valid, .was-validated .wpcf7 input[type=text]:valid, .wpcf7 .was-validated input[type=text]:valid,
.was-validated .wpcf7 input[type=search]:valid,
.wpcf7 .was-validated input[type=search]:valid,
.was-validated .wpcf7 input[type=url]:valid,
.wpcf7 .was-validated input[type=url]:valid,
.was-validated .wpcf7 input[type=tel]:valid,
.wpcf7 .was-validated input[type=tel]:valid,
.was-validated .wpcf7 input[type=number]:valid,
.wpcf7 .was-validated input[type=number]:valid,
.was-validated .wpcf7 input[type=range]:valid,
.wpcf7 .was-validated input[type=range]:valid,
.was-validated .wpcf7 input[type=date]:valid,
.wpcf7 .was-validated input[type=date]:valid,
.was-validated .wpcf7 input[type=month]:valid,
.wpcf7 .was-validated input[type=month]:valid,
.was-validated .wpcf7 input[type=week]:valid,
.wpcf7 .was-validated input[type=week]:valid,
.was-validated .wpcf7 input[type=time]:valid,
.wpcf7 .was-validated input[type=time]:valid,
.was-validated .wpcf7 input[type=datetime]:valid,
.wpcf7 .was-validated input[type=datetime]:valid,
.was-validated .wpcf7 input[type=datetime-local]:valid,
.wpcf7 .was-validated input[type=datetime-local]:valid,
.was-validated .wpcf7 input[type=color]:valid,
.wpcf7 .was-validated input[type=color]:valid,
.was-validated .wpcf7 input[type=email]:valid,
.wpcf7 .was-validated input[type=email]:valid,
.was-validated .wpcf7 input[type=file]:valid,
.wpcf7 .was-validated input[type=file]:valid,
.was-validated .wpcf7 input[type=submit]:valid,
.wpcf7 .was-validated input[type=submit]:valid,
.was-validated .wpcf7 select:valid,
.wpcf7 .was-validated select:valid,
.was-validated .wpcf7 textarea:valid,
.wpcf7 .was-validated textarea:valid, .form-control.is-valid, .popup-offer .offer-object .holder .info input.is-valid, .wpcf7 .is-valid.wpcf7-validation-errors, .wpcf7 input.is-valid[type=text],
.wpcf7 input.is-valid[type=search],
.wpcf7 input.is-valid[type=url],
.wpcf7 input.is-valid[type=tel],
.wpcf7 input.is-valid[type=number],
.wpcf7 input.is-valid[type=range],
.wpcf7 input.is-valid[type=date],
.wpcf7 input.is-valid[type=month],
.wpcf7 input.is-valid[type=week],
.wpcf7 input.is-valid[type=time],
.wpcf7 input.is-valid[type=datetime],
.wpcf7 input.is-valid[type=datetime-local],
.wpcf7 input.is-valid[type=color],
.wpcf7 input.is-valid[type=email],
.wpcf7 input.is-valid[type=file],
.wpcf7 input.is-valid[type=submit],
.wpcf7 select.is-valid,
.wpcf7 textarea.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .popup-offer .offer-object .holder .info input:valid:focus, .popup-offer .offer-object .holder .info .was-validated input:valid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:valid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:valid:focus, .was-validated .wpcf7 input[type=text]:valid:focus, .wpcf7 .was-validated input[type=text]:valid:focus,
.was-validated .wpcf7 input[type=search]:valid:focus,
.wpcf7 .was-validated input[type=search]:valid:focus,
.was-validated .wpcf7 input[type=url]:valid:focus,
.wpcf7 .was-validated input[type=url]:valid:focus,
.was-validated .wpcf7 input[type=tel]:valid:focus,
.wpcf7 .was-validated input[type=tel]:valid:focus,
.was-validated .wpcf7 input[type=number]:valid:focus,
.wpcf7 .was-validated input[type=number]:valid:focus,
.was-validated .wpcf7 input[type=range]:valid:focus,
.wpcf7 .was-validated input[type=range]:valid:focus,
.was-validated .wpcf7 input[type=date]:valid:focus,
.wpcf7 .was-validated input[type=date]:valid:focus,
.was-validated .wpcf7 input[type=month]:valid:focus,
.wpcf7 .was-validated input[type=month]:valid:focus,
.was-validated .wpcf7 input[type=week]:valid:focus,
.wpcf7 .was-validated input[type=week]:valid:focus,
.was-validated .wpcf7 input[type=time]:valid:focus,
.wpcf7 .was-validated input[type=time]:valid:focus,
.was-validated .wpcf7 input[type=datetime]:valid:focus,
.wpcf7 .was-validated input[type=datetime]:valid:focus,
.was-validated .wpcf7 input[type=datetime-local]:valid:focus,
.wpcf7 .was-validated input[type=datetime-local]:valid:focus,
.was-validated .wpcf7 input[type=color]:valid:focus,
.wpcf7 .was-validated input[type=color]:valid:focus,
.was-validated .wpcf7 input[type=email]:valid:focus,
.wpcf7 .was-validated input[type=email]:valid:focus,
.was-validated .wpcf7 input[type=file]:valid:focus,
.wpcf7 .was-validated input[type=file]:valid:focus,
.was-validated .wpcf7 input[type=submit]:valid:focus,
.wpcf7 .was-validated input[type=submit]:valid:focus,
.was-validated .wpcf7 select:valid:focus,
.wpcf7 .was-validated select:valid:focus,
.was-validated .wpcf7 textarea:valid:focus,
.wpcf7 .was-validated textarea:valid:focus, .form-control.is-valid:focus, .popup-offer .offer-object .holder .info input.is-valid:focus, .wpcf7 .is-valid.wpcf7-validation-errors:focus, .wpcf7 input.is-valid[type=text]:focus,
.wpcf7 input.is-valid[type=search]:focus,
.wpcf7 input.is-valid[type=url]:focus,
.wpcf7 input.is-valid[type=tel]:focus,
.wpcf7 input.is-valid[type=number]:focus,
.wpcf7 input.is-valid[type=range]:focus,
.wpcf7 input.is-valid[type=date]:focus,
.wpcf7 input.is-valid[type=month]:focus,
.wpcf7 input.is-valid[type=week]:focus,
.wpcf7 input.is-valid[type=time]:focus,
.wpcf7 input.is-valid[type=datetime]:focus,
.wpcf7 input.is-valid[type=datetime-local]:focus,
.wpcf7 input.is-valid[type=color]:focus,
.wpcf7 input.is-valid[type=email]:focus,
.wpcf7 input.is-valid[type=file]:focus,
.wpcf7 input.is-valid[type=submit]:focus,
.wpcf7 select.is-valid:focus,
.wpcf7 textarea.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
.was-validated .wpcf7 textarea:valid,
.wpcf7 .was-validated textarea:valid, textarea.form-control.is-valid,
.wpcf7 textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .popup-offer .offer-object .holder .info .input-group > input:not(:focus):valid, .popup-offer .offer-object .holder .info .was-validated .input-group > input:not(:focus):valid, .was-validated .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus):valid, .wpcf7 .was-validated .input-group > .wpcf7-validation-errors:not(:focus):valid, .was-validated .wpcf7 .input-group > input[type=text]:not(:focus):valid, .wpcf7 .was-validated .input-group > input[type=text]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=search]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=search]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=url]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=url]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=tel]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=tel]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=number]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=number]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=range]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=range]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=date]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=date]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=month]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=month]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=week]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=week]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=time]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=time]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=datetime]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=datetime]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=datetime-local]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=datetime-local]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=color]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=color]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=email]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=email]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=file]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=file]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=submit]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=submit]:not(:focus):valid,
.was-validated .wpcf7 .input-group > select:not(:focus):valid,
.wpcf7 .was-validated .input-group > select:not(:focus):valid,
.was-validated .wpcf7 .input-group > textarea:not(:focus):valid,
.wpcf7 .was-validated .input-group > textarea:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .popup-offer .offer-object .holder .info .input-group > input:not(:focus).is-valid, .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus).is-valid, .wpcf7 .input-group > input[type=text]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=search]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=url]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=tel]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=number]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=range]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=date]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=month]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=week]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=time]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=datetime]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=datetime-local]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=color]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=email]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=file]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=submit]:not(:focus).is-valid,
.wpcf7 .input-group > select:not(:focus).is-valid,
.wpcf7 .input-group > textarea:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .popup-offer .offer-object .holder .info input:invalid, .popup-offer .offer-object .holder .info .was-validated input:invalid, .was-validated .wpcf7 .wpcf7-validation-errors:invalid, .wpcf7 .was-validated .wpcf7-validation-errors:invalid, .was-validated .wpcf7 input[type=text]:invalid, .wpcf7 .was-validated input[type=text]:invalid,
.was-validated .wpcf7 input[type=search]:invalid,
.wpcf7 .was-validated input[type=search]:invalid,
.was-validated .wpcf7 input[type=url]:invalid,
.wpcf7 .was-validated input[type=url]:invalid,
.was-validated .wpcf7 input[type=tel]:invalid,
.wpcf7 .was-validated input[type=tel]:invalid,
.was-validated .wpcf7 input[type=number]:invalid,
.wpcf7 .was-validated input[type=number]:invalid,
.was-validated .wpcf7 input[type=range]:invalid,
.wpcf7 .was-validated input[type=range]:invalid,
.was-validated .wpcf7 input[type=date]:invalid,
.wpcf7 .was-validated input[type=date]:invalid,
.was-validated .wpcf7 input[type=month]:invalid,
.wpcf7 .was-validated input[type=month]:invalid,
.was-validated .wpcf7 input[type=week]:invalid,
.wpcf7 .was-validated input[type=week]:invalid,
.was-validated .wpcf7 input[type=time]:invalid,
.wpcf7 .was-validated input[type=time]:invalid,
.was-validated .wpcf7 input[type=datetime]:invalid,
.wpcf7 .was-validated input[type=datetime]:invalid,
.was-validated .wpcf7 input[type=datetime-local]:invalid,
.wpcf7 .was-validated input[type=datetime-local]:invalid,
.was-validated .wpcf7 input[type=color]:invalid,
.wpcf7 .was-validated input[type=color]:invalid,
.was-validated .wpcf7 input[type=email]:invalid,
.wpcf7 .was-validated input[type=email]:invalid,
.was-validated .wpcf7 input[type=file]:invalid,
.wpcf7 .was-validated input[type=file]:invalid,
.was-validated .wpcf7 input[type=submit]:invalid,
.wpcf7 .was-validated input[type=submit]:invalid,
.was-validated .wpcf7 select:invalid,
.wpcf7 .was-validated select:invalid,
.was-validated .wpcf7 textarea:invalid,
.wpcf7 .was-validated textarea:invalid, .form-control.is-invalid, .popup-offer .offer-object .holder .info input.is-invalid, .wpcf7 .is-invalid.wpcf7-validation-errors, .wpcf7 input.is-invalid[type=text],
.wpcf7 input.is-invalid[type=search],
.wpcf7 input.is-invalid[type=url],
.wpcf7 input.is-invalid[type=tel],
.wpcf7 input.is-invalid[type=number],
.wpcf7 input.is-invalid[type=range],
.wpcf7 input.is-invalid[type=date],
.wpcf7 input.is-invalid[type=month],
.wpcf7 input.is-invalid[type=week],
.wpcf7 input.is-invalid[type=time],
.wpcf7 input.is-invalid[type=datetime],
.wpcf7 input.is-invalid[type=datetime-local],
.wpcf7 input.is-invalid[type=color],
.wpcf7 input.is-invalid[type=email],
.wpcf7 input.is-invalid[type=file],
.wpcf7 input.is-invalid[type=submit],
.wpcf7 select.is-invalid,
.wpcf7 textarea.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .popup-offer .offer-object .holder .info input:invalid:focus, .popup-offer .offer-object .holder .info .was-validated input:invalid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:invalid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:invalid:focus, .was-validated .wpcf7 input[type=text]:invalid:focus, .wpcf7 .was-validated input[type=text]:invalid:focus,
.was-validated .wpcf7 input[type=search]:invalid:focus,
.wpcf7 .was-validated input[type=search]:invalid:focus,
.was-validated .wpcf7 input[type=url]:invalid:focus,
.wpcf7 .was-validated input[type=url]:invalid:focus,
.was-validated .wpcf7 input[type=tel]:invalid:focus,
.wpcf7 .was-validated input[type=tel]:invalid:focus,
.was-validated .wpcf7 input[type=number]:invalid:focus,
.wpcf7 .was-validated input[type=number]:invalid:focus,
.was-validated .wpcf7 input[type=range]:invalid:focus,
.wpcf7 .was-validated input[type=range]:invalid:focus,
.was-validated .wpcf7 input[type=date]:invalid:focus,
.wpcf7 .was-validated input[type=date]:invalid:focus,
.was-validated .wpcf7 input[type=month]:invalid:focus,
.wpcf7 .was-validated input[type=month]:invalid:focus,
.was-validated .wpcf7 input[type=week]:invalid:focus,
.wpcf7 .was-validated input[type=week]:invalid:focus,
.was-validated .wpcf7 input[type=time]:invalid:focus,
.wpcf7 .was-validated input[type=time]:invalid:focus,
.was-validated .wpcf7 input[type=datetime]:invalid:focus,
.wpcf7 .was-validated input[type=datetime]:invalid:focus,
.was-validated .wpcf7 input[type=datetime-local]:invalid:focus,
.wpcf7 .was-validated input[type=datetime-local]:invalid:focus,
.was-validated .wpcf7 input[type=color]:invalid:focus,
.wpcf7 .was-validated input[type=color]:invalid:focus,
.was-validated .wpcf7 input[type=email]:invalid:focus,
.wpcf7 .was-validated input[type=email]:invalid:focus,
.was-validated .wpcf7 input[type=file]:invalid:focus,
.wpcf7 .was-validated input[type=file]:invalid:focus,
.was-validated .wpcf7 input[type=submit]:invalid:focus,
.wpcf7 .was-validated input[type=submit]:invalid:focus,
.was-validated .wpcf7 select:invalid:focus,
.wpcf7 .was-validated select:invalid:focus,
.was-validated .wpcf7 textarea:invalid:focus,
.wpcf7 .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .popup-offer .offer-object .holder .info input.is-invalid:focus, .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .wpcf7 input.is-invalid[type=text]:focus,
.wpcf7 input.is-invalid[type=search]:focus,
.wpcf7 input.is-invalid[type=url]:focus,
.wpcf7 input.is-invalid[type=tel]:focus,
.wpcf7 input.is-invalid[type=number]:focus,
.wpcf7 input.is-invalid[type=range]:focus,
.wpcf7 input.is-invalid[type=date]:focus,
.wpcf7 input.is-invalid[type=month]:focus,
.wpcf7 input.is-invalid[type=week]:focus,
.wpcf7 input.is-invalid[type=time]:focus,
.wpcf7 input.is-invalid[type=datetime]:focus,
.wpcf7 input.is-invalid[type=datetime-local]:focus,
.wpcf7 input.is-invalid[type=color]:focus,
.wpcf7 input.is-invalid[type=email]:focus,
.wpcf7 input.is-invalid[type=file]:focus,
.wpcf7 input.is-invalid[type=submit]:focus,
.wpcf7 select.is-invalid:focus,
.wpcf7 textarea.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
.was-validated .wpcf7 textarea:invalid,
.wpcf7 .was-validated textarea:invalid, textarea.form-control.is-invalid,
.wpcf7 textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .popup-offer .offer-object .holder .info .input-group > input:not(:focus):invalid, .popup-offer .offer-object .holder .info .was-validated .input-group > input:not(:focus):invalid, .was-validated .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus):invalid, .wpcf7 .was-validated .input-group > .wpcf7-validation-errors:not(:focus):invalid, .was-validated .wpcf7 .input-group > input[type=text]:not(:focus):invalid, .wpcf7 .was-validated .input-group > input[type=text]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=search]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=search]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=url]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=url]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=tel]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=tel]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=number]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=number]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=range]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=range]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=date]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=date]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=month]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=month]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=week]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=week]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=time]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=time]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=datetime]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=datetime]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=datetime-local]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=datetime-local]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=color]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=color]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=email]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=email]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=file]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=file]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=submit]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=submit]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > select:not(:focus):invalid,
.wpcf7 .was-validated .input-group > select:not(:focus):invalid,
.was-validated .wpcf7 .input-group > textarea:not(:focus):invalid,
.wpcf7 .was-validated .input-group > textarea:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .popup-offer .offer-object .holder .info .input-group > input:not(:focus).is-invalid, .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus).is-invalid, .wpcf7 .input-group > input[type=text]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=search]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=url]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=tel]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=number]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=range]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=date]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=month]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=week]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=time]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=datetime]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=datetime-local]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=color]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=email]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=file]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=submit]:not(:focus).is-invalid,
.wpcf7 .input-group > select:not(:focus).is-invalid,
.wpcf7 .input-group > textarea:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn, .woocommerce-info a.button, .woocommerce-notices-wrapper .woocommerce-message a.button, .wpcf7 input[type=submit] {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size:1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .woocommerce-info a.button, .woocommerce-notices-wrapper .woocommerce-message a.button, .wpcf7 input[type=submit] {
    transition: none;
  }
}
.btn:hover, .woocommerce-info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .wpcf7 input[type=submit]:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, .woocommerce-info .btn-check + a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .btn-check + a.button:hover, .wpcf7 .btn-check + input[type=submit]:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, .woocommerce-info a.button:focus-visible, .woocommerce-notices-wrapper .woocommerce-message a.button:focus-visible, .wpcf7 input[type=submit]:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .woocommerce-info .btn-check:focus-visible + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check:focus-visible + a.button, .wpcf7 .btn-check:focus-visible + input[type=submit] {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .woocommerce-info .btn-check:checked + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check:checked + a.button, .wpcf7 .btn-check:checked + input[type=submit], :not(.btn-check) + .btn:active, .woocommerce-info :not(.btn-check) + a.button:active, .woocommerce-notices-wrapper .woocommerce-message :not(.btn-check) + a.button:active, .wpcf7 :not(.btn-check) + input[type=submit]:active, .btn:first-child:active, .woocommerce-info a.button:first-child:active, .woocommerce-notices-wrapper .woocommerce-message a.button:first-child:active, .wpcf7 input[type=submit]:first-child:active, .btn.active, .woocommerce-info a.active.button, .woocommerce-notices-wrapper .woocommerce-message a.active.button, .wpcf7 input.active[type=submit], .btn.show, .woocommerce-info a.show.button, .woocommerce-notices-wrapper .woocommerce-message a.show.button, .wpcf7 input.show[type=submit] {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .woocommerce-info .btn-check:checked + a.button:focus-visible, .woocommerce-notices-wrapper .woocommerce-message .btn-check:checked + a.button:focus-visible, .wpcf7 .btn-check:checked + input[type=submit]:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .woocommerce-info :not(.btn-check) + a.button:active:focus-visible, .woocommerce-notices-wrapper .woocommerce-message :not(.btn-check) + a.button:active:focus-visible, .wpcf7 :not(.btn-check) + input[type=submit]:active:focus-visible, .btn:first-child:active:focus-visible, .woocommerce-info a.button:first-child:active:focus-visible, .woocommerce-notices-wrapper .woocommerce-message a.button:first-child:active:focus-visible, .wpcf7 input[type=submit]:first-child:active:focus-visible, .btn.active:focus-visible, .woocommerce-info a.active.button:focus-visible, .woocommerce-notices-wrapper .woocommerce-message a.active.button:focus-visible, .wpcf7 input.active[type=submit]:focus-visible, .btn.show:focus-visible, .woocommerce-info a.show.button:focus-visible, .woocommerce-notices-wrapper .woocommerce-message a.show.button:focus-visible, .wpcf7 input.show[type=submit]:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .woocommerce-info a.button:disabled, .woocommerce-notices-wrapper .woocommerce-message a.button:disabled, .wpcf7 input[type=submit]:disabled, .btn.disabled, .woocommerce-info a.disabled.button, .woocommerce-notices-wrapper .woocommerce-message a.disabled.button, .wpcf7 input.disabled[type=submit], fieldset:disabled .btn, fieldset:disabled .woocommerce-info a.button, .woocommerce-info fieldset:disabled a.button, fieldset:disabled .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message fieldset:disabled a.button, fieldset:disabled .wpcf7 input[type=submit], .wpcf7 fieldset:disabled input[type=submit] {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success, .woocommerce-notices-wrapper .woocommerce-message a.button {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info, .woocommerce-info a.button {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary, .wpcf7 input[type=submit] {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn, .woocommerce-info .btn-group-lg > a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-lg > a.button, .wpcf7 .btn-group-lg > input[type=submit] {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size:1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm, .btn-group-sm > .btn, .woocommerce-info .btn-group-sm > a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-sm > a.button, .wpcf7 .btn-group-sm > input[type=submit] {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size:0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .woocommerce-info .btn-group > a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button, .wpcf7 .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.woocommerce-info .btn-group-vertical > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button,
.wpcf7 .btn-group-vertical > input[type=submit] {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .woocommerce-info .btn-group > .btn-check:checked + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group > .btn-check:checked + a.button, .wpcf7 .btn-group > .btn-check:checked + input[type=submit],
.btn-group > .btn-check:focus + .btn,
.woocommerce-info .btn-group > .btn-check:focus + a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > .btn-check:focus + a.button,
.wpcf7 .btn-group > .btn-check:focus + input[type=submit],
.btn-group > .btn:hover,
.woocommerce-info .btn-group > a.button:hover,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:hover,
.wpcf7 .btn-group > input[type=submit]:hover,
.btn-group > .btn:focus,
.woocommerce-info .btn-group > a.button:focus,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:focus,
.wpcf7 .btn-group > input[type=submit]:focus,
.btn-group > .btn:active,
.woocommerce-info .btn-group > a.button:active,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:active,
.wpcf7 .btn-group > input[type=submit]:active,
.btn-group > .btn.active,
.woocommerce-info .btn-group > a.active.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > a.active.button,
.wpcf7 .btn-group > input.active[type=submit],
.btn-group-vertical > .btn-check:checked + .btn,
.woocommerce-info .btn-group-vertical > .btn-check:checked + a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn-check:checked + a.button,
.wpcf7 .btn-group-vertical > .btn-check:checked + input[type=submit],
.btn-group-vertical > .btn-check:focus + .btn,
.woocommerce-info .btn-group-vertical > .btn-check:focus + a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn-check:focus + a.button,
.wpcf7 .btn-group-vertical > .btn-check:focus + input[type=submit],
.btn-group-vertical > .btn:hover,
.woocommerce-info .btn-group-vertical > a.button:hover,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:hover,
.wpcf7 .btn-group-vertical > input[type=submit]:hover,
.btn-group-vertical > .btn:focus,
.woocommerce-info .btn-group-vertical > a.button:focus,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:focus,
.wpcf7 .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.woocommerce-info .btn-group-vertical > a.button:active,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:active,
.wpcf7 .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.woocommerce-info .btn-group-vertical > a.active.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.active.button,
.wpcf7 .btn-group-vertical > input.active[type=submit] {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0.375rem;
}
.btn-group > :not(.btn-check:first-child) + .btn, .woocommerce-info .btn-group > :not(.btn-check:first-child) + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group > :not(.btn-check:first-child) + a.button, .wpcf7 .btn-group > :not(.btn-check:first-child) + input[type=submit],
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce-info .btn-group > a.button:not(:last-child):not(.dropdown-toggle), .woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.woocommerce-info .btn-group > a.dropdown-toggle-split.button:first-child,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > a.dropdown-toggle-split.button:first-child,
.wpcf7 .btn-group > input.dropdown-toggle-split[type=submit]:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
.woocommerce-info .btn-group > .btn-group:not(:last-child) > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > .btn-group:not(:last-child) > a.button,
.wpcf7 .btn-group > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .woocommerce-info .btn-group > a.button:nth-child(n+3), .woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:nth-child(n+3), .wpcf7 .btn-group > input[type=submit]:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.woocommerce-info .btn-group > :not(.btn-check) + a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > :not(.btn-check) + a.button,
.wpcf7 .btn-group > :not(.btn-check) + input[type=submit],
.btn-group > .btn-group:not(:first-child) > .btn,
.woocommerce-info .btn-group > .btn-group:not(:first-child) > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > .btn-group:not(:first-child) > a.button,
.wpcf7 .btn-group > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .woocommerce-info .btn-group-sm > a.button + .dropdown-toggle-split, .woocommerce-notices-wrapper .woocommerce-message .btn-group-sm > a.button + .dropdown-toggle-split, .wpcf7 .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .woocommerce-info .btn-group-lg > a.button + .dropdown-toggle-split, .woocommerce-notices-wrapper .woocommerce-message .btn-group-lg > a.button + .dropdown-toggle-split, .wpcf7 .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .woocommerce-info .btn-group-vertical > a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button, .wpcf7 .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .woocommerce-info .btn-group-vertical > a.button:not(:first-child), .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:not(:first-child), .wpcf7 .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce-info .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle), .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.woocommerce-info .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.wpcf7 .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .woocommerce-info .btn-group-vertical > a.button ~ .btn, .woocommerce-info .btn-group-vertical > .btn ~ a.button, .woocommerce-info .btn-group-vertical > a.button ~ a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button ~ .btn, .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn ~ a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button ~ a.button, .wpcf7 .btn-group-vertical > input[type=submit] ~ .btn, .wpcf7 .woocommerce-info .btn-group-vertical > input[type=submit] ~ a.button, .woocommerce-info .wpcf7 .btn-group-vertical > input[type=submit] ~ a.button, .wpcf7 .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > input[type=submit] ~ a.button, .woocommerce-notices-wrapper .woocommerce-message .wpcf7 .btn-group-vertical > input[type=submit] ~ a.button, .wpcf7 .btn-group-vertical > .btn ~ input[type=submit], .wpcf7 .woocommerce-info .btn-group-vertical > a.button ~ input[type=submit], .woocommerce-info .wpcf7 .btn-group-vertical > a.button ~ input[type=submit], .wpcf7 .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button ~ input[type=submit], .woocommerce-notices-wrapper .woocommerce-message .wpcf7 .btn-group-vertical > a.button ~ input[type=submit], .wpcf7 .btn-group-vertical > input[type=submit] ~ input[type=submit],
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.woocommerce-info .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.wpcf7 .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  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 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.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: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.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);
  text-decoration: none;
  white-space: nowrap;
}
.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: 0.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);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  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);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  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);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-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 .dropdown-menu {
    position: absolute;
  }
  .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-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --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%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size:1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size:1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size:0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size:0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge, .woocommerce-info a.button .badge, .woocommerce-notices-wrapper .woocommerce-message a.button .badge, .wpcf7 input[type=submit] .badge {
  position: relative;
  top: -1px;
}

.alert, .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success, .woocommerce-notices-wrapper .woocommerce-message {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link, .woocommerce-notices-wrapper .woocommerce-message .alert-link {
  color: #0c4128;
}

.alert-info, .woocommerce-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link, .woocommerce-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size:0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size:0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size:0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size:1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

/* rtl:begin:ignore */
.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%);
}

/* rtl:end:ignore */
.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 0.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@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;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.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 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before, .woocommerce-info a.placeholder.button::before, .woocommerce-notices-wrapper .woocommerce-message a.placeholder.button::before, .wpcf7 input.placeholder[type=submit]::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto, .aligncenter {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

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

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

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

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

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

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

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

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

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

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

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

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

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

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

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

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

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

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

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

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

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

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

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

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

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

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

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

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

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

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

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

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

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

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

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

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

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

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

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

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
body {
  overflow-x: hidden;
}

.wrapper {
  padding: 1.5rem 0;
}

#wrapper-hero {
  padding: 0 !important;
}

.sticky,
.gallery-caption,
.bypostauthor,
.wp-caption,
.wp-caption-text {
  font-size: inherit;
}

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6;
}

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #e9ecef;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1rem;
}

.aligncenter {
  display: block;
}

.widget_archive select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .widget_archive select {
    transition: none;
  }
}
.widget_archive select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.widget_archive select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.entry-footer span {
  padding-right: 10px;
}

figure,
img,
img.wp-post-image,
article img,
#secondary img {
  max-width: 100%;
  height: auto;
}

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

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
  color: #1e2125 !important;
  text-decoration: none;
  background-color: #e9ecef;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #0d6efd;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
  color: #adb5bd !important;
  background-color: transparent;
}

.navbar-light .navbar-brand a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand a:hover, .navbar-light .navbar-brand a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand a {
  color: #fff;
}
.navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus {
  color: #fff;
}

.navbar h1, .navbar .h1 {
  font-weight: 400;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.wp-block-search .wp-block-search__button {
  margin-left: 0.75rem;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: none;
  padding: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 0.375rem;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__button {
  margin-left: 0;
}

.has-blue-color,
.has-blue-color:visited {
  color: #0d6efd;
}

.has-blue-background-color {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-blue-color {
  color: #0d6efd;
}

.has-indigo-color,
.has-indigo-color:visited {
  color: #6610f2;
}

.has-indigo-background-color {
  background-color: #6610f2;
  border-color: #6610f2;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-indigo-color {
  color: #6610f2;
}

.has-purple-color,
.has-purple-color:visited {
  color: #6f42c1;
}

.has-purple-background-color {
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-purple-color {
  color: #6f42c1;
}

.has-pink-color,
.has-pink-color:visited {
  color: #d63384;
}

.has-pink-background-color {
  background-color: #d63384;
  border-color: #d63384;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-pink-color {
  color: #d63384;
}

.has-red-color,
.has-red-color:visited {
  color: #dc3545;
}

.has-red-background-color {
  background-color: #dc3545;
  border-color: #dc3545;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-red-color {
  color: #dc3545;
}

.has-orange-color,
.has-orange-color:visited {
  color: #fd7e14;
}

.has-orange-background-color {
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-orange-color {
  color: #fd7e14;
}

.has-yellow-color,
.has-yellow-color:visited {
  color: #ffc107;
}

.has-yellow-background-color {
  background-color: #ffc107;
  border-color: #ffc107;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-yellow-color {
  color: #ffc107;
}

.has-green-color,
.has-green-color:visited {
  color: #198754;
}

.has-green-background-color {
  background-color: #198754;
  border-color: #198754;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-green-color {
  color: #198754;
}

.has-teal-color,
.has-teal-color:visited {
  color: #20c997;
}

.has-teal-background-color {
  background-color: #20c997;
  border-color: #20c997;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-teal-color {
  color: #20c997;
}

.has-cyan-color,
.has-cyan-color:visited {
  color: #0dcaf0;
}

.has-cyan-background-color {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-cyan-color {
  color: #0dcaf0;
}

.has-black-color,
.has-black-color:visited {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
  border-color: #000;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-black-color {
  color: #000;
}

.has-white-color,
.has-white-color:visited {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
  border-color: #fff;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-white-color {
  color: #fff;
}

.has-gray-color,
.has-gray-color:visited {
  color: #6c757d;
}

.has-gray-background-color {
  background-color: #6c757d;
  border-color: #6c757d;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-gray-color {
  color: #6c757d;
}

.has-gray-dark-color,
.has-gray-dark-color:visited {
  color: #343a40;
}

.has-gray-dark-background-color {
  background-color: #343a40;
  border-color: #343a40;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-gray-dark-color {
  color: #343a40;
}

.has-primary-color,
.has-primary-color:visited {
  color: #0d6efd;
}

.has-primary-background-color {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-primary-color {
  color: #0d6efd;
}

.has-secondary-color,
.has-secondary-color:visited {
  color: #6c757d;
}

.has-secondary-background-color {
  background-color: #6c757d;
  border-color: #6c757d;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-secondary-color {
  color: #6c757d;
}

.has-success-color,
.has-success-color:visited {
  color: #198754;
}

.has-success-background-color {
  background-color: #198754;
  border-color: #198754;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-success-color {
  color: #198754;
}

.has-info-color,
.has-info-color:visited {
  color: #0dcaf0;
}

.has-info-background-color {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-info-color {
  color: #0dcaf0;
}

.has-warning-color,
.has-warning-color:visited {
  color: #ffc107;
}

.has-warning-background-color {
  background-color: #ffc107;
  border-color: #ffc107;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-warning-color {
  color: #ffc107;
}

.has-danger-color,
.has-danger-color:visited {
  color: #dc3545;
}

.has-danger-background-color {
  background-color: #dc3545;
  border-color: #dc3545;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-danger-color {
  color: #dc3545;
}

.has-light-color,
.has-light-color:visited {
  color: #f8f9fa;
}

.has-light-background-color {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-light-color {
  color: #f8f9fa;
}

.has-dark-color,
.has-dark-color:visited {
  color: #212529;
}

.has-dark-background-color {
  background-color: #212529;
  border-color: #212529;
}

.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-dark-color {
  color: #212529;
}

figure.wp-block-image,
.wp-block-image > figure {
  display: block;
}
body.understrap-no-sidebar .alignwide,
body.understrap-no-sidebar .alignfull,
body.understrap-no-sidebar .wp-block-cover.alignwide,
body.understrap-no-sidebar .wp-block-cover.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 1320px;
  }
}
body.understrap-no-sidebar .alignwide,
body.understrap-no-sidebar .wp-block-cover.alignwide {
  margin: 0 calc(50% - 45vw);
  max-width: 90vw;
  width: 100vw;
}
@media (max-width: 920px) {
  body.understrap-no-sidebar .alignwide,
body.understrap-no-sidebar .wp-block-cover.alignwide {
    margin: 0 calc(50% - 48vw);
    max-width: 96vw;
    width: 100vw;
  }
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-font-size:1rem;
  --bs-btn-border-radius: 0.375rem;
}
.wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border: 1px solid transparent;
}

/*
* Use existing Bootstrap 4/5 classes and
* variables to extend - override CF7 style
*
* Useful CF7 classes:
* .wpcf7 the wrapper element
* .wpcf7-form
* .wpcf7-form-control
* .wpcf7-text
* .wpcf7-email
* .wpcf7-textarea
* .wpcf7-submit
*/
.wpcf7 {
  max-width: 600px;
  margin: 0 auto !important;
}
.wpcf7 .wpcf7-form p {
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-form label {
  width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: theme-color("danger");
}
.wpcf7 .wpcf7-validation-errors {
  color: theme-color("danger");
  border: 1px solid #e9ecef;
}

.woocommerce-input-wrapper {
  width: 100%;
}

figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}

@media (min-width: 768px) {
  .woocommerce-cart #coupon_code.input-text {
    width: 110px !important;
  }
}
#stripe-payment-data #wc-stripe-cc-form .form-row {
  display: flex;
  flex-direction: column;
}
#stripe-payment-data #wc-stripe-cc-form .form-row .wc-stripe-elements-field {
  max-height: 2rem;
}
#stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew {
  display: inherit;
}

.woocommerce-notices-wrapper .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
}
.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
}
.woocommerce form .form-row .required {
  color: #dc3545;
}

.woocommerce form .form-row label.form-check-label {
  line-height: inherit;
}

.woocommerce form .form-row .checkbox.form-check {
  display: block;
  line-height: inherit;
}

.woocommerce form .form-row .input-checkbox.form-check-input {
  margin: 0.25em 0 0 -1.5em;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock,
.woocommerce ul.products li.product .price,
#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #198754;
}

.woocommerce-page form .show-password-input {
  top: initial;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.carouselOfImages {
  position: relative;
  margin: auto;
  overflow: visible;
  width: 100%;
}

.carouselImage {
  position: relative;
  width: 20%;
  height: 45px;
  padding: 24px;
  border: 1.5px solid black;
  margin-right: 33px;
  margin-top: 70px;
  margin-bottom: 50px;
  counter-increment: carousel-cell;
  text-align: center;
  vertical-align: center;
  transition: transform 0.5s;
  font-size: 1.2em;
}

.flickity-enabled {
  position: relative;
}

/* .flickity-enabled:focus { outline: none; } */
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  /*           tap-highlight-color: transparent; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-viewport {
  margin: 0px;
  width: 100%;
}

body {
  background: black;
  font-family: "Open Sans";
}

.section {
  margin-top: 100px;
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width: 992px) {
  .section {
    margin-top: 0;
  }
}

.title {
  font-family: "Open sans";
  font-size: 64px;
  font-weight: 700;
  z-index: 2;
  color: white;
}
@media screen and (max-width: 992px) {
  .title {
    font-size: 38px !important;
    line-height: 45px !important;
    margin: 0 auto 50px !important;
    width: fit-content !important;
  }
}
@media screen and (max-width: 576px) {
  .title {
    width: auto;
  }
}

.title-holder {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 72px;
}
.title-holder .title {
  position: relative;
  line-height: 87px;
  text-transform: capitalize;
  color: white;
}
.title-holder .title::before {
  content: "";
  position: absolute;
  bottom: -55px;
  z-index: -1;
  right: -38px;
  background: url(../img/strok-ele.svg) center center;
  width: 200px;
  height: 90px;
  background-size: cover;
}
.title-holder .lead {
  color: #757575;
  width: 595px;
  font-family: "Inter", sans-serif;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .title .title-holder::before {
    bottom: -65px;
  }
  .title-holder .lead {
    width: 100%;
  }
}

.lead {
  font-family: "Inter", sans-serif;
}

.special-title {
  position: absolute;
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: 330px;
  line-height: 420px;
  text-transform: uppercase;
  color: transparent;
  user-select: none;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #363636;
  left: 50%;
  top: -110px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .special-title {
    display: none;
  }
}

.btn, .wpcf7 input[type=submit], .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-info a.button {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.46px;
  color: white;
  background: #e60062;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  gap: 10px;
  height: 63px;
  margin-top: 10px;
  transition: 0.3s ease-out;
}
.btn:hover, .wpcf7 input[type=submit]:hover, .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .woocommerce-info a.button:hover {
  background: white;
  color: #e60062;
  transform: scale(1.13);
}
.btn:hover svg path, .wpcf7 input[type=submit]:hover svg path, .woocommerce-notices-wrapper .woocommerce-message a.button:hover svg path, .woocommerce-info a.button:hover svg path {
  stroke: #e60062;
}
.btn svg path, .wpcf7 input[type=submit] svg path, .woocommerce-notices-wrapper .woocommerce-message a.button svg path, .woocommerce-info a.button svg path {
  transition: 0.3s ease-out;
  stroke: white;
  width: 32px;
}

.btn-transparent {
  width: 229px;
  height: 55px;
  border: 2px solid #e60062;
  font-weight: 700;
  font-size: 18px;
  line-height: 38px;
  border-radius: 0;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 64px;
  transition: all 0.5s cubic-bezier(1, 0, 0.7, 1);
  background: transparent;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-transparent:hover {
  text-decoration: none;
  background: #e60062;
  border-color: transparent;
}
.btn-transparent:hover span {
  color: white;
  right: 10px;
  transform: scale(1.15);
}
.btn-transparent:hover .icon {
  right: -25px;
  opacity: 1;
}
.btn-transparent span {
  transform: scale(1);
  transition: inherit;
  position: relative;
  color: #e60062;
  right: -11px;
}
.btn-transparent .icon {
  transition: inherit;
  position: relative;
  color: white;
  opacity: 0;
  right: 50px;
}

.navbar {
  font-family: "Open Sans", sans-serif;
  background: black;
  padding: 16px;
}
.navbar .navbar-toggler {
  background: #e60062;
}
.navbar li.active .nav-link::before {
  content: "";
  background: #e60062;
  width: 80%;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  transform: none;
  opacity: 1;
  left: 0;
  transition: 0.3s ease-out;
}
.navbar .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: white;
  position: relative;
  padding: 5px 0 !important;
  margin: 0;
}
.navbar .nav-link::before {
  content: "";
  opacity: 0;
  background: #e60062;
  width: 80%;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translatex(-100%);
  transition: 0.3s ease-out;
}
.navbar .nav-link:hover::before {
  transform: translatex(0);
  opacity: 1;
  left: 0;
}
.navbar .menu-item {
  width: fit-content;
}
.navbar .menu-item .link-item {
  color: white;
}
@media all and (min-width: 992px) {
  .navbar .menu-item:hover .dropdown-menu {
    display: flex !important;
  }
}
.navbar .menu-item .menu-item {
  width: 100%;
}
.navbar .dropdown.show .nav-link::before {
  content: "";
  background: #e60062;
  width: 80%;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-out;
  transform: translatex(0);
  opacity: 1;
}
.navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  background: black;
  display: none;
  flex-direction: column;
  color: white;
}
.navbar .dropdown-menu .dropdown-item {
  padding: 12px 22px;
  color: white;
  margin-top: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  transition: 0.4s;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background: #e60062;
}
.navbar .show > .nav-link, .navbar .navbar-nav {
  width: 100%;
  justify-content: space-evenly;
}
.navbar .show > .nav-link .nav-link.active, .navbar .navbar-nav .nav-link.active {
  color: white;
}
.navbar .search-input-holder {
  margin-left: 1rem;
}
.navbar .search-input-holder .search-input {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e60062;
  border-radius: 20px;
  padding: 0;
}
.navbar .search-input-holder .search-input input {
  color: #89939E;
  border: none;
  padding: 5.5px 16px;
  background: transparent;
  font-size: 14px;
}
.navbar .search-input-holder .search-input input::placeholder {
  color: #F5F7FA;
  font-size: 12px;
  opacity: 70%;
  color: #DFDFDF;
}
.navbar .search-input-holder .search-input input:hover, .navbar .search-input-holder .search-input input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.navbar .search-input-holder .search-input .search-submit {
  padding: 0;
  border: none;
  outline: none;
  margin: 0;
  background: none;
  padding-right: 15px;
}
.navbar .search-input-holder .search-input .search-submit i.search {
  color: white;
  opacity: 70%;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .navbar .nav-link {
    margin: 6px 68px 6px 0;
  }
  .navbar .search-input-holder {
    margin: 12px 0 0 0;
  }
  .navbar .dropdown-menu.show {
    display: block;
  }
  .navbar .dropdown-menu .menu-item {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .navbar .logo {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .navbar .search-input-holder {
    width: 100%;
    margin-bottom: 12px;
  }
}

.home-header, .main-services {
  position: relative;
}
.home-header .bg-video, .main-services .bg-video {
  filter: blur(9px);
  transform: scale(1.03);
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.home-header .overlay, .main-services .overlay {
  background: #e60062;
  opacity: 0.08;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-header .ellipse, .main-services .ellipse {
  position: absolute;
  width: 119px;
  height: 119px;
  left: -97.5px;
  top: 110px;
  background: #FF509B;
  filter: blur(82px);
  border-radius: 50%;
}
.home-header .ellipse.ellipse-2, .main-services .ellipse.ellipse-2 {
  width: 162px;
  height: 162px;
  left: 1275.5px;
  top: 327px;
  background: rgba(255, 10, 114, 0.3);
}
.home-header .ellipse.ellipse-3, .main-services .ellipse.ellipse-3 {
  left: 152.5px;
  top: 649px;
  background: rgba(255, 59, 235, 0.5);
}
.home-header .info, .main-services .info {
  position: relative;
  z-index: 1;
  color: white;
  margin-left: 30px;
}
.home-header .info .logo, .main-services .info .logo {
  margin-bottom: 28px;
}
.home-header .info .title, .main-services .info .title {
  margin-bottom: 40px;
}
.home-header .info .lead, .main-services .info .lead {
  margin: 0;
  width: 460px;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .home-header .info .title, .main-services .info .title {
    margin-left: 0 !important;
  }
}

.section.our-partners {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section.our-partners .title {
  margin-bottom: 0;
}
.section.our-partners .partners {
  display: flex;
  gap: 64px;
  height: 156px;
  position: relative;
  width: 100%;
  margin-top: 90px;
  align-items: center;
}
.section.our-partners .partners .img {
  margin: 0 32px;
  min-width: 155px;
}
.section.our-partners .partners .img img {
  user-select: none;
  object-fit: contain;
  max-width: none;
  height: auto;
}

@media screen and (max-width: 992px) {
  .our-partners .partners {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .our-partners .partners .img {
    margin: 16px !important;
  }
}
.map-section {
  font-family: "Open Sans";
  font-weight: 700;
  margin-top: 10px;
}
.map-section .ellipse {
  position: absolute;
  width: 119px;
  height: 119px;
  border-radius: 50%;
  left: -97.5px;
  top: 1810px;
  background: #FF509B;
  filter: blur(82px);
}
.map-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.map-section .title {
  width: 840px;
  font-size: 48px;
  line-height: 65px;
  align-self: flex-start;
  color: #e60062;
}
@media screen and (min-width: 992px) {
  .map-section .title {
    width: 887px;
  }
}
@media screen and (max-width: 576px) {
  .map-section .title {
    width: 100%;
  }
}
.map-section .map {
  overflow: visible;
}
.map-section .map:hover .active {
  transform: scale(1.05);
  fill: #FF0A72;
  -webkit-filter: drop-shadow(0px 31px 31px rgba(230, 0, 98, 0.21));
  filter: drop-shadow(0px 31px 31px rgba(230, 0, 98, 0.21));
}
.map-section .map .active {
  transform-origin: center center;
  transition: 0.3s ease-out;
  box-shadow: none;
  transform: none;
  fill: white;
}
.map-section .note-right, .map-section .note-left {
  width: 391px;
  font-size: 24px;
  line-height: 33px;
  z-index: -1;
  color: white;
}
.map-section .note-right .title, .map-section .note-left .title {
  color: white;
}
.map-section .note-right .title .number, .map-section .note-left .title .number {
  font-size: 48px;
  line-height: 66px;
  color: #e60062;
}
.map-section .note-right .lead, .map-section .note-left .lead {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}
.map-section .note-right {
  align-self: flex-end;
}
@media all and (min-width: 992px) {
  .map-section .note-right {
    margin-bottom: 0px !important;
    margin-top: -10px !important;
  }
}
.map-section .note-right .title {
  font-size: 40px;
  line-height: 54px;
  margin: 0;
}
.map-section .note-right .title .number {
  margin-right: 9px;
}
.map-section .note-right .lead {
  margin: 0;
  margin-top: -10px;
  width: 293px;
}
.map-section .note-left {
  margin-top: -230px;
  align-self: flex-start;
}
.map-section .note-left .title {
  font-size: 48px;
  line-height: 66px;
}
.map-section .note-left .title .number {
  margin-right: 30px;
}
.map-section .note-left .lead {
  width: 391px;
}
@media screen and (max-width: 768px) {
  .map-section .container {
    gap: 26px;
  }
  .map-section .title {
    margin-bottom: 0 !important;
  }
  .map-section .note-left, .map-section .note-right {
    align-self: center;
    margin: 0;
  }
  .map-section .map {
    height: min-content;
  }
  .map-section .map svg {
    height: min-content;
  }
}

.our-company .ellipse {
  position: absolute;
  width: 162px;
  height: 162px;
  right: 0;
  top: 0;
  border-radius: 50%;
  background: rgba(255, 10, 114, 0.3);
  filter: blur(82px);
}
.our-company .events {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 64px;
}
.our-company .events .event {
  display: flex;
  column-gap: 64px;
  width: 944px;
}
@media screen and (max-width: 768px) {
  .our-company .events .event {
    height: 369px;
  }
}
.our-company .events .event .image {
  flex: 450px 0 0;
  max-width: 450px;
  overflow: hidden;
}
.our-company .events .event .image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  transform: scale(1.01);
  transform-origin: center center;
}
.our-company .events .event .info {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.our-company .events .event .info .title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.2px;
  margin-bottom: 32px;
  text-transform: capitalize;
  color: white;
}
.our-company .events .event .info .lead {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #757575;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .our-company .events .event {
    height: fit-content;
    width: 100%;
  }
  .our-company .events .event .image {
    max-width: none;
    margin-bottom: 16px;
  }
  .our-company .events .event .image img {
    max-height: 350px;
  }
  .our-company .events .event .info .title {
    margin: 0 0 16px !important;
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .our-company .events .event:nth-child(odd) .row {
    flex-direction: column-reverse;
  }
}

.clients-projects {
  padding-top: 80px;
}
.clients-projects .title-holder .title::before {
  background-image: url(../img/strok-ele-2.svg);
  width: 280px;
  z-index: 1;
  bottom: -50px;
  right: -8px;
}
@media screen and (max-width: 992px) {
  .clients-projects .title-holder .title::before {
    bottom: -60px;
  }
}
.clients-projects .title-holder .lead {
  margin-top: 8px;
}
.clients-projects .projects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: auto;
  gap: 64px 128px;
  width: 840px;
}
@media screen and (max-width: 992px) {
  .clients-projects .projects {
    width: 100%;
    gap: 64px;
  }
  .clients-projects .projects .project .title {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 576px) {
  .clients-projects .projects {
    gap: 32px;
  }
}
.clients-projects .projects a {
  transition: 0.3s ease-out;
  text-decoration: none;
}
.clients-projects .projects .project {
  margin: 0;
  transition: 0.3s ease-out;
}
.clients-projects .projects .project:hover .image {
  transform: scale(1.2);
  margin-bottom: 50px;
}
.clients-projects .projects .project .image {
  transition: inherit;
  overflow: hidden;
  box-shadow: 0 17px 73px rgba(230, 0, 100, 0.25);
  margin-bottom: 26px;
}
.clients-projects .projects .project .image img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  transform-origin: center center;
}
.clients-projects .projects .project .title {
  text-align: center;
  transition: inherit;
  font-family: "Inter", sans-serif;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .clients-projects .title {
    font-size: 28px !important;
  }
}

.our-work .pillars {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-items: center;
  align-items: flex-start;
  justify-content: center;
}
.our-work .pillars .pillar {
  flex-basis: calc(100% / 4 - 32px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}
.our-work .pillars .pillar .icon {
  background: #e60062;
  border-radius: 30px;
  width: 112.93px;
  height: 112.93px;
  display: grid;
  place-items: center;
  transition: 0.3s;
}
.our-work .pillars .pillar .icon svg {
  width: 70px;
}
.our-work .pillars .pillar .icon svg path {
  transition: 0.3s;
}
.our-work .pillars .pillar .icon:hover {
  background: white;
}
.our-work .pillars .pillar .icon:hover svg path {
  fill: #e60062;
}
.our-work .pillars .pillar .icon:hover.strk svg path {
  fill: white;
  stroke: #e60062;
}
.our-work .pillars .pillar .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .our-work .pillars {
    width: 100%;
    align-items: flex-start;
    justify-content: space-around;
    gap: 45px 25px;
  }
  .our-work .pillars .pillar {
    flex-basis: calc(100% / 2 - 64px);
  }
  .our-work .pillars .pillar .title {
    font-size: 24px !important;
    line-height: 29px !important;
  }
}
@media screen and (max-width: 768px) {
  .our-work .pillars {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .our-work .pillars {
    width: 100%;
  }
  .our-work .pillars .pillar .title {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 12px !important;
  }
}

.why-us, .headhunting .why-company, .webdev .why-company, .digital-marketing-service .why-company, .about-us .why-company, .our-projects .why-company, .blog-page .why-company, .single-project .why-company,
.single-post .why-company, .archive .why-company, .digital-marketing-projects .why-company, .contact-us .why-company, .headhunting .why-job, .webdev .why-job, .digital-marketing-service .why-job, .about-us .why-job, .our-projects .why-job, .blog-page .why-job, .single-project .why-job,
.single-post .why-job, .archive .why-job, .digital-marketing-projects .why-job, .contact-us .why-job {
  margin-bottom: 130px;
}
.why-us .ellipse, .headhunting .why-company .ellipse, .webdev .why-company .ellipse, .digital-marketing-service .why-company .ellipse, .about-us .why-company .ellipse, .our-projects .why-company .ellipse, .blog-page .why-company .ellipse, .single-project .why-company .ellipse,
.single-post .why-company .ellipse, .archive .why-company .ellipse, .digital-marketing-projects .why-company .ellipse, .contact-us .why-company .ellipse, .headhunting .why-job .ellipse, .webdev .why-job .ellipse, .digital-marketing-service .why-job .ellipse, .about-us .why-job .ellipse, .our-projects .why-job .ellipse, .blog-page .why-job .ellipse, .single-project .why-job .ellipse,
.single-post .why-job .ellipse, .archive .why-job .ellipse, .digital-marketing-projects .why-job .ellipse, .contact-us .why-job .ellipse {
  position: absolute;
  width: 119px;
  height: 119px;
  left: 30px;
  top: 320px;
  border-radius: 50%;
  z-index: -1;
  background: #FF509B;
  filter: blur(82px);
}
.why-us .content, .headhunting .why-company .content, .webdev .why-company .content, .digital-marketing-service .why-company .content, .about-us .why-company .content, .our-projects .why-company .content, .blog-page .why-company .content, .single-project .why-company .content,
.single-post .why-company .content, .archive .why-company .content, .digital-marketing-projects .why-company .content, .contact-us .why-company .content, .headhunting .why-job .content, .webdev .why-job .content, .digital-marketing-service .why-job .content, .about-us .why-job .content, .our-projects .why-job .content, .blog-page .why-job .content, .single-project .why-job .content,
.single-post .why-job .content, .archive .why-job .content, .digital-marketing-projects .why-job .content, .contact-us .why-job .content {
  display: flex;
  gap: 128px;
}
.why-us .content .frame, .headhunting .why-company .content .frame, .webdev .why-company .content .frame, .digital-marketing-service .why-company .content .frame, .about-us .why-company .content .frame, .our-projects .why-company .content .frame, .blog-page .why-company .content .frame, .single-project .why-company .content .frame,
.single-post .why-company .content .frame, .archive .why-company .content .frame, .digital-marketing-projects .why-company .content .frame, .contact-us .why-company .content .frame, .headhunting .why-job .content .frame, .webdev .why-job .content .frame, .digital-marketing-service .why-job .content .frame, .about-us .why-job .content .frame, .our-projects .why-job .content .frame, .blog-page .why-job .content .frame, .single-project .why-job .content .frame,
.single-post .why-job .content .frame, .archive .why-job .content .frame, .digital-marketing-projects .why-job .content .frame, .contact-us .why-job .content .frame {
  flex-basis: 55%;
}
.why-us .content .frame .image, .headhunting .why-company .content .frame .image, .webdev .why-company .content .frame .image, .digital-marketing-service .why-company .content .frame .image, .about-us .why-company .content .frame .image, .our-projects .why-company .content .frame .image, .blog-page .why-company .content .frame .image, .single-project .why-company .content .frame .image,
.single-post .why-company .content .frame .image, .archive .why-company .content .frame .image, .digital-marketing-projects .why-company .content .frame .image, .contact-us .why-company .content .frame .image, .headhunting .why-job .content .frame .image, .webdev .why-job .content .frame .image, .digital-marketing-service .why-job .content .frame .image, .about-us .why-job .content .frame .image, .our-projects .why-job .content .frame .image, .blog-page .why-job .content .frame .image, .single-project .why-job .content .frame .image,
.single-post .why-job .content .frame .image, .archive .why-job .content .frame .image, .digital-marketing-projects .why-job .content .frame .image, .contact-us .why-job .content .frame .image {
  margin-bottom: 42px;
  overflow: hidden;
}
.why-us .content .frame .image img, .headhunting .why-company .content .frame .image img, .webdev .why-company .content .frame .image img, .digital-marketing-service .why-company .content .frame .image img, .about-us .why-company .content .frame .image img, .our-projects .why-company .content .frame .image img, .blog-page .why-company .content .frame .image img, .single-project .why-company .content .frame .image img,
.single-post .why-company .content .frame .image img, .archive .why-company .content .frame .image img, .digital-marketing-projects .why-company .content .frame .image img, .contact-us .why-company .content .frame .image img, .headhunting .why-job .content .frame .image img, .webdev .why-job .content .frame .image img, .digital-marketing-service .why-job .content .frame .image img, .about-us .why-job .content .frame .image img, .our-projects .why-job .content .frame .image img, .blog-page .why-job .content .frame .image img, .single-project .why-job .content .frame .image img,
.single-post .why-job .content .frame .image img, .archive .why-job .content .frame .image img, .digital-marketing-projects .why-job .content .frame .image img, .contact-us .why-job .content .frame .image img {
  width: 100%;
  transform: scale(1.01);
  transform-origin: center center;
}
.why-us .content .frame .info, .headhunting .why-company .content .frame .info, .webdev .why-company .content .frame .info, .digital-marketing-service .why-company .content .frame .info, .about-us .why-company .content .frame .info, .our-projects .why-company .content .frame .info, .blog-page .why-company .content .frame .info, .single-project .why-company .content .frame .info,
.single-post .why-company .content .frame .info, .archive .why-company .content .frame .info, .digital-marketing-projects .why-company .content .frame .info, .contact-us .why-company .content .frame .info, .headhunting .why-job .content .frame .info, .webdev .why-job .content .frame .info, .digital-marketing-service .why-job .content .frame .info, .about-us .why-job .content .frame .info, .our-projects .why-job .content .frame .info, .blog-page .why-job .content .frame .info, .single-project .why-job .content .frame .info,
.single-post .why-job .content .frame .info, .archive .why-job .content .frame .info, .digital-marketing-projects .why-job .content .frame .info, .contact-us .why-job .content .frame .info {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: white;
}
.why-us .content .features, .headhunting .why-company .content .features, .webdev .why-company .content .features, .digital-marketing-service .why-company .content .features, .about-us .why-company .content .features, .our-projects .why-company .content .features, .blog-page .why-company .content .features, .single-project .why-company .content .features,
.single-post .why-company .content .features, .archive .why-company .content .features, .digital-marketing-projects .why-company .content .features, .contact-us .why-company .content .features, .headhunting .why-job .content .features, .webdev .why-job .content .features, .digital-marketing-service .why-job .content .features, .about-us .why-job .content .features, .our-projects .why-job .content .features, .blog-page .why-job .content .features, .single-project .why-job .content .features,
.single-post .why-job .content .features, .archive .why-job .content .features, .digital-marketing-projects .why-job .content .features, .contact-us .why-job .content .features {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.why-us .content .features .feature, .headhunting .why-company .content .features .feature, .webdev .why-company .content .features .feature, .digital-marketing-service .why-company .content .features .feature, .about-us .why-company .content .features .feature, .our-projects .why-company .content .features .feature, .blog-page .why-company .content .features .feature, .single-project .why-company .content .features .feature,
.single-post .why-company .content .features .feature, .archive .why-company .content .features .feature, .digital-marketing-projects .why-company .content .features .feature, .contact-us .why-company .content .features .feature, .headhunting .why-job .content .features .feature, .webdev .why-job .content .features .feature, .digital-marketing-service .why-job .content .features .feature, .about-us .why-job .content .features .feature, .our-projects .why-job .content .features .feature, .blog-page .why-job .content .features .feature, .single-project .why-job .content .features .feature,
.single-post .why-job .content .features .feature, .archive .why-job .content .features .feature, .digital-marketing-projects .why-job .content .features .feature, .contact-us .why-job .content .features .feature {
  display: flex;
  gap: 25px;
}
.why-us .content .features .feature .icon, .headhunting .why-company .content .features .feature .icon, .webdev .why-company .content .features .feature .icon, .digital-marketing-service .why-company .content .features .feature .icon, .about-us .why-company .content .features .feature .icon, .our-projects .why-company .content .features .feature .icon, .blog-page .why-company .content .features .feature .icon, .single-project .why-company .content .features .feature .icon,
.single-post .why-company .content .features .feature .icon, .archive .why-company .content .features .feature .icon, .digital-marketing-projects .why-company .content .features .feature .icon, .contact-us .why-company .content .features .feature .icon, .headhunting .why-job .content .features .feature .icon, .webdev .why-job .content .features .feature .icon, .digital-marketing-service .why-job .content .features .feature .icon, .about-us .why-job .content .features .feature .icon, .our-projects .why-job .content .features .feature .icon, .blog-page .why-job .content .features .feature .icon, .single-project .why-job .content .features .feature .icon,
.single-post .why-job .content .features .feature .icon, .archive .why-job .content .features .feature .icon, .digital-marketing-projects .why-job .content .features .feature .icon, .contact-us .why-job .content .features .feature .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: rgba(230, 0, 98, 0.2);
  border-radius: 10px;
  display: grid;
  place-items: center;
}
.why-us .content .features .feature .icon img, .headhunting .why-company .content .features .feature .icon img, .webdev .why-company .content .features .feature .icon img, .digital-marketing-service .why-company .content .features .feature .icon img, .about-us .why-company .content .features .feature .icon img, .our-projects .why-company .content .features .feature .icon img, .blog-page .why-company .content .features .feature .icon img, .single-project .why-company .content .features .feature .icon img,
.single-post .why-company .content .features .feature .icon img, .archive .why-company .content .features .feature .icon img, .digital-marketing-projects .why-company .content .features .feature .icon img, .contact-us .why-company .content .features .feature .icon img, .headhunting .why-job .content .features .feature .icon img, .webdev .why-job .content .features .feature .icon img, .digital-marketing-service .why-job .content .features .feature .icon img, .about-us .why-job .content .features .feature .icon img, .our-projects .why-job .content .features .feature .icon img, .blog-page .why-job .content .features .feature .icon img, .single-project .why-job .content .features .feature .icon img,
.single-post .why-job .content .features .feature .icon img, .archive .why-job .content .features .feature .icon img, .digital-marketing-projects .why-job .content .features .feature .icon img, .contact-us .why-job .content .features .feature .icon img {
  width: 35px;
}
.why-us .content .features .feature .info, .headhunting .why-company .content .features .feature .info, .webdev .why-company .content .features .feature .info, .digital-marketing-service .why-company .content .features .feature .info, .about-us .why-company .content .features .feature .info, .our-projects .why-company .content .features .feature .info, .blog-page .why-company .content .features .feature .info, .single-project .why-company .content .features .feature .info,
.single-post .why-company .content .features .feature .info, .archive .why-company .content .features .feature .info, .digital-marketing-projects .why-company .content .features .feature .info, .contact-us .why-company .content .features .feature .info, .headhunting .why-job .content .features .feature .info, .webdev .why-job .content .features .feature .info, .digital-marketing-service .why-job .content .features .feature .info, .about-us .why-job .content .features .feature .info, .our-projects .why-job .content .features .feature .info, .blog-page .why-job .content .features .feature .info, .single-project .why-job .content .features .feature .info,
.single-post .why-job .content .features .feature .info, .archive .why-job .content .features .feature .info, .digital-marketing-projects .why-job .content .features .feature .info, .contact-us .why-job .content .features .feature .info {
  margin-bottom: 16px;
}
.why-us .content .features .feature .info .title, .headhunting .why-company .content .features .feature .info .title, .webdev .why-company .content .features .feature .info .title, .digital-marketing-service .why-company .content .features .feature .info .title, .about-us .why-company .content .features .feature .info .title, .our-projects .why-company .content .features .feature .info .title, .blog-page .why-company .content .features .feature .info .title, .single-project .why-company .content .features .feature .info .title,
.single-post .why-company .content .features .feature .info .title, .archive .why-company .content .features .feature .info .title, .digital-marketing-projects .why-company .content .features .feature .info .title, .contact-us .why-company .content .features .feature .info .title, .headhunting .why-job .content .features .feature .info .title, .webdev .why-job .content .features .feature .info .title, .digital-marketing-service .why-job .content .features .feature .info .title, .about-us .why-job .content .features .feature .info .title, .our-projects .why-job .content .features .feature .info .title, .blog-page .why-job .content .features .feature .info .title, .single-project .why-job .content .features .feature .info .title,
.single-post .why-job .content .features .feature .info .title, .archive .why-job .content .features .feature .info .title, .digital-marketing-projects .why-job .content .features .feature .info .title, .contact-us .why-job .content .features .feature .info .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.why-us .content .features .feature .info .lead, .headhunting .why-company .content .features .feature .info .lead, .webdev .why-company .content .features .feature .info .lead, .digital-marketing-service .why-company .content .features .feature .info .lead, .about-us .why-company .content .features .feature .info .lead, .our-projects .why-company .content .features .feature .info .lead, .blog-page .why-company .content .features .feature .info .lead, .single-project .why-company .content .features .feature .info .lead,
.single-post .why-company .content .features .feature .info .lead, .archive .why-company .content .features .feature .info .lead, .digital-marketing-projects .why-company .content .features .feature .info .lead, .contact-us .why-company .content .features .feature .info .lead, .headhunting .why-job .content .features .feature .info .lead, .webdev .why-job .content .features .feature .info .lead, .digital-marketing-service .why-job .content .features .feature .info .lead, .about-us .why-job .content .features .feature .info .lead, .our-projects .why-job .content .features .feature .info .lead, .blog-page .why-job .content .features .feature .info .lead, .single-project .why-job .content .features .feature .info .lead,
.single-post .why-job .content .features .feature .info .lead, .archive .why-job .content .features .feature .info .lead, .digital-marketing-projects .why-job .content .features .feature .info .lead, .contact-us .why-job .content .features .feature .info .lead {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #757575;
}
@media screen and (max-width: 576px) {
  .why-us .title-holder, .headhunting .why-company .title-holder, .webdev .why-company .title-holder, .digital-marketing-service .why-company .title-holder, .about-us .why-company .title-holder, .our-projects .why-company .title-holder, .blog-page .why-company .title-holder, .single-project .why-company .title-holder,
.single-post .why-company .title-holder, .archive .why-company .title-holder, .digital-marketing-projects .why-company .title-holder, .contact-us .why-company .title-holder, .headhunting .why-job .title-holder, .webdev .why-job .title-holder, .digital-marketing-service .why-job .title-holder, .about-us .why-job .title-holder, .our-projects .why-job .title-holder, .blog-page .why-job .title-holder, .single-project .why-job .title-holder,
.single-post .why-job .title-holder, .archive .why-job .title-holder, .digital-marketing-projects .why-job .title-holder, .contact-us .why-job .title-holder {
    margin-bottom: 0;
  }
  .why-us .features, .headhunting .why-company .features, .webdev .why-company .features, .digital-marketing-service .why-company .features, .about-us .why-company .features, .our-projects .why-company .features, .blog-page .why-company .features, .single-project .why-company .features,
.single-post .why-company .features, .archive .why-company .features, .digital-marketing-projects .why-company .features, .contact-us .why-company .features, .headhunting .why-job .features, .webdev .why-job .features, .digital-marketing-service .why-job .features, .about-us .why-job .features, .our-projects .why-job .features, .blog-page .why-job .features, .single-project .why-job .features,
.single-post .why-job .features, .archive .why-job .features, .digital-marketing-projects .why-job .features, .contact-us .why-job .features {
    align-items: center;
  }
  .why-us .features .icon, .headhunting .why-company .features .icon, .webdev .why-company .features .icon, .digital-marketing-service .why-company .features .icon, .about-us .why-company .features .icon, .our-projects .why-company .features .icon, .blog-page .why-company .features .icon, .single-project .why-company .features .icon,
.single-post .why-company .features .icon, .archive .why-company .features .icon, .digital-marketing-projects .why-company .features .icon, .contact-us .why-company .features .icon, .headhunting .why-job .features .icon, .webdev .why-job .features .icon, .digital-marketing-service .why-job .features .icon, .about-us .why-job .features .icon, .our-projects .why-job .features .icon, .blog-page .why-job .features .icon, .single-project .why-job .features .icon,
.single-post .why-job .features .icon, .archive .why-job .features .icon, .digital-marketing-projects .why-job .features .icon, .contact-us .why-job .features .icon {
    width: 110px;
    height: 110px;
  }
  .why-us .features .icon img, .headhunting .why-company .features .icon img, .webdev .why-company .features .icon img, .digital-marketing-service .why-company .features .icon img, .about-us .why-company .features .icon img, .our-projects .why-company .features .icon img, .blog-page .why-company .features .icon img, .single-project .why-company .features .icon img,
.single-post .why-company .features .icon img, .archive .why-company .features .icon img, .digital-marketing-projects .why-company .features .icon img, .contact-us .why-company .features .icon img, .headhunting .why-job .features .icon img, .webdev .why-job .features .icon img, .digital-marketing-service .why-job .features .icon img, .about-us .why-job .features .icon img, .our-projects .why-job .features .icon img, .blog-page .why-job .features .icon img, .single-project .why-job .features .icon img,
.single-post .why-job .features .icon img, .archive .why-job .features .icon img, .digital-marketing-projects .why-job .features .icon img, .contact-us .why-job .features .icon img {
    width: 65px;
  }
  .why-us .features .info, .headhunting .why-company .features .info, .webdev .why-company .features .info, .digital-marketing-service .why-company .features .info, .about-us .why-company .features .info, .our-projects .why-company .features .info, .blog-page .why-company .features .info, .single-project .why-company .features .info,
.single-post .why-company .features .info, .archive .why-company .features .info, .digital-marketing-projects .why-company .features .info, .contact-us .why-company .features .info, .headhunting .why-job .features .info, .webdev .why-job .features .info, .digital-marketing-service .why-job .features .info, .about-us .why-job .features .info, .our-projects .why-job .features .info, .blog-page .why-job .features .info, .single-project .why-job .features .info,
.single-post .why-job .features .info, .archive .why-job .features .info, .digital-marketing-projects .why-job .features .info, .contact-us .why-job .features .info {
    margin-bottom: 16px;
  }
  .why-us .features .info .title, .headhunting .why-company .features .info .title, .webdev .why-company .features .info .title, .digital-marketing-service .why-company .features .info .title, .about-us .why-company .features .info .title, .our-projects .why-company .features .info .title, .blog-page .why-company .features .info .title, .single-project .why-company .features .info .title,
.single-post .why-company .features .info .title, .archive .why-company .features .info .title, .digital-marketing-projects .why-company .features .info .title, .contact-us .why-company .features .info .title, .headhunting .why-job .features .info .title, .webdev .why-job .features .info .title, .digital-marketing-service .why-job .features .info .title, .about-us .why-job .features .info .title, .our-projects .why-job .features .info .title, .blog-page .why-job .features .info .title, .single-project .why-job .features .info .title,
.single-post .why-job .features .info .title, .archive .why-job .features .info .title, .digital-marketing-projects .why-job .features .info .title, .contact-us .why-job .features .info .title {
    font-size: 38px !important;
    line-height: 45px !important;
    margin: 0 0 12px !important;
  }
}

.our-team {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 190px;
  margin-top: 0px;
}
.our-team .special-title {
  width: max-content;
  top: -100px;
  z-index: 3;
}
.our-team .title-holder {
  z-index: 3;
  position: relative;
}
.our-team .ellipse-1 {
  position: absolute;
  width: 162px;
  height: 162px;
  left: 62%;
  z-index: 3;
  border-radius: 50%;
  top: 70px;
  background: rgba(255, 10, 114, 0.3);
  filter: blur(82px);
}
.our-team .ellipse-2 {
  position: absolute;
  width: 119px;
  height: 119px;
  left: 4px;
  background: #FF509B;
  filter: blur(82px);
  top: 740px;
  z-index: 3;
}
.our-team .slider {
  display: flex;
}
.our-team .slider .card {
  margin: 0 32px;
  min-width: 422px;
  overflow: hidden;
  border: none;
  border-radius: 0;
  text-align: center;
}
.our-team .slider .card img {
  transform: scale(1.01);
  transform-origin: center center;
  width: 100%;
}
.our-team .slider .card .info {
  padding: 8px;
  height: 145px;
  margin-top: -145px;
  position: relative;
  background: white;
}
.our-team .slider .card .info .name {
  color: black;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
.our-team .slider .card .info .job-title {
  margin-bottom: 10px;
  color: #e60062;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
.our-team .cicle {
  z-index: 2;
  width: 172vw;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-42%);
  height: 554px;
  border-radius: 50%;
  background: black;
}
.our-team .cicle.cicle-top {
  top: 40px;
  left: 50%;
  height: 360px;
  transform: translateX(-50%) translateY(-19%);
  box-shadow: 0px 36px 66px rgba(230, 0, 98, 0.25);
}
@media screen and (max-width: 992px) {
  .our-team .cicle {
    transform: translateX(-50%) translateY(-44%);
  }
}

.redy-for-project, .headhunting .ready-for-hiring, .webdev .ready-for-hiring, .digital-marketing-service .ready-for-hiring, .about-us .ready-for-hiring, .our-projects .ready-for-hiring, .blog-page .ready-for-hiring, .single-project .ready-for-hiring,
.single-post .ready-for-hiring, .archive .ready-for-hiring, .digital-marketing-projects .ready-for-hiring, .contact-us .ready-for-hiring {
  margin-top: 0;
  padding: 30px 0 70px;
}
.redy-for-project .container, .headhunting .ready-for-hiring .container, .webdev .ready-for-hiring .container, .digital-marketing-service .ready-for-hiring .container, .about-us .ready-for-hiring .container, .our-projects .ready-for-hiring .container, .blog-page .ready-for-hiring .container, .single-project .ready-for-hiring .container,
.single-post .ready-for-hiring .container, .archive .ready-for-hiring .container, .digital-marketing-projects .ready-for-hiring .container, .contact-us .ready-for-hiring .container {
  position: relative;
}
.redy-for-project .bg, .headhunting .ready-for-hiring .bg, .webdev .ready-for-hiring .bg, .digital-marketing-service .ready-for-hiring .bg, .about-us .ready-for-hiring .bg, .our-projects .ready-for-hiring .bg, .blog-page .ready-for-hiring .bg, .single-project .ready-for-hiring .bg,
.single-post .ready-for-hiring .bg, .archive .ready-for-hiring .bg, .digital-marketing-projects .ready-for-hiring .bg, .contact-us .ready-for-hiring .bg {
  position: absolute;
  right: 0;
  top: -21px;
}
.redy-for-project .content, .headhunting .ready-for-hiring .content, .webdev .ready-for-hiring .content, .digital-marketing-service .ready-for-hiring .content, .about-us .ready-for-hiring .content, .our-projects .ready-for-hiring .content, .blog-page .ready-for-hiring .content, .single-project .ready-for-hiring .content,
.single-post .ready-for-hiring .content, .archive .ready-for-hiring .content, .digital-marketing-projects .ready-for-hiring .content, .contact-us .ready-for-hiring .content {
  display: flex;
  position: relative;
  padding: 80px 64px;
  gap: 112px;
}
.redy-for-project .content .image, .headhunting .ready-for-hiring .content .image, .webdev .ready-for-hiring .content .image, .digital-marketing-service .ready-for-hiring .content .image, .about-us .ready-for-hiring .content .image, .our-projects .ready-for-hiring .content .image, .blog-page .ready-for-hiring .content .image, .single-project .ready-for-hiring .content .image,
.single-post .ready-for-hiring .content .image, .archive .ready-for-hiring .content .image, .digital-marketing-projects .ready-for-hiring .content .image, .contact-us .ready-for-hiring .content .image {
  flex: 50% 0 0;
  max-width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
.redy-for-project .content .image img, .headhunting .ready-for-hiring .content .image img, .webdev .ready-for-hiring .content .image img, .digital-marketing-service .ready-for-hiring .content .image img, .about-us .ready-for-hiring .content .image img, .our-projects .ready-for-hiring .content .image img, .blog-page .ready-for-hiring .content .image img, .single-project .ready-for-hiring .content .image img,
.single-post .ready-for-hiring .content .image img, .archive .ready-for-hiring .content .image img, .digital-marketing-projects .ready-for-hiring .content .image img, .contact-us .ready-for-hiring .content .image img {
  transform: scale(1.01);
  transform-origin: center center;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.redy-for-project .content .info, .headhunting .ready-for-hiring .content .info, .webdev .ready-for-hiring .content .info, .digital-marketing-service .ready-for-hiring .content .info, .about-us .ready-for-hiring .content .info, .our-projects .ready-for-hiring .content .info, .blog-page .ready-for-hiring .content .info, .single-project .ready-for-hiring .content .info,
.single-post .ready-for-hiring .content .info, .archive .ready-for-hiring .content .info, .digital-marketing-projects .ready-for-hiring .content .info, .contact-us .ready-for-hiring .content .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.redy-for-project .content .info .title, .headhunting .ready-for-hiring .content .info .title, .webdev .ready-for-hiring .content .info .title, .digital-marketing-service .ready-for-hiring .content .info .title, .about-us .ready-for-hiring .content .info .title, .our-projects .ready-for-hiring .content .info .title, .blog-page .ready-for-hiring .content .info .title, .single-project .ready-for-hiring .content .info .title,
.single-post .ready-for-hiring .content .info .title, .archive .ready-for-hiring .content .info .title, .digital-marketing-projects .ready-for-hiring .content .info .title, .contact-us .ready-for-hiring .content .info .title {
  font-weight: 700;
  line-height: 87px;
  color: white;
  margin-bottom: 16px;
}
.redy-for-project .content .info .lead, .headhunting .ready-for-hiring .content .info .lead, .webdev .ready-for-hiring .content .info .lead, .digital-marketing-service .ready-for-hiring .content .info .lead, .about-us .ready-for-hiring .content .info .lead, .our-projects .ready-for-hiring .content .info .lead, .blog-page .ready-for-hiring .content .info .lead, .single-project .ready-for-hiring .content .info .lead,
.single-post .ready-for-hiring .content .info .lead, .archive .ready-for-hiring .content .info .lead, .digital-marketing-projects .ready-for-hiring .content .info .lead, .contact-us .ready-for-hiring .content .info .lead {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #757575;
  margin-bottom: 50px;
}
.redy-for-project .content .info .btn, .headhunting .ready-for-hiring .content .info .btn, .webdev .ready-for-hiring .content .info .btn, .digital-marketing-service .ready-for-hiring .content .info .btn, .about-us .ready-for-hiring .content .info .btn, .our-projects .ready-for-hiring .content .info .btn, .blog-page .ready-for-hiring .content .info .btn, .single-project .ready-for-hiring .content .info .btn,
.single-post .ready-for-hiring .content .info .btn, .archive .ready-for-hiring .content .info .btn, .digital-marketing-projects .ready-for-hiring .content .info .btn, .contact-us .ready-for-hiring .content .info .btn, .redy-for-project .content .info .wpcf7 input[type=submit], .headhunting .ready-for-hiring .content .info .wpcf7 input[type=submit], .webdev .ready-for-hiring .content .info .wpcf7 input[type=submit], .digital-marketing-service .ready-for-hiring .content .info .wpcf7 input[type=submit], .about-us .ready-for-hiring .content .info .wpcf7 input[type=submit], .our-projects .ready-for-hiring .content .info .wpcf7 input[type=submit], .blog-page .ready-for-hiring .content .info .wpcf7 input[type=submit], .single-project .ready-for-hiring .content .info .wpcf7 input[type=submit],
.single-post .ready-for-hiring .content .info .wpcf7 input[type=submit], .archive .ready-for-hiring .content .info .wpcf7 input[type=submit], .digital-marketing-projects .ready-for-hiring .content .info .wpcf7 input[type=submit], .contact-us .ready-for-hiring .content .info .wpcf7 input[type=submit], .wpcf7 .redy-for-project .content .info input[type=submit], .wpcf7 .headhunting .ready-for-hiring .content .info input[type=submit], .wpcf7 .webdev .ready-for-hiring .content .info input[type=submit], .wpcf7 .digital-marketing-service .ready-for-hiring .content .info input[type=submit], .wpcf7 .about-us .ready-for-hiring .content .info input[type=submit], .wpcf7 .our-projects .ready-for-hiring .content .info input[type=submit], .wpcf7 .blog-page .ready-for-hiring .content .info input[type=submit], .wpcf7 .single-project .ready-for-hiring .content .info input[type=submit],
.wpcf7 .single-post .ready-for-hiring .content .info input[type=submit], .wpcf7 .archive .ready-for-hiring .content .info input[type=submit], .wpcf7 .digital-marketing-projects .ready-for-hiring .content .info input[type=submit], .wpcf7 .contact-us .ready-for-hiring .content .info input[type=submit], .headhunting .wpcf7 .ready-for-hiring .content .info input[type=submit], .webdev .wpcf7 .ready-for-hiring .content .info input[type=submit], .digital-marketing-service .wpcf7 .ready-for-hiring .content .info input[type=submit], .about-us .wpcf7 .ready-for-hiring .content .info input[type=submit], .our-projects .wpcf7 .ready-for-hiring .content .info input[type=submit], .blog-page .wpcf7 .ready-for-hiring .content .info input[type=submit], .single-project .wpcf7 .ready-for-hiring .content .info input[type=submit],
.single-post .wpcf7 .ready-for-hiring .content .info input[type=submit], .archive .wpcf7 .ready-for-hiring .content .info input[type=submit], .digital-marketing-projects .wpcf7 .ready-for-hiring .content .info input[type=submit], .contact-us .wpcf7 .ready-for-hiring .content .info input[type=submit], .redy-for-project .content .info .woocommerce-notices-wrapper .woocommerce-message a.button, .headhunting .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button, .webdev .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .redy-for-project .content .info a.button, .woocommerce-notices-wrapper .woocommerce-message .headhunting .ready-for-hiring .content .info a.button, .woocommerce-notices-wrapper .woocommerce-message .webdev .ready-for-hiring .content .info a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .ready-for-hiring .content .info a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .ready-for-hiring .content .info a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .ready-for-hiring .content .info a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .ready-for-hiring .content .info a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .ready-for-hiring .content .info a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .ready-for-hiring .content .info a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .ready-for-hiring .content .info a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .ready-for-hiring .content .info a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .ready-for-hiring .content .info a.button, .headhunting .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button, .webdev .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button, .digital-marketing-service .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button, .about-us .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button, .our-projects .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button, .blog-page .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button, .single-project .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button,
.single-post .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button, .archive .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button, .digital-marketing-projects .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button, .contact-us .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button, .redy-for-project .content .info .woocommerce-info a.button, .headhunting .ready-for-hiring .content .info .woocommerce-info a.button, .webdev .ready-for-hiring .content .info .woocommerce-info a.button, .digital-marketing-service .ready-for-hiring .content .info .woocommerce-info a.button, .about-us .ready-for-hiring .content .info .woocommerce-info a.button, .our-projects .ready-for-hiring .content .info .woocommerce-info a.button, .blog-page .ready-for-hiring .content .info .woocommerce-info a.button, .single-project .ready-for-hiring .content .info .woocommerce-info a.button,
.single-post .ready-for-hiring .content .info .woocommerce-info a.button, .archive .ready-for-hiring .content .info .woocommerce-info a.button, .digital-marketing-projects .ready-for-hiring .content .info .woocommerce-info a.button, .contact-us .ready-for-hiring .content .info .woocommerce-info a.button, .woocommerce-info .redy-for-project .content .info a.button, .woocommerce-info .headhunting .ready-for-hiring .content .info a.button, .woocommerce-info .webdev .ready-for-hiring .content .info a.button, .woocommerce-info .digital-marketing-service .ready-for-hiring .content .info a.button, .woocommerce-info .about-us .ready-for-hiring .content .info a.button, .woocommerce-info .our-projects .ready-for-hiring .content .info a.button, .woocommerce-info .blog-page .ready-for-hiring .content .info a.button, .woocommerce-info .single-project .ready-for-hiring .content .info a.button,
.woocommerce-info .single-post .ready-for-hiring .content .info a.button, .woocommerce-info .archive .ready-for-hiring .content .info a.button, .woocommerce-info .digital-marketing-projects .ready-for-hiring .content .info a.button, .woocommerce-info .contact-us .ready-for-hiring .content .info a.button, .headhunting .woocommerce-info .ready-for-hiring .content .info a.button, .webdev .woocommerce-info .ready-for-hiring .content .info a.button, .digital-marketing-service .woocommerce-info .ready-for-hiring .content .info a.button, .about-us .woocommerce-info .ready-for-hiring .content .info a.button, .our-projects .woocommerce-info .ready-for-hiring .content .info a.button, .blog-page .woocommerce-info .ready-for-hiring .content .info a.button, .single-project .woocommerce-info .ready-for-hiring .content .info a.button,
.single-post .woocommerce-info .ready-for-hiring .content .info a.button, .archive .woocommerce-info .ready-for-hiring .content .info a.button, .digital-marketing-projects .woocommerce-info .ready-for-hiring .content .info a.button, .contact-us .woocommerce-info .ready-for-hiring .content .info a.button {
  width: max-content;
  transform-origin: left;
  margin-top: 0;
}
.redy-for-project .content .info .btn:hover, .headhunting .ready-for-hiring .content .info .btn:hover, .webdev .ready-for-hiring .content .info .btn:hover, .digital-marketing-service .ready-for-hiring .content .info .btn:hover, .about-us .ready-for-hiring .content .info .btn:hover, .our-projects .ready-for-hiring .content .info .btn:hover, .blog-page .ready-for-hiring .content .info .btn:hover, .single-project .ready-for-hiring .content .info .btn:hover,
.single-post .ready-for-hiring .content .info .btn:hover, .archive .ready-for-hiring .content .info .btn:hover, .digital-marketing-projects .ready-for-hiring .content .info .btn:hover, .contact-us .ready-for-hiring .content .info .btn:hover, .redy-for-project .content .info .wpcf7 input[type=submit]:hover, .headhunting .ready-for-hiring .content .info .wpcf7 input[type=submit]:hover, .webdev .ready-for-hiring .content .info .wpcf7 input[type=submit]:hover, .digital-marketing-service .ready-for-hiring .content .info .wpcf7 input[type=submit]:hover, .about-us .ready-for-hiring .content .info .wpcf7 input[type=submit]:hover, .our-projects .ready-for-hiring .content .info .wpcf7 input[type=submit]:hover, .blog-page .ready-for-hiring .content .info .wpcf7 input[type=submit]:hover, .single-project .ready-for-hiring .content .info .wpcf7 input[type=submit]:hover,
.single-post .ready-for-hiring .content .info .wpcf7 input[type=submit]:hover, .archive .ready-for-hiring .content .info .wpcf7 input[type=submit]:hover, .digital-marketing-projects .ready-for-hiring .content .info .wpcf7 input[type=submit]:hover, .contact-us .ready-for-hiring .content .info .wpcf7 input[type=submit]:hover, .wpcf7 .redy-for-project .content .info input[type=submit]:hover, .wpcf7 .headhunting .ready-for-hiring .content .info input[type=submit]:hover, .wpcf7 .webdev .ready-for-hiring .content .info input[type=submit]:hover, .wpcf7 .digital-marketing-service .ready-for-hiring .content .info input[type=submit]:hover, .wpcf7 .about-us .ready-for-hiring .content .info input[type=submit]:hover, .wpcf7 .our-projects .ready-for-hiring .content .info input[type=submit]:hover, .wpcf7 .blog-page .ready-for-hiring .content .info input[type=submit]:hover, .wpcf7 .single-project .ready-for-hiring .content .info input[type=submit]:hover,
.wpcf7 .single-post .ready-for-hiring .content .info input[type=submit]:hover, .wpcf7 .archive .ready-for-hiring .content .info input[type=submit]:hover, .wpcf7 .digital-marketing-projects .ready-for-hiring .content .info input[type=submit]:hover, .wpcf7 .contact-us .ready-for-hiring .content .info input[type=submit]:hover, .headhunting .wpcf7 .ready-for-hiring .content .info input[type=submit]:hover, .webdev .wpcf7 .ready-for-hiring .content .info input[type=submit]:hover, .digital-marketing-service .wpcf7 .ready-for-hiring .content .info input[type=submit]:hover, .about-us .wpcf7 .ready-for-hiring .content .info input[type=submit]:hover, .our-projects .wpcf7 .ready-for-hiring .content .info input[type=submit]:hover, .blog-page .wpcf7 .ready-for-hiring .content .info input[type=submit]:hover, .single-project .wpcf7 .ready-for-hiring .content .info input[type=submit]:hover,
.single-post .wpcf7 .ready-for-hiring .content .info input[type=submit]:hover, .archive .wpcf7 .ready-for-hiring .content .info input[type=submit]:hover, .digital-marketing-projects .wpcf7 .ready-for-hiring .content .info input[type=submit]:hover, .contact-us .wpcf7 .ready-for-hiring .content .info input[type=submit]:hover, .redy-for-project .content .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .headhunting .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .webdev .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .digital-marketing-service .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .about-us .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .our-projects .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .blog-page .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .single-project .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover,
.single-post .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .archive .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .digital-marketing-projects .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .contact-us .ready-for-hiring .content .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .redy-for-project .content .info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .headhunting .ready-for-hiring .content .info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .webdev .ready-for-hiring .content .info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .ready-for-hiring .content .info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .about-us .ready-for-hiring .content .info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .our-projects .ready-for-hiring .content .info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .blog-page .ready-for-hiring .content .info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .single-project .ready-for-hiring .content .info a.button:hover,
.woocommerce-notices-wrapper .woocommerce-message .single-post .ready-for-hiring .content .info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .archive .ready-for-hiring .content .info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .ready-for-hiring .content .info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .contact-us .ready-for-hiring .content .info a.button:hover, .headhunting .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button:hover, .webdev .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button:hover, .digital-marketing-service .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button:hover, .about-us .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button:hover, .our-projects .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button:hover, .blog-page .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button:hover, .single-project .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button:hover,
.single-post .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button:hover, .archive .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button:hover, .digital-marketing-projects .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button:hover, .contact-us .woocommerce-notices-wrapper .woocommerce-message .ready-for-hiring .content .info a.button:hover, .redy-for-project .content .info .woocommerce-info a.button:hover, .headhunting .ready-for-hiring .content .info .woocommerce-info a.button:hover, .webdev .ready-for-hiring .content .info .woocommerce-info a.button:hover, .digital-marketing-service .ready-for-hiring .content .info .woocommerce-info a.button:hover, .about-us .ready-for-hiring .content .info .woocommerce-info a.button:hover, .our-projects .ready-for-hiring .content .info .woocommerce-info a.button:hover, .blog-page .ready-for-hiring .content .info .woocommerce-info a.button:hover, .single-project .ready-for-hiring .content .info .woocommerce-info a.button:hover,
.single-post .ready-for-hiring .content .info .woocommerce-info a.button:hover, .archive .ready-for-hiring .content .info .woocommerce-info a.button:hover, .digital-marketing-projects .ready-for-hiring .content .info .woocommerce-info a.button:hover, .contact-us .ready-for-hiring .content .info .woocommerce-info a.button:hover, .woocommerce-info .redy-for-project .content .info a.button:hover, .woocommerce-info .headhunting .ready-for-hiring .content .info a.button:hover, .woocommerce-info .webdev .ready-for-hiring .content .info a.button:hover, .woocommerce-info .digital-marketing-service .ready-for-hiring .content .info a.button:hover, .woocommerce-info .about-us .ready-for-hiring .content .info a.button:hover, .woocommerce-info .our-projects .ready-for-hiring .content .info a.button:hover, .woocommerce-info .blog-page .ready-for-hiring .content .info a.button:hover, .woocommerce-info .single-project .ready-for-hiring .content .info a.button:hover,
.woocommerce-info .single-post .ready-for-hiring .content .info a.button:hover, .woocommerce-info .archive .ready-for-hiring .content .info a.button:hover, .woocommerce-info .digital-marketing-projects .ready-for-hiring .content .info a.button:hover, .woocommerce-info .contact-us .ready-for-hiring .content .info a.button:hover, .headhunting .woocommerce-info .ready-for-hiring .content .info a.button:hover, .webdev .woocommerce-info .ready-for-hiring .content .info a.button:hover, .digital-marketing-service .woocommerce-info .ready-for-hiring .content .info a.button:hover, .about-us .woocommerce-info .ready-for-hiring .content .info a.button:hover, .our-projects .woocommerce-info .ready-for-hiring .content .info a.button:hover, .blog-page .woocommerce-info .ready-for-hiring .content .info a.button:hover, .single-project .woocommerce-info .ready-for-hiring .content .info a.button:hover,
.single-post .woocommerce-info .ready-for-hiring .content .info a.button:hover, .archive .woocommerce-info .ready-for-hiring .content .info a.button:hover, .digital-marketing-projects .woocommerce-info .ready-for-hiring .content .info a.button:hover, .contact-us .woocommerce-info .ready-for-hiring .content .info a.button:hover {
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  .redy-for-project .content, .headhunting .ready-for-hiring .content, .webdev .ready-for-hiring .content, .digital-marketing-service .ready-for-hiring .content, .about-us .ready-for-hiring .content, .our-projects .ready-for-hiring .content, .blog-page .ready-for-hiring .content, .single-project .ready-for-hiring .content,
.single-post .ready-for-hiring .content, .archive .ready-for-hiring .content, .digital-marketing-projects .ready-for-hiring .content, .contact-us .ready-for-hiring .content {
    flex-direction: column;
    margin-top: 50px;
    padding: 0;
    gap: 30px;
  }
  .redy-for-project .content .image, .headhunting .ready-for-hiring .content .image, .webdev .ready-for-hiring .content .image, .digital-marketing-service .ready-for-hiring .content .image, .about-us .ready-for-hiring .content .image, .our-projects .ready-for-hiring .content .image, .blog-page .ready-for-hiring .content .image, .single-project .ready-for-hiring .content .image,
.single-post .ready-for-hiring .content .image, .archive .ready-for-hiring .content .image, .digital-marketing-projects .ready-for-hiring .content .image, .contact-us .ready-for-hiring .content .image {
    order: 1;
    margin: 0 auto 16px;
    height: fit-content;
    text-align: center;
  }
  .redy-for-project .content .info, .headhunting .ready-for-hiring .content .info, .webdev .ready-for-hiring .content .info, .digital-marketing-service .ready-for-hiring .content .info, .about-us .ready-for-hiring .content .info, .our-projects .ready-for-hiring .content .info, .blog-page .ready-for-hiring .content .info, .single-project .ready-for-hiring .content .info,
.single-post .ready-for-hiring .content .info, .archive .ready-for-hiring .content .info, .digital-marketing-projects .ready-for-hiring .content .info, .contact-us .ready-for-hiring .content .info {
    align-items: center;
    order: 2;
    text-align: center;
  }
  .redy-for-project .content .info .title, .headhunting .ready-for-hiring .content .info .title, .webdev .ready-for-hiring .content .info .title, .digital-marketing-service .ready-for-hiring .content .info .title, .about-us .ready-for-hiring .content .info .title, .our-projects .ready-for-hiring .content .info .title, .blog-page .ready-for-hiring .content .info .title, .single-project .ready-for-hiring .content .info .title,
.single-post .ready-for-hiring .content .info .title, .archive .ready-for-hiring .content .info .title, .digital-marketing-projects .ready-for-hiring .content .info .title, .contact-us .ready-for-hiring .content .info .title {
    margin-bottom: 12px !important;
  }
}

.latest-blog .title-holder {
  margin-bottom: 30px;
  display: block;
  text-align: left;
}
.latest-blog .title-holder .title::before {
  all: unset;
}
.latest-blog .title-holder .title span {
  color: #e60062;
}
.latest-blog .title-holder .lead {
  width: auto;
  font-family: "Open Sans";
  text-transform: none;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #D2DCF0;
}
.latest-blog .blogs {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.latest-blog .blogs .blog {
  display: flex;
  gap: 127px;
  justify-content: space-between;
  align-items: center;
}
.latest-blog .blogs .blog .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  color: #D2DCF0;
}
.latest-blog .blogs .blog .info {
  font-weight: 400;
  color: #8C93A4;
}
.latest-blog .blogs .blog .info .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.latest-blog .blogs .blog .info .lead {
  font-size: 18px;
  line-height: 30px;
}
.latest-blog .blogs .blog .info .btn, .latest-blog .blogs .blog .info .wpcf7 input[type=submit], .wpcf7 .latest-blog .blogs .blog .info input[type=submit], .latest-blog .blogs .blog .info .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .latest-blog .blogs .blog .info a.button, .latest-blog .blogs .blog .info .woocommerce-info a.button, .woocommerce-info .latest-blog .blogs .blog .info a.button {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding: 0;
  margin: initial;
  background: transparent;
  color: #D2DCF0;
  transition: 0.3s ease-out;
  overflow: hidden;
}
.latest-blog .blogs .blog .info .btn:hover, .latest-blog .blogs .blog .info .wpcf7 input[type=submit]:hover, .wpcf7 .latest-blog .blogs .blog .info input[type=submit]:hover, .latest-blog .blogs .blog .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .latest-blog .blogs .blog .info a.button:hover, .latest-blog .blogs .blog .info .woocommerce-info a.button:hover, .woocommerce-info .latest-blog .blogs .blog .info a.button:hover {
  transform: none;
  color: white;
}
.latest-blog .blogs .blog .info .btn:hover::after, .latest-blog .blogs .blog .info .wpcf7 input[type=submit]:hover::after, .wpcf7 .latest-blog .blogs .blog .info input[type=submit]:hover::after, .latest-blog .blogs .blog .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover::after, .woocommerce-notices-wrapper .woocommerce-message .latest-blog .blogs .blog .info a.button:hover::after, .latest-blog .blogs .blog .info .woocommerce-info a.button:hover::after, .woocommerce-info .latest-blog .blogs .blog .info a.button:hover::after {
  left: 110px;
}
.latest-blog .blogs .blog .info .btn:hover::before, .latest-blog .blogs .blog .info .wpcf7 input[type=submit]:hover::before, .wpcf7 .latest-blog .blogs .blog .info input[type=submit]:hover::before, .latest-blog .blogs .blog .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover::before, .woocommerce-notices-wrapper .woocommerce-message .latest-blog .blogs .blog .info a.button:hover::before, .latest-blog .blogs .blog .info .woocommerce-info a.button:hover::before, .woocommerce-info .latest-blog .blogs .blog .info a.button:hover::before {
  left: -10px;
  height: 3px;
  width: 0;
}
.latest-blog .blogs .blog .info .btn:hover svg, .latest-blog .blogs .blog .info .wpcf7 input[type=submit]:hover svg, .wpcf7 .latest-blog .blogs .blog .info input[type=submit]:hover svg, .latest-blog .blogs .blog .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover svg, .woocommerce-notices-wrapper .woocommerce-message .latest-blog .blogs .blog .info a.button:hover svg, .latest-blog .blogs .blog .info .woocommerce-info a.button:hover svg, .woocommerce-info .latest-blog .blogs .blog .info a.button:hover svg {
  left: 40px;
}
.latest-blog .blogs .blog .info .btn::after, .latest-blog .blogs .blog .info .wpcf7 input[type=submit]::after, .wpcf7 .latest-blog .blogs .blog .info input[type=submit]::after, .latest-blog .blogs .blog .info .woocommerce-notices-wrapper .woocommerce-message a.button::after, .woocommerce-notices-wrapper .woocommerce-message .latest-blog .blogs .blog .info a.button::after, .latest-blog .blogs .blog .info .woocommerce-info a.button::after, .woocommerce-info .latest-blog .blogs .blog .info a.button::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e60062;
  position: absolute;
  left: -10px;
  transition: 0.3s ease-out;
}
.latest-blog .blogs .blog .info .btn::before, .latest-blog .blogs .blog .info .wpcf7 input[type=submit]::before, .wpcf7 .latest-blog .blogs .blog .info input[type=submit]::before, .latest-blog .blogs .blog .info .woocommerce-notices-wrapper .woocommerce-message a.button::before, .woocommerce-notices-wrapper .woocommerce-message .latest-blog .blogs .blog .info a.button::before, .latest-blog .blogs .blog .info .woocommerce-info a.button::before, .woocommerce-info .latest-blog .blogs .blog .info a.button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 11px;
  height: 2px;
  background: #e60062;
  border-radius: 2px;
  width: 100%;
  transition: 0.3s ease-out;
}
.latest-blog .blogs .blog .info .btn svg, .latest-blog .blogs .blog .info .wpcf7 input[type=submit] svg, .wpcf7 .latest-blog .blogs .blog .info input[type=submit] svg, .latest-blog .blogs .blog .info .woocommerce-notices-wrapper .woocommerce-message a.button svg, .woocommerce-notices-wrapper .woocommerce-message .latest-blog .blogs .blog .info a.button svg, .latest-blog .blogs .blog .info .woocommerce-info a.button svg, .woocommerce-info .latest-blog .blogs .blog .info a.button svg {
  transition: 0.3s ease-out;
  margin-left: 10px;
  position: relative;
  left: 0;
  opacity: 1;
}
.latest-blog .blogs .blog .info .btn svg path, .latest-blog .blogs .blog .info .wpcf7 input[type=submit] svg path, .wpcf7 .latest-blog .blogs .blog .info input[type=submit] svg path, .latest-blog .blogs .blog .info .woocommerce-notices-wrapper .woocommerce-message a.button svg path, .woocommerce-notices-wrapper .woocommerce-message .latest-blog .blogs .blog .info a.button svg path, .latest-blog .blogs .blog .info .woocommerce-info a.button svg path, .woocommerce-info .latest-blog .blogs .blog .info a.button svg path {
  fill: #e60062;
  stroke: none;
}
.latest-blog .blogs .blog .image {
  flex-basis: 550px;
  flex-shrink: 0;
  overflow: hidden;
}
.latest-blog .blogs .blog .image img {
  height: 100%;
  transform: scale(1.01);
  transform-origin: center center;
  transition: transform 1s ease-out;
}
.latest-blog .blogs .blog .image:hover img {
  transform: scale(1.15);
}
.latest-blog .btn, .latest-blog .wpcf7 input[type=submit], .wpcf7 .latest-blog input[type=submit], .latest-blog .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .latest-blog a.button, .latest-blog .woocommerce-info a.button, .woocommerce-info .latest-blog a.button {
  width: max-content;
  margin: auto;
  margin-top: 66px;
}
@media screen and (max-width: 992px) {
  .latest-blog .blogs .blog {
    width: 100%;
    gap: 10px;
    flex-direction: column;
  }
  .latest-blog .blogs .blog .image {
    height: fit-content;
    min-height: 0;
    flex-basis: auto;
    margin: 1rem 0;
    width: 100%;
  }
  .latest-blog .blogs .blog .image img {
    width: 100%;
  }
  .latest-blog .blogs .blog .info {
    width: 100%;
  }
  .latest-blog .blogs .blog .info .title {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .latest-blog .title {
    text-align: center;
    margin-bottom: 20px !important;
  }
}

.footer {
  background: #0E0E0E !important;
  padding: 32px 0;
}
.footer .website-name .logo {
  width: fit-content;
}
.footer .website-name .title {
  text-align: left;
}
.footer a {
  text-decoration: none;
}
.footer .custom-logo-link {
  transition: 0.3s ease-in-out;
}
.footer .bottom-bordered {
  align-items: center;
  border-bottom: 3px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 47px;
  margin-bottom: 47px;
}
.footer .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  color: #FFFFFF;
}
.footer .title span {
  color: #e60062;
}
.footer .info .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.footer .info .cont {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: white;
}
.footer .info .cont a {
  color: white;
}
.footer .info .cont i {
  margin-right: 10px;
  font-size: 24px;
}
.footer .footer-pages-form {
  border-bottom: 3px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 47px;
  margin-bottom: 47px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.footer .footer-pages-form .left {
  flex-grow: 2;
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
.footer .footer-pages-form .left .join,
.footer .footer-pages-form .left .company,
.footer .footer-pages-form .left .services {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer .footer-pages-form .left .company {
  gap: 12px;
}
.footer .footer-pages-form .left .join {
  gap: 32px;
}
.footer .footer-pages-form .left .join .link {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  opacity: 1;
}
.footer .footer-pages-form .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: white;
  margin-bottom: 2px;
}
.footer .footer-pages-form .link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: white;
  opacity: 0.7;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.footer .footer-pages-form .link:hover {
  text-decoration: none;
  opacity: 1;
}
.footer .footer-pages-form .form {
  flex-basis: 435px;
  flex-shrink: 0;
  padding: 30px 42px;
  background: #E60062;
}
.footer .footer-pages-form .form .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.footer .footer-pages-form .form .input-holder form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 18px 0;
}
.footer .footer-pages-form .form .input-holder form .wpforms-submit-container {
  margin: 0;
  padding: 0;
  height: 100%;
}
.footer .footer-pages-form .form .input-holder form .wpforms-submit-container .wpforms-submit {
  flex: 0 0 50px;
  border: none;
  height: 100%;
  display: block;
  padding: 13px;
  width: 50px;
  background-color: black;
  border-radius: 0px 6px 6px 0px;
  color: white;
}
.footer .footer-pages-form .form .input-holder form .wpforms-field-container {
  width: 100%;
  height: 100%;
}
.footer .footer-pages-form .form .input-holder form .wpforms-field-container .wpforms-field {
  height: 100%;
  padding: 0;
}
.footer .footer-pages-form .form .input-holder form input {
  flex-grow: 1;
  height: 100%;
  display: block;
  padding: 17px 15px;
  border: 1px solid #D6D6D6;
  border-radius: 20px 0 0 20px;
}
.footer .footer-pages-form .form .input-holder form input::-moz-placeholder, .footer .footer-pages-form .form .input-holder form input:-ms-input-placeholder, .footer .footer-pages-form .form .input-holder form input::-webkit-input-placeholder, .footer .footer-pages-form .form .input-holder form input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #424242;
  opacity: 0.6;
}
.footer .footer-pages-form .form .input-holder form button {
  flex: 0 0 50px;
  border: none;
  height: 100%;
  display: block;
  padding: 13px;
  width: 50px;
  background: black;
  border-radius: 0px 6px 6px 0px;
  color: white;
}
.footer .footer-pages-form .form .lead {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: white;
  opacity: 0.7;
}
.footer .copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: white;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .footer .footer-pages-form .left {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-pages-form .title {
    margin: 0 0 8px 0 !important;
  }
  .footer .footer-pages-form .left {
    flex-wrap: wrap;
    gap: 30px 50px;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer-pages-form .left {
    margin-bottom: 18px;
  }
}

.footer .social,
.digital-marketing .social,
.headhunting .social,
.webdev .social,
.digital-marketing-service .social,
.about-us .social,
.our-projects .social,
.blog-page .social,
.single-project .social,
.single-post .social,
.archive .social,
.digital-marketing-projects .social,
.contact-us .social {
  display: flex;
  justify-content: space-around;
}
.footer .social .link,
.digital-marketing .social .link,
.headhunting .social .link,
.webdev .social .link,
.digital-marketing-service .social .link,
.about-us .social .link,
.our-projects .social .link,
.blog-page .social .link,
.single-project .social .link,
.single-post .social .link,
.archive .social .link,
.digital-marketing-projects .social .link,
.contact-us .social .link {
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.footer .social .link .active, .footer .social .link .unactive,
.digital-marketing .social .link .active,
.headhunting .social .link .active,
.webdev .social .link .active,
.digital-marketing-service .social .link .active,
.about-us .social .link .active,
.our-projects .social .link .active,
.blog-page .social .link .active,
.single-project .social .link .active,
.single-post .social .link .active,
.archive .social .link .active,
.digital-marketing-projects .social .link .active,
.contact-us .social .link .active,
.digital-marketing .social .link .unactive,
.headhunting .social .link .unactive,
.webdev .social .link .unactive,
.digital-marketing-service .social .link .unactive,
.about-us .social .link .unactive,
.our-projects .social .link .unactive,
.blog-page .social .link .unactive,
.single-project .social .link .unactive,
.single-post .social .link .unactive,
.archive .social .link .unactive,
.digital-marketing-projects .social .link .unactive,
.contact-us .social .link .unactive {
  transition: 0.3s ease-in-out;
}
.footer .social .link .linkedin path,
.digital-marketing .social .link .linkedin path,
.headhunting .social .link .linkedin path,
.webdev .social .link .linkedin path,
.digital-marketing-service .social .link .linkedin path,
.about-us .social .link .linkedin path,
.our-projects .social .link .linkedin path,
.blog-page .social .link .linkedin path,
.single-project .social .link .linkedin path,
.single-post .social .link .linkedin path,
.archive .social .link .linkedin path,
.digital-marketing-projects .social .link .linkedin path,
.contact-us .social .link .linkedin path {
  transition: 0.3s ease-in-out;
}
.footer .social .link:hover,
.digital-marketing .social .link:hover,
.headhunting .social .link:hover,
.webdev .social .link:hover,
.digital-marketing-service .social .link:hover,
.about-us .social .link:hover,
.our-projects .social .link:hover,
.blog-page .social .link:hover,
.single-project .social .link:hover,
.single-post .social .link:hover,
.archive .social .link:hover,
.digital-marketing-projects .social .link:hover,
.contact-us .social .link:hover {
  transform: scale(1.25);
}
.footer .social .link:hover .linkedin path,
.digital-marketing .social .link:hover .linkedin path,
.headhunting .social .link:hover .linkedin path,
.webdev .social .link:hover .linkedin path,
.digital-marketing-service .social .link:hover .linkedin path,
.about-us .social .link:hover .linkedin path,
.our-projects .social .link:hover .linkedin path,
.blog-page .social .link:hover .linkedin path,
.single-project .social .link:hover .linkedin path,
.single-post .social .link:hover .linkedin path,
.archive .social .link:hover .linkedin path,
.digital-marketing-projects .social .link:hover .linkedin path,
.contact-us .social .link:hover .linkedin path {
  fill: #FF0A72;
}
.footer .social .link:hover .active,
.digital-marketing .social .link:hover .active,
.headhunting .social .link:hover .active,
.webdev .social .link:hover .active,
.digital-marketing-service .social .link:hover .active,
.about-us .social .link:hover .active,
.our-projects .social .link:hover .active,
.blog-page .social .link:hover .active,
.single-project .social .link:hover .active,
.single-post .social .link:hover .active,
.archive .social .link:hover .active,
.digital-marketing-projects .social .link:hover .active,
.contact-us .social .link:hover .active {
  fill: #FF0A72;
}
.footer .social .link:hover .unactive,
.digital-marketing .social .link:hover .unactive,
.headhunting .social .link:hover .unactive,
.webdev .social .link:hover .unactive,
.digital-marketing-service .social .link:hover .unactive,
.about-us .social .link:hover .unactive,
.our-projects .social .link:hover .unactive,
.blog-page .social .link:hover .unactive,
.single-project .social .link:hover .unactive,
.single-post .social .link:hover .unactive,
.archive .social .link:hover .unactive,
.digital-marketing-projects .social .link:hover .unactive,
.contact-us .social .link:hover .unactive {
  fill: white;
}

.header-slider .lead {
  font-family: "Open sans";
}
.header-slider .slides {
  overflow: hidden;
  position: relative;
  min-height: 745px;
}
.header-slider .slides .slide-1,
.header-slider .slides .slide-2,
.header-slider .slides .slide-3,
.header-slider .slides .slide-4,
.header-slider .slides .slide-5,
.header-slider .slides .slide-6 {
  padding: 30px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  display: none;
}
.header-slider .slides .slide-1.going,
.header-slider .slides .slide-2.going,
.header-slider .slides .slide-3.going,
.header-slider .slides .slide-4.going,
.header-slider .slides .slide-5.going,
.header-slider .slides .slide-6.going {
  display: flex;
}
.header-slider .slides .slide-1.active,
.header-slider .slides .slide-2.active,
.header-slider .slides .slide-3.active,
.header-slider .slides .slide-4.active,
.header-slider .slides .slide-5.active,
.header-slider .slides .slide-6.active {
  display: flex;
}
.header-slider .slides .slide-1 .bg,
.header-slider .slides .slide-2 .bg,
.header-slider .slides .slide-3 .bg,
.header-slider .slides .slide-4 .bg,
.header-slider .slides .slide-5 .bg,
.header-slider .slides .slide-6 .bg {
  object-fit: cover;
}
.header-slider .slides .slide-1.will-go .slide-1-overlay,
.header-slider .slides .slide-1.will-go .slide-1-bg {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-out forwards;
}
.header-slider .slides .slide-1.will-go .info {
  pointer-events: none;
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-left-out forwards;
}
.header-slider .slides .slide-1.active .slide-1-overlay,
.header-slider .slides .slide-1.active .slide-1-bg {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-in forwards;
}
.header-slider .slides .slide-1.active .info {
  pointer-events: fill;
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-left-in forwards;
}
.header-slider .slides .slide-2.will-go .bg {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-out forwards;
}
.header-slider .slides .slide-2.will-go .img {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-out forwards;
}
.header-slider .slides .slide-2.will-go .title,
.header-slider .slides .slide-2.will-go .info,
.header-slider .slides .slide-2.will-go .btn-transparent {
  pointer-events: none;
  animation: 2s cubic-bezier(1, 0.01, 0, 1) fade-out forwards;
}
.header-slider .slides .slide-2.active .bg {
  animation: 2.4s cubic-bezier(1, 0, 0, 1) slide-2-bg forwards;
}
.header-slider .slides .slide-2.active .img {
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-2-element forwards;
}
.header-slider .slides .slide-2.active .title {
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-left-in forwards;
}
.header-slider .slides .slide-2.active .info {
  pointer-events: fill;
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-left-in forwards;
}
.header-slider .slides .slide-2.active .btn-transparent {
  pointer-events: fill;
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-left-in forwards;
}
.header-slider .slides .slide-2.active-bg {
  display: flex;
}
.header-slider .slides .slide-2.active-bg .bg {
  z-index: -1;
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-2-bg forwards;
}
.header-slider .slides .slide-2 .bg {
  transform: scale(1);
  opacity: 1;
  position: absolute;
  width: 1272px;
  height: 100%;
  top: 0;
  right: 0;
}
.header-slider .slides .slide-2 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-slider .slides .slide-2 .container .img {
  transform-origin: bottom;
  flex-shrink: 0;
  top: 0;
  right: 0;
  transform: scale(1) rotate(0);
  position: relative;
  width: 527px;
  margin-right: 90px;
}
.header-slider .slides .slide-2 .container .img img {
  width: 100%;
  object-fit: cover;
}
.header-slider .slides .slide-2 .container .info,
.header-slider .slides .slide-2 .container .title,
.header-slider .slides .slide-2 .container .btn-transparent {
  position: relative;
}
.header-slider .slides .slide-2 .container .btn-transparent {
  margin-left: unset;
}
.header-slider .slides .slide-3.will-go .bg {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-out forwards;
}
.header-slider .slides .slide-3.will-go .img {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-out forwards;
}
.header-slider .slides .slide-3.will-go .title .slide-out {
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-down-out forwards;
}
.header-slider .slides .slide-3.will-go .info {
  pointer-events: none;
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-out forwards;
}
.header-slider .slides .slide-3.active .bg {
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-2-bg-element forwards;
}
.header-slider .slides .slide-3.active .img {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-in forwards;
}
.header-slider .slides .slide-3.active .title .slide-out {
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-down-in forwards;
}
.header-slider .slides .slide-3.active .info {
  pointer-events: fill;
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-in forwards;
}
.header-slider .slides .slide-3 .bg {
  transform: translateY(50%);
  opacity: 0;
  position: absolute;
  top: 210px;
  right: -380px;
}
.header-slider .slides .slide-3 .container {
  display: flex;
  align-items: center;
}
.header-slider .slides .slide-3 .img {
  flex: 0 0 633px;
  max-width: 633px;
  opacity: 0;
}
.header-slider .slides .slide-3 .title {
  position: relative;
  margin: 0 0 30px 0;
  overflow: hidden;
}
.header-slider .slides .slide-3 .title .slide-out {
  display: inline-block;
}
.header-slider .slides .slide-3 .btn-transparent {
  margin: 34px 0 0 0;
}
.header-slider .slides .slide-4.will-go .bg {
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-right-out forwards;
}
.header-slider .slides .slide-4.will-go .title .slide-out {
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-down-out forwards;
}
.header-slider .slides .slide-4.will-go .info {
  pointer-events: none;
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-out forwards;
}
.header-slider .slides .slide-4.active .bg {
  animation: 2.6s cubic-bezier(0.4, 0.6, 0.6, 0.4) fade-in forwards;
}
.header-slider .slides .slide-4.active .title .slide-out {
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-down-in forwards;
}
.header-slider .slides .slide-4.active .info {
  pointer-events: fill;
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-in forwards;
}
.header-slider .slides .slide-4 .bg {
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 23px;
  z-index: 2;
}
.header-slider .slides .slide-4 .container {
  display: flex;
  align-items: center;
}
.header-slider .slides .slide-4 .title {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.header-slider .slides .slide-4 .title .slide-out {
  display: inline-block;
}
.header-slider .slides .slide-4 .btn-transparent {
  margin: 34px 0 0 0;
}
.header-slider .slides .slide-5.will-go .bg {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-out forwards;
}
.header-slider .slides .slide-5.will-go .title {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-out forwards;
}
.header-slider .slides .slide-5.will-go .info {
  pointer-events: none;
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-out forwards;
}
.header-slider .slides .slide-5.active .bg {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-in forwards;
}
.header-slider .slides .slide-5.active .title {
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-down-in forwards;
}
.header-slider .slides .slide-5.active .info {
  pointer-events: fill;
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-in forwards;
}
.header-slider .slides .slide-5 .bg {
  top: 50%;
  transform: translateY(-50%);
  right: -3px;
  position: absolute;
  opacity: 0;
}
.header-slider .slides .slide-5 .container {
  display: flex;
  align-items: center;
}
.header-slider .slides .slide-5 .container .info {
  opacity: 0;
}
.header-slider .slides .slide-5 .title {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.header-slider .slides .slide-5 .title .slide-out {
  display: inline-block;
}
.header-slider .slides .slide-5 .btn-transparent {
  margin: 34px 0 0 0;
}
.header-slider .slides .slide-6.will-go .title span {
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-up-out forwards;
}
.header-slider .slides .slide-6.will-go .info {
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-left-out forwards;
}
.header-slider .slides .slide-6.will-go .box-29 {
  animation: 2s cubic-bezier(1, 0, 0, 1) box-29-out forwards;
}
.header-slider .slides .slide-6.will-go .box-28 {
  animation: 2s ease-in-out box-28-out forwards;
}
.header-slider .slides .slide-6.will-go .box-24 {
  animation: 2s ease-in-out box-24-out forwards;
}
.header-slider .slides .slide-6.will-go .box-20 {
  animation: 2s ease-in-out box-20-out forwards;
}
.header-slider .slides .slide-6.will-go .box-19 {
  animation: 2s ease-in-out box-19-out forwards;
}
.header-slider .slides .slide-6.will-go .box-18 {
  animation: 2s ease-in-out box-18-out forwards;
}
.header-slider .slides .slide-6.will-go .box-17 {
  animation: 2s ease-in-out box-17-out forwards;
}
.header-slider .slides .slide-6.will-go .box-16 {
  animation: 2s ease-in-out box-16-out forwards;
}
.header-slider .slides .slide-6.will-go .box-15 {
  animation: 2s ease-in-out box-15-out forwards;
}
.header-slider .slides .slide-6.will-go .box-14 {
  animation: 2s ease-in-out box-14-out forwards;
}
.header-slider .slides .slide-6.will-go .box-12 {
  animation: 2s ease-in-out box-12-out forwards;
}
.header-slider .slides .slide-6.will-go .box-11 {
  animation: 2s ease-in-out box-11-out forwards;
}
.header-slider .slides .slide-6.will-go .box-10 {
  animation: 2s ease-in-out box-10-out forwards;
}
.header-slider .slides .slide-6.will-go .box-9 {
  animation: 2s ease-in-out box-9-out forwards;
}
.header-slider .slides .slide-6.will-go .box-8 {
  animation: 2s ease-in-out box-8-out forwards;
}
.header-slider .slides .slide-6.will-go .box-7 {
  animation: 2s ease-in-out box-7-out forwards;
}
.header-slider .slides .slide-6.will-go .box-6 {
  animation: 2s ease-in-out box-6-out forwards;
}
.header-slider .slides .slide-6.will-go .box-5 {
  animation: 2s ease-in-out box-5-out forwards;
}
.header-slider .slides .slide-6.will-go .box-4 {
  animation: 2s ease-in-out box-4-out forwards;
}
.header-slider .slides .slide-6.will-go .box-3 {
  animation: 2s ease-in-out box-3-out forwards;
}
.header-slider .slides .slide-6.will-go .box-2 {
  animation: 2s ease-in-out box-2-out forwards;
}
.header-slider .slides .slide-6.will-go .box-1 {
  animation: 2s ease-in-out box-1-out forwards;
}
.header-slider .slides .slide-6.active .title span {
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-down-in forwards;
}
.header-slider .slides .slide-6.active .info {
  pointer-events: fill;
  animation: 2s cubic-bezier(1, 0, 0, 1) slide-left-in forwards;
}
.header-slider .slides .slide-6.active .box-29 {
  animation: 2s cubic-bezier(1, 0, 0, 1) box-anim forwards;
}
.header-slider .slides .slide-6.active .box-28 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-24 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-20 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-19 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-18 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-17 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-16 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-15 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-14 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-12 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-11 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-10 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-9 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-8 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-7 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-6 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-5 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-4 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-3 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-2 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6.active .box-1 {
  animation: 2s ease-in-out box-anim forwards;
}
.header-slider .slides .slide-6 .container {
  display: flex;
  align-items: center;
}
.header-slider .slides .slide-6 .title {
  width: 780px;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.header-slider .slides .slide-6 .title span {
  display: inline-block;
}
.header-slider .slides .slide-6 .info .btn-transparent {
  margin: 0;
  margin-top: 34px;
}
.header-slider .slides .slide-6 .bg {
  top: 50%;
  transform: translateY(-50%);
  right: -3px;
  width: 50%;
  position: absolute;
}
.header-slider .slides .slide-6 .bg svg {
  width: 100%;
}
.header-slider .slides .slide-6 .bg .box-29 {
  transform: translate(100.06%, 94.22%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-28 {
  transform: translate(100.97%, 58.37%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-24 {
  transform: translate(72.13%, 114.81%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-20 {
  transform: translate(60.64%, -7.49%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-19 {
  transform: translate(84.99%, 69.28%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-18 {
  transform: translate(87.9%, 58.36%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-17 {
  transform: translate(78.75%, 38.69%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-16 {
  transform: translate(53.29%, 108.21%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-15 {
  transform: translate(57.69%, 109.99%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-14 {
  transform: translate(83.26%, 101.49%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-12 {
  transform: translate(103.93%, 29.6%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-11 {
  transform: translate(97.52%, 16.15%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-10 {
  transform: translate(87.07%, 3.27%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-9 {
  transform: translate(60.63%, 107.81%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-8 {
  transform: translate(95.3%, 53.74%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-7 {
  transform: translate(85.11%, 101.86%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-6 {
  transform: translate(65.41%, 103.05%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-5 {
  transform: translate(61.33%, 95.12%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-4 {
  transform: translate(67.29%, 99.68%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-3 {
  transform: translate(74.74%, 100.58%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-2 {
  transform: translate(100.16%, 35.39%);
  opacity: 0.1;
}
.header-slider .slides .slide-6 .bg .box-1 {
  transform: translate(114.02%, 44.78%);
  opacity: 0.1;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-2-element {
  0% {
    right: -460px;
    top: 210px;
    transform: scale(0.6) rotate(45deg);
  }
  100% {
    top: 0;
    right: 0;
    transform: scale(1) rotate(0);
  }
}
@keyframes slide-2-bg {
  0% {
    transform: scale(1.8) translate(10%, 30%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes slide-2-bg-element {
  0% {
    transform: translate(150px, 30%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-left-in {
  0% {
    opacity: 0;
    left: -50vw;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slide-left-out {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 0;
    left: -50vw;
  }
}
@keyframes slide-down-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(120%);
  }
}
@keyframes slide-up-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-120%);
  }
}
@keyframes slide-right-out {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    opacity: 0.5;
    transform: translateX(120%);
  }
}
/* Main Page Start */
.main-services .btns {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.main-services .btns .btn, .main-services .btns .wpcf7 input[type=submit], .wpcf7 .main-services .btns input[type=submit], .main-services .btns .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .main-services .btns a.button, .main-services .btns .woocommerce-info a.button, .woocommerce-info .main-services .btns a.button {
  padding: 0;
  border-radius: 50%;
  border: 1px solid white;
  width: 50px;
  height: 50px;
  color: white;
  background: transparent;
  position: relative;
}
.main-services .btns .btn:first-of-type img, .main-services .btns .wpcf7 input[type=submit]:first-of-type img, .wpcf7 .main-services .btns input[type=submit]:first-of-type img, .main-services .btns .woocommerce-notices-wrapper .woocommerce-message a.button:first-of-type img, .woocommerce-notices-wrapper .woocommerce-message .main-services .btns a.button:first-of-type img, .main-services .btns .woocommerce-info a.button:first-of-type img, .woocommerce-info .main-services .btns a.button:first-of-type img {
  transform: rotate(180deg);
}
.main-services .slides .slide-1,
.main-services .slides .slide-2,
.main-services .slides .slide-3,
.main-services .slides .slide-4 {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.main-services .slides .slide-1 .container,
.main-services .slides .slide-2 .container,
.main-services .slides .slide-3 .container,
.main-services .slides .slide-4 .container {
  display: flex;
  align-items: center;
  align-items: flex-end;
}
.main-services .slides .slide-1 .info,
.main-services .slides .slide-1 .title,
.main-services .slides .slide-2 .info,
.main-services .slides .slide-2 .title,
.main-services .slides .slide-3 .info,
.main-services .slides .slide-3 .title,
.main-services .slides .slide-4 .info,
.main-services .slides .slide-4 .title {
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
}
.main-services .slides .slide-1 .info,
.main-services .slides .slide-1 .img,
.main-services .slides .slide-1 .bg,
.main-services .slides .slide-1 .title,
.main-services .slides .slide-2 .info,
.main-services .slides .slide-2 .img,
.main-services .slides .slide-2 .bg,
.main-services .slides .slide-2 .title,
.main-services .slides .slide-3 .info,
.main-services .slides .slide-3 .img,
.main-services .slides .slide-3 .bg,
.main-services .slides .slide-3 .title,
.main-services .slides .slide-4 .info,
.main-services .slides .slide-4 .img,
.main-services .slides .slide-4 .bg,
.main-services .slides .slide-4 .title {
  animation: none;
  opacity: 1;
  transform: none;
}
.main-services .slides .slide-1 .bg,
.main-services .slides .slide-2 .bg,
.main-services .slides .slide-3 .bg,
.main-services .slides .slide-4 .bg {
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.main-services .slides .slide-1 .img,
.main-services .slides .slide-2 .img,
.main-services .slides .slide-3 .img,
.main-services .slides .slide-4 .img {
  z-index: 0;
  flex-shrink: 0;
  position: relative;
  width: 527px;
  margin-right: 90px;
  top: 0;
  right: 0;
  transform: scale(1) rotate(0);
}
.main-services .slides .slide-1 .img img,
.main-services .slides .slide-2 .img img,
.main-services .slides .slide-3 .img img,
.main-services .slides .slide-4 .img img {
  width: 100%;
  object-fit: conver;
}
.main-services .slides .slide-1 .info,
.main-services .slides .slide-2 .info,
.main-services .slides .slide-3 .info,
.main-services .slides .slide-4 .info {
  margin-bottom: 100px;
}
.main-services .slides .slide-1 .ellipse,
.main-services .slides .slide-2 .ellipse,
.main-services .slides .slide-3 .ellipse,
.main-services .slides .slide-4 .ellipse {
  position: absolute;
  width: 119px;
  height: 119px;
  left: -97px;
  top: 110px;
  background: #FF509B;
  filter: blur(82px);
  border-radius: 50%;
}
.main-services .slides .slide-1 .ellipse.ellipse-2,
.main-services .slides .slide-2 .ellipse.ellipse-2,
.main-services .slides .slide-3 .ellipse.ellipse-2,
.main-services .slides .slide-4 .ellipse.ellipse-2 {
  width: 119px;
  height: 119px;
  left: 153px;
  top: 649px;
  background: rgba(255, 59, 235, 0.5);
}
.main-services .slides .slide-1 .ellipse.ellipse-3,
.main-services .slides .slide-2 .ellipse.ellipse-3,
.main-services .slides .slide-3 .ellipse.ellipse-3,
.main-services .slides .slide-4 .ellipse.ellipse-3 {
  left: 152.5px;
  top: 649px;
  background: rgba(255, 59, 235, 0.5);
}
.main-services .slides .slide-1 .btn, .main-services .slides .slide-1 .wpcf7 input[type=submit], .wpcf7 .main-services .slides .slide-1 input[type=submit], .main-services .slides .slide-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .main-services .slides .slide-1 a.button, .main-services .slides .slide-1 .woocommerce-info a.button, .woocommerce-info .main-services .slides .slide-1 a.button,
.main-services .slides .slide-2 .btn,
.main-services .slides .slide-2 .wpcf7 input[type=submit],
.wpcf7 .main-services .slides .slide-2 input[type=submit],
.main-services .slides .slide-2 .woocommerce-notices-wrapper .woocommerce-message a.button,
.woocommerce-notices-wrapper .woocommerce-message .main-services .slides .slide-2 a.button,
.main-services .slides .slide-2 .woocommerce-info a.button,
.woocommerce-info .main-services .slides .slide-2 a.button,
.main-services .slides .slide-3 .btn,
.main-services .slides .slide-3 .wpcf7 input[type=submit],
.wpcf7 .main-services .slides .slide-3 input[type=submit],
.main-services .slides .slide-3 .woocommerce-notices-wrapper .woocommerce-message a.button,
.woocommerce-notices-wrapper .woocommerce-message .main-services .slides .slide-3 a.button,
.main-services .slides .slide-3 .woocommerce-info a.button,
.woocommerce-info .main-services .slides .slide-3 a.button,
.main-services .slides .slide-4 .btn,
.main-services .slides .slide-4 .wpcf7 input[type=submit],
.wpcf7 .main-services .slides .slide-4 input[type=submit],
.main-services .slides .slide-4 .woocommerce-notices-wrapper .woocommerce-message a.button,
.woocommerce-notices-wrapper .woocommerce-message .main-services .slides .slide-4 a.button,
.main-services .slides .slide-4 .woocommerce-info a.button,
.woocommerce-info .main-services .slides .slide-4 a.button {
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .main-services .slides .slide-1,
.main-services .slides .slide-2,
.main-services .slides .slide-3,
.main-services .slides .slide-4 {
    min-height: calc(100vh - 90px);
  }
}
.main-services .slides .slide-1 {
  display: flex;
}
.main-services .slides .slide-1 .bg {
  right: -20px;
  top: 0px;
  left: unset;
  width: 1212px;
}
.main-services .slides .slide-1 .ellipse-3 {
  right: -20px;
  left: unset;
  top: 360px;
  z-index: 1;
  background: #FF0A72;
}
.main-services .slides .slide-2 .img {
  right: unset !important;
  top: unset !important;
  transform: unset !important;
  transform-origin: unset !important;
  flex-shrink: 0 !important;
  position: relative !important;
  width: 520px !important;
  margin: 0 7% 170px !important;
}
.main-services .slides .slide-2 .img .bg-el {
  position: absolute;
  z-index: 2;
  top: 50%;
}
.main-services .slides .slide-2 .img .bg-el-1 {
  z-index: -1;
  width: 150%;
  height: min-content;
  left: -20%;
  top: 50%;
  transform: translate(0, -55%);
}
.main-services .slides .slide-2 .img .bg-el-2,
.main-services .slides .slide-2 .img .bg-el-3 {
  left: unset;
  right: 0;
  top: calc(50% - 30%);
  transform: translate(15%, -50%);
}
.main-services .slides .slide-2 .img .bg-el-3 {
  top: calc(50% + 39%);
}
.main-services .slides .slide-2 .container {
  justify-content: space-between;
}
.main-services .slides .slide-3 .bg {
  -webkit-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}
.main-services .slides .slide-4 {
  overflow: hidden;
}
.main-services .slides .slide-4 .bg {
  animation: scale-cicle 6000ms cubic-bezier(1, -0.01, 0, 0.99) infinite !important;
}
.main-services .slides .slide-2 .info .title, .main-services .slides .slide-3 .info .title, .main-services .slides .slide-4 .info .title {
  margin-bottom: 80px;
}

@keyframes scale-cicle {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
.testimonial-section {
  margin-top: 220px;
  margin-bottom: 70px;
  padding-bottom: 0;
}
.testimonial-section .bg-icon {
  display: none;
  width: 402px;
  position: absolute;
  right: -10%;
  top: 200px;
  transform-origin: center center;
  animation: 3s bg-rect-rotation cubic-bezier(1, 0.02, 0, 0.98) infinite alternate;
}
.testimonial-section .ellipse {
  position: absolute;
  background: #FF509B;
  border-radius: 50%;
  filter: blur(82px);
  width: 120px;
  height: 120px;
}
.testimonial-section .ellipse.ellipse-1 {
  top: 0;
  left: 15px;
}
.testimonial-section .ellipse.ellipse-2 {
  transform: translateX(-150%);
  opacity: 0.78;
  top: -100px;
  left: calc(100% - 250px);
  width: 110px;
  height: 110px;
}
.testimonial-section .ellipse.ellipse-3 {
  opacity: 0.5;
  background: rgba(255, 10, 114, 0.3);
  transform: translateX(-100%);
  top: -150px;
  left: calc(100% - 100px);
}
.testimonial-section .special-title {
  letter-spacing: 0.19em;
  font-size: 185px;
  top: -220px;
}
.testimonial-section .title {
  text-align: center;
  font-weight: 700;
  font-size: 64px;
  line-height: 87px;
  color: white;
  margin-bottom: 100px;
}
.testimonial-section .testimonials {
  display: flex;
  min-height: 550px;
  align-items: center;
  gap: 90px;
}
.testimonial-section .testimonials .left {
  flex: 1 0 45%;
  max-width: 45%;
  padding-right: 49px;
}
.testimonial-section .testimonials .left .testimonials-slides {
  position: relative;
  width: 100%;
}
.testimonial-section .testimonials .left .testimonials-slides .testi-slide {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.testimonial-section .testimonials .left .testimonials-slides .testi-slide.active {
  pointer-events: fill;
}
.testimonial-section .testimonials .left .testimonials-slides .testi-slide.active .testimonial-info {
  transform: translateX(0);
  opacity: 1;
}
.testimonial-section .testimonials .left .testimonials-slides .testi-slide.active .info {
  opacity: 1;
}
.testimonial-section .testimonials .left .testimonials-slides .testi-slide .testimonial-info {
  flex-grow: 2;
  transform: translateX(-120%);
  opacity: 0;
  transition: 0.8s;
}
.testimonial-section .testimonials .left .testimonials-slides .testi-slide .testimonial-info .title {
  font-family: "Open Sans";
  font-size: 28px;
  line-height: 38px;
  color: #D2DCF0;
  text-align: unset;
  margin-top: 18px;
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s;
}
.testimonial-section .testimonials .left .testimonials-slides .testi-slide .testimonial-info .lead {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 19px;
  color: #8C93A4;
}
.testimonial-section .testimonials .left .testimonials-slides .testi-slide .info {
  flex-grow: 0;
  margin-left: 10px;
  transition: 0.8s;
  opacity: 0;
}
.testimonial-section .testimonials .left .testimonials-slides .testi-slide .info .rating {
  margin-bottom: 19px;
}
.testimonial-section .testimonials .left .testimonials-slides .testi-slide .info .username {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
  color: #D2DCF0;
}
.testimonial-section .testimonials .left .testimonials-slides .testi-slide .info .job-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #8C93A4;
}
.testimonial-section .testimonials .left .testimonials-slides .testi-slide .info .btn, .testimonial-section .testimonials .left .testimonials-slides .testi-slide .info .wpcf7 input[type=submit], .wpcf7 .testimonial-section .testimonials .left .testimonials-slides .testi-slide .info input[type=submit], .testimonial-section .testimonials .left .testimonials-slides .testi-slide .info .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .testimonial-section .testimonials .left .testimonials-slides .testi-slide .info a.button, .testimonial-section .testimonials .left .testimonials-slides .testi-slide .info .woocommerce-info a.button, .woocommerce-info .testimonial-section .testimonials .left .testimonials-slides .testi-slide .info a.button {
  width: fit-content;
}
.testimonial-section .testimonials .right {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  flex: 1 0 55%;
  max-width: 55%;
}
.testimonial-section .testimonials .right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 410px;
  height: 410px;
  background: #FF509B;
  opacity: 0.5;
  filter: blur(118.5px);
  z-index: -1;
  border-radius: 50%;
  transform: translateY(-50%);
}
.testimonial-section .testimonials .right .title {
  width: 515px;
  overflow: hidden;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: unset;
  margin-bottom: 36px;
  color: #D2DCF0;
}
.testimonial-section .testimonials .right .img {
  position: relative;
  width: 465px;
  height: 495px;
  overflow: hidden;
  margin-left: 36px;
}
.testimonial-section .testimonials .right .img .view {
  position: relative;
  top: 0;
  transition: 0.8s;
}
.testimonial-section .testimonials .right .img .view img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 110px;
  margin-bottom: 110px;
}
.testimonial-section .testimonials .right svg {
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-section .btns {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.testimonial-section .btns .testimonials-btn {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.testimonial-section .btns .testimonials-btn.active svg .active {
  opacity: 1;
}
.testimonial-section .btns .testimonials-btn.active svg path {
  opacity: 0;
  fill: #0D0D0D;
  stroke: #0D0D0D;
}
.testimonial-section .btns .testimonials-btn.active svg circle {
  fill: #FF0A72;
}
.testimonial-section .btns .testimonials-btn svg path {
  transform-origin: center center;
  fill: #FF0A72;
  transition: 0.3s ease-in-out;
}
.testimonial-section .btns .testimonials-btn svg .active {
  opacity: 0;
  transform: rotate(180deg);
}
.testimonial-section .btns .testimonials-btn svg circle {
  transition: 0.3s ease-in-out;
  fill: transparent;
}
.testimonial-section .btns .testimonials-btn:hover svg .active {
  opacity: 1;
}
.testimonial-section .btns .testimonials-btn:hover svg path {
  opacity: 0;
  fill: #0D0D0D;
  stroke: #0D0D0D;
}
.testimonial-section .btns .testimonials-btn:hover svg circle {
  fill: #FF0A72;
}
.testimonial-section .btns .testimonials-btn.btn-prev path:not(.active) {
  transform: rotate(180deg);
}
.testimonial-section .btns .testimonials-btn.btn-prev path.active {
  transform: rotate(0);
}

/* Digital Marketing Page Start */
.digital-marketing .header, .headhunting .header, .webdev .header, .digital-marketing-service .header, .about-us .header, .our-projects .header, .blog-page .header, .single-project .header,
.single-post .header, .archive .header, .digital-marketing-projects .header, .contact-us .header {
  min-height: 745px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.digital-marketing .header .lead, .headhunting .header .lead, .webdev .header .lead, .digital-marketing-service .header .lead, .about-us .header .lead, .our-projects .header .lead, .blog-page .header .lead, .single-project .header .lead,
.single-post .header .lead, .archive .header .lead, .digital-marketing-projects .header .lead, .contact-us .header .lead {
  font-family: "open sans";
}
.digital-marketing .header .container, .headhunting .header .container, .webdev .header .container, .digital-marketing-service .header .container, .about-us .header .container, .our-projects .header .container, .blog-page .header .container, .single-project .header .container,
.single-post .header .container, .archive .header .container, .digital-marketing-projects .header .container, .contact-us .header .container {
  display: flex;
  align-items: center;
  align-items: flex-end;
  z-index: 1;
}
.digital-marketing .header .bg, .headhunting .header .bg, .webdev .header .bg, .digital-marketing-service .header .bg, .about-us .header .bg, .our-projects .header .bg, .blog-page .header .bg, .single-project .header .bg,
.single-post .header .bg, .archive .header .bg, .digital-marketing-projects .header .bg, .contact-us .header .bg {
  position: absolute;
  top: 0;
  right: 0;
}
.digital-marketing .header .img, .headhunting .header .img, .webdev .header .img, .digital-marketing-service .header .img, .about-us .header .img, .our-projects .header .img, .blog-page .header .img, .single-project .header .img,
.single-post .header .img, .archive .header .img, .digital-marketing-projects .header .img, .contact-us .header .img {
  flex-shrink: 0;
  width: 620px;
  margin-right: 0;
}
.digital-marketing .header .img img, .headhunting .header .img img, .webdev .header .img img, .digital-marketing-service .header .img img, .about-us .header .img img, .our-projects .header .img img, .blog-page .header .img img, .single-project .header .img img,
.single-post .header .img img, .archive .header .img img, .digital-marketing-projects .header .img img, .contact-us .header .img img {
  top: 50%;
  left: unset;
  right: 0;
  opacity: 0;
  transform: translate(-10%, -50%);
  position: absolute;
  width: initial;
  max-width: none;
  z-index: 0;
  object-fit: conver;
}
.digital-marketing .header .img .img-1, .headhunting .header .img .img-1, .webdev .header .img .img-1, .digital-marketing-service .header .img .img-1, .about-us .header .img .img-1, .our-projects .header .img .img-1, .blog-page .header .img .img-1, .single-project .header .img .img-1,
.single-post .header .img .img-1, .archive .header .img .img-1, .digital-marketing-projects .header .img .img-1, .contact-us .header .img .img-1 {
  animation: 25000ms cubic-bezier(1, 0.01, 0.05, 0.5) marketing-header-1 infinite;
}
.digital-marketing .header .img .img-2, .headhunting .header .img .img-2, .webdev .header .img .img-2, .digital-marketing-service .header .img .img-2, .about-us .header .img .img-2, .our-projects .header .img .img-2, .blog-page .header .img .img-2, .single-project .header .img .img-2,
.single-post .header .img .img-2, .archive .header .img .img-2, .digital-marketing-projects .header .img .img-2, .contact-us .header .img .img-2 {
  animation: 25000ms cubic-bezier(1, 0.01, 0.05, 0.5) marketing-header-2 infinite;
  max-width: 50%;
}
.digital-marketing .header .img .img-3, .headhunting .header .img .img-3, .webdev .header .img .img-3, .digital-marketing-service .header .img .img-3, .about-us .header .img .img-3, .our-projects .header .img .img-3, .blog-page .header .img .img-3, .single-project .header .img .img-3,
.single-post .header .img .img-3, .archive .header .img .img-3, .digital-marketing-projects .header .img .img-3, .contact-us .header .img .img-3 {
  animation: 25000ms cubic-bezier(1, 0.01, 0.05, 0.5) marketing-header-3 infinite;
}
.digital-marketing .header .img .img-4, .headhunting .header .img .img-4, .webdev .header .img .img-4, .digital-marketing-service .header .img .img-4, .about-us .header .img .img-4, .our-projects .header .img .img-4, .blog-page .header .img .img-4, .single-project .header .img .img-4,
.single-post .header .img .img-4, .archive .header .img .img-4, .digital-marketing-projects .header .img .img-4, .contact-us .header .img .img-4 {
  animation: 25000ms cubic-bezier(1, 0.01, 0.05, 0.5) marketing-header-4 infinite;
  left: unset;
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.digital-marketing .header .img .img-5, .headhunting .header .img .img-5, .webdev .header .img .img-5, .digital-marketing-service .header .img .img-5, .about-us .header .img .img-5, .our-projects .header .img .img-5, .blog-page .header .img .img-5, .single-project .header .img .img-5,
.single-post .header .img .img-5, .archive .header .img .img-5, .digital-marketing-projects .header .img .img-5, .contact-us .header .img .img-5 {
  animation: 25000ms cubic-bezier(1, 0.01, 0.05, 0.5) marketing-header-5 infinite;
}
.digital-marketing .header .info, .headhunting .header .info, .webdev .header .info, .digital-marketing-service .header .info, .about-us .header .info, .our-projects .header .info, .blog-page .header .info, .single-project .header .info,
.single-post .header .info, .archive .header .info, .digital-marketing-projects .header .info, .contact-us .header .info {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.digital-marketing .header .info .title, .headhunting .header .info .title, .webdev .header .info .title, .digital-marketing-service .header .info .title, .about-us .header .info .title, .our-projects .header .info .title, .blog-page .header .info .title, .single-project .header .info .title,
.single-post .header .info .title, .archive .header .info .title, .digital-marketing-projects .header .info .title, .contact-us .header .info .title {
  margin-bottom: 30px;
}
.digital-marketing .header .info .lead, .headhunting .header .info .lead, .webdev .header .info .lead, .digital-marketing-service .header .info .lead, .about-us .header .info .lead, .our-projects .header .info .lead, .blog-page .header .info .lead, .single-project .header .info .lead,
.single-post .header .info .lead, .archive .header .info .lead, .digital-marketing-projects .header .info .lead, .contact-us .header .info .lead {
  width: 462px;
  font-size: 20px;
  line-height: 24px;
  color: white;
}
.digital-marketing .header .ellipse, .headhunting .header .ellipse, .webdev .header .ellipse, .digital-marketing-service .header .ellipse, .about-us .header .ellipse, .our-projects .header .ellipse, .blog-page .header .ellipse, .single-project .header .ellipse,
.single-post .header .ellipse, .archive .header .ellipse, .digital-marketing-projects .header .ellipse, .contact-us .header .ellipse {
  position: absolute;
  width: 119px;
  height: 119px;
  left: -97px;
  top: 110px;
  background: #FF509B;
  filter: blur(82px);
  border-radius: 50%;
}
.digital-marketing .header .ellipse.ellipse-2, .headhunting .header .ellipse.ellipse-2, .webdev .header .ellipse.ellipse-2, .digital-marketing-service .header .ellipse.ellipse-2, .about-us .header .ellipse.ellipse-2, .our-projects .header .ellipse.ellipse-2, .blog-page .header .ellipse.ellipse-2, .single-project .header .ellipse.ellipse-2,
.single-post .header .ellipse.ellipse-2, .archive .header .ellipse.ellipse-2, .digital-marketing-projects .header .ellipse.ellipse-2, .contact-us .header .ellipse.ellipse-2 {
  width: 119px;
  height: 119px;
  left: 153px;
  top: 649px;
  background: rgba(255, 59, 235, 0.5);
}
.digital-marketing .header .ellipse.ellipse-3, .headhunting .header .ellipse.ellipse-3, .webdev .header .ellipse.ellipse-3, .digital-marketing-service .header .ellipse.ellipse-3, .about-us .header .ellipse.ellipse-3, .our-projects .header .ellipse.ellipse-3, .blog-page .header .ellipse.ellipse-3, .single-project .header .ellipse.ellipse-3,
.single-post .header .ellipse.ellipse-3, .archive .header .ellipse.ellipse-3, .digital-marketing-projects .header .ellipse.ellipse-3, .contact-us .header .ellipse.ellipse-3 {
  right: 62px;
  left: unset;
  background: rgba(255, 10, 114, 0.3);
  top: 309px;
  background: rgba(255, 59, 235, 0.7);
}
@media screen and (max-width: 992px) {
  .digital-marketing .header, .headhunting .header, .webdev .header, .digital-marketing-service .header, .about-us .header, .our-projects .header, .blog-page .header, .single-project .header,
.single-post .header, .archive .header, .digital-marketing-projects .header, .contact-us .header {
    min-height: calc(100vh - 90px);
  }
  .digital-marketing .header .info .title, .headhunting .header .info .title, .webdev .header .info .title, .digital-marketing-service .header .info .title, .about-us .header .info .title, .our-projects .header .info .title, .blog-page .header .info .title, .single-project .header .info .title,
.single-post .header .info .title, .archive .header .info .title, .digital-marketing-projects .header .info .title, .contact-us .header .info .title {
    margin: 0 0 30px 0 !important;
  }
}
.digital-marketing .get-in-touch .title, .headhunting .get-in-touch .title, .webdev .get-in-touch .title, .digital-marketing-service .get-in-touch .title, .about-us .get-in-touch .title, .our-projects .get-in-touch .title, .blog-page .get-in-touch .title, .single-project .get-in-touch .title,
.single-post .get-in-touch .title, .archive .get-in-touch .title, .digital-marketing-projects .get-in-touch .title, .contact-us .get-in-touch .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 32px;
}
.digital-marketing .get-in-touch .btn, .headhunting .get-in-touch .btn, .webdev .get-in-touch .btn, .digital-marketing-service .get-in-touch .btn, .about-us .get-in-touch .btn, .our-projects .get-in-touch .btn, .blog-page .get-in-touch .btn, .single-project .get-in-touch .btn,
.single-post .get-in-touch .btn, .archive .get-in-touch .btn, .digital-marketing-projects .get-in-touch .btn, .contact-us .get-in-touch .btn, .digital-marketing .get-in-touch .wpcf7 input[type=submit], .headhunting .get-in-touch .wpcf7 input[type=submit], .webdev .get-in-touch .wpcf7 input[type=submit], .digital-marketing-service .get-in-touch .wpcf7 input[type=submit], .about-us .get-in-touch .wpcf7 input[type=submit], .our-projects .get-in-touch .wpcf7 input[type=submit], .blog-page .get-in-touch .wpcf7 input[type=submit], .single-project .get-in-touch .wpcf7 input[type=submit],
.single-post .get-in-touch .wpcf7 input[type=submit], .archive .get-in-touch .wpcf7 input[type=submit], .digital-marketing-projects .get-in-touch .wpcf7 input[type=submit], .contact-us .get-in-touch .wpcf7 input[type=submit], .wpcf7 .digital-marketing .get-in-touch input[type=submit], .wpcf7 .headhunting .get-in-touch input[type=submit], .wpcf7 .webdev .get-in-touch input[type=submit], .wpcf7 .digital-marketing-service .get-in-touch input[type=submit], .wpcf7 .about-us .get-in-touch input[type=submit], .wpcf7 .our-projects .get-in-touch input[type=submit], .wpcf7 .blog-page .get-in-touch input[type=submit], .wpcf7 .single-project .get-in-touch input[type=submit],
.wpcf7 .single-post .get-in-touch input[type=submit], .wpcf7 .archive .get-in-touch input[type=submit], .wpcf7 .digital-marketing-projects .get-in-touch input[type=submit], .wpcf7 .contact-us .get-in-touch input[type=submit], .digital-marketing .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .headhunting .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .webdev .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .headhunting .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .webdev .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .get-in-touch a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .get-in-touch a.button, .digital-marketing .get-in-touch .woocommerce-info a.button, .headhunting .get-in-touch .woocommerce-info a.button, .webdev .get-in-touch .woocommerce-info a.button, .digital-marketing-service .get-in-touch .woocommerce-info a.button, .about-us .get-in-touch .woocommerce-info a.button, .our-projects .get-in-touch .woocommerce-info a.button, .blog-page .get-in-touch .woocommerce-info a.button, .single-project .get-in-touch .woocommerce-info a.button,
.single-post .get-in-touch .woocommerce-info a.button, .archive .get-in-touch .woocommerce-info a.button, .digital-marketing-projects .get-in-touch .woocommerce-info a.button, .contact-us .get-in-touch .woocommerce-info a.button, .woocommerce-info .digital-marketing .get-in-touch a.button, .woocommerce-info .headhunting .get-in-touch a.button, .woocommerce-info .webdev .get-in-touch a.button, .woocommerce-info .digital-marketing-service .get-in-touch a.button, .woocommerce-info .about-us .get-in-touch a.button, .woocommerce-info .our-projects .get-in-touch a.button, .woocommerce-info .blog-page .get-in-touch a.button, .woocommerce-info .single-project .get-in-touch a.button,
.woocommerce-info .single-post .get-in-touch a.button, .woocommerce-info .archive .get-in-touch a.button, .woocommerce-info .digital-marketing-projects .get-in-touch a.button, .woocommerce-info .contact-us .get-in-touch a.button {
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .digital-marketing .get-in-touch .btn, .headhunting .get-in-touch .btn, .webdev .get-in-touch .btn, .digital-marketing-service .get-in-touch .btn, .about-us .get-in-touch .btn, .our-projects .get-in-touch .btn, .blog-page .get-in-touch .btn, .single-project .get-in-touch .btn,
.single-post .get-in-touch .btn, .archive .get-in-touch .btn, .digital-marketing-projects .get-in-touch .btn, .contact-us .get-in-touch .btn, .digital-marketing .get-in-touch .wpcf7 input[type=submit], .headhunting .get-in-touch .wpcf7 input[type=submit], .webdev .get-in-touch .wpcf7 input[type=submit], .digital-marketing-service .get-in-touch .wpcf7 input[type=submit], .about-us .get-in-touch .wpcf7 input[type=submit], .our-projects .get-in-touch .wpcf7 input[type=submit], .blog-page .get-in-touch .wpcf7 input[type=submit], .single-project .get-in-touch .wpcf7 input[type=submit],
.single-post .get-in-touch .wpcf7 input[type=submit], .archive .get-in-touch .wpcf7 input[type=submit], .digital-marketing-projects .get-in-touch .wpcf7 input[type=submit], .contact-us .get-in-touch .wpcf7 input[type=submit], .wpcf7 .digital-marketing .get-in-touch input[type=submit], .wpcf7 .headhunting .get-in-touch input[type=submit], .wpcf7 .webdev .get-in-touch input[type=submit], .wpcf7 .digital-marketing-service .get-in-touch input[type=submit], .wpcf7 .about-us .get-in-touch input[type=submit], .wpcf7 .our-projects .get-in-touch input[type=submit], .wpcf7 .blog-page .get-in-touch input[type=submit], .wpcf7 .single-project .get-in-touch input[type=submit],
.wpcf7 .single-post .get-in-touch input[type=submit], .wpcf7 .archive .get-in-touch input[type=submit], .wpcf7 .digital-marketing-projects .get-in-touch input[type=submit], .wpcf7 .contact-us .get-in-touch input[type=submit], .digital-marketing .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .headhunting .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .webdev .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .get-in-touch .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .headhunting .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .webdev .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .get-in-touch a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .get-in-touch a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .get-in-touch a.button, .digital-marketing .get-in-touch .woocommerce-info a.button, .headhunting .get-in-touch .woocommerce-info a.button, .webdev .get-in-touch .woocommerce-info a.button, .digital-marketing-service .get-in-touch .woocommerce-info a.button, .about-us .get-in-touch .woocommerce-info a.button, .our-projects .get-in-touch .woocommerce-info a.button, .blog-page .get-in-touch .woocommerce-info a.button, .single-project .get-in-touch .woocommerce-info a.button,
.single-post .get-in-touch .woocommerce-info a.button, .archive .get-in-touch .woocommerce-info a.button, .digital-marketing-projects .get-in-touch .woocommerce-info a.button, .contact-us .get-in-touch .woocommerce-info a.button, .woocommerce-info .digital-marketing .get-in-touch a.button, .woocommerce-info .headhunting .get-in-touch a.button, .woocommerce-info .webdev .get-in-touch a.button, .woocommerce-info .digital-marketing-service .get-in-touch a.button, .woocommerce-info .about-us .get-in-touch a.button, .woocommerce-info .our-projects .get-in-touch a.button, .woocommerce-info .blog-page .get-in-touch a.button, .woocommerce-info .single-project .get-in-touch a.button,
.woocommerce-info .single-post .get-in-touch a.button, .woocommerce-info .archive .get-in-touch a.button, .woocommerce-info .digital-marketing-projects .get-in-touch a.button, .woocommerce-info .contact-us .get-in-touch a.button {
    margin: auto;
  }
}
.digital-marketing .our-services .ellipse, .headhunting .our-services .ellipse, .webdev .our-services .ellipse, .digital-marketing-service .our-services .ellipse, .about-us .our-services .ellipse, .our-projects .our-services .ellipse, .blog-page .our-services .ellipse, .single-project .our-services .ellipse,
.single-post .our-services .ellipse, .archive .our-services .ellipse, .digital-marketing-projects .our-services .ellipse, .contact-us .our-services .ellipse, .webdev .our-services-info .ellipse, .digital-marketing-service .our-services-info .ellipse, .about-us .our-services-info .ellipse, .our-projects .our-services-info .ellipse, .blog-page .our-services-info .ellipse, .single-project .our-services-info .ellipse,
.single-post .our-services-info .ellipse, .archive .our-services-info .ellipse, .digital-marketing-projects .our-services-info .ellipse, .contact-us .our-services-info .ellipse, .digital-marketing-service .image-sect .ellipse, .about-us .image-sect .ellipse, .our-projects .image-sect .ellipse, .blog-page .image-sect .ellipse, .single-project .image-sect .ellipse,
.single-post .image-sect .ellipse, .archive .image-sect .ellipse, .digital-marketing-projects .image-sect .ellipse, .contact-us .image-sect .ellipse {
  position: absolute;
  width: 134px;
  height: 134px;
  background: #FF509B;
  border-radius: 50%;
  filter: blur(82px);
}
.digital-marketing .our-services .ellipse.ellipse-1, .headhunting .our-services .ellipse.ellipse-1, .webdev .our-services .ellipse.ellipse-1, .digital-marketing-service .our-services .ellipse.ellipse-1, .about-us .our-services .ellipse.ellipse-1, .our-projects .our-services .ellipse.ellipse-1, .blog-page .our-services .ellipse.ellipse-1, .single-project .our-services .ellipse.ellipse-1,
.single-post .our-services .ellipse.ellipse-1, .archive .our-services .ellipse.ellipse-1, .digital-marketing-projects .our-services .ellipse.ellipse-1, .contact-us .our-services .ellipse.ellipse-1, .webdev .our-services-info .ellipse.ellipse-1, .digital-marketing-service .our-services-info .ellipse.ellipse-1, .about-us .our-services-info .ellipse.ellipse-1, .our-projects .our-services-info .ellipse.ellipse-1, .blog-page .our-services-info .ellipse.ellipse-1, .single-project .our-services-info .ellipse.ellipse-1,
.single-post .our-services-info .ellipse.ellipse-1, .archive .our-services-info .ellipse.ellipse-1, .digital-marketing-projects .our-services-info .ellipse.ellipse-1, .contact-us .our-services-info .ellipse.ellipse-1, .digital-marketing-service .image-sect .ellipse.ellipse-1, .about-us .image-sect .ellipse.ellipse-1, .our-projects .image-sect .ellipse.ellipse-1, .blog-page .image-sect .ellipse.ellipse-1, .single-project .image-sect .ellipse.ellipse-1,
.single-post .image-sect .ellipse.ellipse-1, .archive .image-sect .ellipse.ellipse-1, .digital-marketing-projects .image-sect .ellipse.ellipse-1, .contact-us .image-sect .ellipse.ellipse-1 {
  opacity: 0.5;
  top: 20px;
  left: 122px;
}
.digital-marketing .our-services .ellipse.ellipse-2, .headhunting .our-services .ellipse.ellipse-2, .webdev .our-services .ellipse.ellipse-2, .digital-marketing-service .our-services .ellipse.ellipse-2, .about-us .our-services .ellipse.ellipse-2, .our-projects .our-services .ellipse.ellipse-2, .blog-page .our-services .ellipse.ellipse-2, .single-project .our-services .ellipse.ellipse-2,
.single-post .our-services .ellipse.ellipse-2, .archive .our-services .ellipse.ellipse-2, .digital-marketing-projects .our-services .ellipse.ellipse-2, .contact-us .our-services .ellipse.ellipse-2, .webdev .our-services-info .ellipse.ellipse-2, .digital-marketing-service .our-services-info .ellipse.ellipse-2, .about-us .our-services-info .ellipse.ellipse-2, .our-projects .our-services-info .ellipse.ellipse-2, .blog-page .our-services-info .ellipse.ellipse-2, .single-project .our-services-info .ellipse.ellipse-2,
.single-post .our-services-info .ellipse.ellipse-2, .archive .our-services-info .ellipse.ellipse-2, .digital-marketing-projects .our-services-info .ellipse.ellipse-2, .contact-us .our-services-info .ellipse.ellipse-2, .digital-marketing-service .image-sect .ellipse.ellipse-2, .about-us .image-sect .ellipse.ellipse-2, .our-projects .image-sect .ellipse.ellipse-2, .blog-page .image-sect .ellipse.ellipse-2, .single-project .image-sect .ellipse.ellipse-2,
.single-post .image-sect .ellipse.ellipse-2, .archive .image-sect .ellipse.ellipse-2, .digital-marketing-projects .image-sect .ellipse.ellipse-2, .contact-us .image-sect .ellipse.ellipse-2 {
  top: 80%;
  left: 0;
  transform: translateX(-42%);
  width: 120px;
  height: 120px;
}
.digital-marketing .our-services .ellipse.ellipse-3, .headhunting .our-services .ellipse.ellipse-3, .webdev .our-services .ellipse.ellipse-3, .digital-marketing-service .our-services .ellipse.ellipse-3, .about-us .our-services .ellipse.ellipse-3, .our-projects .our-services .ellipse.ellipse-3, .blog-page .our-services .ellipse.ellipse-3, .single-project .our-services .ellipse.ellipse-3,
.single-post .our-services .ellipse.ellipse-3, .archive .our-services .ellipse.ellipse-3, .digital-marketing-projects .our-services .ellipse.ellipse-3, .contact-us .our-services .ellipse.ellipse-3, .webdev .our-services-info .ellipse.ellipse-3, .digital-marketing-service .our-services-info .ellipse.ellipse-3, .about-us .our-services-info .ellipse.ellipse-3, .our-projects .our-services-info .ellipse.ellipse-3, .blog-page .our-services-info .ellipse.ellipse-3, .single-project .our-services-info .ellipse.ellipse-3,
.single-post .our-services-info .ellipse.ellipse-3, .archive .our-services-info .ellipse.ellipse-3, .digital-marketing-projects .our-services-info .ellipse.ellipse-3, .contact-us .our-services-info .ellipse.ellipse-3, .digital-marketing-service .image-sect .ellipse.ellipse-3, .about-us .image-sect .ellipse.ellipse-3, .our-projects .image-sect .ellipse.ellipse-3, .blog-page .image-sect .ellipse.ellipse-3, .single-project .image-sect .ellipse.ellipse-3,
.single-post .image-sect .ellipse.ellipse-3, .archive .image-sect .ellipse.ellipse-3, .digital-marketing-projects .image-sect .ellipse.ellipse-3, .contact-us .image-sect .ellipse.ellipse-3 {
  top: 28%;
  width: 162px;
  height: 162px;
  background: rgba(255, 10, 114, 0.3);
  transform: translateX(-62%);
  left: 100%;
}
.digital-marketing .our-services .title-note, .headhunting .our-services .title-note, .webdev .our-services .title-note, .digital-marketing-service .our-services .title-note, .about-us .our-services .title-note, .our-projects .our-services .title-note, .blog-page .our-services .title-note, .single-project .our-services .title-note,
.single-post .our-services .title-note, .archive .our-services .title-note, .digital-marketing-projects .our-services .title-note, .contact-us .our-services .title-note, .webdev .our-services-info .title-note, .digital-marketing-service .our-services-info .title-note, .about-us .our-services-info .title-note, .our-projects .our-services-info .title-note, .blog-page .our-services-info .title-note, .single-project .our-services-info .title-note,
.single-post .our-services-info .title-note, .archive .our-services-info .title-note, .digital-marketing-projects .our-services-info .title-note, .contact-us .our-services-info .title-note, .digital-marketing-service .image-sect .title-note, .about-us .image-sect .title-note, .our-projects .image-sect .title-note, .blog-page .image-sect .title-note, .single-project .image-sect .title-note,
.single-post .image-sect .title-note, .archive .image-sect .title-note, .digital-marketing-projects .image-sect .title-note, .contact-us .image-sect .title-note {
  position: relative;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  text-transform: capitalize;
  color: white;
  padding-bottom: 14px;
  margin-bottom: 35px;
  width: fit-content;
}
.digital-marketing .our-services .title-note::before, .headhunting .our-services .title-note::before, .webdev .our-services .title-note::before, .digital-marketing-service .our-services .title-note::before, .about-us .our-services .title-note::before, .our-projects .our-services .title-note::before, .blog-page .our-services .title-note::before, .single-project .our-services .title-note::before,
.single-post .our-services .title-note::before, .archive .our-services .title-note::before, .digital-marketing-projects .our-services .title-note::before, .contact-us .our-services .title-note::before, .webdev .our-services-info .title-note::before, .digital-marketing-service .our-services-info .title-note::before, .about-us .our-services-info .title-note::before, .our-projects .our-services-info .title-note::before, .blog-page .our-services-info .title-note::before, .single-project .our-services-info .title-note::before,
.single-post .our-services-info .title-note::before, .archive .our-services-info .title-note::before, .digital-marketing-projects .our-services-info .title-note::before, .contact-us .our-services-info .title-note::before, .digital-marketing-service .image-sect .title-note::before, .about-us .image-sect .title-note::before, .our-projects .image-sect .title-note::before, .blog-page .image-sect .title-note::before, .single-project .image-sect .title-note::before,
.single-post .image-sect .title-note::before, .archive .image-sect .title-note::before, .digital-marketing-projects .image-sect .title-note::before, .contact-us .image-sect .title-note::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  height: 3px;
  width: 95%;
  border-radius: 4px;
  background: white;
}
.digital-marketing .our-services .title, .headhunting .our-services .title, .webdev .our-services .title, .digital-marketing-service .our-services .title, .about-us .our-services .title, .our-projects .our-services .title, .blog-page .our-services .title, .single-project .our-services .title,
.single-post .our-services .title, .archive .our-services .title, .digital-marketing-projects .our-services .title, .contact-us .our-services .title, .webdev .our-services-info .title, .digital-marketing-service .our-services-info .title, .about-us .our-services-info .title, .our-projects .our-services-info .title, .blog-page .our-services-info .title, .single-project .our-services-info .title,
.single-post .our-services-info .title, .archive .our-services-info .title, .digital-marketing-projects .our-services-info .title, .contact-us .our-services-info .title, .digital-marketing-service .image-sect .title, .about-us .image-sect .title, .our-projects .image-sect .title, .blog-page .image-sect .title, .single-project .image-sect .title,
.single-post .image-sect .title, .archive .image-sect .title, .digital-marketing-projects .image-sect .title, .contact-us .image-sect .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: capitalize;
  color: white;
  margin-left: 70px;
  width: 840px;
}
.digital-marketing .our-services .title span, .headhunting .our-services .title span, .webdev .our-services .title span, .digital-marketing-service .our-services .title span, .about-us .our-services .title span, .our-projects .our-services .title span, .blog-page .our-services .title span, .single-project .our-services .title span,
.single-post .our-services .title span, .archive .our-services .title span, .digital-marketing-projects .our-services .title span, .contact-us .our-services .title span, .webdev .our-services-info .title span, .digital-marketing-service .our-services-info .title span, .about-us .our-services-info .title span, .our-projects .our-services-info .title span, .blog-page .our-services-info .title span, .single-project .our-services-info .title span,
.single-post .our-services-info .title span, .archive .our-services-info .title span, .digital-marketing-projects .our-services-info .title span, .contact-us .our-services-info .title span, .digital-marketing-service .image-sect .title span, .about-us .image-sect .title span, .our-projects .image-sect .title span, .blog-page .image-sect .title span, .single-project .image-sect .title span,
.single-post .image-sect .title span, .archive .image-sect .title span, .digital-marketing-projects .image-sect .title span, .contact-us .image-sect .title span {
  color: #e60062;
}
.digital-marketing .our-services .services, .headhunting .our-services .services, .webdev .our-services .services, .digital-marketing-service .our-services .services, .about-us .our-services .services, .our-projects .our-services .services, .blog-page .our-services .services, .single-project .our-services .services,
.single-post .our-services .services, .archive .our-services .services, .digital-marketing-projects .our-services .services, .contact-us .our-services .services, .webdev .our-services-info .services, .digital-marketing-service .our-services-info .services, .about-us .our-services-info .services, .our-projects .our-services-info .services, .blog-page .our-services-info .services, .single-project .our-services-info .services,
.single-post .our-services-info .services, .archive .our-services-info .services, .digital-marketing-projects .our-services-info .services, .contact-us .our-services-info .services, .digital-marketing-service .image-sect .services, .about-us .image-sect .services, .our-projects .image-sect .services, .blog-page .image-sect .services, .single-project .image-sect .services,
.single-post .image-sect .services, .archive .image-sect .services, .digital-marketing-projects .image-sect .services, .contact-us .image-sect .services {
  margin-top: 147px;
  display: flex;
  padding: 30px 0 0 0;
  flex-wrap: wrap;
}
.digital-marketing .our-services .services .service, .headhunting .our-services .services .service, .webdev .our-services .services .service, .digital-marketing-service .our-services .services .service, .about-us .our-services .services .service, .our-projects .our-services .services .service, .blog-page .our-services .services .service, .single-project .our-services .services .service,
.single-post .our-services .services .service, .archive .our-services .services .service, .digital-marketing-projects .our-services .services .service, .contact-us .our-services .services .service, .webdev .our-services-info .services .service, .digital-marketing-service .our-services-info .services .service, .about-us .our-services-info .services .service, .our-projects .our-services-info .services .service, .blog-page .our-services-info .services .service, .single-project .our-services-info .services .service,
.single-post .our-services-info .services .service, .archive .our-services-info .services .service, .digital-marketing-projects .our-services-info .services .service, .contact-us .our-services-info .services .service, .digital-marketing-service .image-sect .services .service, .about-us .image-sect .services .service, .our-projects .image-sect .services .service, .blog-page .image-sect .services .service, .single-project .image-sect .services .service,
.single-post .image-sect .services .service, .archive .image-sect .services .service, .digital-marketing-projects .image-sect .services .service, .contact-us .image-sect .services .service {
  padding: 0 35px 52px 35px;
  max-width: 33%;
  display: flex;
  flex-direction: column;
  border-bottom: 4px solid rgba(255, 255, 255, 0.7);
}
.digital-marketing .our-services .services .service .up, .headhunting .our-services .services .service .up, .webdev .our-services .services .service .up, .digital-marketing-service .our-services .services .service .up, .about-us .our-services .services .service .up, .our-projects .our-services .services .service .up, .blog-page .our-services .services .service .up, .single-project .our-services .services .service .up,
.single-post .our-services .services .service .up, .archive .our-services .services .service .up, .digital-marketing-projects .our-services .services .service .up, .contact-us .our-services .services .service .up, .webdev .our-services-info .services .service .up, .digital-marketing-service .our-services-info .services .service .up, .about-us .our-services-info .services .service .up, .our-projects .our-services-info .services .service .up, .blog-page .our-services-info .services .service .up, .single-project .our-services-info .services .service .up,
.single-post .our-services-info .services .service .up, .archive .our-services-info .services .service .up, .digital-marketing-projects .our-services-info .services .service .up, .contact-us .our-services-info .services .service .up, .digital-marketing-service .image-sect .services .service .up, .about-us .image-sect .services .service .up, .our-projects .image-sect .services .service .up, .blog-page .image-sect .services .service .up, .single-project .image-sect .services .service .up,
.single-post .image-sect .services .service .up, .archive .image-sect .services .service .up, .digital-marketing-projects .image-sect .services .service .up, .contact-us .image-sect .services .service .up {
  position: relative;
  margin-top: -75px;
  margin-bottom: 52px;
}
.digital-marketing .our-services .services .service.serv-2, .headhunting .our-services .services .service.serv-2, .webdev .our-services .services .service.serv-2, .digital-marketing-service .our-services .services .service.serv-2, .about-us .our-services .services .service.serv-2, .our-projects .our-services .services .service.serv-2, .blog-page .our-services .services .service.serv-2, .single-project .our-services .services .service.serv-2,
.single-post .our-services .services .service.serv-2, .archive .our-services .services .service.serv-2, .digital-marketing-projects .our-services .services .service.serv-2, .contact-us .our-services .services .service.serv-2, .webdev .our-services-info .services .service.serv-2, .digital-marketing-service .our-services-info .services .service.serv-2, .about-us .our-services-info .services .service.serv-2, .our-projects .our-services-info .services .service.serv-2, .blog-page .our-services-info .services .service.serv-2, .single-project .our-services-info .services .service.serv-2,
.single-post .our-services-info .services .service.serv-2, .archive .our-services-info .services .service.serv-2, .digital-marketing-projects .our-services-info .services .service.serv-2, .contact-us .our-services-info .services .service.serv-2, .digital-marketing-service .image-sect .services .service.serv-2, .about-us .image-sect .services .service.serv-2, .our-projects .image-sect .services .service.serv-2, .blog-page .image-sect .services .service.serv-2, .single-project .image-sect .services .service.serv-2,
.single-post .image-sect .services .service.serv-2, .archive .image-sect .services .service.serv-2, .digital-marketing-projects .image-sect .services .service.serv-2, .contact-us .image-sect .services .service.serv-2 {
  border: 4px solid rgba(255, 255, 255, 0.7);
  border-top: none;
}
.digital-marketing .our-services .services .service .number, .headhunting .our-services .services .service .number, .webdev .our-services .services .service .number, .digital-marketing-service .our-services .services .service .number, .about-us .our-services .services .service .number, .our-projects .our-services .services .service .number, .blog-page .our-services .services .service .number, .single-project .our-services .services .service .number,
.single-post .our-services .services .service .number, .archive .our-services .services .service .number, .digital-marketing-projects .our-services .services .service .number, .contact-us .our-services .services .service .number, .webdev .our-services-info .services .service .number, .digital-marketing-service .our-services-info .services .service .number, .about-us .our-services-info .services .service .number, .our-projects .our-services-info .services .service .number, .blog-page .our-services-info .services .service .number, .single-project .our-services-info .services .service .number,
.single-post .our-services-info .services .service .number, .archive .our-services-info .services .service .number, .digital-marketing-projects .our-services-info .services .service .number, .contact-us .our-services-info .services .service .number, .digital-marketing-service .image-sect .services .service .number, .about-us .image-sect .services .service .number, .our-projects .image-sect .services .service .number, .blog-page .image-sect .services .service .number, .single-project .image-sect .services .service .number,
.single-post .image-sect .services .service .number, .archive .image-sect .services .service .number, .digital-marketing-projects .image-sect .services .service .number, .contact-us .image-sect .services .service .number {
  font-weight: 600;
  line-height: 38px;
  font-size: 48px;
  margin-bottom: 16px;
  color: #e60062;
}
.digital-marketing .our-services .services .service .img, .headhunting .our-services .services .service .img, .webdev .our-services .services .service .img, .digital-marketing-service .our-services .services .service .img, .about-us .our-services .services .service .img, .our-projects .our-services .services .service .img, .blog-page .our-services .services .service .img, .single-project .our-services .services .service .img,
.single-post .our-services .services .service .img, .archive .our-services .services .service .img, .digital-marketing-projects .our-services .services .service .img, .contact-us .our-services .services .service .img, .webdev .our-services-info .services .service .img, .digital-marketing-service .our-services-info .services .service .img, .about-us .our-services-info .services .service .img, .our-projects .our-services-info .services .service .img, .blog-page .our-services-info .services .service .img, .single-project .our-services-info .services .service .img,
.single-post .our-services-info .services .service .img, .archive .our-services-info .services .service .img, .digital-marketing-projects .our-services-info .services .service .img, .contact-us .our-services-info .services .service .img, .digital-marketing-service .image-sect .services .service .img, .about-us .image-sect .services .service .img, .our-projects .image-sect .services .service .img, .blog-page .image-sect .services .service .img, .single-project .image-sect .services .service .img,
.single-post .image-sect .services .service .img, .archive .image-sect .services .service .img, .digital-marketing-projects .image-sect .services .service .img, .contact-us .image-sect .services .service .img {
  position: relative;
  background: white;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 315px;
}
.digital-marketing .our-services .services .service .img img, .headhunting .our-services .services .service .img img, .webdev .our-services .services .service .img img, .digital-marketing-service .our-services .services .service .img img, .about-us .our-services .services .service .img img, .our-projects .our-services .services .service .img img, .blog-page .our-services .services .service .img img, .single-project .our-services .services .service .img img,
.single-post .our-services .services .service .img img, .archive .our-services .services .service .img img, .digital-marketing-projects .our-services .services .service .img img, .contact-us .our-services .services .service .img img, .webdev .our-services-info .services .service .img img, .digital-marketing-service .our-services-info .services .service .img img, .about-us .our-services-info .services .service .img img, .our-projects .our-services-info .services .service .img img, .blog-page .our-services-info .services .service .img img, .single-project .our-services-info .services .service .img img,
.single-post .our-services-info .services .service .img img, .archive .our-services-info .services .service .img img, .digital-marketing-projects .our-services-info .services .service .img img, .contact-us .our-services-info .services .service .img img, .digital-marketing-service .image-sect .services .service .img img, .about-us .image-sect .services .service .img img, .our-projects .image-sect .services .service .img img, .blog-page .image-sect .services .service .img img, .single-project .image-sect .services .service .img img,
.single-post .image-sect .services .service .img img, .archive .image-sect .services .service .img img, .digital-marketing-projects .image-sect .services .service .img img, .contact-us .image-sect .services .service .img img {
  max-height: 100%;
  object-fit: contain;
}
.digital-marketing .our-services .services .service .title, .headhunting .our-services .services .service .title, .webdev .our-services .services .service .title, .digital-marketing-service .our-services .services .service .title, .about-us .our-services .services .service .title, .our-projects .our-services .services .service .title, .blog-page .our-services .services .service .title, .single-project .our-services .services .service .title,
.single-post .our-services .services .service .title, .archive .our-services .services .service .title, .digital-marketing-projects .our-services .services .service .title, .contact-us .our-services .services .service .title, .webdev .our-services-info .services .service .title, .digital-marketing-service .our-services-info .services .service .title, .about-us .our-services-info .services .service .title, .our-projects .our-services-info .services .service .title, .blog-page .our-services-info .services .service .title, .single-project .our-services-info .services .service .title,
.single-post .our-services-info .services .service .title, .archive .our-services-info .services .service .title, .digital-marketing-projects .our-services-info .services .service .title, .contact-us .our-services-info .services .service .title, .digital-marketing-service .image-sect .services .service .title, .about-us .image-sect .services .service .title, .our-projects .image-sect .services .service .title, .blog-page .image-sect .services .service .title, .single-project .image-sect .services .service .title,
.single-post .image-sect .services .service .title, .archive .image-sect .services .service .title, .digital-marketing-projects .image-sect .services .service .title, .contact-us .image-sect .services .service .title {
  margin-left: 0;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  font-size: 36px;
  color: white;
  margin-bottom: 16px;
}
.digital-marketing .our-services .services .service .lead, .headhunting .our-services .services .service .lead, .webdev .our-services .services .service .lead, .digital-marketing-service .our-services .services .service .lead, .about-us .our-services .services .service .lead, .our-projects .our-services .services .service .lead, .blog-page .our-services .services .service .lead, .single-project .our-services .services .service .lead,
.single-post .our-services .services .service .lead, .archive .our-services .services .service .lead, .digital-marketing-projects .our-services .services .service .lead, .contact-us .our-services .services .service .lead, .webdev .our-services-info .services .service .lead, .digital-marketing-service .our-services-info .services .service .lead, .about-us .our-services-info .services .service .lead, .our-projects .our-services-info .services .service .lead, .blog-page .our-services-info .services .service .lead, .single-project .our-services-info .services .service .lead,
.single-post .our-services-info .services .service .lead, .archive .our-services-info .services .service .lead, .digital-marketing-projects .our-services-info .services .service .lead, .contact-us .our-services-info .services .service .lead, .digital-marketing-service .image-sect .services .service .lead, .about-us .image-sect .services .service .lead, .our-projects .image-sect .services .service .lead, .blog-page .image-sect .services .service .lead, .single-project .image-sect .services .service .lead,
.single-post .image-sect .services .service .lead, .archive .image-sect .services .service .lead, .digital-marketing-projects .image-sect .services .service .lead, .contact-us .image-sect .services .service .lead {
  letter-spacing: 0.2px;
  text-transform: capitalize;
  font-size: 18px;
  color: #757575;
  margin-bottom: 57px;
  flex-grow: 2;
}
.digital-marketing .our-services .services .service .btn, .headhunting .our-services .services .service .btn, .webdev .our-services .services .service .btn, .digital-marketing-service .our-services .services .service .btn, .about-us .our-services .services .service .btn, .our-projects .our-services .services .service .btn, .blog-page .our-services .services .service .btn, .single-project .our-services .services .service .btn,
.single-post .our-services .services .service .btn, .archive .our-services .services .service .btn, .digital-marketing-projects .our-services .services .service .btn, .contact-us .our-services .services .service .btn, .webdev .our-services-info .services .service .btn, .digital-marketing-service .our-services-info .services .service .btn, .about-us .our-services-info .services .service .btn, .our-projects .our-services-info .services .service .btn, .blog-page .our-services-info .services .service .btn, .single-project .our-services-info .services .service .btn,
.single-post .our-services-info .services .service .btn, .archive .our-services-info .services .service .btn, .digital-marketing-projects .our-services-info .services .service .btn, .contact-us .our-services-info .services .service .btn, .digital-marketing-service .image-sect .services .service .btn, .about-us .image-sect .services .service .btn, .our-projects .image-sect .services .service .btn, .blog-page .image-sect .services .service .btn, .single-project .image-sect .services .service .btn,
.single-post .image-sect .services .service .btn, .archive .image-sect .services .service .btn, .digital-marketing-projects .image-sect .services .service .btn, .contact-us .image-sect .services .service .btn, .digital-marketing .our-services .services .service .wpcf7 input[type=submit], .headhunting .our-services .services .service .wpcf7 input[type=submit], .webdev .our-services .services .service .wpcf7 input[type=submit], .digital-marketing-service .our-services .services .service .wpcf7 input[type=submit], .about-us .our-services .services .service .wpcf7 input[type=submit], .our-projects .our-services .services .service .wpcf7 input[type=submit], .blog-page .our-services .services .service .wpcf7 input[type=submit], .single-project .our-services .services .service .wpcf7 input[type=submit],
.single-post .our-services .services .service .wpcf7 input[type=submit], .archive .our-services .services .service .wpcf7 input[type=submit], .digital-marketing-projects .our-services .services .service .wpcf7 input[type=submit], .contact-us .our-services .services .service .wpcf7 input[type=submit], .webdev .our-services-info .services .service .wpcf7 input[type=submit], .digital-marketing-service .our-services-info .services .service .wpcf7 input[type=submit], .about-us .our-services-info .services .service .wpcf7 input[type=submit], .our-projects .our-services-info .services .service .wpcf7 input[type=submit], .blog-page .our-services-info .services .service .wpcf7 input[type=submit], .single-project .our-services-info .services .service .wpcf7 input[type=submit],
.single-post .our-services-info .services .service .wpcf7 input[type=submit], .archive .our-services-info .services .service .wpcf7 input[type=submit], .digital-marketing-projects .our-services-info .services .service .wpcf7 input[type=submit], .contact-us .our-services-info .services .service .wpcf7 input[type=submit], .digital-marketing-service .image-sect .services .service .wpcf7 input[type=submit], .about-us .image-sect .services .service .wpcf7 input[type=submit], .our-projects .image-sect .services .service .wpcf7 input[type=submit], .blog-page .image-sect .services .service .wpcf7 input[type=submit], .single-project .image-sect .services .service .wpcf7 input[type=submit],
.single-post .image-sect .services .service .wpcf7 input[type=submit], .archive .image-sect .services .service .wpcf7 input[type=submit], .digital-marketing-projects .image-sect .services .service .wpcf7 input[type=submit], .contact-us .image-sect .services .service .wpcf7 input[type=submit], .wpcf7 .digital-marketing .our-services .services .service input[type=submit], .webdev .wpcf7 .digital-marketing .our-services-info .services .service input[type=submit], .digital-marketing-service .wpcf7 .digital-marketing .our-services-info .services .service input[type=submit], .about-us .wpcf7 .digital-marketing .our-services-info .services .service input[type=submit], .our-projects .wpcf7 .digital-marketing .our-services-info .services .service input[type=submit], .blog-page .wpcf7 .digital-marketing .our-services-info .services .service input[type=submit], .single-project .wpcf7 .digital-marketing .our-services-info .services .service input[type=submit],
.single-post .wpcf7 .digital-marketing .our-services-info .services .service input[type=submit], .archive .wpcf7 .digital-marketing .our-services-info .services .service input[type=submit], .digital-marketing-projects .wpcf7 .digital-marketing .our-services-info .services .service input[type=submit], .contact-us .wpcf7 .digital-marketing .our-services-info .services .service input[type=submit], .digital-marketing-service .wpcf7 .digital-marketing .image-sect .services .service input[type=submit], .about-us .wpcf7 .digital-marketing .image-sect .services .service input[type=submit], .our-projects .wpcf7 .digital-marketing .image-sect .services .service input[type=submit], .blog-page .wpcf7 .digital-marketing .image-sect .services .service input[type=submit], .single-project .wpcf7 .digital-marketing .image-sect .services .service input[type=submit],
.single-post .wpcf7 .digital-marketing .image-sect .services .service input[type=submit], .archive .wpcf7 .digital-marketing .image-sect .services .service input[type=submit], .digital-marketing-projects .wpcf7 .digital-marketing .image-sect .services .service input[type=submit], .contact-us .wpcf7 .digital-marketing .image-sect .services .service input[type=submit], .wpcf7 .headhunting .our-services .services .service input[type=submit], .webdev .wpcf7 .headhunting .our-services-info .services .service input[type=submit], .digital-marketing-service .wpcf7 .headhunting .our-services-info .services .service input[type=submit], .about-us .wpcf7 .headhunting .our-services-info .services .service input[type=submit], .our-projects .wpcf7 .headhunting .our-services-info .services .service input[type=submit], .blog-page .wpcf7 .headhunting .our-services-info .services .service input[type=submit], .single-project .wpcf7 .headhunting .our-services-info .services .service input[type=submit],
.single-post .wpcf7 .headhunting .our-services-info .services .service input[type=submit], .archive .wpcf7 .headhunting .our-services-info .services .service input[type=submit], .digital-marketing-projects .wpcf7 .headhunting .our-services-info .services .service input[type=submit], .contact-us .wpcf7 .headhunting .our-services-info .services .service input[type=submit], .digital-marketing-service .wpcf7 .headhunting .image-sect .services .service input[type=submit], .about-us .wpcf7 .headhunting .image-sect .services .service input[type=submit], .our-projects .wpcf7 .headhunting .image-sect .services .service input[type=submit], .blog-page .wpcf7 .headhunting .image-sect .services .service input[type=submit], .single-project .wpcf7 .headhunting .image-sect .services .service input[type=submit],
.single-post .wpcf7 .headhunting .image-sect .services .service input[type=submit], .archive .wpcf7 .headhunting .image-sect .services .service input[type=submit], .digital-marketing-projects .wpcf7 .headhunting .image-sect .services .service input[type=submit], .contact-us .wpcf7 .headhunting .image-sect .services .service input[type=submit], .wpcf7 .webdev .our-services .services .service input[type=submit], .wpcf7 .digital-marketing-service .our-services .services .service input[type=submit], .wpcf7 .about-us .our-services .services .service input[type=submit], .wpcf7 .our-projects .our-services .services .service input[type=submit], .wpcf7 .blog-page .our-services .services .service input[type=submit], .wpcf7 .single-project .our-services .services .service input[type=submit],
.wpcf7 .single-post .our-services .services .service input[type=submit], .wpcf7 .archive .our-services .services .service input[type=submit], .wpcf7 .digital-marketing-projects .our-services .services .service input[type=submit], .wpcf7 .contact-us .our-services .services .service input[type=submit], .wpcf7 .webdev .our-services-info .services .service input[type=submit], .digital-marketing-service .wpcf7 .webdev .image-sect .services .service input[type=submit], .about-us .wpcf7 .webdev .image-sect .services .service input[type=submit], .our-projects .wpcf7 .webdev .image-sect .services .service input[type=submit], .blog-page .wpcf7 .webdev .image-sect .services .service input[type=submit], .single-project .wpcf7 .webdev .image-sect .services .service input[type=submit],
.single-post .wpcf7 .webdev .image-sect .services .service input[type=submit], .archive .wpcf7 .webdev .image-sect .services .service input[type=submit], .digital-marketing-projects .wpcf7 .webdev .image-sect .services .service input[type=submit], .contact-us .wpcf7 .webdev .image-sect .services .service input[type=submit], .wpcf7 .digital-marketing-service .our-services-info .services .service input[type=submit], .wpcf7 .about-us .our-services-info .services .service input[type=submit], .wpcf7 .our-projects .our-services-info .services .service input[type=submit], .wpcf7 .blog-page .our-services-info .services .service input[type=submit], .wpcf7 .single-project .our-services-info .services .service input[type=submit],
.wpcf7 .single-post .our-services-info .services .service input[type=submit], .wpcf7 .archive .our-services-info .services .service input[type=submit], .wpcf7 .digital-marketing-projects .our-services-info .services .service input[type=submit], .wpcf7 .contact-us .our-services-info .services .service input[type=submit], .wpcf7 .digital-marketing-service .image-sect .services .service input[type=submit], .wpcf7 .about-us .image-sect .services .service input[type=submit], .wpcf7 .our-projects .image-sect .services .service input[type=submit], .wpcf7 .blog-page .image-sect .services .service input[type=submit], .wpcf7 .single-project .image-sect .services .service input[type=submit],
.wpcf7 .single-post .image-sect .services .service input[type=submit], .wpcf7 .archive .image-sect .services .service input[type=submit], .wpcf7 .digital-marketing-projects .image-sect .services .service input[type=submit], .wpcf7 .contact-us .image-sect .services .service input[type=submit], .digital-marketing .our-services .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .headhunting .our-services .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .webdev .our-services .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .our-services .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .our-services .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .our-services .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .our-services .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .our-services .services .service .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .our-services .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .our-services .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .our-services .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .our-services .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .webdev .our-services-info .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .our-services-info .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .our-services-info .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .our-services-info .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .our-services-info .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .our-services-info .services .service .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .our-services-info .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .our-services-info .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .our-services-info .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .our-services-info .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .image-sect .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .image-sect .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .image-sect .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .image-sect .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .image-sect .services .service .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .image-sect .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .image-sect .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .image-sect .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .image-sect .services .service .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .our-services .services .service a.button, .webdev .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .our-services-info .services .service a.button, .digital-marketing-service .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .our-services-info .services .service a.button, .about-us .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .our-services-info .services .service a.button, .our-projects .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .our-services-info .services .service a.button, .blog-page .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .our-services-info .services .service a.button, .single-project .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .our-services-info .services .service a.button,
.single-post .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .our-services-info .services .service a.button, .archive .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .our-services-info .services .service a.button, .digital-marketing-projects .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .our-services-info .services .service a.button, .contact-us .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .our-services-info .services .service a.button, .digital-marketing-service .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .image-sect .services .service a.button, .about-us .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .image-sect .services .service a.button, .our-projects .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .image-sect .services .service a.button, .blog-page .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .image-sect .services .service a.button, .single-project .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .image-sect .services .service a.button,
.single-post .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .image-sect .services .service a.button, .archive .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .image-sect .services .service a.button, .digital-marketing-projects .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .image-sect .services .service a.button, .contact-us .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .image-sect .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .headhunting .our-services .services .service a.button, .webdev .woocommerce-notices-wrapper .woocommerce-message .headhunting .our-services-info .services .service a.button, .digital-marketing-service .woocommerce-notices-wrapper .woocommerce-message .headhunting .our-services-info .services .service a.button, .about-us .woocommerce-notices-wrapper .woocommerce-message .headhunting .our-services-info .services .service a.button, .our-projects .woocommerce-notices-wrapper .woocommerce-message .headhunting .our-services-info .services .service a.button, .blog-page .woocommerce-notices-wrapper .woocommerce-message .headhunting .our-services-info .services .service a.button, .single-project .woocommerce-notices-wrapper .woocommerce-message .headhunting .our-services-info .services .service a.button,
.single-post .woocommerce-notices-wrapper .woocommerce-message .headhunting .our-services-info .services .service a.button, .archive .woocommerce-notices-wrapper .woocommerce-message .headhunting .our-services-info .services .service a.button, .digital-marketing-projects .woocommerce-notices-wrapper .woocommerce-message .headhunting .our-services-info .services .service a.button, .contact-us .woocommerce-notices-wrapper .woocommerce-message .headhunting .our-services-info .services .service a.button, .digital-marketing-service .woocommerce-notices-wrapper .woocommerce-message .headhunting .image-sect .services .service a.button, .about-us .woocommerce-notices-wrapper .woocommerce-message .headhunting .image-sect .services .service a.button, .our-projects .woocommerce-notices-wrapper .woocommerce-message .headhunting .image-sect .services .service a.button, .blog-page .woocommerce-notices-wrapper .woocommerce-message .headhunting .image-sect .services .service a.button, .single-project .woocommerce-notices-wrapper .woocommerce-message .headhunting .image-sect .services .service a.button,
.single-post .woocommerce-notices-wrapper .woocommerce-message .headhunting .image-sect .services .service a.button, .archive .woocommerce-notices-wrapper .woocommerce-message .headhunting .image-sect .services .service a.button, .digital-marketing-projects .woocommerce-notices-wrapper .woocommerce-message .headhunting .image-sect .services .service a.button, .contact-us .woocommerce-notices-wrapper .woocommerce-message .headhunting .image-sect .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .webdev .our-services .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .our-services .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .our-services .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .our-services .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .our-services .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .our-services .services .service a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .our-services .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .our-services .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .our-services .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .our-services .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .webdev .our-services-info .services .service a.button, .digital-marketing-service .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .services .service a.button, .about-us .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .services .service a.button, .our-projects .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .services .service a.button, .blog-page .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .services .service a.button, .single-project .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .services .service a.button,
.single-post .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .services .service a.button, .archive .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .services .service a.button, .digital-marketing-projects .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .services .service a.button, .contact-us .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .our-services-info .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .our-services-info .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .our-services-info .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .our-services-info .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .our-services-info .services .service a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .our-services-info .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .our-services-info .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .our-services-info .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .our-services-info .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .image-sect .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .image-sect .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .image-sect .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .image-sect .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .image-sect .services .service a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .image-sect .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .image-sect .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .image-sect .services .service a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .image-sect .services .service a.button, .digital-marketing .our-services .services .service .woocommerce-info a.button, .headhunting .our-services .services .service .woocommerce-info a.button, .webdev .our-services .services .service .woocommerce-info a.button, .digital-marketing-service .our-services .services .service .woocommerce-info a.button, .about-us .our-services .services .service .woocommerce-info a.button, .our-projects .our-services .services .service .woocommerce-info a.button, .blog-page .our-services .services .service .woocommerce-info a.button, .single-project .our-services .services .service .woocommerce-info a.button,
.single-post .our-services .services .service .woocommerce-info a.button, .archive .our-services .services .service .woocommerce-info a.button, .digital-marketing-projects .our-services .services .service .woocommerce-info a.button, .contact-us .our-services .services .service .woocommerce-info a.button, .webdev .our-services-info .services .service .woocommerce-info a.button, .digital-marketing-service .our-services-info .services .service .woocommerce-info a.button, .about-us .our-services-info .services .service .woocommerce-info a.button, .our-projects .our-services-info .services .service .woocommerce-info a.button, .blog-page .our-services-info .services .service .woocommerce-info a.button, .single-project .our-services-info .services .service .woocommerce-info a.button,
.single-post .our-services-info .services .service .woocommerce-info a.button, .archive .our-services-info .services .service .woocommerce-info a.button, .digital-marketing-projects .our-services-info .services .service .woocommerce-info a.button, .contact-us .our-services-info .services .service .woocommerce-info a.button, .digital-marketing-service .image-sect .services .service .woocommerce-info a.button, .about-us .image-sect .services .service .woocommerce-info a.button, .our-projects .image-sect .services .service .woocommerce-info a.button, .blog-page .image-sect .services .service .woocommerce-info a.button, .single-project .image-sect .services .service .woocommerce-info a.button,
.single-post .image-sect .services .service .woocommerce-info a.button, .archive .image-sect .services .service .woocommerce-info a.button, .digital-marketing-projects .image-sect .services .service .woocommerce-info a.button, .contact-us .image-sect .services .service .woocommerce-info a.button, .woocommerce-info .digital-marketing .our-services .services .service a.button, .webdev .woocommerce-info .digital-marketing .our-services-info .services .service a.button, .digital-marketing-service .woocommerce-info .digital-marketing .our-services-info .services .service a.button, .about-us .woocommerce-info .digital-marketing .our-services-info .services .service a.button, .our-projects .woocommerce-info .digital-marketing .our-services-info .services .service a.button, .blog-page .woocommerce-info .digital-marketing .our-services-info .services .service a.button, .single-project .woocommerce-info .digital-marketing .our-services-info .services .service a.button,
.single-post .woocommerce-info .digital-marketing .our-services-info .services .service a.button, .archive .woocommerce-info .digital-marketing .our-services-info .services .service a.button, .digital-marketing-projects .woocommerce-info .digital-marketing .our-services-info .services .service a.button, .contact-us .woocommerce-info .digital-marketing .our-services-info .services .service a.button, .digital-marketing-service .woocommerce-info .digital-marketing .image-sect .services .service a.button, .about-us .woocommerce-info .digital-marketing .image-sect .services .service a.button, .our-projects .woocommerce-info .digital-marketing .image-sect .services .service a.button, .blog-page .woocommerce-info .digital-marketing .image-sect .services .service a.button, .single-project .woocommerce-info .digital-marketing .image-sect .services .service a.button,
.single-post .woocommerce-info .digital-marketing .image-sect .services .service a.button, .archive .woocommerce-info .digital-marketing .image-sect .services .service a.button, .digital-marketing-projects .woocommerce-info .digital-marketing .image-sect .services .service a.button, .contact-us .woocommerce-info .digital-marketing .image-sect .services .service a.button, .woocommerce-info .headhunting .our-services .services .service a.button, .webdev .woocommerce-info .headhunting .our-services-info .services .service a.button, .digital-marketing-service .woocommerce-info .headhunting .our-services-info .services .service a.button, .about-us .woocommerce-info .headhunting .our-services-info .services .service a.button, .our-projects .woocommerce-info .headhunting .our-services-info .services .service a.button, .blog-page .woocommerce-info .headhunting .our-services-info .services .service a.button, .single-project .woocommerce-info .headhunting .our-services-info .services .service a.button,
.single-post .woocommerce-info .headhunting .our-services-info .services .service a.button, .archive .woocommerce-info .headhunting .our-services-info .services .service a.button, .digital-marketing-projects .woocommerce-info .headhunting .our-services-info .services .service a.button, .contact-us .woocommerce-info .headhunting .our-services-info .services .service a.button, .digital-marketing-service .woocommerce-info .headhunting .image-sect .services .service a.button, .about-us .woocommerce-info .headhunting .image-sect .services .service a.button, .our-projects .woocommerce-info .headhunting .image-sect .services .service a.button, .blog-page .woocommerce-info .headhunting .image-sect .services .service a.button, .single-project .woocommerce-info .headhunting .image-sect .services .service a.button,
.single-post .woocommerce-info .headhunting .image-sect .services .service a.button, .archive .woocommerce-info .headhunting .image-sect .services .service a.button, .digital-marketing-projects .woocommerce-info .headhunting .image-sect .services .service a.button, .contact-us .woocommerce-info .headhunting .image-sect .services .service a.button, .woocommerce-info .webdev .our-services .services .service a.button, .woocommerce-info .digital-marketing-service .our-services .services .service a.button, .woocommerce-info .about-us .our-services .services .service a.button, .woocommerce-info .our-projects .our-services .services .service a.button, .woocommerce-info .blog-page .our-services .services .service a.button, .woocommerce-info .single-project .our-services .services .service a.button,
.woocommerce-info .single-post .our-services .services .service a.button, .woocommerce-info .archive .our-services .services .service a.button, .woocommerce-info .digital-marketing-projects .our-services .services .service a.button, .woocommerce-info .contact-us .our-services .services .service a.button, .woocommerce-info .webdev .our-services-info .services .service a.button, .digital-marketing-service .woocommerce-info .webdev .image-sect .services .service a.button, .about-us .woocommerce-info .webdev .image-sect .services .service a.button, .our-projects .woocommerce-info .webdev .image-sect .services .service a.button, .blog-page .woocommerce-info .webdev .image-sect .services .service a.button, .single-project .woocommerce-info .webdev .image-sect .services .service a.button,
.single-post .woocommerce-info .webdev .image-sect .services .service a.button, .archive .woocommerce-info .webdev .image-sect .services .service a.button, .digital-marketing-projects .woocommerce-info .webdev .image-sect .services .service a.button, .contact-us .woocommerce-info .webdev .image-sect .services .service a.button, .woocommerce-info .digital-marketing-service .our-services-info .services .service a.button, .woocommerce-info .about-us .our-services-info .services .service a.button, .woocommerce-info .our-projects .our-services-info .services .service a.button, .woocommerce-info .blog-page .our-services-info .services .service a.button, .woocommerce-info .single-project .our-services-info .services .service a.button,
.woocommerce-info .single-post .our-services-info .services .service a.button, .woocommerce-info .archive .our-services-info .services .service a.button, .woocommerce-info .digital-marketing-projects .our-services-info .services .service a.button, .woocommerce-info .contact-us .our-services-info .services .service a.button, .woocommerce-info .digital-marketing-service .image-sect .services .service a.button, .woocommerce-info .about-us .image-sect .services .service a.button, .woocommerce-info .our-projects .image-sect .services .service a.button, .woocommerce-info .blog-page .image-sect .services .service a.button, .woocommerce-info .single-project .image-sect .services .service a.button,
.woocommerce-info .single-post .image-sect .services .service a.button, .woocommerce-info .archive .image-sect .services .service a.button, .woocommerce-info .digital-marketing-projects .image-sect .services .service a.button, .woocommerce-info .contact-us .image-sect .services .service a.button {
  flex-grow: 0;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .digital-marketing .our-services .services, .headhunting .our-services .services, .webdev .our-services .services, .digital-marketing-service .our-services .services, .about-us .our-services .services, .our-projects .our-services .services, .blog-page .our-services .services, .single-project .our-services .services,
.single-post .our-services .services, .archive .our-services .services, .digital-marketing-projects .our-services .services, .contact-us .our-services .services, .webdev .our-services-info .services, .digital-marketing-service .our-services-info .services, .about-us .our-services-info .services, .our-projects .our-services-info .services, .blog-page .our-services-info .services, .single-project .our-services-info .services,
.single-post .our-services-info .services, .archive .our-services-info .services, .digital-marketing-projects .our-services-info .services, .contact-us .our-services-info .services, .digital-marketing-service .image-sect .services, .about-us .image-sect .services, .our-projects .image-sect .services, .blog-page .image-sect .services, .single-project .image-sect .services,
.single-post .image-sect .services, .archive .image-sect .services, .digital-marketing-projects .image-sect .services, .contact-us .image-sect .services {
    max-width: 100%;
    margin-top: 100px;
    justify-content: center;
  }
  .digital-marketing .our-services .services .service, .headhunting .our-services .services .service, .webdev .our-services .services .service, .digital-marketing-service .our-services .services .service, .about-us .our-services .services .service, .our-projects .our-services .services .service, .blog-page .our-services .services .service, .single-project .our-services .services .service,
.single-post .our-services .services .service, .archive .our-services .services .service, .digital-marketing-projects .our-services .services .service, .contact-us .our-services .services .service, .webdev .our-services-info .services .service, .digital-marketing-service .our-services-info .services .service, .about-us .our-services-info .services .service, .our-projects .our-services-info .services .service, .blog-page .our-services-info .services .service, .single-project .our-services-info .services .service,
.single-post .our-services-info .services .service, .archive .our-services-info .services .service, .digital-marketing-projects .our-services-info .services .service, .contact-us .our-services-info .services .service, .digital-marketing-service .image-sect .services .service, .about-us .image-sect .services .service, .our-projects .image-sect .services .service, .blog-page .image-sect .services .service, .single-project .image-sect .services .service,
.single-post .image-sect .services .service, .archive .image-sect .services .service, .digital-marketing-projects .image-sect .services .service, .contact-us .image-sect .services .service {
    border: none;
    padding: 0 15px 52px 15px;
    max-width: 50%;
  }
  .digital-marketing .our-services .services .service .title, .headhunting .our-services .services .service .title, .webdev .our-services .services .service .title, .digital-marketing-service .our-services .services .service .title, .about-us .our-services .services .service .title, .our-projects .our-services .services .service .title, .blog-page .our-services .services .service .title, .single-project .our-services .services .service .title,
.single-post .our-services .services .service .title, .archive .our-services .services .service .title, .digital-marketing-projects .our-services .services .service .title, .contact-us .our-services .services .service .title, .webdev .our-services-info .services .service .title, .digital-marketing-service .our-services-info .services .service .title, .about-us .our-services-info .services .service .title, .our-projects .our-services-info .services .service .title, .blog-page .our-services-info .services .service .title, .single-project .our-services-info .services .service .title,
.single-post .our-services-info .services .service .title, .archive .our-services-info .services .service .title, .digital-marketing-projects .our-services-info .services .service .title, .contact-us .our-services-info .services .service .title, .digital-marketing-service .image-sect .services .service .title, .about-us .image-sect .services .service .title, .our-projects .image-sect .services .service .title, .blog-page .image-sect .services .service .title, .single-project .image-sect .services .service .title,
.single-post .image-sect .services .service .title, .archive .image-sect .services .service .title, .digital-marketing-projects .image-sect .services .service .title, .contact-us .image-sect .services .service .title {
    margin-bottom: 10px !important;
  }
  .digital-marketing .our-services .services .service .up, .headhunting .our-services .services .service .up, .webdev .our-services .services .service .up, .digital-marketing-service .our-services .services .service .up, .about-us .our-services .services .service .up, .our-projects .our-services .services .service .up, .blog-page .our-services .services .service .up, .single-project .our-services .services .service .up,
.single-post .our-services .services .service .up, .archive .our-services .services .service .up, .digital-marketing-projects .our-services .services .service .up, .contact-us .our-services .services .service .up, .webdev .our-services-info .services .service .up, .digital-marketing-service .our-services-info .services .service .up, .about-us .our-services-info .services .service .up, .our-projects .our-services-info .services .service .up, .blog-page .our-services-info .services .service .up, .single-project .our-services-info .services .service .up,
.single-post .our-services-info .services .service .up, .archive .our-services-info .services .service .up, .digital-marketing-projects .our-services-info .services .service .up, .contact-us .our-services-info .services .service .up, .digital-marketing-service .image-sect .services .service .up, .about-us .image-sect .services .service .up, .our-projects .image-sect .services .service .up, .blog-page .image-sect .services .service .up, .single-project .image-sect .services .service .up,
.single-post .image-sect .services .service .up, .archive .image-sect .services .service .up, .digital-marketing-projects .image-sect .services .service .up, .contact-us .image-sect .services .service .up {
    margin-bottom: 32px;
    margin-top: -55px;
  }
  .digital-marketing .our-services .services .service.serv-2, .headhunting .our-services .services .service.serv-2, .webdev .our-services .services .service.serv-2, .digital-marketing-service .our-services .services .service.serv-2, .about-us .our-services .services .service.serv-2, .our-projects .our-services .services .service.serv-2, .blog-page .our-services .services .service.serv-2, .single-project .our-services .services .service.serv-2,
.single-post .our-services .services .service.serv-2, .archive .our-services .services .service.serv-2, .digital-marketing-projects .our-services .services .service.serv-2, .contact-us .our-services .services .service.serv-2, .webdev .our-services-info .services .service.serv-2, .digital-marketing-service .our-services-info .services .service.serv-2, .about-us .our-services-info .services .service.serv-2, .our-projects .our-services-info .services .service.serv-2, .blog-page .our-services-info .services .service.serv-2, .single-project .our-services-info .services .service.serv-2,
.single-post .our-services-info .services .service.serv-2, .archive .our-services-info .services .service.serv-2, .digital-marketing-projects .our-services-info .services .service.serv-2, .contact-us .our-services-info .services .service.serv-2, .digital-marketing-service .image-sect .services .service.serv-2, .about-us .image-sect .services .service.serv-2, .our-projects .image-sect .services .service.serv-2, .blog-page .image-sect .services .service.serv-2, .single-project .image-sect .services .service.serv-2,
.single-post .image-sect .services .service.serv-2, .archive .image-sect .services .service.serv-2, .digital-marketing-projects .image-sect .services .service.serv-2, .contact-us .image-sect .services .service.serv-2 {
    border: none;
  }
  .digital-marketing .our-services .services .service:last-of-type, .headhunting .our-services .services .service:last-of-type, .webdev .our-services .services .service:last-of-type, .digital-marketing-service .our-services .services .service:last-of-type, .about-us .our-services .services .service:last-of-type, .our-projects .our-services .services .service:last-of-type, .blog-page .our-services .services .service:last-of-type, .single-project .our-services .services .service:last-of-type,
.single-post .our-services .services .service:last-of-type, .archive .our-services .services .service:last-of-type, .digital-marketing-projects .our-services .services .service:last-of-type, .contact-us .our-services .services .service:last-of-type, .webdev .our-services-info .services .service:last-of-type, .digital-marketing-service .our-services-info .services .service:last-of-type, .about-us .our-services-info .services .service:last-of-type, .our-projects .our-services-info .services .service:last-of-type, .blog-page .our-services-info .services .service:last-of-type, .single-project .our-services-info .services .service:last-of-type,
.single-post .our-services-info .services .service:last-of-type, .archive .our-services-info .services .service:last-of-type, .digital-marketing-projects .our-services-info .services .service:last-of-type, .contact-us .our-services-info .services .service:last-of-type, .digital-marketing-service .image-sect .services .service:last-of-type, .about-us .image-sect .services .service:last-of-type, .our-projects .image-sect .services .service:last-of-type, .blog-page .image-sect .services .service:last-of-type, .single-project .image-sect .services .service:last-of-type,
.single-post .image-sect .services .service:last-of-type, .archive .image-sect .services .service:last-of-type, .digital-marketing-projects .image-sect .services .service:last-of-type, .contact-us .image-sect .services .service:last-of-type {
    margin-top: 70px;
  }
}
.digital-marketing .ready-to-start, .headhunting .ready-to-start, .webdev .ready-to-start, .digital-marketing-service .ready-to-start, .about-us .ready-to-start, .our-projects .ready-to-start, .blog-page .ready-to-start, .single-project .ready-to-start,
.single-post .ready-to-start, .archive .ready-to-start, .digital-marketing-projects .ready-to-start, .contact-us .ready-to-start {
  margin-top: 200px;
  background: #FF0A72;
  color: white;
}
.digital-marketing .ready-to-start .holder, .headhunting .ready-to-start .holder, .webdev .ready-to-start .holder, .digital-marketing-service .ready-to-start .holder, .about-us .ready-to-start .holder, .our-projects .ready-to-start .holder, .blog-page .ready-to-start .holder, .single-project .ready-to-start .holder,
.single-post .ready-to-start .holder, .archive .ready-to-start .holder, .digital-marketing-projects .ready-to-start .holder, .contact-us .ready-to-start .holder {
  display: flex;
}
.digital-marketing .ready-to-start .holder .title-holder, .headhunting .ready-to-start .holder .title-holder, .webdev .ready-to-start .holder .title-holder, .digital-marketing-service .ready-to-start .holder .title-holder, .about-us .ready-to-start .holder .title-holder, .our-projects .ready-to-start .holder .title-holder, .blog-page .ready-to-start .holder .title-holder, .single-project .ready-to-start .holder .title-holder,
.single-post .ready-to-start .holder .title-holder, .archive .ready-to-start .holder .title-holder, .digital-marketing-projects .ready-to-start .holder .title-holder, .contact-us .ready-to-start .holder .title-holder {
  position: relative;
  width: fit-content;
  margin-bottom: 50px;
}
.digital-marketing .ready-to-start .holder .title-holder .title, .headhunting .ready-to-start .holder .title-holder .title, .webdev .ready-to-start .holder .title-holder .title, .digital-marketing-service .ready-to-start .holder .title-holder .title, .about-us .ready-to-start .holder .title-holder .title, .our-projects .ready-to-start .holder .title-holder .title, .blog-page .ready-to-start .holder .title-holder .title, .single-project .ready-to-start .holder .title-holder .title,
.single-post .ready-to-start .holder .title-holder .title, .archive .ready-to-start .holder .title-holder .title, .digital-marketing-projects .ready-to-start .holder .title-holder .title, .contact-us .ready-to-start .holder .title-holder .title {
  margin-left: 0;
  margin-bottom: 36px;
}
.digital-marketing .ready-to-start .holder .title-holder svg, .headhunting .ready-to-start .holder .title-holder svg, .webdev .ready-to-start .holder .title-holder svg, .digital-marketing-service .ready-to-start .holder .title-holder svg, .about-us .ready-to-start .holder .title-holder svg, .our-projects .ready-to-start .holder .title-holder svg, .blog-page .ready-to-start .holder .title-holder svg, .single-project .ready-to-start .holder .title-holder svg,
.single-post .ready-to-start .holder .title-holder svg, .archive .ready-to-start .holder .title-holder svg, .digital-marketing-projects .ready-to-start .holder .title-holder svg, .contact-us .ready-to-start .holder .title-holder svg {
  bottom: 0;
  left: 67%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.digital-marketing .ready-to-start .holder .title, .headhunting .ready-to-start .holder .title, .webdev .ready-to-start .holder .title, .digital-marketing-service .ready-to-start .holder .title, .about-us .ready-to-start .holder .title, .our-projects .ready-to-start .holder .title, .blog-page .ready-to-start .holder .title, .single-project .ready-to-start .holder .title,
.single-post .ready-to-start .holder .title, .archive .ready-to-start .holder .title, .digital-marketing-projects .ready-to-start .holder .title, .contact-us .ready-to-start .holder .title {
  margin-left: 42px;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: capitalize;
  margin-bottom: 45px;
}
.digital-marketing .ready-to-start .holder .lead, .headhunting .ready-to-start .holder .lead, .webdev .ready-to-start .holder .lead, .digital-marketing-service .ready-to-start .holder .lead, .about-us .ready-to-start .holder .lead, .our-projects .ready-to-start .holder .lead, .blog-page .ready-to-start .holder .lead, .single-project .ready-to-start .holder .lead,
.single-post .ready-to-start .holder .lead, .archive .ready-to-start .holder .lead, .digital-marketing-projects .ready-to-start .holder .lead, .contact-us .ready-to-start .holder .lead {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-left: 42px;
  margin-bottom: 50px;
}
.digital-marketing .ready-to-start .holder .btn, .headhunting .ready-to-start .holder .btn, .webdev .ready-to-start .holder .btn, .digital-marketing-service .ready-to-start .holder .btn, .about-us .ready-to-start .holder .btn, .our-projects .ready-to-start .holder .btn, .blog-page .ready-to-start .holder .btn, .single-project .ready-to-start .holder .btn,
.single-post .ready-to-start .holder .btn, .archive .ready-to-start .holder .btn, .digital-marketing-projects .ready-to-start .holder .btn, .contact-us .ready-to-start .holder .btn, .digital-marketing .ready-to-start .holder .wpcf7 input[type=submit], .headhunting .ready-to-start .holder .wpcf7 input[type=submit], .webdev .ready-to-start .holder .wpcf7 input[type=submit], .digital-marketing-service .ready-to-start .holder .wpcf7 input[type=submit], .about-us .ready-to-start .holder .wpcf7 input[type=submit], .our-projects .ready-to-start .holder .wpcf7 input[type=submit], .blog-page .ready-to-start .holder .wpcf7 input[type=submit], .single-project .ready-to-start .holder .wpcf7 input[type=submit],
.single-post .ready-to-start .holder .wpcf7 input[type=submit], .archive .ready-to-start .holder .wpcf7 input[type=submit], .digital-marketing-projects .ready-to-start .holder .wpcf7 input[type=submit], .contact-us .ready-to-start .holder .wpcf7 input[type=submit], .wpcf7 .digital-marketing .ready-to-start .holder input[type=submit], .wpcf7 .headhunting .ready-to-start .holder input[type=submit], .wpcf7 .webdev .ready-to-start .holder input[type=submit], .wpcf7 .digital-marketing-service .ready-to-start .holder input[type=submit], .wpcf7 .about-us .ready-to-start .holder input[type=submit], .wpcf7 .our-projects .ready-to-start .holder input[type=submit], .wpcf7 .blog-page .ready-to-start .holder input[type=submit], .wpcf7 .single-project .ready-to-start .holder input[type=submit],
.wpcf7 .single-post .ready-to-start .holder input[type=submit], .wpcf7 .archive .ready-to-start .holder input[type=submit], .wpcf7 .digital-marketing-projects .ready-to-start .holder input[type=submit], .wpcf7 .contact-us .ready-to-start .holder input[type=submit], .digital-marketing .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .headhunting .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .webdev .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .headhunting .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .webdev .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .ready-to-start .holder a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .ready-to-start .holder a.button, .digital-marketing .ready-to-start .holder .woocommerce-info a.button, .headhunting .ready-to-start .holder .woocommerce-info a.button, .webdev .ready-to-start .holder .woocommerce-info a.button, .digital-marketing-service .ready-to-start .holder .woocommerce-info a.button, .about-us .ready-to-start .holder .woocommerce-info a.button, .our-projects .ready-to-start .holder .woocommerce-info a.button, .blog-page .ready-to-start .holder .woocommerce-info a.button, .single-project .ready-to-start .holder .woocommerce-info a.button,
.single-post .ready-to-start .holder .woocommerce-info a.button, .archive .ready-to-start .holder .woocommerce-info a.button, .digital-marketing-projects .ready-to-start .holder .woocommerce-info a.button, .contact-us .ready-to-start .holder .woocommerce-info a.button, .woocommerce-info .digital-marketing .ready-to-start .holder a.button, .woocommerce-info .headhunting .ready-to-start .holder a.button, .woocommerce-info .webdev .ready-to-start .holder a.button, .woocommerce-info .digital-marketing-service .ready-to-start .holder a.button, .woocommerce-info .about-us .ready-to-start .holder a.button, .woocommerce-info .our-projects .ready-to-start .holder a.button, .woocommerce-info .blog-page .ready-to-start .holder a.button, .woocommerce-info .single-project .ready-to-start .holder a.button,
.woocommerce-info .single-post .ready-to-start .holder a.button, .woocommerce-info .archive .ready-to-start .holder a.button, .woocommerce-info .digital-marketing-projects .ready-to-start .holder a.button, .woocommerce-info .contact-us .ready-to-start .holder a.button {
  margin-left: 42px;
  width: fit-content;
  color: #e60062;
  background: white;
}
.digital-marketing .ready-to-start .holder .btn svg path, .headhunting .ready-to-start .holder .btn svg path, .webdev .ready-to-start .holder .btn svg path, .digital-marketing-service .ready-to-start .holder .btn svg path, .about-us .ready-to-start .holder .btn svg path, .our-projects .ready-to-start .holder .btn svg path, .blog-page .ready-to-start .holder .btn svg path, .single-project .ready-to-start .holder .btn svg path,
.single-post .ready-to-start .holder .btn svg path, .archive .ready-to-start .holder .btn svg path, .digital-marketing-projects .ready-to-start .holder .btn svg path, .contact-us .ready-to-start .holder .btn svg path, .digital-marketing .ready-to-start .holder .wpcf7 input[type=submit] svg path, .headhunting .ready-to-start .holder .wpcf7 input[type=submit] svg path, .webdev .ready-to-start .holder .wpcf7 input[type=submit] svg path, .digital-marketing-service .ready-to-start .holder .wpcf7 input[type=submit] svg path, .about-us .ready-to-start .holder .wpcf7 input[type=submit] svg path, .our-projects .ready-to-start .holder .wpcf7 input[type=submit] svg path, .blog-page .ready-to-start .holder .wpcf7 input[type=submit] svg path, .single-project .ready-to-start .holder .wpcf7 input[type=submit] svg path,
.single-post .ready-to-start .holder .wpcf7 input[type=submit] svg path, .archive .ready-to-start .holder .wpcf7 input[type=submit] svg path, .digital-marketing-projects .ready-to-start .holder .wpcf7 input[type=submit] svg path, .contact-us .ready-to-start .holder .wpcf7 input[type=submit] svg path, .wpcf7 .digital-marketing .ready-to-start .holder input[type=submit] svg path, .wpcf7 .headhunting .ready-to-start .holder input[type=submit] svg path, .wpcf7 .webdev .ready-to-start .holder input[type=submit] svg path, .wpcf7 .digital-marketing-service .ready-to-start .holder input[type=submit] svg path, .wpcf7 .about-us .ready-to-start .holder input[type=submit] svg path, .wpcf7 .our-projects .ready-to-start .holder input[type=submit] svg path, .wpcf7 .blog-page .ready-to-start .holder input[type=submit] svg path, .wpcf7 .single-project .ready-to-start .holder input[type=submit] svg path,
.wpcf7 .single-post .ready-to-start .holder input[type=submit] svg path, .wpcf7 .archive .ready-to-start .holder input[type=submit] svg path, .wpcf7 .digital-marketing-projects .ready-to-start .holder input[type=submit] svg path, .wpcf7 .contact-us .ready-to-start .holder input[type=submit] svg path, .digital-marketing .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button svg path, .headhunting .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button svg path, .webdev .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button svg path, .digital-marketing-service .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button svg path, .about-us .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button svg path, .our-projects .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button svg path, .blog-page .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button svg path, .single-project .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button svg path,
.single-post .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button svg path, .archive .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button svg path, .digital-marketing-projects .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button svg path, .contact-us .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button svg path, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .ready-to-start .holder a.button svg path, .woocommerce-notices-wrapper .woocommerce-message .headhunting .ready-to-start .holder a.button svg path, .woocommerce-notices-wrapper .woocommerce-message .webdev .ready-to-start .holder a.button svg path, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .ready-to-start .holder a.button svg path, .woocommerce-notices-wrapper .woocommerce-message .about-us .ready-to-start .holder a.button svg path, .woocommerce-notices-wrapper .woocommerce-message .our-projects .ready-to-start .holder a.button svg path, .woocommerce-notices-wrapper .woocommerce-message .blog-page .ready-to-start .holder a.button svg path, .woocommerce-notices-wrapper .woocommerce-message .single-project .ready-to-start .holder a.button svg path,
.woocommerce-notices-wrapper .woocommerce-message .single-post .ready-to-start .holder a.button svg path, .woocommerce-notices-wrapper .woocommerce-message .archive .ready-to-start .holder a.button svg path, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .ready-to-start .holder a.button svg path, .woocommerce-notices-wrapper .woocommerce-message .contact-us .ready-to-start .holder a.button svg path, .digital-marketing .ready-to-start .holder .woocommerce-info a.button svg path, .headhunting .ready-to-start .holder .woocommerce-info a.button svg path, .webdev .ready-to-start .holder .woocommerce-info a.button svg path, .digital-marketing-service .ready-to-start .holder .woocommerce-info a.button svg path, .about-us .ready-to-start .holder .woocommerce-info a.button svg path, .our-projects .ready-to-start .holder .woocommerce-info a.button svg path, .blog-page .ready-to-start .holder .woocommerce-info a.button svg path, .single-project .ready-to-start .holder .woocommerce-info a.button svg path,
.single-post .ready-to-start .holder .woocommerce-info a.button svg path, .archive .ready-to-start .holder .woocommerce-info a.button svg path, .digital-marketing-projects .ready-to-start .holder .woocommerce-info a.button svg path, .contact-us .ready-to-start .holder .woocommerce-info a.button svg path, .woocommerce-info .digital-marketing .ready-to-start .holder a.button svg path, .woocommerce-info .headhunting .ready-to-start .holder a.button svg path, .woocommerce-info .webdev .ready-to-start .holder a.button svg path, .woocommerce-info .digital-marketing-service .ready-to-start .holder a.button svg path, .woocommerce-info .about-us .ready-to-start .holder a.button svg path, .woocommerce-info .our-projects .ready-to-start .holder a.button svg path, .woocommerce-info .blog-page .ready-to-start .holder a.button svg path, .woocommerce-info .single-project .ready-to-start .holder a.button svg path,
.woocommerce-info .single-post .ready-to-start .holder a.button svg path, .woocommerce-info .archive .ready-to-start .holder a.button svg path, .woocommerce-info .digital-marketing-projects .ready-to-start .holder a.button svg path, .woocommerce-info .contact-us .ready-to-start .holder a.button svg path {
  stroke: #e60062;
}
.digital-marketing .ready-to-start .holder .img, .headhunting .ready-to-start .holder .img, .webdev .ready-to-start .holder .img, .digital-marketing-service .ready-to-start .holder .img, .about-us .ready-to-start .holder .img, .our-projects .ready-to-start .holder .img, .blog-page .ready-to-start .holder .img, .single-project .ready-to-start .holder .img,
.single-post .ready-to-start .holder .img, .archive .ready-to-start .holder .img, .digital-marketing-projects .ready-to-start .holder .img, .contact-us .ready-to-start .holder .img {
  width: 500px;
  position: relative;
  border-radius: 50%;
  z-index: 0;
}
.digital-marketing .ready-to-start .holder .img::after, .headhunting .ready-to-start .holder .img::after, .webdev .ready-to-start .holder .img::after, .digital-marketing-service .ready-to-start .holder .img::after, .about-us .ready-to-start .holder .img::after, .our-projects .ready-to-start .holder .img::after, .blog-page .ready-to-start .holder .img::after, .single-project .ready-to-start .holder .img::after,
.single-post .ready-to-start .holder .img::after, .archive .ready-to-start .holder .img::after, .digital-marketing-projects .ready-to-start .holder .img::after, .contact-us .ready-to-start .holder .img::after, .digital-marketing .ready-to-start .holder .img::before, .headhunting .ready-to-start .holder .img::before, .webdev .ready-to-start .holder .img::before, .digital-marketing-service .ready-to-start .holder .img::before, .about-us .ready-to-start .holder .img::before, .our-projects .ready-to-start .holder .img::before, .blog-page .ready-to-start .holder .img::before, .single-project .ready-to-start .holder .img::before,
.single-post .ready-to-start .holder .img::before, .archive .ready-to-start .holder .img::before, .digital-marketing-projects .ready-to-start .holder .img::before, .contact-us .ready-to-start .holder .img::before {
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.digital-marketing .ready-to-start .holder .img::before, .headhunting .ready-to-start .holder .img::before, .webdev .ready-to-start .holder .img::before, .digital-marketing-service .ready-to-start .holder .img::before, .about-us .ready-to-start .holder .img::before, .our-projects .ready-to-start .holder .img::before, .blog-page .ready-to-start .holder .img::before, .single-project .ready-to-start .holder .img::before,
.single-post .ready-to-start .holder .img::before, .archive .ready-to-start .holder .img::before, .digital-marketing-projects .ready-to-start .holder .img::before, .contact-us .ready-to-start .holder .img::before {
  left: 18px;
  top: 10px;
  background: #212121;
  z-index: -1;
}
.digital-marketing .ready-to-start .holder .img::after, .headhunting .ready-to-start .holder .img::after, .webdev .ready-to-start .holder .img::after, .digital-marketing-service .ready-to-start .holder .img::after, .about-us .ready-to-start .holder .img::after, .our-projects .ready-to-start .holder .img::after, .blog-page .ready-to-start .holder .img::after, .single-project .ready-to-start .holder .img::after,
.single-post .ready-to-start .holder .img::after, .archive .ready-to-start .holder .img::after, .digital-marketing-projects .ready-to-start .holder .img::after, .contact-us .ready-to-start .holder .img::after {
  left: 28px;
  top: 10px;
  background: #FF2D86;
  z-index: -2;
}
.digital-marketing .ready-to-start .holder .img img, .headhunting .ready-to-start .holder .img img, .webdev .ready-to-start .holder .img img, .digital-marketing-service .ready-to-start .holder .img img, .about-us .ready-to-start .holder .img img, .our-projects .ready-to-start .holder .img img, .blog-page .ready-to-start .holder .img img, .single-project .ready-to-start .holder .img img,
.single-post .ready-to-start .holder .img img, .archive .ready-to-start .holder .img img, .digital-marketing-projects .ready-to-start .holder .img img, .contact-us .ready-to-start .holder .img img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .digital-marketing .ready-to-start, .headhunting .ready-to-start, .webdev .ready-to-start, .digital-marketing-service .ready-to-start, .about-us .ready-to-start, .our-projects .ready-to-start, .blog-page .ready-to-start, .single-project .ready-to-start,
.single-post .ready-to-start, .archive .ready-to-start, .digital-marketing-projects .ready-to-start, .contact-us .ready-to-start {
    margin-top: 50px;
  }
}
.digital-marketing .clients-projects, .headhunting .clients-projects, .webdev .clients-projects, .digital-marketing-service .clients-projects, .about-us .clients-projects, .our-projects .clients-projects, .blog-page .clients-projects, .single-project .clients-projects,
.single-post .clients-projects, .archive .clients-projects, .digital-marketing-projects .clients-projects, .contact-us .clients-projects {
  margin-top: 300px;
}
.digital-marketing .clients-projects .title-holder .title::before, .headhunting .clients-projects .title-holder .title::before, .webdev .clients-projects .title-holder .title::before, .digital-marketing-service .clients-projects .title-holder .title::before, .about-us .clients-projects .title-holder .title::before, .our-projects .clients-projects .title-holder .title::before, .blog-page .clients-projects .title-holder .title::before, .single-project .clients-projects .title-holder .title::before,
.single-post .clients-projects .title-holder .title::before, .archive .clients-projects .title-holder .title::before, .digital-marketing-projects .clients-projects .title-holder .title::before, .contact-us .clients-projects .title-holder .title::before {
  all: unset;
}
.digital-marketing .clients-projects .projects, .headhunting .clients-projects .projects, .webdev .clients-projects .projects, .digital-marketing-service .clients-projects .projects, .about-us .clients-projects .projects, .our-projects .clients-projects .projects, .blog-page .clients-projects .projects, .single-project .clients-projects .projects,
.single-post .clients-projects .projects, .archive .clients-projects .projects, .digital-marketing-projects .clients-projects .projects, .contact-us .clients-projects .projects {
  width: unset;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .digital-marketing .clients-projects, .headhunting .clients-projects, .webdev .clients-projects, .digital-marketing-service .clients-projects, .about-us .clients-projects, .our-projects .clients-projects, .blog-page .clients-projects, .single-project .clients-projects,
.single-post .clients-projects, .archive .clients-projects, .digital-marketing-projects .clients-projects, .contact-us .clients-projects {
    margin-top: 100px;
  }
  .digital-marketing .clients-projects .projects, .headhunting .clients-projects .projects, .webdev .clients-projects .projects, .digital-marketing-service .clients-projects .projects, .about-us .clients-projects .projects, .our-projects .clients-projects .projects, .blog-page .clients-projects .projects, .single-project .clients-projects .projects,
.single-post .clients-projects .projects, .archive .clients-projects .projects, .digital-marketing-projects .clients-projects .projects, .contact-us .clients-projects .projects {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.digital-marketing .redy-for-compaign .ellipse, .headhunting .redy-for-compaign .ellipse, .webdev .redy-for-compaign .ellipse, .digital-marketing-service .redy-for-compaign .ellipse, .about-us .redy-for-compaign .ellipse, .our-projects .redy-for-compaign .ellipse, .blog-page .redy-for-compaign .ellipse, .single-project .redy-for-compaign .ellipse,
.single-post .redy-for-compaign .ellipse, .archive .redy-for-compaign .ellipse, .digital-marketing-projects .redy-for-compaign .ellipse, .contact-us .redy-for-compaign .ellipse, .headhunting .ready-for-hiring .ellipse, .webdev .ready-for-hiring .ellipse, .digital-marketing-service .ready-for-hiring .ellipse, .about-us .ready-for-hiring .ellipse, .our-projects .ready-for-hiring .ellipse, .blog-page .ready-for-hiring .ellipse, .single-project .ready-for-hiring .ellipse,
.single-post .ready-for-hiring .ellipse, .archive .ready-for-hiring .ellipse, .digital-marketing-projects .ready-for-hiring .ellipse, .contact-us .ready-for-hiring .ellipse {
  position: absolute;
  background: #FF509B;
  border-radius: 50%;
  filter: blur(82px);
  width: 115px;
  height: 120px;
  left: 0;
  top: 100px;
}
.digital-marketing .redy-for-compaign .image, .headhunting .redy-for-compaign .image, .webdev .redy-for-compaign .image, .digital-marketing-service .redy-for-compaign .image, .about-us .redy-for-compaign .image, .our-projects .redy-for-compaign .image, .blog-page .redy-for-compaign .image, .single-project .redy-for-compaign .image,
.single-post .redy-for-compaign .image, .archive .redy-for-compaign .image, .digital-marketing-projects .redy-for-compaign .image, .contact-us .redy-for-compaign .image, .headhunting .ready-for-hiring .image, .webdev .ready-for-hiring .image, .digital-marketing-service .ready-for-hiring .image, .about-us .ready-for-hiring .image, .our-projects .ready-for-hiring .image, .blog-page .ready-for-hiring .image, .single-project .ready-for-hiring .image,
.single-post .ready-for-hiring .image, .archive .ready-for-hiring .image, .digital-marketing-projects .ready-for-hiring .image, .contact-us .ready-for-hiring .image {
  position: relative;
  height: fit-content;
}
.digital-marketing .redy-for-compaign .image img, .headhunting .redy-for-compaign .image img, .webdev .redy-for-compaign .image img, .digital-marketing-service .redy-for-compaign .image img, .about-us .redy-for-compaign .image img, .our-projects .redy-for-compaign .image img, .blog-page .redy-for-compaign .image img, .single-project .redy-for-compaign .image img,
.single-post .redy-for-compaign .image img, .archive .redy-for-compaign .image img, .digital-marketing-projects .redy-for-compaign .image img, .contact-us .redy-for-compaign .image img, .headhunting .ready-for-hiring .image img, .webdev .ready-for-hiring .image img, .digital-marketing-service .ready-for-hiring .image img, .about-us .ready-for-hiring .image img, .our-projects .ready-for-hiring .image img, .blog-page .ready-for-hiring .image img, .single-project .ready-for-hiring .image img,
.single-post .ready-for-hiring .image img, .archive .ready-for-hiring .image img, .digital-marketing-projects .ready-for-hiring .image img, .contact-us .ready-for-hiring .image img {
  object-fit: cover;
}
.digital-marketing .redy-for-compaign .image::before, .headhunting .redy-for-compaign .image::before, .webdev .redy-for-compaign .image::before, .digital-marketing-service .redy-for-compaign .image::before, .about-us .redy-for-compaign .image::before, .our-projects .redy-for-compaign .image::before, .blog-page .redy-for-compaign .image::before, .single-project .redy-for-compaign .image::before,
.single-post .redy-for-compaign .image::before, .archive .redy-for-compaign .image::before, .digital-marketing-projects .redy-for-compaign .image::before, .contact-us .redy-for-compaign .image::before, .headhunting .ready-for-hiring .image::before, .webdev .ready-for-hiring .image::before, .digital-marketing-service .ready-for-hiring .image::before, .about-us .ready-for-hiring .image::before, .our-projects .ready-for-hiring .image::before, .blog-page .ready-for-hiring .image::before, .single-project .ready-for-hiring .image::before,
.single-post .ready-for-hiring .image::before, .archive .ready-for-hiring .image::before, .digital-marketing-projects .ready-for-hiring .image::before, .contact-us .ready-for-hiring .image::before {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #e60062;
  opacity: 0.25;
}
.digital-marketing .about-gd, .headhunting .about-gd, .webdev .about-gd, .digital-marketing-service .about-gd, .about-us .about-gd, .our-projects .about-gd, .blog-page .about-gd, .single-project .about-gd,
.single-post .about-gd, .archive .about-gd, .digital-marketing-projects .about-gd, .contact-us .about-gd {
  padding-bottom: 40px;
  margin: 290px 0 240px 0;
  position: relative;
}
.digital-marketing .about-gd .ellipse, .headhunting .about-gd .ellipse, .webdev .about-gd .ellipse, .digital-marketing-service .about-gd .ellipse, .about-us .about-gd .ellipse, .our-projects .about-gd .ellipse, .blog-page .about-gd .ellipse, .single-project .about-gd .ellipse,
.single-post .about-gd .ellipse, .archive .about-gd .ellipse, .digital-marketing-projects .about-gd .ellipse, .contact-us .about-gd .ellipse {
  width: 565px;
  height: 575px;
  left: unset;
  right: 0;
  bottom: 0;
  top: unset;
  background: #e60062;
  opacity: 0.2;
  transform: translateX(25%);
  filter: blur(154px);
}
.digital-marketing .about-gd .content, .headhunting .about-gd .content, .webdev .about-gd .content, .digital-marketing-service .about-gd .content, .about-us .about-gd .content, .our-projects .about-gd .content, .blog-page .about-gd .content, .single-project .about-gd .content,
.single-post .about-gd .content, .archive .about-gd .content, .digital-marketing-projects .about-gd .content, .contact-us .about-gd .content {
  position: relative;
}
.digital-marketing .about-gd .content .frame .bg, .headhunting .about-gd .content .frame .bg, .webdev .about-gd .content .frame .bg, .digital-marketing-service .about-gd .content .frame .bg, .about-us .about-gd .content .frame .bg, .our-projects .about-gd .content .frame .bg, .blog-page .about-gd .content .frame .bg, .single-project .about-gd .content .frame .bg,
.single-post .about-gd .content .frame .bg, .archive .about-gd .content .frame .bg, .digital-marketing-projects .about-gd .content .frame .bg, .contact-us .about-gd .content .frame .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
  z-index: -1;
}
.digital-marketing .about-gd .content .features, .headhunting .about-gd .content .features, .webdev .about-gd .content .features, .digital-marketing-service .about-gd .content .features, .about-us .about-gd .content .features, .our-projects .about-gd .content .features, .blog-page .about-gd .content .features, .single-project .about-gd .content .features,
.single-post .about-gd .content .features, .archive .about-gd .content .features, .digital-marketing-projects .about-gd .content .features, .contact-us .about-gd .content .features {
  flex-basis: 52%;
  gap: 0;
}
.digital-marketing .about-gd .content .features .title-holder, .headhunting .about-gd .content .features .title-holder, .webdev .about-gd .content .features .title-holder, .digital-marketing-service .about-gd .content .features .title-holder, .about-us .about-gd .content .features .title-holder, .our-projects .about-gd .content .features .title-holder, .blog-page .about-gd .content .features .title-holder, .single-project .about-gd .content .features .title-holder,
.single-post .about-gd .content .features .title-holder, .archive .about-gd .content .features .title-holder, .digital-marketing-projects .about-gd .content .features .title-holder, .contact-us .about-gd .content .features .title-holder {
  margin-bottom: 20px;
}
.digital-marketing .about-gd .content .features .title-holder .title, .headhunting .about-gd .content .features .title-holder .title, .webdev .about-gd .content .features .title-holder .title, .digital-marketing-service .about-gd .content .features .title-holder .title, .about-us .about-gd .content .features .title-holder .title, .our-projects .about-gd .content .features .title-holder .title, .blog-page .about-gd .content .features .title-holder .title, .single-project .about-gd .content .features .title-holder .title,
.single-post .about-gd .content .features .title-holder .title, .archive .about-gd .content .features .title-holder .title, .digital-marketing-projects .about-gd .content .features .title-holder .title, .contact-us .about-gd .content .features .title-holder .title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-transform: capitalize;
  color: white;
  text-align: left;
  margin: 0;
}
.digital-marketing .about-gd .content .features .title-holder .title span, .headhunting .about-gd .content .features .title-holder .title span, .webdev .about-gd .content .features .title-holder .title span, .digital-marketing-service .about-gd .content .features .title-holder .title span, .about-us .about-gd .content .features .title-holder .title span, .our-projects .about-gd .content .features .title-holder .title span, .blog-page .about-gd .content .features .title-holder .title span, .single-project .about-gd .content .features .title-holder .title span,
.single-post .about-gd .content .features .title-holder .title span, .archive .about-gd .content .features .title-holder .title span, .digital-marketing-projects .about-gd .content .features .title-holder .title span, .contact-us .about-gd .content .features .title-holder .title span {
  color: #e60062;
}
.digital-marketing .about-gd .content .features .title-holder .title::before, .headhunting .about-gd .content .features .title-holder .title::before, .webdev .about-gd .content .features .title-holder .title::before, .digital-marketing-service .about-gd .content .features .title-holder .title::before, .about-us .about-gd .content .features .title-holder .title::before, .our-projects .about-gd .content .features .title-holder .title::before, .blog-page .about-gd .content .features .title-holder .title::before, .single-project .about-gd .content .features .title-holder .title::before,
.single-post .about-gd .content .features .title-holder .title::before, .archive .about-gd .content .features .title-holder .title::before, .digital-marketing-projects .about-gd .content .features .title-holder .title::before, .contact-us .about-gd .content .features .title-holder .title::before {
  top: -50px;
  left: 60%;
  bottom: unset;
}
.digital-marketing .about-gd .content .features .lead, .headhunting .about-gd .content .features .lead, .webdev .about-gd .content .features .lead, .digital-marketing-service .about-gd .content .features .lead, .about-us .about-gd .content .features .lead, .our-projects .about-gd .content .features .lead, .blog-page .about-gd .content .features .lead, .single-project .about-gd .content .features .lead,
.single-post .about-gd .content .features .lead, .archive .about-gd .content .features .lead, .digital-marketing-projects .about-gd .content .features .lead, .contact-us .about-gd .content .features .lead {
  color: #ADADAD;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin-bottom: 55px;
  font-weight: 400;
}
.digital-marketing .about-gd .content .features .features, .headhunting .about-gd .content .features .features, .webdev .about-gd .content .features .features, .digital-marketing-service .about-gd .content .features .features, .about-us .about-gd .content .features .features, .our-projects .about-gd .content .features .features, .blog-page .about-gd .content .features .features, .single-project .about-gd .content .features .features,
.single-post .about-gd .content .features .features, .archive .about-gd .content .features .features, .digital-marketing-projects .about-gd .content .features .features, .contact-us .about-gd .content .features .features {
  gap: 0;
}
.digital-marketing .about-gd .content .features .social, .headhunting .about-gd .content .features .social, .webdev .about-gd .content .features .social, .digital-marketing-service .about-gd .content .features .social, .about-us .about-gd .content .features .social, .our-projects .about-gd .content .features .social, .blog-page .about-gd .content .features .social, .single-project .about-gd .content .features .social,
.single-post .about-gd .content .features .social, .archive .about-gd .content .features .social, .digital-marketing-projects .about-gd .content .features .social, .contact-us .about-gd .content .features .social {
  justify-content: flex-start;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .digital-marketing .why-us .content, .headhunting .why-us .content, .webdev .why-us .content, .digital-marketing-service .why-us .content, .about-us .why-us .content, .our-projects .why-us .content, .blog-page .why-us .content, .single-project .why-us .content,
.single-post .why-us .content, .archive .why-us .content, .digital-marketing-projects .why-us .content, .contact-us .why-us .content, .headhunting .why-company .content, .webdev .why-company .content, .digital-marketing-service .why-company .content, .about-us .why-company .content, .our-projects .why-company .content, .blog-page .why-company .content, .single-project .why-company .content,
.single-post .why-company .content, .archive .why-company .content, .digital-marketing-projects .why-company .content, .contact-us .why-company .content, .headhunting .why-job .content, .webdev .why-job .content, .digital-marketing-service .why-job .content, .about-us .why-job .content, .our-projects .why-job .content, .blog-page .why-job .content, .single-project .why-job .content,
.single-post .why-job .content, .archive .why-job .content, .digital-marketing-projects .why-job .content, .contact-us .why-job .content {
    flex-direction: column;
    gap: 40px;
  }
  .digital-marketing .why-us .content .features, .headhunting .why-us .content .features, .webdev .why-us .content .features, .digital-marketing-service .why-us .content .features, .about-us .why-us .content .features, .our-projects .why-us .content .features, .blog-page .why-us .content .features, .single-project .why-us .content .features,
.single-post .why-us .content .features, .archive .why-us .content .features, .digital-marketing-projects .why-us .content .features, .contact-us .why-us .content .features, .headhunting .why-company .content .features, .webdev .why-company .content .features, .digital-marketing-service .why-company .content .features, .about-us .why-company .content .features, .our-projects .why-company .content .features, .blog-page .why-company .content .features, .single-project .why-company .content .features,
.single-post .why-company .content .features, .archive .why-company .content .features, .digital-marketing-projects .why-company .content .features, .contact-us .why-company .content .features, .headhunting .why-job .content .features, .webdev .why-job .content .features, .digital-marketing-service .why-job .content .features, .about-us .why-job .content .features, .our-projects .why-job .content .features, .blog-page .why-job .content .features, .single-project .why-job .content .features,
.single-post .why-job .content .features, .archive .why-job .content .features, .digital-marketing-projects .why-job .content .features, .contact-us .why-job .content .features {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
  .digital-marketing .why-us .content .features .feature, .headhunting .why-us .content .features .feature, .webdev .why-us .content .features .feature, .digital-marketing-service .why-us .content .features .feature, .about-us .why-us .content .features .feature, .our-projects .why-us .content .features .feature, .blog-page .why-us .content .features .feature, .single-project .why-us .content .features .feature,
.single-post .why-us .content .features .feature, .archive .why-us .content .features .feature, .digital-marketing-projects .why-us .content .features .feature, .contact-us .why-us .content .features .feature, .headhunting .why-company .content .features .feature, .webdev .why-company .content .features .feature, .digital-marketing-service .why-company .content .features .feature, .about-us .why-company .content .features .feature, .our-projects .why-company .content .features .feature, .blog-page .why-company .content .features .feature, .single-project .why-company .content .features .feature,
.single-post .why-company .content .features .feature, .archive .why-company .content .features .feature, .digital-marketing-projects .why-company .content .features .feature, .contact-us .why-company .content .features .feature, .headhunting .why-job .content .features .feature, .webdev .why-job .content .features .feature, .digital-marketing-service .why-job .content .features .feature, .about-us .why-job .content .features .feature, .our-projects .why-job .content .features .feature, .blog-page .why-job .content .features .feature, .single-project .why-job .content .features .feature,
.single-post .why-job .content .features .feature, .archive .why-job .content .features .feature, .digital-marketing-projects .why-job .content .features .feature, .contact-us .why-job .content .features .feature {
    max-width: calc(100% / 2 - 30px);
  }
  .digital-marketing .why-us .content .features .feature .title, .headhunting .why-us .content .features .feature .title, .webdev .why-us .content .features .feature .title, .digital-marketing-service .why-us .content .features .feature .title, .about-us .why-us .content .features .feature .title, .our-projects .why-us .content .features .feature .title, .blog-page .why-us .content .features .feature .title, .single-project .why-us .content .features .feature .title,
.single-post .why-us .content .features .feature .title, .archive .why-us .content .features .feature .title, .digital-marketing-projects .why-us .content .features .feature .title, .contact-us .why-us .content .features .feature .title, .headhunting .why-company .content .features .feature .title, .webdev .why-company .content .features .feature .title, .digital-marketing-service .why-company .content .features .feature .title, .about-us .why-company .content .features .feature .title, .our-projects .why-company .content .features .feature .title, .blog-page .why-company .content .features .feature .title, .single-project .why-company .content .features .feature .title,
.single-post .why-company .content .features .feature .title, .archive .why-company .content .features .feature .title, .digital-marketing-projects .why-company .content .features .feature .title, .contact-us .why-company .content .features .feature .title, .headhunting .why-job .content .features .feature .title, .webdev .why-job .content .features .feature .title, .digital-marketing-service .why-job .content .features .feature .title, .about-us .why-job .content .features .feature .title, .our-projects .why-job .content .features .feature .title, .blog-page .why-job .content .features .feature .title, .single-project .why-job .content .features .feature .title,
.single-post .why-job .content .features .feature .title, .archive .why-job .content .features .feature .title, .digital-marketing-projects .why-job .content .features .feature .title, .contact-us .why-job .content .features .feature .title {
    font-size: 28px !important;
    text-align: left !important;
    margin: 0 0 16px 0 !important;
  }
  .digital-marketing .redy-for-compaign, .headhunting .redy-for-compaign, .webdev .redy-for-compaign, .digital-marketing-service .redy-for-compaign, .about-us .redy-for-compaign, .our-projects .redy-for-compaign, .blog-page .redy-for-compaign, .single-project .redy-for-compaign,
.single-post .redy-for-compaign, .archive .redy-for-compaign, .digital-marketing-projects .redy-for-compaign, .contact-us .redy-for-compaign, .headhunting .ready-for-hiring, .webdev .ready-for-hiring, .digital-marketing-service .ready-for-hiring, .about-us .ready-for-hiring, .our-projects .ready-for-hiring, .blog-page .ready-for-hiring, .single-project .ready-for-hiring,
.single-post .ready-for-hiring, .archive .ready-for-hiring, .digital-marketing-projects .ready-for-hiring, .contact-us .ready-for-hiring {
    flex-direction: column;
  }
  .digital-marketing .testimonial-section .testimonials, .headhunting .testimonial-section .testimonials, .webdev .testimonial-section .testimonials, .digital-marketing-service .testimonial-section .testimonials, .about-us .testimonial-section .testimonials, .our-projects .testimonial-section .testimonials, .blog-page .testimonial-section .testimonials, .single-project .testimonial-section .testimonials,
.single-post .testimonial-section .testimonials, .archive .testimonial-section .testimonials, .digital-marketing-projects .testimonial-section .testimonials, .contact-us .testimonial-section .testimonials {
    flex-direction: column;
    min-height: 430px;
    height: 430px;
  }
  .digital-marketing .testimonial-section .testimonials .left, .headhunting .testimonial-section .testimonials .left, .webdev .testimonial-section .testimonials .left, .digital-marketing-service .testimonial-section .testimonials .left, .about-us .testimonial-section .testimonials .left, .our-projects .testimonial-section .testimonials .left, .blog-page .testimonial-section .testimonials .left, .single-project .testimonial-section .testimonials .left,
.single-post .testimonial-section .testimonials .left, .archive .testimonial-section .testimonials .left, .digital-marketing-projects .testimonial-section .testimonials .left, .contact-us .testimonial-section .testimonials .left {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .digital-marketing .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .headhunting .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .webdev .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .digital-marketing-service .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .about-us .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .our-projects .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .blog-page .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .single-project .testimonial-section .testimonials .left .testimonials-slides .testi-slide,
.single-post .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .archive .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .digital-marketing-projects .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .contact-us .testimonial-section .testimonials .left .testimonials-slides .testi-slide {
    transform: translateY(0%);
  }
  .digital-marketing .redy-for-project, .headhunting .redy-for-project, .webdev .redy-for-project, .digital-marketing-service .redy-for-project, .about-us .redy-for-project, .our-projects .redy-for-project, .blog-page .redy-for-project, .single-project .redy-for-project,
.single-post .redy-for-project, .archive .redy-for-project, .digital-marketing-projects .redy-for-project, .contact-us .redy-for-project, .headhunting .ready-for-hiring, .webdev .ready-for-hiring, .digital-marketing-service .ready-for-hiring, .about-us .ready-for-hiring, .our-projects .ready-for-hiring, .blog-page .ready-for-hiring, .single-project .ready-for-hiring,
.single-post .ready-for-hiring, .archive .ready-for-hiring, .digital-marketing-projects .ready-for-hiring, .contact-us .ready-for-hiring {
    margin-top: 60px;
  }
  .digital-marketing .redy-for-project .content, .headhunting .redy-for-project .content, .webdev .redy-for-project .content, .digital-marketing-service .redy-for-project .content, .about-us .redy-for-project .content, .our-projects .redy-for-project .content, .blog-page .redy-for-project .content, .single-project .redy-for-project .content,
.single-post .redy-for-project .content, .archive .redy-for-project .content, .digital-marketing-projects .redy-for-project .content, .contact-us .redy-for-project .content, .headhunting .ready-for-hiring .content, .webdev .ready-for-hiring .content, .digital-marketing-service .ready-for-hiring .content, .about-us .ready-for-hiring .content, .our-projects .ready-for-hiring .content, .blog-page .ready-for-hiring .content, .single-project .ready-for-hiring .content,
.single-post .ready-for-hiring .content, .archive .ready-for-hiring .content, .digital-marketing-projects .ready-for-hiring .content, .contact-us .ready-for-hiring .content {
    flex-direction: column;
    gap: 20px;
  }
  .digital-marketing .redy-for-project .content .image, .headhunting .redy-for-project .content .image, .webdev .redy-for-project .content .image, .digital-marketing-service .redy-for-project .content .image, .about-us .redy-for-project .content .image, .our-projects .redy-for-project .content .image, .blog-page .redy-for-project .content .image, .single-project .redy-for-project .content .image,
.single-post .redy-for-project .content .image, .archive .redy-for-project .content .image, .digital-marketing-projects .redy-for-project .content .image, .contact-us .redy-for-project .content .image, .headhunting .ready-for-hiring .content .image, .webdev .ready-for-hiring .content .image, .digital-marketing-service .ready-for-hiring .content .image, .about-us .ready-for-hiring .content .image, .our-projects .ready-for-hiring .content .image, .blog-page .ready-for-hiring .content .image, .single-project .ready-for-hiring .content .image,
.single-post .ready-for-hiring .content .image, .archive .ready-for-hiring .content .image, .digital-marketing-projects .ready-for-hiring .content .image, .contact-us .ready-for-hiring .content .image {
    order: 1;
    margin: auto;
    flex: 100% 0 0;
    max-width: 100%;
  }
  .digital-marketing .redy-for-project .content .ingo, .headhunting .redy-for-project .content .ingo, .webdev .redy-for-project .content .ingo, .digital-marketing-service .redy-for-project .content .ingo, .about-us .redy-for-project .content .ingo, .our-projects .redy-for-project .content .ingo, .blog-page .redy-for-project .content .ingo, .single-project .redy-for-project .content .ingo,
.single-post .redy-for-project .content .ingo, .archive .redy-for-project .content .ingo, .digital-marketing-projects .redy-for-project .content .ingo, .contact-us .redy-for-project .content .ingo, .headhunting .ready-for-hiring .content .ingo, .webdev .ready-for-hiring .content .ingo, .digital-marketing-service .ready-for-hiring .content .ingo, .about-us .ready-for-hiring .content .ingo, .our-projects .ready-for-hiring .content .ingo, .blog-page .ready-for-hiring .content .ingo, .single-project .ready-for-hiring .content .ingo,
.single-post .ready-for-hiring .content .ingo, .archive .ready-for-hiring .content .ingo, .digital-marketing-projects .ready-for-hiring .content .ingo, .contact-us .ready-for-hiring .content .ingo {
    order: 2;
  }
  .digital-marketing .about-gd, .headhunting .about-gd, .webdev .about-gd, .digital-marketing-service .about-gd, .about-us .about-gd, .our-projects .about-gd, .blog-page .about-gd, .single-project .about-gd,
.single-post .about-gd, .archive .about-gd, .digital-marketing-projects .about-gd, .contact-us .about-gd {
    margin: 20px 0 80px;
  }
  .digital-marketing .about-gd .title-holder .title, .headhunting .about-gd .title-holder .title, .webdev .about-gd .title-holder .title, .digital-marketing-service .about-gd .title-holder .title, .about-us .about-gd .title-holder .title, .our-projects .about-gd .title-holder .title, .blog-page .about-gd .title-holder .title, .single-project .about-gd .title-holder .title,
.single-post .about-gd .title-holder .title, .archive .about-gd .title-holder .title, .digital-marketing-projects .about-gd .title-holder .title, .contact-us .about-gd .title-holder .title {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .digital-marketing .our-services .title, .headhunting .our-services .title, .webdev .our-services .title, .digital-marketing-service .our-services .title, .about-us .our-services .title, .our-projects .our-services .title, .blog-page .our-services .title, .single-project .our-services .title,
.single-post .our-services .title, .archive .our-services .title, .digital-marketing-projects .our-services .title, .contact-us .our-services .title, .webdev .our-services-info .title, .digital-marketing-service .our-services-info .title, .about-us .our-services-info .title, .our-projects .our-services-info .title, .blog-page .our-services-info .title, .single-project .our-services-info .title,
.single-post .our-services-info .title, .archive .our-services-info .title, .digital-marketing-projects .our-services-info .title, .contact-us .our-services-info .title, .digital-marketing-service .image-sect .title, .about-us .image-sect .title, .our-projects .image-sect .title, .blog-page .image-sect .title, .single-project .image-sect .title,
.single-post .image-sect .title, .archive .image-sect .title, .digital-marketing-projects .image-sect .title, .contact-us .image-sect .title {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .digital-marketing .our-services .title-note::before, .headhunting .our-services .title-note::before, .webdev .our-services .title-note::before, .digital-marketing-service .our-services .title-note::before, .about-us .our-services .title-note::before, .our-projects .our-services .title-note::before, .blog-page .our-services .title-note::before, .single-project .our-services .title-note::before,
.single-post .our-services .title-note::before, .archive .our-services .title-note::before, .digital-marketing-projects .our-services .title-note::before, .contact-us .our-services .title-note::before, .webdev .our-services-info .title-note::before, .digital-marketing-service .our-services-info .title-note::before, .about-us .our-services-info .title-note::before, .our-projects .our-services-info .title-note::before, .blog-page .our-services-info .title-note::before, .single-project .our-services-info .title-note::before,
.single-post .our-services-info .title-note::before, .archive .our-services-info .title-note::before, .digital-marketing-projects .our-services-info .title-note::before, .contact-us .our-services-info .title-note::before, .digital-marketing-service .image-sect .title-note::before, .about-us .image-sect .title-note::before, .our-projects .image-sect .title-note::before, .blog-page .image-sect .title-note::before, .single-project .image-sect .title-note::before,
.single-post .image-sect .title-note::before, .archive .image-sect .title-note::before, .digital-marketing-projects .image-sect .title-note::before, .contact-us .image-sect .title-note::before {
    right: 0;
    width: 80%;
  }
  .digital-marketing .our-services .services .service, .headhunting .our-services .services .service, .webdev .our-services .services .service, .digital-marketing-service .our-services .services .service, .about-us .our-services .services .service, .our-projects .our-services .services .service, .blog-page .our-services .services .service, .single-project .our-services .services .service,
.single-post .our-services .services .service, .archive .our-services .services .service, .digital-marketing-projects .our-services .services .service, .contact-us .our-services .services .service, .webdev .our-services-info .services .service, .digital-marketing-service .our-services-info .services .service, .about-us .our-services-info .services .service, .our-projects .our-services-info .services .service, .blog-page .our-services-info .services .service, .single-project .our-services-info .services .service,
.single-post .our-services-info .services .service, .archive .our-services-info .services .service, .digital-marketing-projects .our-services-info .services .service, .contact-us .our-services-info .services .service, .digital-marketing-service .image-sect .services .service, .about-us .image-sect .services .service, .our-projects .image-sect .services .service, .blog-page .image-sect .services .service, .single-project .image-sect .services .service,
.single-post .image-sect .services .service, .archive .image-sect .services .service, .digital-marketing-projects .image-sect .services .service, .contact-us .image-sect .services .service {
    max-width: 100%;
    margin-bottom: 45px;
  }
  .digital-marketing .our-services .services .service .title, .headhunting .our-services .services .service .title, .webdev .our-services .services .service .title, .digital-marketing-service .our-services .services .service .title, .about-us .our-services .services .service .title, .our-projects .our-services .services .service .title, .blog-page .our-services .services .service .title, .single-project .our-services .services .service .title,
.single-post .our-services .services .service .title, .archive .our-services .services .service .title, .digital-marketing-projects .our-services .services .service .title, .contact-us .our-services .services .service .title, .webdev .our-services-info .services .service .title, .digital-marketing-service .our-services-info .services .service .title, .about-us .our-services-info .services .service .title, .our-projects .our-services-info .services .service .title, .blog-page .our-services-info .services .service .title, .single-project .our-services-info .services .service .title,
.single-post .our-services-info .services .service .title, .archive .our-services-info .services .service .title, .digital-marketing-projects .our-services-info .services .service .title, .contact-us .our-services-info .services .service .title, .digital-marketing-service .image-sect .services .service .title, .about-us .image-sect .services .service .title, .our-projects .image-sect .services .service .title, .blog-page .image-sect .services .service .title, .single-project .image-sect .services .service .title,
.single-post .image-sect .services .service .title, .archive .image-sect .services .service .title, .digital-marketing-projects .image-sect .services .service .title, .contact-us .image-sect .services .service .title {
    font-size: 24px !important;
  }
  .digital-marketing .our-services .services .service .lead, .headhunting .our-services .services .service .lead, .webdev .our-services .services .service .lead, .digital-marketing-service .our-services .services .service .lead, .about-us .our-services .services .service .lead, .our-projects .our-services .services .service .lead, .blog-page .our-services .services .service .lead, .single-project .our-services .services .service .lead,
.single-post .our-services .services .service .lead, .archive .our-services .services .service .lead, .digital-marketing-projects .our-services .services .service .lead, .contact-us .our-services .services .service .lead, .webdev .our-services-info .services .service .lead, .digital-marketing-service .our-services-info .services .service .lead, .about-us .our-services-info .services .service .lead, .our-projects .our-services-info .services .service .lead, .blog-page .our-services-info .services .service .lead, .single-project .our-services-info .services .service .lead,
.single-post .our-services-info .services .service .lead, .archive .our-services-info .services .service .lead, .digital-marketing-projects .our-services-info .services .service .lead, .contact-us .our-services-info .services .service .lead, .digital-marketing-service .image-sect .services .service .lead, .about-us .image-sect .services .service .lead, .our-projects .image-sect .services .service .lead, .blog-page .image-sect .services .service .lead, .single-project .image-sect .services .service .lead,
.single-post .image-sect .services .service .lead, .archive .image-sect .services .service .lead, .digital-marketing-projects .image-sect .services .service .lead, .contact-us .image-sect .services .service .lead {
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 30px;
  }
  .digital-marketing .our-services .services .service .up .img, .headhunting .our-services .services .service .up .img, .webdev .our-services .services .service .up .img, .digital-marketing-service .our-services .services .service .up .img, .about-us .our-services .services .service .up .img, .our-projects .our-services .services .service .up .img, .blog-page .our-services .services .service .up .img, .single-project .our-services .services .service .up .img,
.single-post .our-services .services .service .up .img, .archive .our-services .services .service .up .img, .digital-marketing-projects .our-services .services .service .up .img, .contact-us .our-services .services .service .up .img, .webdev .our-services-info .services .service .up .img, .digital-marketing-service .our-services-info .services .service .up .img, .about-us .our-services-info .services .service .up .img, .our-projects .our-services-info .services .service .up .img, .blog-page .our-services-info .services .service .up .img, .single-project .our-services-info .services .service .up .img,
.single-post .our-services-info .services .service .up .img, .archive .our-services-info .services .service .up .img, .digital-marketing-projects .our-services-info .services .service .up .img, .contact-us .our-services-info .services .service .up .img, .digital-marketing-service .image-sect .services .service .up .img, .about-us .image-sect .services .service .up .img, .our-projects .image-sect .services .service .up .img, .blog-page .image-sect .services .service .up .img, .single-project .image-sect .services .service .up .img,
.single-post .image-sect .services .service .up .img, .archive .image-sect .services .service .up .img, .digital-marketing-projects .image-sect .services .service .up .img, .contact-us .image-sect .services .service .up .img {
    margin: auto;
    width: 200px;
    height: fit-content;
  }
  .digital-marketing .ready-to-start .holder .title-holder, .headhunting .ready-to-start .holder .title-holder, .webdev .ready-to-start .holder .title-holder, .digital-marketing-service .ready-to-start .holder .title-holder, .about-us .ready-to-start .holder .title-holder, .our-projects .ready-to-start .holder .title-holder, .blog-page .ready-to-start .holder .title-holder, .single-project .ready-to-start .holder .title-holder,
.single-post .ready-to-start .holder .title-holder, .archive .ready-to-start .holder .title-holder, .digital-marketing-projects .ready-to-start .holder .title-holder, .contact-us .ready-to-start .holder .title-holder {
    margin: 0 0 20px;
  }
  .digital-marketing .ready-to-start .holder .title-holder .title, .headhunting .ready-to-start .holder .title-holder .title, .webdev .ready-to-start .holder .title-holder .title, .digital-marketing-service .ready-to-start .holder .title-holder .title, .about-us .ready-to-start .holder .title-holder .title, .our-projects .ready-to-start .holder .title-holder .title, .blog-page .ready-to-start .holder .title-holder .title, .single-project .ready-to-start .holder .title-holder .title,
.single-post .ready-to-start .holder .title-holder .title, .archive .ready-to-start .holder .title-holder .title, .digital-marketing-projects .ready-to-start .holder .title-holder .title, .contact-us .ready-to-start .holder .title-holder .title {
    margin-bottom: 30px;
    font-size: 38px !important;
  }
  .digital-marketing .ready-to-start .holder .title-holder .title::before, .headhunting .ready-to-start .holder .title-holder .title::before, .webdev .ready-to-start .holder .title-holder .title::before, .digital-marketing-service .ready-to-start .holder .title-holder .title::before, .about-us .ready-to-start .holder .title-holder .title::before, .our-projects .ready-to-start .holder .title-holder .title::before, .blog-page .ready-to-start .holder .title-holder .title::before, .single-project .ready-to-start .holder .title-holder .title::before,
.single-post .ready-to-start .holder .title-holder .title::before, .archive .ready-to-start .holder .title-holder .title::before, .digital-marketing-projects .ready-to-start .holder .title-holder .title::before, .contact-us .ready-to-start .holder .title-holder .title::before {
    all: unset !important;
  }
  .digital-marketing .ready-to-start .holder .title, .headhunting .ready-to-start .holder .title, .webdev .ready-to-start .holder .title, .digital-marketing-service .ready-to-start .holder .title, .about-us .ready-to-start .holder .title, .our-projects .ready-to-start .holder .title, .blog-page .ready-to-start .holder .title, .single-project .ready-to-start .holder .title,
.single-post .ready-to-start .holder .title, .archive .ready-to-start .holder .title, .digital-marketing-projects .ready-to-start .holder .title, .contact-us .ready-to-start .holder .title {
    font-size: 28px !important;
  }
  .digital-marketing .ready-to-start .holder .lead, .headhunting .ready-to-start .holder .lead, .webdev .ready-to-start .holder .lead, .digital-marketing-service .ready-to-start .holder .lead, .about-us .ready-to-start .holder .lead, .our-projects .ready-to-start .holder .lead, .blog-page .ready-to-start .holder .lead, .single-project .ready-to-start .holder .lead,
.single-post .ready-to-start .holder .lead, .archive .ready-to-start .holder .lead, .digital-marketing-projects .ready-to-start .holder .lead, .contact-us .ready-to-start .holder .lead {
    margin: 0;
    font-size: 20px;
  }
  .digital-marketing .ready-to-start .holder .btn, .headhunting .ready-to-start .holder .btn, .webdev .ready-to-start .holder .btn, .digital-marketing-service .ready-to-start .holder .btn, .about-us .ready-to-start .holder .btn, .our-projects .ready-to-start .holder .btn, .blog-page .ready-to-start .holder .btn, .single-project .ready-to-start .holder .btn,
.single-post .ready-to-start .holder .btn, .archive .ready-to-start .holder .btn, .digital-marketing-projects .ready-to-start .holder .btn, .contact-us .ready-to-start .holder .btn, .digital-marketing .ready-to-start .holder .wpcf7 input[type=submit], .headhunting .ready-to-start .holder .wpcf7 input[type=submit], .webdev .ready-to-start .holder .wpcf7 input[type=submit], .digital-marketing-service .ready-to-start .holder .wpcf7 input[type=submit], .about-us .ready-to-start .holder .wpcf7 input[type=submit], .our-projects .ready-to-start .holder .wpcf7 input[type=submit], .blog-page .ready-to-start .holder .wpcf7 input[type=submit], .single-project .ready-to-start .holder .wpcf7 input[type=submit],
.single-post .ready-to-start .holder .wpcf7 input[type=submit], .archive .ready-to-start .holder .wpcf7 input[type=submit], .digital-marketing-projects .ready-to-start .holder .wpcf7 input[type=submit], .contact-us .ready-to-start .holder .wpcf7 input[type=submit], .wpcf7 .digital-marketing .ready-to-start .holder input[type=submit], .wpcf7 .headhunting .ready-to-start .holder input[type=submit], .wpcf7 .webdev .ready-to-start .holder input[type=submit], .wpcf7 .digital-marketing-service .ready-to-start .holder input[type=submit], .wpcf7 .about-us .ready-to-start .holder input[type=submit], .wpcf7 .our-projects .ready-to-start .holder input[type=submit], .wpcf7 .blog-page .ready-to-start .holder input[type=submit], .wpcf7 .single-project .ready-to-start .holder input[type=submit],
.wpcf7 .single-post .ready-to-start .holder input[type=submit], .wpcf7 .archive .ready-to-start .holder input[type=submit], .wpcf7 .digital-marketing-projects .ready-to-start .holder input[type=submit], .wpcf7 .contact-us .ready-to-start .holder input[type=submit], .digital-marketing .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .headhunting .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .webdev .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .ready-to-start .holder .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .headhunting .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .webdev .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .ready-to-start .holder a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .ready-to-start .holder a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .ready-to-start .holder a.button, .digital-marketing .ready-to-start .holder .woocommerce-info a.button, .headhunting .ready-to-start .holder .woocommerce-info a.button, .webdev .ready-to-start .holder .woocommerce-info a.button, .digital-marketing-service .ready-to-start .holder .woocommerce-info a.button, .about-us .ready-to-start .holder .woocommerce-info a.button, .our-projects .ready-to-start .holder .woocommerce-info a.button, .blog-page .ready-to-start .holder .woocommerce-info a.button, .single-project .ready-to-start .holder .woocommerce-info a.button,
.single-post .ready-to-start .holder .woocommerce-info a.button, .archive .ready-to-start .holder .woocommerce-info a.button, .digital-marketing-projects .ready-to-start .holder .woocommerce-info a.button, .contact-us .ready-to-start .holder .woocommerce-info a.button, .woocommerce-info .digital-marketing .ready-to-start .holder a.button, .woocommerce-info .headhunting .ready-to-start .holder a.button, .woocommerce-info .webdev .ready-to-start .holder a.button, .woocommerce-info .digital-marketing-service .ready-to-start .holder a.button, .woocommerce-info .about-us .ready-to-start .holder a.button, .woocommerce-info .our-projects .ready-to-start .holder a.button, .woocommerce-info .blog-page .ready-to-start .holder a.button, .woocommerce-info .single-project .ready-to-start .holder a.button,
.woocommerce-info .single-post .ready-to-start .holder a.button, .woocommerce-info .archive .ready-to-start .holder a.button, .woocommerce-info .digital-marketing-projects .ready-to-start .holder a.button, .woocommerce-info .contact-us .ready-to-start .holder a.button {
    margin: 24px 0 0;
  }
  .digital-marketing .clients-projects, .headhunting .clients-projects, .webdev .clients-projects, .digital-marketing-service .clients-projects, .about-us .clients-projects, .our-projects .clients-projects, .blog-page .clients-projects, .single-project .clients-projects,
.single-post .clients-projects, .archive .clients-projects, .digital-marketing-projects .clients-projects, .contact-us .clients-projects {
    margin-top: 0;
  }
  .digital-marketing .why-us, .headhunting .why-us, .webdev .why-us, .digital-marketing-service .why-us, .about-us .why-us, .our-projects .why-us, .blog-page .why-us, .single-project .why-us,
.single-post .why-us, .archive .why-us, .digital-marketing-projects .why-us, .contact-us .why-us, .headhunting .why-company, .webdev .why-company, .digital-marketing-service .why-company, .about-us .why-company, .our-projects .why-company, .blog-page .why-company, .single-project .why-company,
.single-post .why-company, .archive .why-company, .digital-marketing-projects .why-company, .contact-us .why-company, .headhunting .why-job, .webdev .why-job, .digital-marketing-service .why-job, .about-us .why-job, .our-projects .why-job, .blog-page .why-job, .single-project .why-job,
.single-post .why-job, .archive .why-job, .digital-marketing-projects .why-job, .contact-us .why-job {
    margin-bottom: 0;
  }
  .digital-marketing .why-us .content .features, .headhunting .why-us .content .features, .webdev .why-us .content .features, .digital-marketing-service .why-us .content .features, .about-us .why-us .content .features, .our-projects .why-us .content .features, .blog-page .why-us .content .features, .single-project .why-us .content .features,
.single-post .why-us .content .features, .archive .why-us .content .features, .digital-marketing-projects .why-us .content .features, .contact-us .why-us .content .features, .headhunting .why-company .content .features, .webdev .why-company .content .features, .digital-marketing-service .why-company .content .features, .about-us .why-company .content .features, .our-projects .why-company .content .features, .blog-page .why-company .content .features, .single-project .why-company .content .features,
.single-post .why-company .content .features, .archive .why-company .content .features, .digital-marketing-projects .why-company .content .features, .contact-us .why-company .content .features, .headhunting .why-job .content .features, .webdev .why-job .content .features, .digital-marketing-service .why-job .content .features, .about-us .why-job .content .features, .our-projects .why-job .content .features, .blog-page .why-job .content .features, .single-project .why-job .content .features,
.single-post .why-job .content .features, .archive .why-job .content .features, .digital-marketing-projects .why-job .content .features, .contact-us .why-job .content .features {
    flex-direction: column;
  }
  .digital-marketing .why-us .content .features .feature, .headhunting .why-us .content .features .feature, .webdev .why-us .content .features .feature, .digital-marketing-service .why-us .content .features .feature, .about-us .why-us .content .features .feature, .our-projects .why-us .content .features .feature, .blog-page .why-us .content .features .feature, .single-project .why-us .content .features .feature,
.single-post .why-us .content .features .feature, .archive .why-us .content .features .feature, .digital-marketing-projects .why-us .content .features .feature, .contact-us .why-us .content .features .feature, .headhunting .why-company .content .features .feature, .webdev .why-company .content .features .feature, .digital-marketing-service .why-company .content .features .feature, .about-us .why-company .content .features .feature, .our-projects .why-company .content .features .feature, .blog-page .why-company .content .features .feature, .single-project .why-company .content .features .feature,
.single-post .why-company .content .features .feature, .archive .why-company .content .features .feature, .digital-marketing-projects .why-company .content .features .feature, .contact-us .why-company .content .features .feature, .headhunting .why-job .content .features .feature, .webdev .why-job .content .features .feature, .digital-marketing-service .why-job .content .features .feature, .about-us .why-job .content .features .feature, .our-projects .why-job .content .features .feature, .blog-page .why-job .content .features .feature, .single-project .why-job .content .features .feature,
.single-post .why-job .content .features .feature, .archive .why-job .content .features .feature, .digital-marketing-projects .why-job .content .features .feature, .contact-us .why-job .content .features .feature {
    max-width: 100%;
    align-items: center;
  }
  .digital-marketing .why-us .content .features .feature .icon, .headhunting .why-us .content .features .feature .icon, .webdev .why-us .content .features .feature .icon, .digital-marketing-service .why-us .content .features .feature .icon, .about-us .why-us .content .features .feature .icon, .our-projects .why-us .content .features .feature .icon, .blog-page .why-us .content .features .feature .icon, .single-project .why-us .content .features .feature .icon,
.single-post .why-us .content .features .feature .icon, .archive .why-us .content .features .feature .icon, .digital-marketing-projects .why-us .content .features .feature .icon, .contact-us .why-us .content .features .feature .icon, .headhunting .why-company .content .features .feature .icon, .webdev .why-company .content .features .feature .icon, .digital-marketing-service .why-company .content .features .feature .icon, .about-us .why-company .content .features .feature .icon, .our-projects .why-company .content .features .feature .icon, .blog-page .why-company .content .features .feature .icon, .single-project .why-company .content .features .feature .icon,
.single-post .why-company .content .features .feature .icon, .archive .why-company .content .features .feature .icon, .digital-marketing-projects .why-company .content .features .feature .icon, .contact-us .why-company .content .features .feature .icon, .headhunting .why-job .content .features .feature .icon, .webdev .why-job .content .features .feature .icon, .digital-marketing-service .why-job .content .features .feature .icon, .about-us .why-job .content .features .feature .icon, .our-projects .why-job .content .features .feature .icon, .blog-page .why-job .content .features .feature .icon, .single-project .why-job .content .features .feature .icon,
.single-post .why-job .content .features .feature .icon, .archive .why-job .content .features .feature .icon, .digital-marketing-projects .why-job .content .features .feature .icon, .contact-us .why-job .content .features .feature .icon {
    width: 100px;
    height: 100px;
  }
  .digital-marketing .why-us .content .features .feature .info .title, .headhunting .why-us .content .features .feature .info .title, .webdev .why-us .content .features .feature .info .title, .digital-marketing-service .why-us .content .features .feature .info .title, .about-us .why-us .content .features .feature .info .title, .our-projects .why-us .content .features .feature .info .title, .blog-page .why-us .content .features .feature .info .title, .single-project .why-us .content .features .feature .info .title,
.single-post .why-us .content .features .feature .info .title, .archive .why-us .content .features .feature .info .title, .digital-marketing-projects .why-us .content .features .feature .info .title, .contact-us .why-us .content .features .feature .info .title, .headhunting .why-company .content .features .feature .info .title, .webdev .why-company .content .features .feature .info .title, .digital-marketing-service .why-company .content .features .feature .info .title, .about-us .why-company .content .features .feature .info .title, .our-projects .why-company .content .features .feature .info .title, .blog-page .why-company .content .features .feature .info .title, .single-project .why-company .content .features .feature .info .title,
.single-post .why-company .content .features .feature .info .title, .archive .why-company .content .features .feature .info .title, .digital-marketing-projects .why-company .content .features .feature .info .title, .contact-us .why-company .content .features .feature .info .title, .headhunting .why-job .content .features .feature .info .title, .webdev .why-job .content .features .feature .info .title, .digital-marketing-service .why-job .content .features .feature .info .title, .about-us .why-job .content .features .feature .info .title, .our-projects .why-job .content .features .feature .info .title, .blog-page .why-job .content .features .feature .info .title, .single-project .why-job .content .features .feature .info .title,
.single-post .why-job .content .features .feature .info .title, .archive .why-job .content .features .feature .info .title, .digital-marketing-projects .why-job .content .features .feature .info .title, .contact-us .why-job .content .features .feature .info .title {
    margin-bottom: 0;
  }
  .digital-marketing .testimonial-section, .headhunting .testimonial-section, .webdev .testimonial-section, .digital-marketing-service .testimonial-section, .about-us .testimonial-section, .our-projects .testimonial-section, .blog-page .testimonial-section, .single-project .testimonial-section,
.single-post .testimonial-section, .archive .testimonial-section, .digital-marketing-projects .testimonial-section, .contact-us .testimonial-section {
    margin-top: 80px;
  }
  .digital-marketing .testimonial-section .testimonials .left, .headhunting .testimonial-section .testimonials .left, .webdev .testimonial-section .testimonials .left, .digital-marketing-service .testimonial-section .testimonials .left, .about-us .testimonial-section .testimonials .left, .our-projects .testimonial-section .testimonials .left, .blog-page .testimonial-section .testimonials .left, .single-project .testimonial-section .testimonials .left,
.single-post .testimonial-section .testimonials .left, .archive .testimonial-section .testimonials .left, .digital-marketing-projects .testimonial-section .testimonials .left, .contact-us .testimonial-section .testimonials .left {
    padding-right: 0;
  }
  .digital-marketing .about-gd .content .features .title-holder .title, .headhunting .about-gd .content .features .title-holder .title, .webdev .about-gd .content .features .title-holder .title, .digital-marketing-service .about-gd .content .features .title-holder .title, .about-us .about-gd .content .features .title-holder .title, .our-projects .about-gd .content .features .title-holder .title, .blog-page .about-gd .content .features .title-holder .title, .single-project .about-gd .content .features .title-holder .title,
.single-post .about-gd .content .features .title-holder .title, .archive .about-gd .content .features .title-holder .title, .digital-marketing-projects .about-gd .content .features .title-holder .title, .contact-us .about-gd .content .features .title-holder .title {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .digital-marketing .about-gd .content .features .lead, .headhunting .about-gd .content .features .lead, .webdev .about-gd .content .features .lead, .digital-marketing-service .about-gd .content .features .lead, .about-us .about-gd .content .features .lead, .our-projects .about-gd .content .features .lead, .blog-page .about-gd .content .features .lead, .single-project .about-gd .content .features .lead,
.single-post .about-gd .content .features .lead, .archive .about-gd .content .features .lead, .digital-marketing-projects .about-gd .content .features .lead, .contact-us .about-gd .content .features .lead {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@keyframes marketing-header-1 {
  4% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  23% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
}
@keyframes marketing-header-2 {
  17% {
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  37% {
    opacity: 1;
  }
  43% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes marketing-header-3 {
  38% {
    opacity: 0;
  }
  44% {
    opacity: 1;
  }
  57% {
    opacity: 1;
  }
  63% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes marketing-header-4 {
  58% {
    opacity: 0;
  }
  64% {
    opacity: 1;
  }
  77% {
    opacity: 1;
  }
  83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes marketing-header-5 {
  78% {
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Outsourcing Page Start */
.outsourcing .bg, .headhunting .bg, .webdev .bg, .digital-marketing-service .bg, .about-us .bg, .our-projects .bg, .blog-page .bg, .single-project .bg,
.single-post .bg, .archive .bg, .digital-marketing-projects .bg, .contact-us .bg {
  right: 0;
  left: unset;
  top: 0;
}
.outsourcing .header, .headhunting .header, .webdev .header, .digital-marketing-service .header, .about-us .header, .our-projects .header, .blog-page .header, .single-project .header,
.single-post .header, .archive .header, .digital-marketing-projects .header, .contact-us .header {
  align-items: center;
}
.outsourcing .header .lead, .headhunting .header .lead, .webdev .header .lead, .digital-marketing-service .header .lead, .about-us .header .lead, .our-projects .header .lead, .blog-page .header .lead, .single-project .header .lead,
.single-post .header .lead, .archive .header .lead, .digital-marketing-projects .header .lead, .contact-us .header .lead {
  font-family: "open sans";
}
.outsourcing .header .bg, .headhunting .header .bg, .webdev .header .bg, .digital-marketing-service .header .bg, .about-us .header .bg, .our-projects .header .bg, .blog-page .header .bg, .single-project .header .bg,
.single-post .header .bg, .archive .header .bg, .digital-marketing-projects .header .bg, .contact-us .header .bg {
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  height: 100%;
}
.outsourcing .header .bg .img, .headhunting .header .bg .img, .webdev .header .bg .img, .digital-marketing-service .header .bg .img, .about-us .header .bg .img, .our-projects .header .bg .img, .blog-page .header .bg .img, .single-project .header .bg .img,
.single-post .header .bg .img, .archive .header .bg .img, .digital-marketing-projects .header .bg .img, .contact-us .header .bg .img {
  display: block;
  opacity: 0;
  transition: 300ms cubic-bezier(1, 0.01, 0.05, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.outsourcing .header .bg .img.active, .headhunting .header .bg .img.active, .webdev .header .bg .img.active, .digital-marketing-service .header .bg .img.active, .about-us .header .bg .img.active, .our-projects .header .bg .img.active, .blog-page .header .bg .img.active, .single-project .header .bg .img.active,
.single-post .header .bg .img.active, .archive .header .bg .img.active, .digital-marketing-projects .header .bg .img.active, .contact-us .header .bg .img.active {
  opacity: 1;
}
.outsourcing .header .bg .img img, .headhunting .header .bg .img img, .webdev .header .bg .img img, .digital-marketing-service .header .bg .img img, .about-us .header .bg .img img, .our-projects .header .bg .img img, .blog-page .header .bg .img img, .single-project .header .bg .img img,
.single-post .header .bg .img img, .archive .header .bg .img img, .digital-marketing-projects .header .bg .img img, .contact-us .header .bg .img img {
  object-fit: cover;
  top: 0;
  width: 100%;
  right: 0;
  opacity: 1;
  transform: none;
}
.outsourcing .header .bg .img img.flip, .headhunting .header .bg .img img.flip, .webdev .header .bg .img img.flip, .digital-marketing-service .header .bg .img img.flip, .about-us .header .bg .img img.flip, .our-projects .header .bg .img img.flip, .blog-page .header .bg .img img.flip, .single-project .header .bg .img img.flip,
.single-post .header .bg .img img.flip, .archive .header .bg .img img.flip, .digital-marketing-projects .header .bg .img img.flip, .contact-us .header .bg .img img.flip {
  transform: scaleX(-1);
}
.outsourcing .header .bg .img.gif img, .headhunting .header .bg .img.gif img, .webdev .header .bg .img.gif img, .digital-marketing-service .header .bg .img.gif img, .about-us .header .bg .img.gif img, .our-projects .header .bg .img.gif img, .blog-page .header .bg .img.gif img, .single-project .header .bg .img.gif img,
.single-post .header .bg .img.gif img, .archive .header .bg .img.gif img, .digital-marketing-projects .header .bg .img.gif img, .contact-us .header .bg .img.gif img {
  width: fit-content;
  right: 150px;
}
.outsourcing .our-services, .headhunting .our-services, .webdev .our-services, .digital-marketing-service .our-services, .about-us .our-services, .our-projects .our-services, .blog-page .our-services, .single-project .our-services,
.single-post .our-services, .archive .our-services, .digital-marketing-projects .our-services, .contact-us .our-services, .webdev .our-services-info, .digital-marketing-service .our-services-info, .about-us .our-services-info, .our-projects .our-services-info, .blog-page .our-services-info, .single-project .our-services-info,
.single-post .our-services-info, .archive .our-services-info, .digital-marketing-projects .our-services-info, .contact-us .our-services-info, .digital-marketing-service .image-sect, .about-us .image-sect, .our-projects .image-sect, .blog-page .image-sect, .single-project .image-sect,
.single-post .image-sect, .archive .image-sect, .digital-marketing-projects .image-sect, .contact-us .image-sect {
  position: relative;
}
.outsourcing .our-services .bg-element, .headhunting .our-services .bg-element, .webdev .our-services .bg-element, .digital-marketing-service .our-services .bg-element, .about-us .our-services .bg-element, .our-projects .our-services .bg-element, .blog-page .our-services .bg-element, .single-project .our-services .bg-element,
.single-post .our-services .bg-element, .archive .our-services .bg-element, .digital-marketing-projects .our-services .bg-element, .contact-us .our-services .bg-element, .webdev .our-services-info .bg-element, .digital-marketing-service .our-services-info .bg-element, .about-us .our-services-info .bg-element, .our-projects .our-services-info .bg-element, .blog-page .our-services-info .bg-element, .single-project .our-services-info .bg-element,
.single-post .our-services-info .bg-element, .archive .our-services-info .bg-element, .digital-marketing-projects .our-services-info .bg-element, .contact-us .our-services-info .bg-element, .digital-marketing-service .image-sect .bg-element, .about-us .image-sect .bg-element, .our-projects .image-sect .bg-element, .blog-page .image-sect .bg-element, .single-project .image-sect .bg-element,
.single-post .image-sect .bg-element, .archive .image-sect .bg-element, .digital-marketing-projects .image-sect .bg-element, .contact-us .image-sect .bg-element {
  position: absolute;
}
.outsourcing .our-services .bg-element:nth-child(1), .headhunting .our-services .bg-element:nth-child(1), .webdev .our-services .bg-element:nth-child(1), .digital-marketing-service .our-services .bg-element:nth-child(1), .about-us .our-services .bg-element:nth-child(1), .our-projects .our-services .bg-element:nth-child(1), .blog-page .our-services .bg-element:nth-child(1), .single-project .our-services .bg-element:nth-child(1),
.single-post .our-services .bg-element:nth-child(1), .archive .our-services .bg-element:nth-child(1), .digital-marketing-projects .our-services .bg-element:nth-child(1), .contact-us .our-services .bg-element:nth-child(1), .webdev .our-services-info .bg-element:nth-child(1), .digital-marketing-service .our-services-info .bg-element:nth-child(1), .about-us .our-services-info .bg-element:nth-child(1), .our-projects .our-services-info .bg-element:nth-child(1), .blog-page .our-services-info .bg-element:nth-child(1), .single-project .our-services-info .bg-element:nth-child(1),
.single-post .our-services-info .bg-element:nth-child(1), .archive .our-services-info .bg-element:nth-child(1), .digital-marketing-projects .our-services-info .bg-element:nth-child(1), .contact-us .our-services-info .bg-element:nth-child(1), .digital-marketing-service .image-sect .bg-element:nth-child(1), .about-us .image-sect .bg-element:nth-child(1), .our-projects .image-sect .bg-element:nth-child(1), .blog-page .image-sect .bg-element:nth-child(1), .single-project .image-sect .bg-element:nth-child(1),
.single-post .image-sect .bg-element:nth-child(1), .archive .image-sect .bg-element:nth-child(1), .digital-marketing-projects .image-sect .bg-element:nth-child(1), .contact-us .image-sect .bg-element:nth-child(1) {
  height: 442px;
  width: 4426px;
  right: -50%;
  left: unset;
  top: 17%;
  transform-origin: center center;
  animation: 3s bg-circle-rotation cubic-bezier(1, 0.02, 0, 0.98) infinite alternate;
  transform: translateX(40%);
}
@keyframes bg-circle-rotation {
  0% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: rotate(90deg);
    transform: scale(1.4) rotate(165deg);
  }
}
@keyframes bg-rect-rotation {
  0% {
    transform: scale(1.4) rotate(0);
  }
  100% {
    transform: scale(1) rotate(90deg);
  }
}
@keyframes bg-rect-2-rotation {
  0% {
    transform: rotate(-45deg) scale(1);
  }
  100% {
    transform: rotate(0) scale(1.37);
  }
}
.outsourcing .our-services .bg-element:nth-child(2), .headhunting .our-services .bg-element:nth-child(2), .webdev .our-services .bg-element:nth-child(2), .digital-marketing-service .our-services .bg-element:nth-child(2), .about-us .our-services .bg-element:nth-child(2), .our-projects .our-services .bg-element:nth-child(2), .blog-page .our-services .bg-element:nth-child(2), .single-project .our-services .bg-element:nth-child(2),
.single-post .our-services .bg-element:nth-child(2), .archive .our-services .bg-element:nth-child(2), .digital-marketing-projects .our-services .bg-element:nth-child(2), .contact-us .our-services .bg-element:nth-child(2), .webdev .our-services-info .bg-element:nth-child(2), .digital-marketing-service .our-services-info .bg-element:nth-child(2), .about-us .our-services-info .bg-element:nth-child(2), .our-projects .our-services-info .bg-element:nth-child(2), .blog-page .our-services-info .bg-element:nth-child(2), .single-project .our-services-info .bg-element:nth-child(2),
.single-post .our-services-info .bg-element:nth-child(2), .archive .our-services-info .bg-element:nth-child(2), .digital-marketing-projects .our-services-info .bg-element:nth-child(2), .contact-us .our-services-info .bg-element:nth-child(2), .digital-marketing-service .image-sect .bg-element:nth-child(2), .about-us .image-sect .bg-element:nth-child(2), .our-projects .image-sect .bg-element:nth-child(2), .blog-page .image-sect .bg-element:nth-child(2), .single-project .image-sect .bg-element:nth-child(2),
.single-post .image-sect .bg-element:nth-child(2), .archive .image-sect .bg-element:nth-child(2), .digital-marketing-projects .image-sect .bg-element:nth-child(2), .contact-us .image-sect .bg-element:nth-child(2) {
  transform: translateX(-30%);
  width: 495px;
  top: 40%;
  left: -10%;
  right: unset;
  transform-origin: center center;
  animation: 3s bg-rect-rotation cubic-bezier(1, 0.02, 0, 0.98) infinite alternate;
}
.outsourcing .our-services .cards, .headhunting .our-services .cards, .webdev .our-services .cards, .digital-marketing-service .our-services .cards, .about-us .our-services .cards, .our-projects .our-services .cards, .blog-page .our-services .cards, .single-project .our-services .cards,
.single-post .our-services .cards, .archive .our-services .cards, .digital-marketing-projects .our-services .cards, .contact-us .our-services .cards, .webdev .our-services-info .cards, .digital-marketing-service .our-services-info .cards, .about-us .our-services-info .cards, .our-projects .our-services-info .cards, .blog-page .our-services-info .cards, .single-project .our-services-info .cards,
.single-post .our-services-info .cards, .archive .our-services-info .cards, .digital-marketing-projects .our-services-info .cards, .contact-us .our-services-info .cards, .digital-marketing-service .image-sect .cards, .about-us .image-sect .cards, .our-projects .image-sect .cards, .blog-page .image-sect .cards, .single-project .image-sect .cards,
.single-post .image-sect .cards, .archive .image-sect .cards, .digital-marketing-projects .image-sect .cards, .contact-us .image-sect .cards {
  flex-direction: column;
  position: relative;
  margin-top: 150px;
  display: flex;
  gap: 120px;
}
.outsourcing .our-services .cards .card, .headhunting .our-services .cards .card, .webdev .our-services .cards .card, .digital-marketing-service .our-services .cards .card, .about-us .our-services .cards .card, .our-projects .our-services .cards .card, .blog-page .our-services .cards .card, .single-project .our-services .cards .card,
.single-post .our-services .cards .card, .archive .our-services .cards .card, .digital-marketing-projects .our-services .cards .card, .contact-us .our-services .cards .card, .webdev .our-services-info .cards .card, .digital-marketing-service .our-services-info .cards .card, .about-us .our-services-info .cards .card, .our-projects .our-services-info .cards .card, .blog-page .our-services-info .cards .card, .single-project .our-services-info .cards .card,
.single-post .our-services-info .cards .card, .archive .our-services-info .cards .card, .digital-marketing-projects .our-services-info .cards .card, .contact-us .our-services-info .cards .card, .digital-marketing-service .image-sect .cards .card, .about-us .image-sect .cards .card, .our-projects .image-sect .cards .card, .blog-page .image-sect .cards .card, .single-project .image-sect .cards .card,
.single-post .image-sect .cards .card, .archive .image-sect .cards .card, .digital-marketing-projects .image-sect .cards .card, .contact-us .image-sect .cards .card {
  overflow: hidden;
  filter: drop-shadow(0px 20px 70px rgba(230, 0, 98, 0.5));
  border-radius: 50px;
  width: 705px;
  min-height: 462px;
  display: block;
  padding: 60px 0 40px 40px;
  padding-right: 190px;
}
.outsourcing .our-services .cards .card .btn-transparent, .headhunting .our-services .cards .card .btn-transparent, .webdev .our-services .cards .card .btn-transparent, .digital-marketing-service .our-services .cards .card .btn-transparent, .about-us .our-services .cards .card .btn-transparent, .our-projects .our-services .cards .card .btn-transparent, .blog-page .our-services .cards .card .btn-transparent, .single-project .our-services .cards .card .btn-transparent,
.single-post .our-services .cards .card .btn-transparent, .archive .our-services .cards .card .btn-transparent, .digital-marketing-projects .our-services .cards .card .btn-transparent, .contact-us .our-services .cards .card .btn-transparent, .webdev .our-services-info .cards .card .btn-transparent, .digital-marketing-service .our-services-info .cards .card .btn-transparent, .about-us .our-services-info .cards .card .btn-transparent, .our-projects .our-services-info .cards .card .btn-transparent, .blog-page .our-services-info .cards .card .btn-transparent, .single-project .our-services-info .cards .card .btn-transparent,
.single-post .our-services-info .cards .card .btn-transparent, .archive .our-services-info .cards .card .btn-transparent, .digital-marketing-projects .our-services-info .cards .card .btn-transparent, .contact-us .our-services-info .cards .card .btn-transparent, .digital-marketing-service .image-sect .cards .card .btn-transparent, .about-us .image-sect .cards .card .btn-transparent, .our-projects .image-sect .cards .card .btn-transparent, .blog-page .image-sect .cards .card .btn-transparent, .single-project .image-sect .cards .card .btn-transparent,
.single-post .image-sect .cards .card .btn-transparent, .archive .image-sect .cards .card .btn-transparent, .digital-marketing-projects .image-sect .cards .card .btn-transparent, .contact-us .image-sect .cards .card .btn-transparent {
  justify-content: flex-start;
  position: relative;
}
.outsourcing .our-services .cards .card .btn-transparent span, .headhunting .our-services .cards .card .btn-transparent span, .webdev .our-services .cards .card .btn-transparent span, .digital-marketing-service .our-services .cards .card .btn-transparent span, .about-us .our-services .cards .card .btn-transparent span, .our-projects .our-services .cards .card .btn-transparent span, .blog-page .our-services .cards .card .btn-transparent span, .single-project .our-services .cards .card .btn-transparent span,
.single-post .our-services .cards .card .btn-transparent span, .archive .our-services .cards .card .btn-transparent span, .digital-marketing-projects .our-services .cards .card .btn-transparent span, .contact-us .our-services .cards .card .btn-transparent span, .webdev .our-services-info .cards .card .btn-transparent span, .digital-marketing-service .our-services-info .cards .card .btn-transparent span, .about-us .our-services-info .cards .card .btn-transparent span, .our-projects .our-services-info .cards .card .btn-transparent span, .blog-page .our-services-info .cards .card .btn-transparent span, .single-project .our-services-info .cards .card .btn-transparent span,
.single-post .our-services-info .cards .card .btn-transparent span, .archive .our-services-info .cards .card .btn-transparent span, .digital-marketing-projects .our-services-info .cards .card .btn-transparent span, .contact-us .our-services-info .cards .card .btn-transparent span, .digital-marketing-service .image-sect .cards .card .btn-transparent span, .about-us .image-sect .cards .card .btn-transparent span, .our-projects .image-sect .cards .card .btn-transparent span, .blog-page .image-sect .cards .card .btn-transparent span, .single-project .image-sect .cards .card .btn-transparent span,
.single-post .image-sect .cards .card .btn-transparent span, .archive .image-sect .cards .card .btn-transparent span, .digital-marketing-projects .image-sect .cards .card .btn-transparent span, .contact-us .image-sect .cards .card .btn-transparent span {
  position: static;
}
.outsourcing .our-services .cards .card .btn-transparent .icon, .headhunting .our-services .cards .card .btn-transparent .icon, .webdev .our-services .cards .card .btn-transparent .icon, .digital-marketing-service .our-services .cards .card .btn-transparent .icon, .about-us .our-services .cards .card .btn-transparent .icon, .our-projects .our-services .cards .card .btn-transparent .icon, .blog-page .our-services .cards .card .btn-transparent .icon, .single-project .our-services .cards .card .btn-transparent .icon,
.single-post .our-services .cards .card .btn-transparent .icon, .archive .our-services .cards .card .btn-transparent .icon, .digital-marketing-projects .our-services .cards .card .btn-transparent .icon, .contact-us .our-services .cards .card .btn-transparent .icon, .webdev .our-services-info .cards .card .btn-transparent .icon, .digital-marketing-service .our-services-info .cards .card .btn-transparent .icon, .about-us .our-services-info .cards .card .btn-transparent .icon, .our-projects .our-services-info .cards .card .btn-transparent .icon, .blog-page .our-services-info .cards .card .btn-transparent .icon, .single-project .our-services-info .cards .card .btn-transparent .icon,
.single-post .our-services-info .cards .card .btn-transparent .icon, .archive .our-services-info .cards .card .btn-transparent .icon, .digital-marketing-projects .our-services-info .cards .card .btn-transparent .icon, .contact-us .our-services-info .cards .card .btn-transparent .icon, .digital-marketing-service .image-sect .cards .card .btn-transparent .icon, .about-us .image-sect .cards .card .btn-transparent .icon, .our-projects .image-sect .cards .card .btn-transparent .icon, .blog-page .image-sect .cards .card .btn-transparent .icon, .single-project .image-sect .cards .card .btn-transparent .icon,
.single-post .image-sect .cards .card .btn-transparent .icon, .archive .image-sect .cards .card .btn-transparent .icon, .digital-marketing-projects .image-sect .cards .card .btn-transparent .icon, .contact-us .image-sect .cards .card .btn-transparent .icon {
  right: 0;
  position: absolute;
  opacity: 1;
}
.outsourcing .our-services .cards .card .btn-transparent:hover span, .headhunting .our-services .cards .card .btn-transparent:hover span, .webdev .our-services .cards .card .btn-transparent:hover span, .digital-marketing-service .our-services .cards .card .btn-transparent:hover span, .about-us .our-services .cards .card .btn-transparent:hover span, .our-projects .our-services .cards .card .btn-transparent:hover span, .blog-page .our-services .cards .card .btn-transparent:hover span, .single-project .our-services .cards .card .btn-transparent:hover span,
.single-post .our-services .cards .card .btn-transparent:hover span, .archive .our-services .cards .card .btn-transparent:hover span, .digital-marketing-projects .our-services .cards .card .btn-transparent:hover span, .contact-us .our-services .cards .card .btn-transparent:hover span, .webdev .our-services-info .cards .card .btn-transparent:hover span, .digital-marketing-service .our-services-info .cards .card .btn-transparent:hover span, .about-us .our-services-info .cards .card .btn-transparent:hover span, .our-projects .our-services-info .cards .card .btn-transparent:hover span, .blog-page .our-services-info .cards .card .btn-transparent:hover span, .single-project .our-services-info .cards .card .btn-transparent:hover span,
.single-post .our-services-info .cards .card .btn-transparent:hover span, .archive .our-services-info .cards .card .btn-transparent:hover span, .digital-marketing-projects .our-services-info .cards .card .btn-transparent:hover span, .contact-us .our-services-info .cards .card .btn-transparent:hover span, .digital-marketing-service .image-sect .cards .card .btn-transparent:hover span, .about-us .image-sect .cards .card .btn-transparent:hover span, .our-projects .image-sect .cards .card .btn-transparent:hover span, .blog-page .image-sect .cards .card .btn-transparent:hover span, .single-project .image-sect .cards .card .btn-transparent:hover span,
.single-post .image-sect .cards .card .btn-transparent:hover span, .archive .image-sect .cards .card .btn-transparent:hover span, .digital-marketing-projects .image-sect .cards .card .btn-transparent:hover span, .contact-us .image-sect .cards .card .btn-transparent:hover span {
  transform: none;
}
.outsourcing .our-services .cards .card .btn-transparent:hover .icon, .headhunting .our-services .cards .card .btn-transparent:hover .icon, .webdev .our-services .cards .card .btn-transparent:hover .icon, .digital-marketing-service .our-services .cards .card .btn-transparent:hover .icon, .about-us .our-services .cards .card .btn-transparent:hover .icon, .our-projects .our-services .cards .card .btn-transparent:hover .icon, .blog-page .our-services .cards .card .btn-transparent:hover .icon, .single-project .our-services .cards .card .btn-transparent:hover .icon,
.single-post .our-services .cards .card .btn-transparent:hover .icon, .archive .our-services .cards .card .btn-transparent:hover .icon, .digital-marketing-projects .our-services .cards .card .btn-transparent:hover .icon, .contact-us .our-services .cards .card .btn-transparent:hover .icon, .webdev .our-services-info .cards .card .btn-transparent:hover .icon, .digital-marketing-service .our-services-info .cards .card .btn-transparent:hover .icon, .about-us .our-services-info .cards .card .btn-transparent:hover .icon, .our-projects .our-services-info .cards .card .btn-transparent:hover .icon, .blog-page .our-services-info .cards .card .btn-transparent:hover .icon, .single-project .our-services-info .cards .card .btn-transparent:hover .icon,
.single-post .our-services-info .cards .card .btn-transparent:hover .icon, .archive .our-services-info .cards .card .btn-transparent:hover .icon, .digital-marketing-projects .our-services-info .cards .card .btn-transparent:hover .icon, .contact-us .our-services-info .cards .card .btn-transparent:hover .icon, .digital-marketing-service .image-sect .cards .card .btn-transparent:hover .icon, .about-us .image-sect .cards .card .btn-transparent:hover .icon, .our-projects .image-sect .cards .card .btn-transparent:hover .icon, .blog-page .image-sect .cards .card .btn-transparent:hover .icon, .single-project .image-sect .cards .card .btn-transparent:hover .icon,
.single-post .image-sect .cards .card .btn-transparent:hover .icon, .archive .image-sect .cards .card .btn-transparent:hover .icon, .digital-marketing-projects .image-sect .cards .card .btn-transparent:hover .icon, .contact-us .image-sect .cards .card .btn-transparent:hover .icon {
  right: -15px;
}
.outsourcing .our-services .cards .card:nth-child(odd), .headhunting .our-services .cards .card:nth-child(odd), .webdev .our-services .cards .card:nth-child(odd), .digital-marketing-service .our-services .cards .card:nth-child(odd), .about-us .our-services .cards .card:nth-child(odd), .our-projects .our-services .cards .card:nth-child(odd), .blog-page .our-services .cards .card:nth-child(odd), .single-project .our-services .cards .card:nth-child(odd),
.single-post .our-services .cards .card:nth-child(odd), .archive .our-services .cards .card:nth-child(odd), .digital-marketing-projects .our-services .cards .card:nth-child(odd), .contact-us .our-services .cards .card:nth-child(odd), .webdev .our-services-info .cards .card:nth-child(odd), .digital-marketing-service .our-services-info .cards .card:nth-child(odd), .about-us .our-services-info .cards .card:nth-child(odd), .our-projects .our-services-info .cards .card:nth-child(odd), .blog-page .our-services-info .cards .card:nth-child(odd), .single-project .our-services-info .cards .card:nth-child(odd),
.single-post .our-services-info .cards .card:nth-child(odd), .archive .our-services-info .cards .card:nth-child(odd), .digital-marketing-projects .our-services-info .cards .card:nth-child(odd), .contact-us .our-services-info .cards .card:nth-child(odd), .digital-marketing-service .image-sect .cards .card:nth-child(odd), .about-us .image-sect .cards .card:nth-child(odd), .our-projects .image-sect .cards .card:nth-child(odd), .blog-page .image-sect .cards .card:nth-child(odd), .single-project .image-sect .cards .card:nth-child(odd),
.single-post .image-sect .cards .card:nth-child(odd), .archive .image-sect .cards .card:nth-child(odd), .digital-marketing-projects .image-sect .cards .card:nth-child(odd), .contact-us .image-sect .cards .card:nth-child(odd) {
  background: #e60062;
  color: white;
}
.outsourcing .our-services .cards .card:nth-child(odd) .btn-transparent, .headhunting .our-services .cards .card:nth-child(odd) .btn-transparent, .webdev .our-services .cards .card:nth-child(odd) .btn-transparent, .digital-marketing-service .our-services .cards .card:nth-child(odd) .btn-transparent, .about-us .our-services .cards .card:nth-child(odd) .btn-transparent, .our-projects .our-services .cards .card:nth-child(odd) .btn-transparent, .blog-page .our-services .cards .card:nth-child(odd) .btn-transparent, .single-project .our-services .cards .card:nth-child(odd) .btn-transparent,
.single-post .our-services .cards .card:nth-child(odd) .btn-transparent, .archive .our-services .cards .card:nth-child(odd) .btn-transparent, .digital-marketing-projects .our-services .cards .card:nth-child(odd) .btn-transparent, .contact-us .our-services .cards .card:nth-child(odd) .btn-transparent, .webdev .our-services-info .cards .card:nth-child(odd) .btn-transparent, .digital-marketing-service .our-services-info .cards .card:nth-child(odd) .btn-transparent, .about-us .our-services-info .cards .card:nth-child(odd) .btn-transparent, .our-projects .our-services-info .cards .card:nth-child(odd) .btn-transparent, .blog-page .our-services-info .cards .card:nth-child(odd) .btn-transparent, .single-project .our-services-info .cards .card:nth-child(odd) .btn-transparent,
.single-post .our-services-info .cards .card:nth-child(odd) .btn-transparent, .archive .our-services-info .cards .card:nth-child(odd) .btn-transparent, .digital-marketing-projects .our-services-info .cards .card:nth-child(odd) .btn-transparent, .contact-us .our-services-info .cards .card:nth-child(odd) .btn-transparent, .digital-marketing-service .image-sect .cards .card:nth-child(odd) .btn-transparent, .about-us .image-sect .cards .card:nth-child(odd) .btn-transparent, .our-projects .image-sect .cards .card:nth-child(odd) .btn-transparent, .blog-page .image-sect .cards .card:nth-child(odd) .btn-transparent, .single-project .image-sect .cards .card:nth-child(odd) .btn-transparent,
.single-post .image-sect .cards .card:nth-child(odd) .btn-transparent, .archive .image-sect .cards .card:nth-child(odd) .btn-transparent, .digital-marketing-projects .image-sect .cards .card:nth-child(odd) .btn-transparent, .contact-us .image-sect .cards .card:nth-child(odd) .btn-transparent {
  border: none;
  border-bottom: 2px solid white;
}
.outsourcing .our-services .cards .card:nth-child(odd) .btn-transparent span, .headhunting .our-services .cards .card:nth-child(odd) .btn-transparent span, .webdev .our-services .cards .card:nth-child(odd) .btn-transparent span, .digital-marketing-service .our-services .cards .card:nth-child(odd) .btn-transparent span, .about-us .our-services .cards .card:nth-child(odd) .btn-transparent span, .our-projects .our-services .cards .card:nth-child(odd) .btn-transparent span, .blog-page .our-services .cards .card:nth-child(odd) .btn-transparent span, .single-project .our-services .cards .card:nth-child(odd) .btn-transparent span,
.single-post .our-services .cards .card:nth-child(odd) .btn-transparent span, .archive .our-services .cards .card:nth-child(odd) .btn-transparent span, .digital-marketing-projects .our-services .cards .card:nth-child(odd) .btn-transparent span, .contact-us .our-services .cards .card:nth-child(odd) .btn-transparent span, .webdev .our-services-info .cards .card:nth-child(odd) .btn-transparent span, .digital-marketing-service .our-services-info .cards .card:nth-child(odd) .btn-transparent span, .about-us .our-services-info .cards .card:nth-child(odd) .btn-transparent span, .our-projects .our-services-info .cards .card:nth-child(odd) .btn-transparent span, .blog-page .our-services-info .cards .card:nth-child(odd) .btn-transparent span, .single-project .our-services-info .cards .card:nth-child(odd) .btn-transparent span,
.single-post .our-services-info .cards .card:nth-child(odd) .btn-transparent span, .archive .our-services-info .cards .card:nth-child(odd) .btn-transparent span, .digital-marketing-projects .our-services-info .cards .card:nth-child(odd) .btn-transparent span, .contact-us .our-services-info .cards .card:nth-child(odd) .btn-transparent span, .digital-marketing-service .image-sect .cards .card:nth-child(odd) .btn-transparent span, .about-us .image-sect .cards .card:nth-child(odd) .btn-transparent span, .our-projects .image-sect .cards .card:nth-child(odd) .btn-transparent span, .blog-page .image-sect .cards .card:nth-child(odd) .btn-transparent span, .single-project .image-sect .cards .card:nth-child(odd) .btn-transparent span,
.single-post .image-sect .cards .card:nth-child(odd) .btn-transparent span, .archive .image-sect .cards .card:nth-child(odd) .btn-transparent span, .digital-marketing-projects .image-sect .cards .card:nth-child(odd) .btn-transparent span, .contact-us .image-sect .cards .card:nth-child(odd) .btn-transparent span {
  color: white;
}
.outsourcing .our-services .cards .card:nth-child(even), .headhunting .our-services .cards .card:nth-child(even), .webdev .our-services .cards .card:nth-child(even), .digital-marketing-service .our-services .cards .card:nth-child(even), .about-us .our-services .cards .card:nth-child(even), .our-projects .our-services .cards .card:nth-child(even), .blog-page .our-services .cards .card:nth-child(even), .single-project .our-services .cards .card:nth-child(even),
.single-post .our-services .cards .card:nth-child(even), .archive .our-services .cards .card:nth-child(even), .digital-marketing-projects .our-services .cards .card:nth-child(even), .contact-us .our-services .cards .card:nth-child(even), .webdev .our-services-info .cards .card:nth-child(even), .digital-marketing-service .our-services-info .cards .card:nth-child(even), .about-us .our-services-info .cards .card:nth-child(even), .our-projects .our-services-info .cards .card:nth-child(even), .blog-page .our-services-info .cards .card:nth-child(even), .single-project .our-services-info .cards .card:nth-child(even),
.single-post .our-services-info .cards .card:nth-child(even), .archive .our-services-info .cards .card:nth-child(even), .digital-marketing-projects .our-services-info .cards .card:nth-child(even), .contact-us .our-services-info .cards .card:nth-child(even), .digital-marketing-service .image-sect .cards .card:nth-child(even), .about-us .image-sect .cards .card:nth-child(even), .our-projects .image-sect .cards .card:nth-child(even), .blog-page .image-sect .cards .card:nth-child(even), .single-project .image-sect .cards .card:nth-child(even),
.single-post .image-sect .cards .card:nth-child(even), .archive .image-sect .cards .card:nth-child(even), .digital-marketing-projects .image-sect .cards .card:nth-child(even), .contact-us .image-sect .cards .card:nth-child(even) {
  align-self: flex-end;
  background: white;
  color: #FF0A72;
}
.outsourcing .our-services .cards .card:nth-child(even) .left .title, .headhunting .our-services .cards .card:nth-child(even) .left .title, .webdev .our-services .cards .card:nth-child(even) .left .title, .digital-marketing-service .our-services .cards .card:nth-child(even) .left .title, .about-us .our-services .cards .card:nth-child(even) .left .title, .our-projects .our-services .cards .card:nth-child(even) .left .title, .blog-page .our-services .cards .card:nth-child(even) .left .title, .single-project .our-services .cards .card:nth-child(even) .left .title,
.single-post .our-services .cards .card:nth-child(even) .left .title, .archive .our-services .cards .card:nth-child(even) .left .title, .digital-marketing-projects .our-services .cards .card:nth-child(even) .left .title, .contact-us .our-services .cards .card:nth-child(even) .left .title, .webdev .our-services-info .cards .card:nth-child(even) .left .title, .digital-marketing-service .our-services-info .cards .card:nth-child(even) .left .title, .about-us .our-services-info .cards .card:nth-child(even) .left .title, .our-projects .our-services-info .cards .card:nth-child(even) .left .title, .blog-page .our-services-info .cards .card:nth-child(even) .left .title, .single-project .our-services-info .cards .card:nth-child(even) .left .title,
.single-post .our-services-info .cards .card:nth-child(even) .left .title, .archive .our-services-info .cards .card:nth-child(even) .left .title, .digital-marketing-projects .our-services-info .cards .card:nth-child(even) .left .title, .contact-us .our-services-info .cards .card:nth-child(even) .left .title, .digital-marketing-service .image-sect .cards .card:nth-child(even) .left .title, .about-us .image-sect .cards .card:nth-child(even) .left .title, .our-projects .image-sect .cards .card:nth-child(even) .left .title, .blog-page .image-sect .cards .card:nth-child(even) .left .title, .single-project .image-sect .cards .card:nth-child(even) .left .title,
.single-post .image-sect .cards .card:nth-child(even) .left .title, .archive .image-sect .cards .card:nth-child(even) .left .title, .digital-marketing-projects .image-sect .cards .card:nth-child(even) .left .title, .contact-us .image-sect .cards .card:nth-child(even) .left .title {
  color: #FF0A72;
}
.outsourcing .our-services .cards .card:nth-child(even) .left .lead, .headhunting .our-services .cards .card:nth-child(even) .left .lead, .webdev .our-services .cards .card:nth-child(even) .left .lead, .digital-marketing-service .our-services .cards .card:nth-child(even) .left .lead, .about-us .our-services .cards .card:nth-child(even) .left .lead, .our-projects .our-services .cards .card:nth-child(even) .left .lead, .blog-page .our-services .cards .card:nth-child(even) .left .lead, .single-project .our-services .cards .card:nth-child(even) .left .lead,
.single-post .our-services .cards .card:nth-child(even) .left .lead, .archive .our-services .cards .card:nth-child(even) .left .lead, .digital-marketing-projects .our-services .cards .card:nth-child(even) .left .lead, .contact-us .our-services .cards .card:nth-child(even) .left .lead, .webdev .our-services-info .cards .card:nth-child(even) .left .lead, .digital-marketing-service .our-services-info .cards .card:nth-child(even) .left .lead, .about-us .our-services-info .cards .card:nth-child(even) .left .lead, .our-projects .our-services-info .cards .card:nth-child(even) .left .lead, .blog-page .our-services-info .cards .card:nth-child(even) .left .lead, .single-project .our-services-info .cards .card:nth-child(even) .left .lead,
.single-post .our-services-info .cards .card:nth-child(even) .left .lead, .archive .our-services-info .cards .card:nth-child(even) .left .lead, .digital-marketing-projects .our-services-info .cards .card:nth-child(even) .left .lead, .contact-us .our-services-info .cards .card:nth-child(even) .left .lead, .digital-marketing-service .image-sect .cards .card:nth-child(even) .left .lead, .about-us .image-sect .cards .card:nth-child(even) .left .lead, .our-projects .image-sect .cards .card:nth-child(even) .left .lead, .blog-page .image-sect .cards .card:nth-child(even) .left .lead, .single-project .image-sect .cards .card:nth-child(even) .left .lead,
.single-post .image-sect .cards .card:nth-child(even) .left .lead, .archive .image-sect .cards .card:nth-child(even) .left .lead, .digital-marketing-projects .image-sect .cards .card:nth-child(even) .left .lead, .contact-us .image-sect .cards .card:nth-child(even) .left .lead {
  color: #FF0A72;
}
.outsourcing .our-services .cards .card:nth-child(even) .left .btn-transparent, .headhunting .our-services .cards .card:nth-child(even) .left .btn-transparent, .webdev .our-services .cards .card:nth-child(even) .left .btn-transparent, .digital-marketing-service .our-services .cards .card:nth-child(even) .left .btn-transparent, .about-us .our-services .cards .card:nth-child(even) .left .btn-transparent, .our-projects .our-services .cards .card:nth-child(even) .left .btn-transparent, .blog-page .our-services .cards .card:nth-child(even) .left .btn-transparent, .single-project .our-services .cards .card:nth-child(even) .left .btn-transparent,
.single-post .our-services .cards .card:nth-child(even) .left .btn-transparent, .archive .our-services .cards .card:nth-child(even) .left .btn-transparent, .digital-marketing-projects .our-services .cards .card:nth-child(even) .left .btn-transparent, .contact-us .our-services .cards .card:nth-child(even) .left .btn-transparent, .webdev .our-services-info .cards .card:nth-child(even) .left .btn-transparent, .digital-marketing-service .our-services-info .cards .card:nth-child(even) .left .btn-transparent, .about-us .our-services-info .cards .card:nth-child(even) .left .btn-transparent, .our-projects .our-services-info .cards .card:nth-child(even) .left .btn-transparent, .blog-page .our-services-info .cards .card:nth-child(even) .left .btn-transparent, .single-project .our-services-info .cards .card:nth-child(even) .left .btn-transparent,
.single-post .our-services-info .cards .card:nth-child(even) .left .btn-transparent, .archive .our-services-info .cards .card:nth-child(even) .left .btn-transparent, .digital-marketing-projects .our-services-info .cards .card:nth-child(even) .left .btn-transparent, .contact-us .our-services-info .cards .card:nth-child(even) .left .btn-transparent, .digital-marketing-service .image-sect .cards .card:nth-child(even) .left .btn-transparent, .about-us .image-sect .cards .card:nth-child(even) .left .btn-transparent, .our-projects .image-sect .cards .card:nth-child(even) .left .btn-transparent, .blog-page .image-sect .cards .card:nth-child(even) .left .btn-transparent, .single-project .image-sect .cards .card:nth-child(even) .left .btn-transparent,
.single-post .image-sect .cards .card:nth-child(even) .left .btn-transparent, .archive .image-sect .cards .card:nth-child(even) .left .btn-transparent, .digital-marketing-projects .image-sect .cards .card:nth-child(even) .left .btn-transparent, .contact-us .image-sect .cards .card:nth-child(even) .left .btn-transparent {
  border: none;
  border-bottom: 2px solid #FF0A72;
  text-align: left;
}
.outsourcing .our-services .cards .card:nth-child(even) .btn-transparent:hover, .headhunting .our-services .cards .card:nth-child(even) .btn-transparent:hover, .webdev .our-services .cards .card:nth-child(even) .btn-transparent:hover, .digital-marketing-service .our-services .cards .card:nth-child(even) .btn-transparent:hover, .about-us .our-services .cards .card:nth-child(even) .btn-transparent:hover, .our-projects .our-services .cards .card:nth-child(even) .btn-transparent:hover, .blog-page .our-services .cards .card:nth-child(even) .btn-transparent:hover, .single-project .our-services .cards .card:nth-child(even) .btn-transparent:hover,
.single-post .our-services .cards .card:nth-child(even) .btn-transparent:hover, .archive .our-services .cards .card:nth-child(even) .btn-transparent:hover, .digital-marketing-projects .our-services .cards .card:nth-child(even) .btn-transparent:hover, .contact-us .our-services .cards .card:nth-child(even) .btn-transparent:hover, .webdev .our-services-info .cards .card:nth-child(even) .btn-transparent:hover, .digital-marketing-service .our-services-info .cards .card:nth-child(even) .btn-transparent:hover, .about-us .our-services-info .cards .card:nth-child(even) .btn-transparent:hover, .our-projects .our-services-info .cards .card:nth-child(even) .btn-transparent:hover, .blog-page .our-services-info .cards .card:nth-child(even) .btn-transparent:hover, .single-project .our-services-info .cards .card:nth-child(even) .btn-transparent:hover,
.single-post .our-services-info .cards .card:nth-child(even) .btn-transparent:hover, .archive .our-services-info .cards .card:nth-child(even) .btn-transparent:hover, .digital-marketing-projects .our-services-info .cards .card:nth-child(even) .btn-transparent:hover, .contact-us .our-services-info .cards .card:nth-child(even) .btn-transparent:hover, .digital-marketing-service .image-sect .cards .card:nth-child(even) .btn-transparent:hover, .about-us .image-sect .cards .card:nth-child(even) .btn-transparent:hover, .our-projects .image-sect .cards .card:nth-child(even) .btn-transparent:hover, .blog-page .image-sect .cards .card:nth-child(even) .btn-transparent:hover, .single-project .image-sect .cards .card:nth-child(even) .btn-transparent:hover,
.single-post .image-sect .cards .card:nth-child(even) .btn-transparent:hover, .archive .image-sect .cards .card:nth-child(even) .btn-transparent:hover, .digital-marketing-projects .image-sect .cards .card:nth-child(even) .btn-transparent:hover, .contact-us .image-sect .cards .card:nth-child(even) .btn-transparent:hover {
  background: white;
}
.outsourcing .our-services .cards .card:nth-child(even) .btn-transparent:hover span, .headhunting .our-services .cards .card:nth-child(even) .btn-transparent:hover span, .webdev .our-services .cards .card:nth-child(even) .btn-transparent:hover span, .digital-marketing-service .our-services .cards .card:nth-child(even) .btn-transparent:hover span, .about-us .our-services .cards .card:nth-child(even) .btn-transparent:hover span, .our-projects .our-services .cards .card:nth-child(even) .btn-transparent:hover span, .blog-page .our-services .cards .card:nth-child(even) .btn-transparent:hover span, .single-project .our-services .cards .card:nth-child(even) .btn-transparent:hover span,
.single-post .our-services .cards .card:nth-child(even) .btn-transparent:hover span, .archive .our-services .cards .card:nth-child(even) .btn-transparent:hover span, .digital-marketing-projects .our-services .cards .card:nth-child(even) .btn-transparent:hover span, .contact-us .our-services .cards .card:nth-child(even) .btn-transparent:hover span, .webdev .our-services-info .cards .card:nth-child(even) .btn-transparent:hover span, .digital-marketing-service .our-services-info .cards .card:nth-child(even) .btn-transparent:hover span, .about-us .our-services-info .cards .card:nth-child(even) .btn-transparent:hover span, .our-projects .our-services-info .cards .card:nth-child(even) .btn-transparent:hover span, .blog-page .our-services-info .cards .card:nth-child(even) .btn-transparent:hover span, .single-project .our-services-info .cards .card:nth-child(even) .btn-transparent:hover span,
.single-post .our-services-info .cards .card:nth-child(even) .btn-transparent:hover span, .archive .our-services-info .cards .card:nth-child(even) .btn-transparent:hover span, .digital-marketing-projects .our-services-info .cards .card:nth-child(even) .btn-transparent:hover span, .contact-us .our-services-info .cards .card:nth-child(even) .btn-transparent:hover span, .digital-marketing-service .image-sect .cards .card:nth-child(even) .btn-transparent:hover span, .about-us .image-sect .cards .card:nth-child(even) .btn-transparent:hover span, .our-projects .image-sect .cards .card:nth-child(even) .btn-transparent:hover span, .blog-page .image-sect .cards .card:nth-child(even) .btn-transparent:hover span, .single-project .image-sect .cards .card:nth-child(even) .btn-transparent:hover span,
.single-post .image-sect .cards .card:nth-child(even) .btn-transparent:hover span, .archive .image-sect .cards .card:nth-child(even) .btn-transparent:hover span, .digital-marketing-projects .image-sect .cards .card:nth-child(even) .btn-transparent:hover span, .contact-us .image-sect .cards .card:nth-child(even) .btn-transparent:hover span {
  color: #FF0A72;
}
.outsourcing .our-services .cards .card:nth-child(even) .btn-transparent:hover .icon path, .headhunting .our-services .cards .card:nth-child(even) .btn-transparent:hover .icon path, .webdev .our-services .cards .card:nth-child(even) .btn-transparent:hover .icon path, .digital-marketing-service .our-services .cards .card:nth-child(even) .btn-transparent:hover .icon path, .about-us .our-services .cards .card:nth-child(even) .btn-transparent:hover .icon path, .our-projects .our-services .cards .card:nth-child(even) .btn-transparent:hover .icon path, .blog-page .our-services .cards .card:nth-child(even) .btn-transparent:hover .icon path, .single-project .our-services .cards .card:nth-child(even) .btn-transparent:hover .icon path,
.single-post .our-services .cards .card:nth-child(even) .btn-transparent:hover .icon path, .archive .our-services .cards .card:nth-child(even) .btn-transparent:hover .icon path, .digital-marketing-projects .our-services .cards .card:nth-child(even) .btn-transparent:hover .icon path, .contact-us .our-services .cards .card:nth-child(even) .btn-transparent:hover .icon path, .webdev .our-services-info .cards .card:nth-child(even) .btn-transparent:hover .icon path, .digital-marketing-service .our-services-info .cards .card:nth-child(even) .btn-transparent:hover .icon path, .about-us .our-services-info .cards .card:nth-child(even) .btn-transparent:hover .icon path, .our-projects .our-services-info .cards .card:nth-child(even) .btn-transparent:hover .icon path, .blog-page .our-services-info .cards .card:nth-child(even) .btn-transparent:hover .icon path, .single-project .our-services-info .cards .card:nth-child(even) .btn-transparent:hover .icon path,
.single-post .our-services-info .cards .card:nth-child(even) .btn-transparent:hover .icon path, .archive .our-services-info .cards .card:nth-child(even) .btn-transparent:hover .icon path, .digital-marketing-projects .our-services-info .cards .card:nth-child(even) .btn-transparent:hover .icon path, .contact-us .our-services-info .cards .card:nth-child(even) .btn-transparent:hover .icon path, .digital-marketing-service .image-sect .cards .card:nth-child(even) .btn-transparent:hover .icon path, .about-us .image-sect .cards .card:nth-child(even) .btn-transparent:hover .icon path, .our-projects .image-sect .cards .card:nth-child(even) .btn-transparent:hover .icon path, .blog-page .image-sect .cards .card:nth-child(even) .btn-transparent:hover .icon path, .single-project .image-sect .cards .card:nth-child(even) .btn-transparent:hover .icon path,
.single-post .image-sect .cards .card:nth-child(even) .btn-transparent:hover .icon path, .archive .image-sect .cards .card:nth-child(even) .btn-transparent:hover .icon path, .digital-marketing-projects .image-sect .cards .card:nth-child(even) .btn-transparent:hover .icon path, .contact-us .image-sect .cards .card:nth-child(even) .btn-transparent:hover .icon path {
  fill: #FF0A72;
}
.outsourcing .our-services .cards .card:nth-child(even) .btn-transparent .icon path, .headhunting .our-services .cards .card:nth-child(even) .btn-transparent .icon path, .webdev .our-services .cards .card:nth-child(even) .btn-transparent .icon path, .digital-marketing-service .our-services .cards .card:nth-child(even) .btn-transparent .icon path, .about-us .our-services .cards .card:nth-child(even) .btn-transparent .icon path, .our-projects .our-services .cards .card:nth-child(even) .btn-transparent .icon path, .blog-page .our-services .cards .card:nth-child(even) .btn-transparent .icon path, .single-project .our-services .cards .card:nth-child(even) .btn-transparent .icon path,
.single-post .our-services .cards .card:nth-child(even) .btn-transparent .icon path, .archive .our-services .cards .card:nth-child(even) .btn-transparent .icon path, .digital-marketing-projects .our-services .cards .card:nth-child(even) .btn-transparent .icon path, .contact-us .our-services .cards .card:nth-child(even) .btn-transparent .icon path, .webdev .our-services-info .cards .card:nth-child(even) .btn-transparent .icon path, .digital-marketing-service .our-services-info .cards .card:nth-child(even) .btn-transparent .icon path, .about-us .our-services-info .cards .card:nth-child(even) .btn-transparent .icon path, .our-projects .our-services-info .cards .card:nth-child(even) .btn-transparent .icon path, .blog-page .our-services-info .cards .card:nth-child(even) .btn-transparent .icon path, .single-project .our-services-info .cards .card:nth-child(even) .btn-transparent .icon path,
.single-post .our-services-info .cards .card:nth-child(even) .btn-transparent .icon path, .archive .our-services-info .cards .card:nth-child(even) .btn-transparent .icon path, .digital-marketing-projects .our-services-info .cards .card:nth-child(even) .btn-transparent .icon path, .contact-us .our-services-info .cards .card:nth-child(even) .btn-transparent .icon path, .digital-marketing-service .image-sect .cards .card:nth-child(even) .btn-transparent .icon path, .about-us .image-sect .cards .card:nth-child(even) .btn-transparent .icon path, .our-projects .image-sect .cards .card:nth-child(even) .btn-transparent .icon path, .blog-page .image-sect .cards .card:nth-child(even) .btn-transparent .icon path, .single-project .image-sect .cards .card:nth-child(even) .btn-transparent .icon path,
.single-post .image-sect .cards .card:nth-child(even) .btn-transparent .icon path, .archive .image-sect .cards .card:nth-child(even) .btn-transparent .icon path, .digital-marketing-projects .image-sect .cards .card:nth-child(even) .btn-transparent .icon path, .contact-us .image-sect .cards .card:nth-child(even) .btn-transparent .icon path {
  fill: #FF0A72;
}
.outsourcing .our-services .cards .card .left, .headhunting .our-services .cards .card .left, .webdev .our-services .cards .card .left, .digital-marketing-service .our-services .cards .card .left, .about-us .our-services .cards .card .left, .our-projects .our-services .cards .card .left, .blog-page .our-services .cards .card .left, .single-project .our-services .cards .card .left,
.single-post .our-services .cards .card .left, .archive .our-services .cards .card .left, .digital-marketing-projects .our-services .cards .card .left, .contact-us .our-services .cards .card .left, .webdev .our-services-info .cards .card .left, .digital-marketing-service .our-services-info .cards .card .left, .about-us .our-services-info .cards .card .left, .our-projects .our-services-info .cards .card .left, .blog-page .our-services-info .cards .card .left, .single-project .our-services-info .cards .card .left,
.single-post .our-services-info .cards .card .left, .archive .our-services-info .cards .card .left, .digital-marketing-projects .our-services-info .cards .card .left, .contact-us .our-services-info .cards .card .left, .digital-marketing-service .image-sect .cards .card .left, .about-us .image-sect .cards .card .left, .our-projects .image-sect .cards .card .left, .blog-page .image-sect .cards .card .left, .single-project .image-sect .cards .card .left,
.single-post .image-sect .cards .card .left, .archive .image-sect .cards .card .left, .digital-marketing-projects .image-sect .cards .card .left, .contact-us .image-sect .cards .card .left {
  min-height: 362px;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.outsourcing .our-services .cards .card .left .title, .headhunting .our-services .cards .card .left .title, .webdev .our-services .cards .card .left .title, .digital-marketing-service .our-services .cards .card .left .title, .about-us .our-services .cards .card .left .title, .our-projects .our-services .cards .card .left .title, .blog-page .our-services .cards .card .left .title, .single-project .our-services .cards .card .left .title,
.single-post .our-services .cards .card .left .title, .archive .our-services .cards .card .left .title, .digital-marketing-projects .our-services .cards .card .left .title, .contact-us .our-services .cards .card .left .title, .webdev .our-services-info .cards .card .left .title, .digital-marketing-service .our-services-info .cards .card .left .title, .about-us .our-services-info .cards .card .left .title, .our-projects .our-services-info .cards .card .left .title, .blog-page .our-services-info .cards .card .left .title, .single-project .our-services-info .cards .card .left .title,
.single-post .our-services-info .cards .card .left .title, .archive .our-services-info .cards .card .left .title, .digital-marketing-projects .our-services-info .cards .card .left .title, .contact-us .our-services-info .cards .card .left .title, .digital-marketing-service .image-sect .cards .card .left .title, .about-us .image-sect .cards .card .left .title, .our-projects .image-sect .cards .card .left .title, .blog-page .image-sect .cards .card .left .title, .single-project .image-sect .cards .card .left .title,
.single-post .image-sect .cards .card .left .title, .archive .image-sect .cards .card .left .title, .digital-marketing-projects .image-sect .cards .card .left .title, .contact-us .image-sect .cards .card .left .title {
  margin: 0 0 45px 0;
  text-align: left;
  width: fit-content;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: white;
}
.outsourcing .our-services .cards .card .left .lead, .headhunting .our-services .cards .card .left .lead, .webdev .our-services .cards .card .left .lead, .digital-marketing-service .our-services .cards .card .left .lead, .about-us .our-services .cards .card .left .lead, .our-projects .our-services .cards .card .left .lead, .blog-page .our-services .cards .card .left .lead, .single-project .our-services .cards .card .left .lead,
.single-post .our-services .cards .card .left .lead, .archive .our-services .cards .card .left .lead, .digital-marketing-projects .our-services .cards .card .left .lead, .contact-us .our-services .cards .card .left .lead, .webdev .our-services-info .cards .card .left .lead, .digital-marketing-service .our-services-info .cards .card .left .lead, .about-us .our-services-info .cards .card .left .lead, .our-projects .our-services-info .cards .card .left .lead, .blog-page .our-services-info .cards .card .left .lead, .single-project .our-services-info .cards .card .left .lead,
.single-post .our-services-info .cards .card .left .lead, .archive .our-services-info .cards .card .left .lead, .digital-marketing-projects .our-services-info .cards .card .left .lead, .contact-us .our-services-info .cards .card .left .lead, .digital-marketing-service .image-sect .cards .card .left .lead, .about-us .image-sect .cards .card .left .lead, .our-projects .image-sect .cards .card .left .lead, .blog-page .image-sect .cards .card .left .lead, .single-project .image-sect .cards .card .left .lead,
.single-post .image-sect .cards .card .left .lead, .archive .image-sect .cards .card .left .lead, .digital-marketing-projects .image-sect .cards .card .left .lead, .contact-us .image-sect .cards .card .left .lead {
  flex-grow: 2;
  font-weight: 600;
  width: 22ch;
  font-size: 32px;
  line-height: 44px;
  color: #F5F7FA;
}
.outsourcing .our-services .cards .card .left .btn-transparent, .headhunting .our-services .cards .card .left .btn-transparent, .webdev .our-services .cards .card .left .btn-transparent, .digital-marketing-service .our-services .cards .card .left .btn-transparent, .about-us .our-services .cards .card .left .btn-transparent, .our-projects .our-services .cards .card .left .btn-transparent, .blog-page .our-services .cards .card .left .btn-transparent, .single-project .our-services .cards .card .left .btn-transparent,
.single-post .our-services .cards .card .left .btn-transparent, .archive .our-services .cards .card .left .btn-transparent, .digital-marketing-projects .our-services .cards .card .left .btn-transparent, .contact-us .our-services .cards .card .left .btn-transparent, .webdev .our-services-info .cards .card .left .btn-transparent, .digital-marketing-service .our-services-info .cards .card .left .btn-transparent, .about-us .our-services-info .cards .card .left .btn-transparent, .our-projects .our-services-info .cards .card .left .btn-transparent, .blog-page .our-services-info .cards .card .left .btn-transparent, .single-project .our-services-info .cards .card .left .btn-transparent,
.single-post .our-services-info .cards .card .left .btn-transparent, .archive .our-services-info .cards .card .left .btn-transparent, .digital-marketing-projects .our-services-info .cards .card .left .btn-transparent, .contact-us .our-services-info .cards .card .left .btn-transparent, .digital-marketing-service .image-sect .cards .card .left .btn-transparent, .about-us .image-sect .cards .card .left .btn-transparent, .our-projects .image-sect .cards .card .left .btn-transparent, .blog-page .image-sect .cards .card .left .btn-transparent, .single-project .image-sect .cards .card .left .btn-transparent,
.single-post .image-sect .cards .card .left .btn-transparent, .archive .image-sect .cards .card .left .btn-transparent, .digital-marketing-projects .image-sect .cards .card .left .btn-transparent, .contact-us .image-sect .cards .card .left .btn-transparent {
  margin: 0;
}
.outsourcing .our-services .cards .card .bg-icon, .headhunting .our-services .cards .card .bg-icon, .webdev .our-services .cards .card .bg-icon, .digital-marketing-service .our-services .cards .card .bg-icon, .about-us .our-services .cards .card .bg-icon, .our-projects .our-services .cards .card .bg-icon, .blog-page .our-services .cards .card .bg-icon, .single-project .our-services .cards .card .bg-icon,
.single-post .our-services .cards .card .bg-icon, .archive .our-services .cards .card .bg-icon, .digital-marketing-projects .our-services .cards .card .bg-icon, .contact-us .our-services .cards .card .bg-icon, .webdev .our-services-info .cards .card .bg-icon, .digital-marketing-service .our-services-info .cards .card .bg-icon, .about-us .our-services-info .cards .card .bg-icon, .our-projects .our-services-info .cards .card .bg-icon, .blog-page .our-services-info .cards .card .bg-icon, .single-project .our-services-info .cards .card .bg-icon,
.single-post .our-services-info .cards .card .bg-icon, .archive .our-services-info .cards .card .bg-icon, .digital-marketing-projects .our-services-info .cards .card .bg-icon, .contact-us .our-services-info .cards .card .bg-icon, .digital-marketing-service .image-sect .cards .card .bg-icon, .about-us .image-sect .cards .card .bg-icon, .our-projects .image-sect .cards .card .bg-icon, .blog-page .image-sect .cards .card .bg-icon, .single-project .image-sect .cards .card .bg-icon,
.single-post .image-sect .cards .card .bg-icon, .archive .image-sect .cards .card .bg-icon, .digital-marketing-projects .image-sect .cards .card .bg-icon, .contact-us .image-sect .cards .card .bg-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.outsourcing .about-gd, .headhunting .about-gd, .webdev .about-gd, .digital-marketing-service .about-gd, .about-us .about-gd, .our-projects .about-gd, .blog-page .about-gd, .single-project .about-gd,
.single-post .about-gd, .archive .about-gd, .digital-marketing-projects .about-gd, .contact-us .about-gd {
  background: unset !important;
}
.outsourcing .about-gd .frame .image::before, .headhunting .about-gd .frame .image::before, .webdev .about-gd .frame .image::before, .digital-marketing-service .about-gd .frame .image::before, .about-us .about-gd .frame .image::before, .our-projects .about-gd .frame .image::before, .blog-page .about-gd .frame .image::before, .single-project .about-gd .frame .image::before,
.single-post .about-gd .frame .image::before, .archive .about-gd .frame .image::before, .digital-marketing-projects .about-gd .frame .image::before, .contact-us .about-gd .frame .image::before {
  all: unset !important;
}
.outsourcing .about-gd .content .frame, .headhunting .about-gd .content .frame, .webdev .about-gd .content .frame, .digital-marketing-service .about-gd .content .frame, .about-us .about-gd .content .frame, .our-projects .about-gd .content .frame, .blog-page .about-gd .content .frame, .single-project .about-gd .content .frame,
.single-post .about-gd .content .frame, .archive .about-gd .content .frame, .digital-marketing-projects .about-gd .content .frame, .contact-us .about-gd .content .frame {
  flex-basis: 46%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.outsourcing .about-gd .content .features .title-holder .title, .headhunting .about-gd .content .features .title-holder .title, .webdev .about-gd .content .features .title-holder .title, .digital-marketing-service .about-gd .content .features .title-holder .title, .about-us .about-gd .content .features .title-holder .title, .our-projects .about-gd .content .features .title-holder .title, .blog-page .about-gd .content .features .title-holder .title, .single-project .about-gd .content .features .title-holder .title,
.single-post .about-gd .content .features .title-holder .title, .archive .about-gd .content .features .title-holder .title, .digital-marketing-projects .about-gd .content .features .title-holder .title, .contact-us .about-gd .content .features .title-holder .title {
  margin-bottom: 100px;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: capitalize;
  color: white;
}
.outsourcing .about-gd .content .features .title-holder .title::before, .headhunting .about-gd .content .features .title-holder .title::before, .webdev .about-gd .content .features .title-holder .title::before, .digital-marketing-service .about-gd .content .features .title-holder .title::before, .about-us .about-gd .content .features .title-holder .title::before, .our-projects .about-gd .content .features .title-holder .title::before, .blog-page .about-gd .content .features .title-holder .title::before, .single-project .about-gd .content .features .title-holder .title::before,
.single-post .about-gd .content .features .title-holder .title::before, .archive .about-gd .content .features .title-holder .title::before, .digital-marketing-projects .about-gd .content .features .title-holder .title::before, .contact-us .about-gd .content .features .title-holder .title::before {
  left: 35%;
  top: 100%;
  transform: translateY(-38%);
}
.outsourcing .about-gd .content .features .title, .headhunting .about-gd .content .features .title, .webdev .about-gd .content .features .title, .digital-marketing-service .about-gd .content .features .title, .about-us .about-gd .content .features .title, .our-projects .about-gd .content .features .title, .blog-page .about-gd .content .features .title, .single-project .about-gd .content .features .title,
.single-post .about-gd .content .features .title, .archive .about-gd .content .features .title, .digital-marketing-projects .about-gd .content .features .title, .contact-us .about-gd .content .features .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 24px;
}
.outsourcing .about-gd .content .features .title span, .headhunting .about-gd .content .features .title span, .webdev .about-gd .content .features .title span, .digital-marketing-service .about-gd .content .features .title span, .about-us .about-gd .content .features .title span, .our-projects .about-gd .content .features .title span, .blog-page .about-gd .content .features .title span, .single-project .about-gd .content .features .title span,
.single-post .about-gd .content .features .title span, .archive .about-gd .content .features .title span, .digital-marketing-projects .about-gd .content .features .title span, .contact-us .about-gd .content .features .title span {
  color: #e60062;
}
.outsourcing .ready-to-start, .headhunting .ready-to-start, .webdev .ready-to-start, .digital-marketing-service .ready-to-start, .about-us .ready-to-start, .our-projects .ready-to-start, .blog-page .ready-to-start, .single-project .ready-to-start,
.single-post .ready-to-start, .archive .ready-to-start, .digital-marketing-projects .ready-to-start, .contact-us .ready-to-start {
  position: relative;
}
.outsourcing .ready-to-start .sub-title, .headhunting .ready-to-start .sub-title, .webdev .ready-to-start .sub-title, .digital-marketing-service .ready-to-start .sub-title, .about-us .ready-to-start .sub-title, .our-projects .ready-to-start .sub-title, .blog-page .ready-to-start .sub-title, .single-project .ready-to-start .sub-title,
.single-post .ready-to-start .sub-title, .archive .ready-to-start .sub-title, .digital-marketing-projects .ready-to-start .sub-title, .contact-us .ready-to-start .sub-title {
  font-weight: 600 !important;
}
.outsourcing .ready-to-start .sub-title span, .headhunting .ready-to-start .sub-title span, .webdev .ready-to-start .sub-title span, .digital-marketing-service .ready-to-start .sub-title span, .about-us .ready-to-start .sub-title span, .our-projects .ready-to-start .sub-title span, .blog-page .ready-to-start .sub-title span, .single-project .ready-to-start .sub-title span,
.single-post .ready-to-start .sub-title span, .archive .ready-to-start .sub-title span, .digital-marketing-projects .ready-to-start .sub-title span, .contact-us .ready-to-start .sub-title span {
  font-weight: 700;
}
.outsourcing .ready-to-start .bg-icon, .headhunting .ready-to-start .bg-icon, .webdev .ready-to-start .bg-icon, .digital-marketing-service .ready-to-start .bg-icon, .about-us .ready-to-start .bg-icon, .our-projects .ready-to-start .bg-icon, .blog-page .ready-to-start .bg-icon, .single-project .ready-to-start .bg-icon,
.single-post .ready-to-start .bg-icon, .archive .ready-to-start .bg-icon, .digital-marketing-projects .ready-to-start .bg-icon, .contact-us .ready-to-start .bg-icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
.outsourcing .ready-to-start .holder, .headhunting .ready-to-start .holder, .webdev .ready-to-start .holder, .digital-marketing-service .ready-to-start .holder, .about-us .ready-to-start .holder, .our-projects .ready-to-start .holder, .blog-page .ready-to-start .holder, .single-project .ready-to-start .holder,
.single-post .ready-to-start .holder, .archive .ready-to-start .holder, .digital-marketing-projects .ready-to-start .holder, .contact-us .ready-to-start .holder {
  gap: 100px;
}
.outsourcing .ready-to-start .btn-transparent, .headhunting .ready-to-start .btn-transparent, .webdev .ready-to-start .btn-transparent, .digital-marketing-service .ready-to-start .btn-transparent, .about-us .ready-to-start .btn-transparent, .our-projects .ready-to-start .btn-transparent, .blog-page .ready-to-start .btn-transparent, .single-project .ready-to-start .btn-transparent,
.single-post .ready-to-start .btn-transparent, .archive .ready-to-start .btn-transparent, .digital-marketing-projects .ready-to-start .btn-transparent, .contact-us .ready-to-start .btn-transparent {
  margin: unset;
  margin-left: 42px;
  border-color: white;
}
.outsourcing .ready-to-start .btn-transparent:hover, .headhunting .ready-to-start .btn-transparent:hover, .webdev .ready-to-start .btn-transparent:hover, .digital-marketing-service .ready-to-start .btn-transparent:hover, .about-us .ready-to-start .btn-transparent:hover, .our-projects .ready-to-start .btn-transparent:hover, .blog-page .ready-to-start .btn-transparent:hover, .single-project .ready-to-start .btn-transparent:hover,
.single-post .ready-to-start .btn-transparent:hover, .archive .ready-to-start .btn-transparent:hover, .digital-marketing-projects .ready-to-start .btn-transparent:hover, .contact-us .ready-to-start .btn-transparent:hover {
  background: white;
  color: #e60062;
}
.outsourcing .ready-to-start .btn-transparent:hover span, .headhunting .ready-to-start .btn-transparent:hover span, .webdev .ready-to-start .btn-transparent:hover span, .digital-marketing-service .ready-to-start .btn-transparent:hover span, .about-us .ready-to-start .btn-transparent:hover span, .our-projects .ready-to-start .btn-transparent:hover span, .blog-page .ready-to-start .btn-transparent:hover span, .single-project .ready-to-start .btn-transparent:hover span,
.single-post .ready-to-start .btn-transparent:hover span, .archive .ready-to-start .btn-transparent:hover span, .digital-marketing-projects .ready-to-start .btn-transparent:hover span, .contact-us .ready-to-start .btn-transparent:hover span {
  color: #e60062;
}
.outsourcing .ready-to-start .btn-transparent:hover svg path, .headhunting .ready-to-start .btn-transparent:hover svg path, .webdev .ready-to-start .btn-transparent:hover svg path, .digital-marketing-service .ready-to-start .btn-transparent:hover svg path, .about-us .ready-to-start .btn-transparent:hover svg path, .our-projects .ready-to-start .btn-transparent:hover svg path, .blog-page .ready-to-start .btn-transparent:hover svg path, .single-project .ready-to-start .btn-transparent:hover svg path,
.single-post .ready-to-start .btn-transparent:hover svg path, .archive .ready-to-start .btn-transparent:hover svg path, .digital-marketing-projects .ready-to-start .btn-transparent:hover svg path, .contact-us .ready-to-start .btn-transparent:hover svg path {
  fill: #e60062;
}
.outsourcing .ready-to-start .btn-transparent span, .headhunting .ready-to-start .btn-transparent span, .webdev .ready-to-start .btn-transparent span, .digital-marketing-service .ready-to-start .btn-transparent span, .about-us .ready-to-start .btn-transparent span, .our-projects .ready-to-start .btn-transparent span, .blog-page .ready-to-start .btn-transparent span, .single-project .ready-to-start .btn-transparent span,
.single-post .ready-to-start .btn-transparent span, .archive .ready-to-start .btn-transparent span, .digital-marketing-projects .ready-to-start .btn-transparent span, .contact-us .ready-to-start .btn-transparent span {
  color: white;
}
.outsourcing .testimonial-section, .headhunting .testimonial-section, .webdev .testimonial-section, .digital-marketing-service .testimonial-section, .about-us .testimonial-section, .our-projects .testimonial-section, .blog-page .testimonial-section, .single-project .testimonial-section,
.single-post .testimonial-section, .archive .testimonial-section, .digital-marketing-projects .testimonial-section, .contact-us .testimonial-section {
  margin-top: 170px;
  margin-bottom: 150px;
}
.outsourcing .testimonial-section .ellipse-1, .headhunting .testimonial-section .ellipse-1, .webdev .testimonial-section .ellipse-1, .digital-marketing-service .testimonial-section .ellipse-1, .about-us .testimonial-section .ellipse-1, .our-projects .testimonial-section .ellipse-1, .blog-page .testimonial-section .ellipse-1, .single-project .testimonial-section .ellipse-1,
.single-post .testimonial-section .ellipse-1, .archive .testimonial-section .ellipse-1, .digital-marketing-projects .testimonial-section .ellipse-1, .contact-us .testimonial-section .ellipse-1 {
  top: -110px;
}
.outsourcing .testimonial-section .ellipse-2, .headhunting .testimonial-section .ellipse-2, .webdev .testimonial-section .ellipse-2, .digital-marketing-service .testimonial-section .ellipse-2, .about-us .testimonial-section .ellipse-2, .our-projects .testimonial-section .ellipse-2, .blog-page .testimonial-section .ellipse-2, .single-project .testimonial-section .ellipse-2,
.single-post .testimonial-section .ellipse-2, .archive .testimonial-section .ellipse-2, .digital-marketing-projects .testimonial-section .ellipse-2, .contact-us .testimonial-section .ellipse-2 {
  top: 50px;
  left: calc(100% - 150px);
}
.outsourcing .testimonial-section .special-title, .headhunting .testimonial-section .special-title, .webdev .testimonial-section .special-title, .digital-marketing-service .testimonial-section .special-title, .about-us .testimonial-section .special-title, .our-projects .testimonial-section .special-title, .blog-page .testimonial-section .special-title, .single-project .testimonial-section .special-title,
.single-post .testimonial-section .special-title, .archive .testimonial-section .special-title, .digital-marketing-projects .testimonial-section .special-title, .contact-us .testimonial-section .special-title {
  top: -130px;
}
.outsourcing .testimonial-section .testimonials .right .img::before, .headhunting .testimonial-section .testimonials .right .img::before, .webdev .testimonial-section .testimonials .right .img::before, .digital-marketing-service .testimonial-section .testimonials .right .img::before, .about-us .testimonial-section .testimonials .right .img::before, .our-projects .testimonial-section .testimonials .right .img::before, .blog-page .testimonial-section .testimonials .right .img::before, .single-project .testimonial-section .testimonials .right .img::before,
.single-post .testimonial-section .testimonials .right .img::before, .archive .testimonial-section .testimonials .right .img::before, .digital-marketing-projects .testimonial-section .testimonials .right .img::before, .contact-us .testimonial-section .testimonials .right .img::before {
  all: unset;
}
.outsourcing .testimonial-section .bg-icon, .headhunting .testimonial-section .bg-icon, .webdev .testimonial-section .bg-icon, .digital-marketing-service .testimonial-section .bg-icon, .about-us .testimonial-section .bg-icon, .our-projects .testimonial-section .bg-icon, .blog-page .testimonial-section .bg-icon, .single-project .testimonial-section .bg-icon,
.single-post .testimonial-section .bg-icon, .archive .testimonial-section .bg-icon, .digital-marketing-projects .testimonial-section .bg-icon, .contact-us .testimonial-section .bg-icon {
  display: block;
  width: 402px;
  position: absolute;
  right: -5%;
  top: 200px;
  transform-origin: center center;
  animation: 3s bg-rect-rotation cubic-bezier(1, 0.02, 0, 0.98) infinite alternate;
}
.outsourcing .why-us, .headhunting .why-us, .webdev .why-us, .digital-marketing-service .why-us, .about-us .why-us, .our-projects .why-us, .blog-page .why-us, .single-project .why-us,
.single-post .why-us, .archive .why-us, .digital-marketing-projects .why-us, .contact-us .why-us, .headhunting .why-company, .webdev .why-company, .digital-marketing-service .why-company, .about-us .why-company, .our-projects .why-company, .blog-page .why-company, .single-project .why-company,
.single-post .why-company, .archive .why-company, .digital-marketing-projects .why-company, .contact-us .why-company, .headhunting .why-job, .webdev .why-job, .digital-marketing-service .why-job, .about-us .why-job, .our-projects .why-job, .blog-page .why-job, .single-project .why-job,
.single-post .why-job, .archive .why-job, .digital-marketing-projects .why-job, .contact-us .why-job {
  padding-top: 80px;
  margin-top: 0;
  position: relative;
  background: white;
  color: #FF0A72;
}
.outsourcing .why-us .title, .headhunting .why-us .title, .webdev .why-us .title, .digital-marketing-service .why-us .title, .about-us .why-us .title, .our-projects .why-us .title, .blog-page .why-us .title, .single-project .why-us .title,
.single-post .why-us .title, .archive .why-us .title, .digital-marketing-projects .why-us .title, .contact-us .why-us .title, .headhunting .why-company .title, .webdev .why-company .title, .digital-marketing-service .why-company .title, .about-us .why-company .title, .our-projects .why-company .title, .blog-page .why-company .title, .single-project .why-company .title,
.single-post .why-company .title, .archive .why-company .title, .digital-marketing-projects .why-company .title, .contact-us .why-company .title, .headhunting .why-job .title, .webdev .why-job .title, .digital-marketing-service .why-job .title, .about-us .why-job .title, .our-projects .why-job .title, .blog-page .why-job .title, .single-project .why-job .title,
.single-post .why-job .title, .archive .why-job .title, .digital-marketing-projects .why-job .title, .contact-us .why-job .title {
  color: #FF0A72;
}
.outsourcing .why-us .frame .image, .headhunting .why-us .frame .image, .webdev .why-us .frame .image, .digital-marketing-service .why-us .frame .image, .about-us .why-us .frame .image, .our-projects .why-us .frame .image, .blog-page .why-us .frame .image, .single-project .why-us .frame .image,
.single-post .why-us .frame .image, .archive .why-us .frame .image, .digital-marketing-projects .why-us .frame .image, .contact-us .why-us .frame .image, .headhunting .why-company .frame .image, .webdev .why-company .frame .image, .digital-marketing-service .why-company .frame .image, .about-us .why-company .frame .image, .our-projects .why-company .frame .image, .blog-page .why-company .frame .image, .single-project .why-company .frame .image,
.single-post .why-company .frame .image, .archive .why-company .frame .image, .digital-marketing-projects .why-company .frame .image, .contact-us .why-company .frame .image, .headhunting .why-job .frame .image, .webdev .why-job .frame .image, .digital-marketing-service .why-job .frame .image, .about-us .why-job .frame .image, .our-projects .why-job .frame .image, .blog-page .why-job .frame .image, .single-project .why-job .frame .image,
.single-post .why-job .frame .image, .archive .why-job .frame .image, .digital-marketing-projects .why-job .frame .image, .contact-us .why-job .frame .image {
  position: relative;
}
.outsourcing .why-us .frame .image::before, .headhunting .why-us .frame .image::before, .webdev .why-us .frame .image::before, .digital-marketing-service .why-us .frame .image::before, .about-us .why-us .frame .image::before, .our-projects .why-us .frame .image::before, .blog-page .why-us .frame .image::before, .single-project .why-us .frame .image::before,
.single-post .why-us .frame .image::before, .archive .why-us .frame .image::before, .digital-marketing-projects .why-us .frame .image::before, .contact-us .why-us .frame .image::before, .headhunting .why-company .frame .image::before, .webdev .why-company .frame .image::before, .digital-marketing-service .why-company .frame .image::before, .about-us .why-company .frame .image::before, .our-projects .why-company .frame .image::before, .blog-page .why-company .frame .image::before, .single-project .why-company .frame .image::before,
.single-post .why-company .frame .image::before, .archive .why-company .frame .image::before, .digital-marketing-projects .why-company .frame .image::before, .contact-us .why-company .frame .image::before, .headhunting .why-job .frame .image::before, .webdev .why-job .frame .image::before, .digital-marketing-service .why-job .frame .image::before, .about-us .why-job .frame .image::before, .our-projects .why-job .frame .image::before, .blog-page .why-job .frame .image::before, .single-project .why-job .frame .image::before,
.single-post .why-job .frame .image::before, .archive .why-job .frame .image::before, .digital-marketing-projects .why-job .frame .image::before, .contact-us .why-job .frame .image::before {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #e60062;
  opacity: 0.11;
}
.outsourcing .why-us .frame .info, .headhunting .why-us .frame .info, .webdev .why-us .frame .info, .digital-marketing-service .why-us .frame .info, .about-us .why-us .frame .info, .our-projects .why-us .frame .info, .blog-page .why-us .frame .info, .single-project .why-us .frame .info,
.single-post .why-us .frame .info, .archive .why-us .frame .info, .digital-marketing-projects .why-us .frame .info, .contact-us .why-us .frame .info, .headhunting .why-company .frame .info, .webdev .why-company .frame .info, .digital-marketing-service .why-company .frame .info, .about-us .why-company .frame .info, .our-projects .why-company .frame .info, .blog-page .why-company .frame .info, .single-project .why-company .frame .info,
.single-post .why-company .frame .info, .archive .why-company .frame .info, .digital-marketing-projects .why-company .frame .info, .contact-us .why-company .frame .info, .headhunting .why-job .frame .info, .webdev .why-job .frame .info, .digital-marketing-service .why-job .frame .info, .about-us .why-job .frame .info, .our-projects .why-job .frame .info, .blog-page .why-job .frame .info, .single-project .why-job .frame .info,
.single-post .why-job .frame .info, .archive .why-job .frame .info, .digital-marketing-projects .why-job .frame .info, .contact-us .why-job .frame .info {
  color: #FF0A72;
}
.outsourcing .why-us .features .feature .title, .headhunting .why-us .features .feature .title, .webdev .why-us .features .feature .title, .digital-marketing-service .why-us .features .feature .title, .about-us .why-us .features .feature .title, .our-projects .why-us .features .feature .title, .blog-page .why-us .features .feature .title, .single-project .why-us .features .feature .title,
.single-post .why-us .features .feature .title, .archive .why-us .features .feature .title, .digital-marketing-projects .why-us .features .feature .title, .contact-us .why-us .features .feature .title, .headhunting .why-company .features .feature .title, .webdev .why-company .features .feature .title, .digital-marketing-service .why-company .features .feature .title, .about-us .why-company .features .feature .title, .our-projects .why-company .features .feature .title, .blog-page .why-company .features .feature .title, .single-project .why-company .features .feature .title,
.single-post .why-company .features .feature .title, .archive .why-company .features .feature .title, .digital-marketing-projects .why-company .features .feature .title, .contact-us .why-company .features .feature .title, .headhunting .why-job .features .feature .title, .webdev .why-job .features .feature .title, .digital-marketing-service .why-job .features .feature .title, .about-us .why-job .features .feature .title, .our-projects .why-job .features .feature .title, .blog-page .why-job .features .feature .title, .single-project .why-job .features .feature .title,
.single-post .why-job .features .feature .title, .archive .why-job .features .feature .title, .digital-marketing-projects .why-job .features .feature .title, .contact-us .why-job .features .feature .title {
  color: #FF0A72;
}
.outsourcing .why-us .features .feature .lead, .headhunting .why-us .features .feature .lead, .webdev .why-us .features .feature .lead, .digital-marketing-service .why-us .features .feature .lead, .about-us .why-us .features .feature .lead, .our-projects .why-us .features .feature .lead, .blog-page .why-us .features .feature .lead, .single-project .why-us .features .feature .lead,
.single-post .why-us .features .feature .lead, .archive .why-us .features .feature .lead, .digital-marketing-projects .why-us .features .feature .lead, .contact-us .why-us .features .feature .lead, .headhunting .why-company .features .feature .lead, .webdev .why-company .features .feature .lead, .digital-marketing-service .why-company .features .feature .lead, .about-us .why-company .features .feature .lead, .our-projects .why-company .features .feature .lead, .blog-page .why-company .features .feature .lead, .single-project .why-company .features .feature .lead,
.single-post .why-company .features .feature .lead, .archive .why-company .features .feature .lead, .digital-marketing-projects .why-company .features .feature .lead, .contact-us .why-company .features .feature .lead, .headhunting .why-job .features .feature .lead, .webdev .why-job .features .feature .lead, .digital-marketing-service .why-job .features .feature .lead, .about-us .why-job .features .feature .lead, .our-projects .why-job .features .feature .lead, .blog-page .why-job .features .feature .lead, .single-project .why-job .features .feature .lead,
.single-post .why-job .features .feature .lead, .archive .why-job .features .feature .lead, .digital-marketing-projects .why-job .features .feature .lead, .contact-us .why-job .features .feature .lead {
  color: #757575;
}
.outsourcing .why-us .bg-element, .headhunting .why-us .bg-element, .webdev .why-us .bg-element, .digital-marketing-service .why-us .bg-element, .about-us .why-us .bg-element, .our-projects .why-us .bg-element, .blog-page .why-us .bg-element, .single-project .why-us .bg-element,
.single-post .why-us .bg-element, .archive .why-us .bg-element, .digital-marketing-projects .why-us .bg-element, .contact-us .why-us .bg-element, .headhunting .why-company .bg-element, .webdev .why-company .bg-element, .digital-marketing-service .why-company .bg-element, .about-us .why-company .bg-element, .our-projects .why-company .bg-element, .blog-page .why-company .bg-element, .single-project .why-company .bg-element,
.single-post .why-company .bg-element, .archive .why-company .bg-element, .digital-marketing-projects .why-company .bg-element, .contact-us .why-company .bg-element, .headhunting .why-job .bg-element, .webdev .why-job .bg-element, .digital-marketing-service .why-job .bg-element, .about-us .why-job .bg-element, .our-projects .why-job .bg-element, .blog-page .why-job .bg-element, .single-project .why-job .bg-element,
.single-post .why-job .bg-element, .archive .why-job .bg-element, .digital-marketing-projects .why-job .bg-element, .contact-us .why-job .bg-element {
  position: absolute;
  top: -10%;
  right: 0;
  transform: translateX(50%);
}
.outsourcing .why-us .bg, .headhunting .why-us .bg, .webdev .why-us .bg, .digital-marketing-service .why-us .bg, .about-us .why-us .bg, .our-projects .why-us .bg, .blog-page .why-us .bg, .single-project .why-us .bg,
.single-post .why-us .bg, .archive .why-us .bg, .digital-marketing-projects .why-us .bg, .contact-us .why-us .bg, .headhunting .why-company .bg, .webdev .why-company .bg, .digital-marketing-service .why-company .bg, .about-us .why-company .bg, .our-projects .why-company .bg, .blog-page .why-company .bg, .single-project .why-company .bg,
.single-post .why-company .bg, .archive .why-company .bg, .digital-marketing-projects .why-company .bg, .contact-us .why-company .bg, .headhunting .why-job .bg, .webdev .why-job .bg, .digital-marketing-service .why-job .bg, .about-us .why-job .bg, .our-projects .why-job .bg, .blog-page .why-job .bg, .single-project .why-job .bg,
.single-post .why-job .bg, .archive .why-job .bg, .digital-marketing-projects .why-job .bg, .contact-us .why-job .bg {
  right: 0;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
}
.outsourcing .why-us .redy-for-compaign .image::before, .outsourcing .why-us .headhunting .ready-for-hiring .image::before, .outsourcing .why-us .webdev .ready-for-hiring .image::before, .outsourcing .why-us .digital-marketing-service .ready-for-hiring .image::before, .outsourcing .why-us .about-us .ready-for-hiring .image::before, .outsourcing .why-us .our-projects .ready-for-hiring .image::before, .outsourcing .why-us .blog-page .ready-for-hiring .image::before, .outsourcing .why-us .single-project .ready-for-hiring .image::before,
.outsourcing .why-us .single-post .ready-for-hiring .image::before, .outsourcing .why-us .archive .ready-for-hiring .image::before, .outsourcing .why-us .digital-marketing-projects .ready-for-hiring .image::before, .outsourcing .why-us .contact-us .ready-for-hiring .image::before, .headhunting .why-us .redy-for-compaign .image::before, .webdev .why-us .redy-for-compaign .image::before, .digital-marketing-service .why-us .redy-for-compaign .image::before, .about-us .why-us .redy-for-compaign .image::before, .our-projects .why-us .redy-for-compaign .image::before, .blog-page .why-us .redy-for-compaign .image::before, .single-project .why-us .redy-for-compaign .image::before,
.single-post .why-us .redy-for-compaign .image::before, .archive .why-us .redy-for-compaign .image::before, .digital-marketing-projects .why-us .redy-for-compaign .image::before, .contact-us .why-us .redy-for-compaign .image::before, .headhunting .why-us .ready-for-hiring .image::before, .webdev .why-us .ready-for-hiring .image::before, .digital-marketing-service .why-us .ready-for-hiring .image::before, .about-us .why-us .ready-for-hiring .image::before, .our-projects .why-us .ready-for-hiring .image::before, .blog-page .why-us .ready-for-hiring .image::before, .single-project .why-us .ready-for-hiring .image::before,
.single-post .why-us .ready-for-hiring .image::before, .archive .why-us .ready-for-hiring .image::before, .digital-marketing-projects .why-us .ready-for-hiring .image::before, .contact-us .why-us .ready-for-hiring .image::before, .headhunting .why-company .redy-for-compaign .image::before, .webdev .why-company .redy-for-compaign .image::before, .digital-marketing-service .why-company .redy-for-compaign .image::before, .about-us .why-company .redy-for-compaign .image::before, .our-projects .why-company .redy-for-compaign .image::before, .blog-page .why-company .redy-for-compaign .image::before, .single-project .why-company .redy-for-compaign .image::before,
.single-post .why-company .redy-for-compaign .image::before, .archive .why-company .redy-for-compaign .image::before, .digital-marketing-projects .why-company .redy-for-compaign .image::before, .contact-us .why-company .redy-for-compaign .image::before, .headhunting .why-company .ready-for-hiring .image::before, .webdev .why-company .ready-for-hiring .image::before, .digital-marketing-service .why-company .ready-for-hiring .image::before, .about-us .why-company .ready-for-hiring .image::before, .our-projects .why-company .ready-for-hiring .image::before, .blog-page .why-company .ready-for-hiring .image::before, .single-project .why-company .ready-for-hiring .image::before,
.single-post .why-company .ready-for-hiring .image::before, .archive .why-company .ready-for-hiring .image::before, .digital-marketing-projects .why-company .ready-for-hiring .image::before, .contact-us .why-company .ready-for-hiring .image::before, .headhunting .why-job .redy-for-compaign .image::before, .webdev .why-job .redy-for-compaign .image::before, .digital-marketing-service .why-job .redy-for-compaign .image::before, .about-us .why-job .redy-for-compaign .image::before, .our-projects .why-job .redy-for-compaign .image::before, .blog-page .why-job .redy-for-compaign .image::before, .single-project .why-job .redy-for-compaign .image::before,
.single-post .why-job .redy-for-compaign .image::before, .archive .why-job .redy-for-compaign .image::before, .digital-marketing-projects .why-job .redy-for-compaign .image::before, .contact-us .why-job .redy-for-compaign .image::before, .headhunting .why-job .ready-for-hiring .image::before, .webdev .why-job .ready-for-hiring .image::before, .digital-marketing-service .why-job .ready-for-hiring .image::before, .about-us .why-job .ready-for-hiring .image::before, .our-projects .why-job .ready-for-hiring .image::before, .blog-page .why-job .ready-for-hiring .image::before, .single-project .why-job .ready-for-hiring .image::before,
.single-post .why-job .ready-for-hiring .image::before, .archive .why-job .ready-for-hiring .image::before, .digital-marketing-projects .why-job .ready-for-hiring .image::before, .contact-us .why-job .ready-for-hiring .image::before {
  opacity: 0.25;
}
.outsourcing .redy-for-project, .headhunting .redy-for-project, .webdev .redy-for-project, .digital-marketing-service .redy-for-project, .about-us .redy-for-project, .our-projects .redy-for-project, .blog-page .redy-for-project, .single-project .redy-for-project,
.single-post .redy-for-project, .archive .redy-for-project, .digital-marketing-projects .redy-for-project, .contact-us .redy-for-project, .headhunting .ready-for-hiring, .webdev .ready-for-hiring, .digital-marketing-service .ready-for-hiring, .about-us .ready-for-hiring, .our-projects .ready-for-hiring, .blog-page .ready-for-hiring, .single-project .ready-for-hiring,
.single-post .ready-for-hiring, .archive .ready-for-hiring, .digital-marketing-projects .ready-for-hiring, .contact-us .ready-for-hiring {
  margin-top: 280px;
  margin-bottom: 380px;
}
.outsourcing .redy-for-project .bg, .headhunting .redy-for-project .bg, .webdev .redy-for-project .bg, .digital-marketing-service .redy-for-project .bg, .about-us .redy-for-project .bg, .our-projects .redy-for-project .bg, .blog-page .redy-for-project .bg, .single-project .redy-for-project .bg,
.single-post .redy-for-project .bg, .archive .redy-for-project .bg, .digital-marketing-projects .redy-for-project .bg, .contact-us .redy-for-project .bg, .headhunting .ready-for-hiring .bg, .webdev .ready-for-hiring .bg, .digital-marketing-service .ready-for-hiring .bg, .about-us .ready-for-hiring .bg, .our-projects .ready-for-hiring .bg, .blog-page .ready-for-hiring .bg, .single-project .ready-for-hiring .bg,
.single-post .ready-for-hiring .bg, .archive .ready-for-hiring .bg, .digital-marketing-projects .ready-for-hiring .bg, .contact-us .ready-for-hiring .bg {
  top: 50%;
  transform: translateY(-50%);
}
.outsourcing .redy-for-project .ellipse-2, .headhunting .redy-for-project .ellipse-2, .webdev .redy-for-project .ellipse-2, .digital-marketing-service .redy-for-project .ellipse-2, .about-us .redy-for-project .ellipse-2, .our-projects .redy-for-project .ellipse-2, .blog-page .redy-for-project .ellipse-2, .single-project .redy-for-project .ellipse-2,
.single-post .redy-for-project .ellipse-2, .archive .redy-for-project .ellipse-2, .digital-marketing-projects .redy-for-project .ellipse-2, .contact-us .redy-for-project .ellipse-2, .headhunting .ready-for-hiring .ellipse-2, .webdev .ready-for-hiring .ellipse-2, .digital-marketing-service .ready-for-hiring .ellipse-2, .about-us .ready-for-hiring .ellipse-2, .our-projects .ready-for-hiring .ellipse-2, .blog-page .ready-for-hiring .ellipse-2, .single-project .ready-for-hiring .ellipse-2,
.single-post .ready-for-hiring .ellipse-2, .archive .ready-for-hiring .ellipse-2, .digital-marketing-projects .ready-for-hiring .ellipse-2, .contact-us .ready-for-hiring .ellipse-2 {
  position: absolute;
  height: 677px;
  width: 667px;
  right: 0;
  left: unset;
  top: 0;
  background: #e60062;
  opacity: 0.5;
  filter: blur(154px);
}
.outsourcing .bg-animation, .headhunting .bg-animation, .webdev .bg-animation, .digital-marketing-service .bg-animation, .about-us .bg-animation, .our-projects .bg-animation, .blog-page .bg-animation, .single-project .bg-animation,
.single-post .bg-animation, .archive .bg-animation, .digital-marketing-projects .bg-animation, .contact-us .bg-animation {
  position: relative;
  overflow: hidden;
}
.outsourcing .bg-animation img, .headhunting .bg-animation img, .webdev .bg-animation img, .digital-marketing-service .bg-animation img, .about-us .bg-animation img, .our-projects .bg-animation img, .blog-page .bg-animation img, .single-project .bg-animation img,
.single-post .bg-animation img, .archive .bg-animation img, .digital-marketing-projects .bg-animation img, .contact-us .bg-animation img {
  transform-origin: center center;
  animation: 3s bg-circle-rotation cubic-bezier(1, 0.02, 0, 0.98) infinite alternate;
  position: relative;
  left: -10%;
  top: unset;
  bottom: -150px;
}
@media screen and (max-width: 992px) {
  .outsourcing .header, .headhunting .header, .webdev .header, .digital-marketing-service .header, .about-us .header, .our-projects .header, .blog-page .header, .single-project .header,
.single-post .header, .archive .header, .digital-marketing-projects .header, .contact-us .header {
    height: calc(100vh - 90px);
    overflow: hidden;
  }
  .outsourcing .ready-to-start .holder, .headhunting .ready-to-start .holder, .webdev .ready-to-start .holder, .digital-marketing-service .ready-to-start .holder, .about-us .ready-to-start .holder, .our-projects .ready-to-start .holder, .blog-page .ready-to-start .holder, .single-project .ready-to-start .holder,
.single-post .ready-to-start .holder, .archive .ready-to-start .holder, .digital-marketing-projects .ready-to-start .holder, .contact-us .ready-to-start .holder {
    flex-direction: column;
    gap: 0;
  }
  .outsourcing .testimonial-section .bg-icon, .headhunting .testimonial-section .bg-icon, .webdev .testimonial-section .bg-icon, .digital-marketing-service .testimonial-section .bg-icon, .about-us .testimonial-section .bg-icon, .our-projects .testimonial-section .bg-icon, .blog-page .testimonial-section .bg-icon, .single-project .testimonial-section .bg-icon,
.single-post .testimonial-section .bg-icon, .archive .testimonial-section .bg-icon, .digital-marketing-projects .testimonial-section .bg-icon, .contact-us .testimonial-section .bg-icon {
    right: -25%;
  }
  .outsourcing .why-us .features .feature .info .title, .headhunting .why-us .features .feature .info .title, .webdev .why-us .features .feature .info .title, .digital-marketing-service .why-us .features .feature .info .title, .about-us .why-us .features .feature .info .title, .our-projects .why-us .features .feature .info .title, .blog-page .why-us .features .feature .info .title, .single-project .why-us .features .feature .info .title,
.single-post .why-us .features .feature .info .title, .archive .why-us .features .feature .info .title, .digital-marketing-projects .why-us .features .feature .info .title, .contact-us .why-us .features .feature .info .title, .headhunting .why-company .features .feature .info .title, .webdev .why-company .features .feature .info .title, .digital-marketing-service .why-company .features .feature .info .title, .about-us .why-company .features .feature .info .title, .our-projects .why-company .features .feature .info .title, .blog-page .why-company .features .feature .info .title, .single-project .why-company .features .feature .info .title,
.single-post .why-company .features .feature .info .title, .archive .why-company .features .feature .info .title, .digital-marketing-projects .why-company .features .feature .info .title, .contact-us .why-company .features .feature .info .title, .headhunting .why-job .features .feature .info .title, .webdev .why-job .features .feature .info .title, .digital-marketing-service .why-job .features .feature .info .title, .about-us .why-job .features .feature .info .title, .our-projects .why-job .features .feature .info .title, .blog-page .why-job .features .feature .info .title, .single-project .why-job .features .feature .info .title,
.single-post .why-job .features .feature .info .title, .archive .why-job .features .feature .info .title, .digital-marketing-projects .why-job .features .feature .info .title, .contact-us .why-job .features .feature .info .title {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .outsourcing .redy-for-compaign, .headhunting .redy-for-compaign, .webdev .redy-for-compaign, .digital-marketing-service .redy-for-compaign, .about-us .redy-for-compaign, .our-projects .redy-for-compaign, .blog-page .redy-for-compaign, .single-project .redy-for-compaign,
.single-post .redy-for-compaign, .archive .redy-for-compaign, .digital-marketing-projects .redy-for-compaign, .contact-us .redy-for-compaign, .headhunting .ready-for-hiring, .webdev .ready-for-hiring, .digital-marketing-service .ready-for-hiring, .about-us .ready-for-hiring, .our-projects .ready-for-hiring, .blog-page .ready-for-hiring, .single-project .ready-for-hiring,
.single-post .ready-for-hiring, .archive .ready-for-hiring, .digital-marketing-projects .ready-for-hiring, .contact-us .ready-for-hiring {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .outsourcing .redy-for-compaign .ellipse-2, .headhunting .redy-for-compaign .ellipse-2, .webdev .redy-for-compaign .ellipse-2, .digital-marketing-service .redy-for-compaign .ellipse-2, .about-us .redy-for-compaign .ellipse-2, .our-projects .redy-for-compaign .ellipse-2, .blog-page .redy-for-compaign .ellipse-2, .single-project .redy-for-compaign .ellipse-2,
.single-post .redy-for-compaign .ellipse-2, .archive .redy-for-compaign .ellipse-2, .digital-marketing-projects .redy-for-compaign .ellipse-2, .contact-us .redy-for-compaign .ellipse-2, .headhunting .ready-for-hiring .ellipse-2, .webdev .ready-for-hiring .ellipse-2, .digital-marketing-service .ready-for-hiring .ellipse-2, .about-us .ready-for-hiring .ellipse-2, .our-projects .ready-for-hiring .ellipse-2, .blog-page .ready-for-hiring .ellipse-2, .single-project .ready-for-hiring .ellipse-2,
.single-post .ready-for-hiring .ellipse-2, .archive .ready-for-hiring .ellipse-2, .digital-marketing-projects .ready-for-hiring .ellipse-2, .contact-us .ready-for-hiring .ellipse-2 {
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing .our-services .cards, .headhunting .our-services .cards, .webdev .our-services .cards, .digital-marketing-service .our-services .cards, .about-us .our-services .cards, .our-projects .our-services .cards, .blog-page .our-services .cards, .single-project .our-services .cards,
.single-post .our-services .cards, .archive .our-services .cards, .digital-marketing-projects .our-services .cards, .contact-us .our-services .cards, .webdev .our-services-info .cards, .digital-marketing-service .our-services-info .cards, .about-us .our-services-info .cards, .our-projects .our-services-info .cards, .blog-page .our-services-info .cards, .single-project .our-services-info .cards,
.single-post .our-services-info .cards, .archive .our-services-info .cards, .digital-marketing-projects .our-services-info .cards, .contact-us .our-services-info .cards, .digital-marketing-service .image-sect .cards, .about-us .image-sect .cards, .our-projects .image-sect .cards, .blog-page .image-sect .cards, .single-project .image-sect .cards,
.single-post .image-sect .cards, .archive .image-sect .cards, .digital-marketing-projects .image-sect .cards, .contact-us .image-sect .cards {
    margin-top: 70px;
    gap: 40px;
  }
  .outsourcing .our-services .cards .card, .headhunting .our-services .cards .card, .webdev .our-services .cards .card, .digital-marketing-service .our-services .cards .card, .about-us .our-services .cards .card, .our-projects .our-services .cards .card, .blog-page .our-services .cards .card, .single-project .our-services .cards .card,
.single-post .our-services .cards .card, .archive .our-services .cards .card, .digital-marketing-projects .our-services .cards .card, .contact-us .our-services .cards .card, .webdev .our-services-info .cards .card, .digital-marketing-service .our-services-info .cards .card, .about-us .our-services-info .cards .card, .our-projects .our-services-info .cards .card, .blog-page .our-services-info .cards .card, .single-project .our-services-info .cards .card,
.single-post .our-services-info .cards .card, .archive .our-services-info .cards .card, .digital-marketing-projects .our-services-info .cards .card, .contact-us .our-services-info .cards .card, .digital-marketing-service .image-sect .cards .card, .about-us .image-sect .cards .card, .our-projects .image-sect .cards .card, .blog-page .image-sect .cards .card, .single-project .image-sect .cards .card,
.single-post .image-sect .cards .card, .archive .image-sect .cards .card, .digital-marketing-projects .image-sect .cards .card, .contact-us .image-sect .cards .card {
    width: 100%;
    max-width: 705px;
    min-height: 0;
    padding-right: 40px;
  }
  .outsourcing .our-services .cards .card .left, .headhunting .our-services .cards .card .left, .webdev .our-services .cards .card .left, .digital-marketing-service .our-services .cards .card .left, .about-us .our-services .cards .card .left, .our-projects .our-services .cards .card .left, .blog-page .our-services .cards .card .left, .single-project .our-services .cards .card .left,
.single-post .our-services .cards .card .left, .archive .our-services .cards .card .left, .digital-marketing-projects .our-services .cards .card .left, .contact-us .our-services .cards .card .left, .webdev .our-services-info .cards .card .left, .digital-marketing-service .our-services-info .cards .card .left, .about-us .our-services-info .cards .card .left, .our-projects .our-services-info .cards .card .left, .blog-page .our-services-info .cards .card .left, .single-project .our-services-info .cards .card .left,
.single-post .our-services-info .cards .card .left, .archive .our-services-info .cards .card .left, .digital-marketing-projects .our-services-info .cards .card .left, .contact-us .our-services-info .cards .card .left, .digital-marketing-service .image-sect .cards .card .left, .about-us .image-sect .cards .card .left, .our-projects .image-sect .cards .card .left, .blog-page .image-sect .cards .card .left, .single-project .image-sect .cards .card .left,
.single-post .image-sect .cards .card .left, .archive .image-sect .cards .card .left, .digital-marketing-projects .image-sect .cards .card .left, .contact-us .image-sect .cards .card .left {
    min-height: 0;
  }
  .outsourcing .our-services .cards .card .left .title, .headhunting .our-services .cards .card .left .title, .webdev .our-services .cards .card .left .title, .digital-marketing-service .our-services .cards .card .left .title, .about-us .our-services .cards .card .left .title, .our-projects .our-services .cards .card .left .title, .blog-page .our-services .cards .card .left .title, .single-project .our-services .cards .card .left .title,
.single-post .our-services .cards .card .left .title, .archive .our-services .cards .card .left .title, .digital-marketing-projects .our-services .cards .card .left .title, .contact-us .our-services .cards .card .left .title, .webdev .our-services-info .cards .card .left .title, .digital-marketing-service .our-services-info .cards .card .left .title, .about-us .our-services-info .cards .card .left .title, .our-projects .our-services-info .cards .card .left .title, .blog-page .our-services-info .cards .card .left .title, .single-project .our-services-info .cards .card .left .title,
.single-post .our-services-info .cards .card .left .title, .archive .our-services-info .cards .card .left .title, .digital-marketing-projects .our-services-info .cards .card .left .title, .contact-us .our-services-info .cards .card .left .title, .digital-marketing-service .image-sect .cards .card .left .title, .about-us .image-sect .cards .card .left .title, .our-projects .image-sect .cards .card .left .title, .blog-page .image-sect .cards .card .left .title, .single-project .image-sect .cards .card .left .title,
.single-post .image-sect .cards .card .left .title, .archive .image-sect .cards .card .left .title, .digital-marketing-projects .image-sect .cards .card .left .title, .contact-us .image-sect .cards .card .left .title {
    margin: 0 0 16px !important;
  }
  .outsourcing .our-services .cards .card .left .lead, .headhunting .our-services .cards .card .left .lead, .webdev .our-services .cards .card .left .lead, .digital-marketing-service .our-services .cards .card .left .lead, .about-us .our-services .cards .card .left .lead, .our-projects .our-services .cards .card .left .lead, .blog-page .our-services .cards .card .left .lead, .single-project .our-services .cards .card .left .lead,
.single-post .our-services .cards .card .left .lead, .archive .our-services .cards .card .left .lead, .digital-marketing-projects .our-services .cards .card .left .lead, .contact-us .our-services .cards .card .left .lead, .webdev .our-services-info .cards .card .left .lead, .digital-marketing-service .our-services-info .cards .card .left .lead, .about-us .our-services-info .cards .card .left .lead, .our-projects .our-services-info .cards .card .left .lead, .blog-page .our-services-info .cards .card .left .lead, .single-project .our-services-info .cards .card .left .lead,
.single-post .our-services-info .cards .card .left .lead, .archive .our-services-info .cards .card .left .lead, .digital-marketing-projects .our-services-info .cards .card .left .lead, .contact-us .our-services-info .cards .card .left .lead, .digital-marketing-service .image-sect .cards .card .left .lead, .about-us .image-sect .cards .card .left .lead, .our-projects .image-sect .cards .card .left .lead, .blog-page .image-sect .cards .card .left .lead, .single-project .image-sect .cards .card .left .lead,
.single-post .image-sect .cards .card .left .lead, .archive .image-sect .cards .card .left .lead, .digital-marketing-projects .image-sect .cards .card .left .lead, .contact-us .image-sect .cards .card .left .lead {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
  }
  .outsourcing .about-gd .content .features .title, .headhunting .about-gd .content .features .title, .webdev .about-gd .content .features .title, .digital-marketing-service .about-gd .content .features .title, .about-us .about-gd .content .features .title, .our-projects .about-gd .content .features .title, .blog-page .about-gd .content .features .title, .single-project .about-gd .content .features .title,
.single-post .about-gd .content .features .title, .archive .about-gd .content .features .title, .digital-marketing-projects .about-gd .content .features .title, .contact-us .about-gd .content .features .title {
    margin-bottom: 0 !important;
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .outsourcing .ready-to-start .holder .btn-transparent, .headhunting .ready-to-start .holder .btn-transparent, .webdev .ready-to-start .holder .btn-transparent, .digital-marketing-service .ready-to-start .holder .btn-transparent, .about-us .ready-to-start .holder .btn-transparent, .our-projects .ready-to-start .holder .btn-transparent, .blog-page .ready-to-start .holder .btn-transparent, .single-project .ready-to-start .holder .btn-transparent,
.single-post .ready-to-start .holder .btn-transparent, .archive .ready-to-start .holder .btn-transparent, .digital-marketing-projects .ready-to-start .holder .btn-transparent, .contact-us .ready-to-start .holder .btn-transparent {
    margin: 24px 0 0;
  }
}

/* Head Hunting Start */
.headhunting .header .slides, .webdev .header .slides, .digital-marketing-service .header .slides, .about-us .header .slides, .our-projects .header .slides, .blog-page .header .slides, .single-project .header .slides,
.single-post .header .slides, .archive .header .slides, .digital-marketing-projects .header .slides, .contact-us .header .slides {
  overflow: visible;
  position: absolute;
  inset: 0;
  min-height: 710px;
  width: 100%;
}
.headhunting .header .slides .slide, .webdev .header .slides .slide, .digital-marketing-service .header .slides .slide, .about-us .header .slides .slide, .our-projects .header .slides .slide, .blog-page .header .slides .slide, .single-project .header .slides .slide,
.single-post .header .slides .slide, .archive .header .slides .slide, .digital-marketing-projects .header .slides .slide, .contact-us .header .slides .slide {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  align-items: center;
  top: 0;
  transform: translate(0, 0);
  transition: none;
}
.headhunting .header .slides .slide.going, .webdev .header .slides .slide.going, .digital-marketing-service .header .slides .slide.going, .about-us .header .slides .slide.going, .our-projects .header .slides .slide.going, .blog-page .header .slides .slide.going, .single-project .header .slides .slide.going,
.single-post .header .slides .slide.going, .archive .header .slides .slide.going, .digital-marketing-projects .header .slides .slide.going, .contact-us .header .slides .slide.going {
  display: flex;
}
.headhunting .header .slides .slide.active, .webdev .header .slides .slide.active, .digital-marketing-service .header .slides .slide.active, .about-us .header .slides .slide.active, .our-projects .header .slides .slide.active, .blog-page .header .slides .slide.active, .single-project .header .slides .slide.active,
.single-post .header .slides .slide.active, .archive .header .slides .slide.active, .digital-marketing-projects .header .slides .slide.active, .contact-us .header .slides .slide.active {
  display: flex;
  opacity: 1;
  pointer-events: fill;
}
.headhunting .header .slides .slide .bg, .webdev .header .slides .slide .bg, .digital-marketing-service .header .slides .slide .bg, .about-us .header .slides .slide .bg, .our-projects .header .slides .slide .bg, .blog-page .header .slides .slide .bg, .single-project .header .slides .slide .bg,
.single-post .header .slides .slide .bg, .archive .header .slides .slide .bg, .digital-marketing-projects .header .slides .slide .bg, .contact-us .header .slides .slide .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  object-fit: cover;
}
.headhunting .header .slides .slide .img, .webdev .header .slides .slide .img, .digital-marketing-service .header .slides .slide .img, .about-us .header .slides .slide .img, .our-projects .header .slides .slide .img, .blog-page .header .slides .slide .img, .single-project .header .slides .slide .img,
.single-post .header .slides .slide .img, .archive .header .slides .slide .img, .digital-marketing-projects .header .slides .slide .img, .contact-us .header .slides .slide .img {
  overflow: visible;
  width: 100%;
  position: absolute;
  left: unset;
  right: 30%;
  top: 50%;
  height: fit-content;
  transform: translate(0, -50%);
}
.headhunting .header .slides .slide-1 .img, .webdev .header .slides .slide-1 .img, .digital-marketing-service .header .slides .slide-1 .img, .about-us .header .slides .slide-1 .img, .our-projects .header .slides .slide-1 .img, .blog-page .header .slides .slide-1 .img, .single-project .header .slides .slide-1 .img,
.single-post .header .slides .slide-1 .img, .archive .header .slides .slide-1 .img, .digital-marketing-projects .header .slides .slide-1 .img, .contact-us .header .slides .slide-1 .img {
  position: absolute;
  width: 710px;
  height: 520px;
  overflow: hidden;
  right: 80px;
}
.headhunting .header .slides .slide-1 .img .logo, .webdev .header .slides .slide-1 .img .logo, .digital-marketing-service .header .slides .slide-1 .img .logo, .about-us .header .slides .slide-1 .img .logo, .our-projects .header .slides .slide-1 .img .logo, .blog-page .header .slides .slide-1 .img .logo, .single-project .header .slides .slide-1 .img .logo,
.single-post .header .slides .slide-1 .img .logo, .archive .header .slides .slide-1 .img .logo, .digital-marketing-projects .header .slides .slide-1 .img .logo, .contact-us .header .slides .slide-1 .img .logo {
  width: 210px;
}
.headhunting .header .slides .slide-1 .shape, .webdev .header .slides .slide-1 .shape, .digital-marketing-service .header .slides .slide-1 .shape, .about-us .header .slides .slide-1 .shape, .our-projects .header .slides .slide-1 .shape, .blog-page .header .slides .slide-1 .shape, .single-project .header .slides .slide-1 .shape,
.single-post .header .slides .slide-1 .shape, .archive .header .slides .slide-1 .shape, .digital-marketing-projects .header .slides .slide-1 .shape, .contact-us .header .slides .slide-1 .shape {
  transition: 2s cubic-bezier(1, 0, 0, 1);
  position: absolute;
  opacity: 1;
}
.headhunting .header .slides .slide-1 .shape.x-r, .webdev .header .slides .slide-1 .shape.x-r, .digital-marketing-service .header .slides .slide-1 .shape.x-r, .about-us .header .slides .slide-1 .shape.x-r, .our-projects .header .slides .slide-1 .shape.x-r, .blog-page .header .slides .slide-1 .shape.x-r, .single-project .header .slides .slide-1 .shape.x-r,
.single-post .header .slides .slide-1 .shape.x-r, .archive .header .slides .slide-1 .shape.x-r, .digital-marketing-projects .header .slides .slide-1 .shape.x-r, .contact-us .header .slides .slide-1 .shape.x-r {
  right: 0;
}
.headhunting .header .slides .slide-1 .shape.x-l, .webdev .header .slides .slide-1 .shape.x-l, .digital-marketing-service .header .slides .slide-1 .shape.x-l, .about-us .header .slides .slide-1 .shape.x-l, .our-projects .header .slides .slide-1 .shape.x-l, .blog-page .header .slides .slide-1 .shape.x-l, .single-project .header .slides .slide-1 .shape.x-l,
.single-post .header .slides .slide-1 .shape.x-l, .archive .header .slides .slide-1 .shape.x-l, .digital-marketing-projects .header .slides .slide-1 .shape.x-l, .contact-us .header .slides .slide-1 .shape.x-l {
  left: 0;
}
.headhunting .header .slides .slide-1 .shape.y-t, .webdev .header .slides .slide-1 .shape.y-t, .digital-marketing-service .header .slides .slide-1 .shape.y-t, .about-us .header .slides .slide-1 .shape.y-t, .our-projects .header .slides .slide-1 .shape.y-t, .blog-page .header .slides .slide-1 .shape.y-t, .single-project .header .slides .slide-1 .shape.y-t,
.single-post .header .slides .slide-1 .shape.y-t, .archive .header .slides .slide-1 .shape.y-t, .digital-marketing-projects .header .slides .slide-1 .shape.y-t, .contact-us .header .slides .slide-1 .shape.y-t {
  top: 0;
}
.headhunting .header .slides .slide-1 .shape.y-c, .webdev .header .slides .slide-1 .shape.y-c, .digital-marketing-service .header .slides .slide-1 .shape.y-c, .about-us .header .slides .slide-1 .shape.y-c, .our-projects .header .slides .slide-1 .shape.y-c, .blog-page .header .slides .slide-1 .shape.y-c, .single-project .header .slides .slide-1 .shape.y-c,
.single-post .header .slides .slide-1 .shape.y-c, .archive .header .slides .slide-1 .shape.y-c, .digital-marketing-projects .header .slides .slide-1 .shape.y-c, .contact-us .header .slides .slide-1 .shape.y-c {
  top: 50%;
  transform: translateY(-50%);
}
.headhunting .header .slides .slide-1 .shape.y-b, .webdev .header .slides .slide-1 .shape.y-b, .digital-marketing-service .header .slides .slide-1 .shape.y-b, .about-us .header .slides .slide-1 .shape.y-b, .our-projects .header .slides .slide-1 .shape.y-b, .blog-page .header .slides .slide-1 .shape.y-b, .single-project .header .slides .slide-1 .shape.y-b,
.single-post .header .slides .slide-1 .shape.y-b, .archive .header .slides .slide-1 .shape.y-b, .digital-marketing-projects .header .slides .slide-1 .shape.y-b, .contact-us .header .slides .slide-1 .shape.y-b {
  top: unset;
  bottom: 0;
}
.headhunting .header .slides .slide-1 .shape.right, .webdev .header .slides .slide-1 .shape.right, .digital-marketing-service .header .slides .slide-1 .shape.right, .about-us .header .slides .slide-1 .shape.right, .our-projects .header .slides .slide-1 .shape.right, .blog-page .header .slides .slide-1 .shape.right, .single-project .header .slides .slide-1 .shape.right,
.single-post .header .slides .slide-1 .shape.right, .archive .header .slides .slide-1 .shape.right, .digital-marketing-projects .header .slides .slide-1 .shape.right, .contact-us .header .slides .slide-1 .shape.right {
  transform: translateX(100%);
}
.headhunting .header .slides .slide-1 .shape.right.y-c, .webdev .header .slides .slide-1 .shape.right.y-c, .digital-marketing-service .header .slides .slide-1 .shape.right.y-c, .about-us .header .slides .slide-1 .shape.right.y-c, .our-projects .header .slides .slide-1 .shape.right.y-c, .blog-page .header .slides .slide-1 .shape.right.y-c, .single-project .header .slides .slide-1 .shape.right.y-c,
.single-post .header .slides .slide-1 .shape.right.y-c, .archive .header .slides .slide-1 .shape.right.y-c, .digital-marketing-projects .header .slides .slide-1 .shape.right.y-c, .contact-us .header .slides .slide-1 .shape.right.y-c {
  transform: translate(100%, -50%);
}
.headhunting .header .slides .slide-1 .shape.left, .webdev .header .slides .slide-1 .shape.left, .digital-marketing-service .header .slides .slide-1 .shape.left, .about-us .header .slides .slide-1 .shape.left, .our-projects .header .slides .slide-1 .shape.left, .blog-page .header .slides .slide-1 .shape.left, .single-project .header .slides .slide-1 .shape.left,
.single-post .header .slides .slide-1 .shape.left, .archive .header .slides .slide-1 .shape.left, .digital-marketing-projects .header .slides .slide-1 .shape.left, .contact-us .header .slides .slide-1 .shape.left {
  transform: translateX(-100%);
}
.headhunting .header .slides .slide-1 .shape.left.y-c, .webdev .header .slides .slide-1 .shape.left.y-c, .digital-marketing-service .header .slides .slide-1 .shape.left.y-c, .about-us .header .slides .slide-1 .shape.left.y-c, .our-projects .header .slides .slide-1 .shape.left.y-c, .blog-page .header .slides .slide-1 .shape.left.y-c, .single-project .header .slides .slide-1 .shape.left.y-c,
.single-post .header .slides .slide-1 .shape.left.y-c, .archive .header .slides .slide-1 .shape.left.y-c, .digital-marketing-projects .header .slides .slide-1 .shape.left.y-c, .contact-us .header .slides .slide-1 .shape.left.y-c {
  transform: translate(-100%, -50%);
}
.headhunting .header .slides .slide-1 .shape.top, .webdev .header .slides .slide-1 .shape.top, .digital-marketing-service .header .slides .slide-1 .shape.top, .about-us .header .slides .slide-1 .shape.top, .our-projects .header .slides .slide-1 .shape.top, .blog-page .header .slides .slide-1 .shape.top, .single-project .header .slides .slide-1 .shape.top,
.single-post .header .slides .slide-1 .shape.top, .archive .header .slides .slide-1 .shape.top, .digital-marketing-projects .header .slides .slide-1 .shape.top, .contact-us .header .slides .slide-1 .shape.top {
  transform: translateY(-100%);
}
.headhunting .header .slides .slide-1 .shape.bottom, .webdev .header .slides .slide-1 .shape.bottom, .digital-marketing-service .header .slides .slide-1 .shape.bottom, .about-us .header .slides .slide-1 .shape.bottom, .our-projects .header .slides .slide-1 .shape.bottom, .blog-page .header .slides .slide-1 .shape.bottom, .single-project .header .slides .slide-1 .shape.bottom,
.single-post .header .slides .slide-1 .shape.bottom, .archive .header .slides .slide-1 .shape.bottom, .digital-marketing-projects .header .slides .slide-1 .shape.bottom, .contact-us .header .slides .slide-1 .shape.bottom {
  transform: translateY(100%);
}
.headhunting .header .slides .slide-1.active .shape, .webdev .header .slides .slide-1.active .shape, .digital-marketing-service .header .slides .slide-1.active .shape, .about-us .header .slides .slide-1.active .shape, .our-projects .header .slides .slide-1.active .shape, .blog-page .header .slides .slide-1.active .shape, .single-project .header .slides .slide-1.active .shape,
.single-post .header .slides .slide-1.active .shape, .archive .header .slides .slide-1.active .shape, .digital-marketing-projects .header .slides .slide-1.active .shape, .contact-us .header .slides .slide-1.active .shape {
  transform: none;
}
.headhunting .header .slides .slide-1.active .shape.y-c, .webdev .header .slides .slide-1.active .shape.y-c, .digital-marketing-service .header .slides .slide-1.active .shape.y-c, .about-us .header .slides .slide-1.active .shape.y-c, .our-projects .header .slides .slide-1.active .shape.y-c, .blog-page .header .slides .slide-1.active .shape.y-c, .single-project .header .slides .slide-1.active .shape.y-c,
.single-post .header .slides .slide-1.active .shape.y-c, .archive .header .slides .slide-1.active .shape.y-c, .digital-marketing-projects .header .slides .slide-1.active .shape.y-c, .contact-us .header .slides .slide-1.active .shape.y-c {
  transform: translateY(-50%);
}
.headhunting .header .slides .slide-2.will-go .bg, .webdev .header .slides .slide-2.will-go .bg, .digital-marketing-service .header .slides .slide-2.will-go .bg, .about-us .header .slides .slide-2.will-go .bg, .our-projects .header .slides .slide-2.will-go .bg, .blog-page .header .slides .slide-2.will-go .bg, .single-project .header .slides .slide-2.will-go .bg,
.single-post .header .slides .slide-2.will-go .bg, .archive .header .slides .slide-2.will-go .bg, .digital-marketing-projects .header .slides .slide-2.will-go .bg, .contact-us .header .slides .slide-2.will-go .bg {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-out forwards;
}
.headhunting .header .slides .slide-2.active, .webdev .header .slides .slide-2.active, .digital-marketing-service .header .slides .slide-2.active, .about-us .header .slides .slide-2.active, .our-projects .header .slides .slide-2.active, .blog-page .header .slides .slide-2.active, .single-project .header .slides .slide-2.active,
.single-post .header .slides .slide-2.active, .archive .header .slides .slide-2.active, .digital-marketing-projects .header .slides .slide-2.active, .contact-us .header .slides .slide-2.active {
  right: 0;
}
.headhunting .header .slides .slide-2.active .bg, .webdev .header .slides .slide-2.active .bg, .digital-marketing-service .header .slides .slide-2.active .bg, .about-us .header .slides .slide-2.active .bg, .our-projects .header .slides .slide-2.active .bg, .blog-page .header .slides .slide-2.active .bg, .single-project .header .slides .slide-2.active .bg,
.single-post .header .slides .slide-2.active .bg, .archive .header .slides .slide-2.active .bg, .digital-marketing-projects .header .slides .slide-2.active .bg, .contact-us .header .slides .slide-2.active .bg {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-in forwards, 2s cubic-bezier(1, 0, 0, 1) scale-cicle alternate infinite;
}
.headhunting .header .slides .slide-3, .webdev .header .slides .slide-3, .digital-marketing-service .header .slides .slide-3, .about-us .header .slides .slide-3, .our-projects .header .slides .slide-3, .blog-page .header .slides .slide-3, .single-project .header .slides .slide-3,
.single-post .header .slides .slide-3, .archive .header .slides .slide-3, .digital-marketing-projects .header .slides .slide-3, .contact-us .header .slides .slide-3 {
  display: flex;
  transition: 2s cubic-bezier(1, 0, 0, 1);
  opacity: 0;
  width: 600px;
  overflow: visible;
  top: 0;
  left: unset;
  right: 0;
  transform: translate(0, 0);
}
.headhunting .header .slides .slide-3 .bg, .webdev .header .slides .slide-3 .bg, .digital-marketing-service .header .slides .slide-3 .bg, .about-us .header .slides .slide-3 .bg, .our-projects .header .slides .slide-3 .bg, .blog-page .header .slides .slide-3 .bg, .single-project .header .slides .slide-3 .bg,
.single-post .header .slides .slide-3 .bg, .archive .header .slides .slide-3 .bg, .digital-marketing-projects .header .slides .slide-3 .bg, .contact-us .header .slides .slide-3 .bg {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-out forwards;
}
.headhunting .header .slides .slide-3 .img, .webdev .header .slides .slide-3 .img, .digital-marketing-service .header .slides .slide-3 .img, .about-us .header .slides .slide-3 .img, .our-projects .header .slides .slide-3 .img, .blog-page .header .slides .slide-3 .img, .single-project .header .slides .slide-3 .img,
.single-post .header .slides .slide-3 .img, .archive .header .slides .slide-3 .img, .digital-marketing-projects .header .slides .slide-3 .img, .contact-us .header .slides .slide-3 .img {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-out forwards;
}
.headhunting .header .slides .slide-3 .box, .webdev .header .slides .slide-3 .box, .digital-marketing-service .header .slides .slide-3 .box, .about-us .header .slides .slide-3 .box, .our-projects .header .slides .slide-3 .box, .blog-page .header .slides .slide-3 .box, .single-project .header .slides .slide-3 .box,
.single-post .header .slides .slide-3 .box, .archive .header .slides .slide-3 .box, .digital-marketing-projects .header .slides .slide-3 .box, .contact-us .header .slides .slide-3 .box {
  opacity: 0;
}
.headhunting .header .slides .slide-3 .box.box-1, .webdev .header .slides .slide-3 .box.box-1, .digital-marketing-service .header .slides .slide-3 .box.box-1, .about-us .header .slides .slide-3 .box.box-1, .our-projects .header .slides .slide-3 .box.box-1, .blog-page .header .slides .slide-3 .box.box-1, .single-project .header .slides .slide-3 .box.box-1,
.single-post .header .slides .slide-3 .box.box-1, .archive .header .slides .slide-3 .box.box-1, .digital-marketing-projects .header .slides .slide-3 .box.box-1, .contact-us .header .slides .slide-3 .box.box-1 {
  left: -400px;
  top: calc(50% - 230px);
  transform: translateY(-50%);
}
.headhunting .header .slides .slide-3 .box.box-2, .webdev .header .slides .slide-3 .box.box-2, .digital-marketing-service .header .slides .slide-3 .box.box-2, .about-us .header .slides .slide-3 .box.box-2, .our-projects .header .slides .slide-3 .box.box-2, .blog-page .header .slides .slide-3 .box.box-2, .single-project .header .slides .slide-3 .box.box-2,
.single-post .header .slides .slide-3 .box.box-2, .archive .header .slides .slide-3 .box.box-2, .digital-marketing-projects .header .slides .slide-3 .box.box-2, .contact-us .header .slides .slide-3 .box.box-2 {
  left: 400px;
  top: calc(50% - 230px);
  transform: translateY(-50%);
}
.headhunting .header .slides .slide-3 .box.box-3, .webdev .header .slides .slide-3 .box.box-3, .digital-marketing-service .header .slides .slide-3 .box.box-3, .about-us .header .slides .slide-3 .box.box-3, .our-projects .header .slides .slide-3 .box.box-3, .blog-page .header .slides .slide-3 .box.box-3, .single-project .header .slides .slide-3 .box.box-3,
.single-post .header .slides .slide-3 .box.box-3, .archive .header .slides .slide-3 .box.box-3, .digital-marketing-projects .header .slides .slide-3 .box.box-3, .contact-us .header .slides .slide-3 .box.box-3 {
  left: 400px;
  top: calc(50% + 230px);
  transform: translateY(-50%);
}
.headhunting .header .slides .slide-3.active .bg, .webdev .header .slides .slide-3.active .bg, .digital-marketing-service .header .slides .slide-3.active .bg, .about-us .header .slides .slide-3.active .bg, .our-projects .header .slides .slide-3.active .bg, .blog-page .header .slides .slide-3.active .bg, .single-project .header .slides .slide-3.active .bg,
.single-post .header .slides .slide-3.active .bg, .archive .header .slides .slide-3.active .bg, .digital-marketing-projects .header .slides .slide-3.active .bg, .contact-us .header .slides .slide-3.active .bg {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-in forwards;
}
.headhunting .header .slides .slide-3.active .img, .webdev .header .slides .slide-3.active .img, .digital-marketing-service .header .slides .slide-3.active .img, .about-us .header .slides .slide-3.active .img, .our-projects .header .slides .slide-3.active .img, .blog-page .header .slides .slide-3.active .img, .single-project .header .slides .slide-3.active .img,
.single-post .header .slides .slide-3.active .img, .archive .header .slides .slide-3.active .img, .digital-marketing-projects .header .slides .slide-3.active .img, .contact-us .header .slides .slide-3.active .img {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-in forwards;
}
.headhunting .header .slides .slide-3.active .box, .webdev .header .slides .slide-3.active .box, .digital-marketing-service .header .slides .slide-3.active .box, .about-us .header .slides .slide-3.active .box, .our-projects .header .slides .slide-3.active .box, .blog-page .header .slides .slide-3.active .box, .single-project .header .slides .slide-3.active .box,
.single-post .header .slides .slide-3.active .box, .archive .header .slides .slide-3.active .box, .digital-marketing-projects .header .slides .slide-3.active .box, .contact-us .header .slides .slide-3.active .box {
  opacity: 1;
}
.headhunting .header .slides .slide-3.active .box.box-1, .webdev .header .slides .slide-3.active .box.box-1, .digital-marketing-service .header .slides .slide-3.active .box.box-1, .about-us .header .slides .slide-3.active .box.box-1, .our-projects .header .slides .slide-3.active .box.box-1, .blog-page .header .slides .slide-3.active .box.box-1, .single-project .header .slides .slide-3.active .box.box-1,
.single-post .header .slides .slide-3.active .box.box-1, .archive .header .slides .slide-3.active .box.box-1, .digital-marketing-projects .header .slides .slide-3.active .box.box-1, .contact-us .header .slides .slide-3.active .box.box-1 {
  left: -150px;
}
.headhunting .header .slides .slide-3.active .box.box-2, .webdev .header .slides .slide-3.active .box.box-2, .digital-marketing-service .header .slides .slide-3.active .box.box-2, .about-us .header .slides .slide-3.active .box.box-2, .our-projects .header .slides .slide-3.active .box.box-2, .blog-page .header .slides .slide-3.active .box.box-2, .single-project .header .slides .slide-3.active .box.box-2,
.single-post .header .slides .slide-3.active .box.box-2, .archive .header .slides .slide-3.active .box.box-2, .digital-marketing-projects .header .slides .slide-3.active .box.box-2, .contact-us .header .slides .slide-3.active .box.box-2 {
  left: 150px;
}
.headhunting .header .slides .slide-3.active .box.box-3, .webdev .header .slides .slide-3.active .box.box-3, .digital-marketing-service .header .slides .slide-3.active .box.box-3, .about-us .header .slides .slide-3.active .box.box-3, .our-projects .header .slides .slide-3.active .box.box-3, .blog-page .header .slides .slide-3.active .box.box-3, .single-project .header .slides .slide-3.active .box.box-3,
.single-post .header .slides .slide-3.active .box.box-3, .archive .header .slides .slide-3.active .box.box-3, .digital-marketing-projects .header .slides .slide-3.active .box.box-3, .contact-us .header .slides .slide-3.active .box.box-3 {
  left: 150px;
}
.headhunting .header .slides .slide-3 .overlay, .webdev .header .slides .slide-3 .overlay, .digital-marketing-service .header .slides .slide-3 .overlay, .about-us .header .slides .slide-3 .overlay, .our-projects .header .slides .slide-3 .overlay, .blog-page .header .slides .slide-3 .overlay, .single-project .header .slides .slide-3 .overlay,
.single-post .header .slides .slide-3 .overlay, .archive .header .slides .slide-3 .overlay, .digital-marketing-projects .header .slides .slide-3 .overlay, .contact-us .header .slides .slide-3 .overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: #FF0A72;
}
.headhunting .header .slides .slide-3 .box, .webdev .header .slides .slide-3 .box, .digital-marketing-service .header .slides .slide-3 .box, .about-us .header .slides .slide-3 .box, .our-projects .header .slides .slide-3 .box, .blog-page .header .slides .slide-3 .box, .single-project .header .slides .slide-3 .box,
.single-post .header .slides .slide-3 .box, .archive .header .slides .slide-3 .box, .digital-marketing-projects .header .slides .slide-3 .box, .contact-us .header .slides .slide-3 .box {
  position: absolute;
  z-index: 5;
  opacity: 0;
  transition: 2s cubic-bezier(1, 0, 0, 1);
}
.headhunting .header .slides .slide-4, .webdev .header .slides .slide-4, .digital-marketing-service .header .slides .slide-4, .about-us .header .slides .slide-4, .our-projects .header .slides .slide-4, .blog-page .header .slides .slide-4, .single-project .header .slides .slide-4,
.single-post .header .slides .slide-4, .archive .header .slides .slide-4, .digital-marketing-projects .header .slides .slide-4, .contact-us .header .slides .slide-4 {
  width: 600px;
  overflow: visible;
  top: 0;
  left: unset;
  right: 0;
  transform: translate(0, 0);
}
.headhunting .header .slides .slide-4 img, .webdev .header .slides .slide-4 img, .digital-marketing-service .header .slides .slide-4 img, .about-us .header .slides .slide-4 img, .our-projects .header .slides .slide-4 img, .blog-page .header .slides .slide-4 img, .single-project .header .slides .slide-4 img,
.single-post .header .slides .slide-4 img, .archive .header .slides .slide-4 img, .digital-marketing-projects .header .slides .slide-4 img, .contact-us .header .slides .slide-4 img {
  opacity: 1;
}
.headhunting .header .slides .slide-4.will-go .img, .webdev .header .slides .slide-4.will-go .img, .digital-marketing-service .header .slides .slide-4.will-go .img, .about-us .header .slides .slide-4.will-go .img, .our-projects .header .slides .slide-4.will-go .img, .blog-page .header .slides .slide-4.will-go .img, .single-project .header .slides .slide-4.will-go .img,
.single-post .header .slides .slide-4.will-go .img, .archive .header .slides .slide-4.will-go .img, .digital-marketing-projects .header .slides .slide-4.will-go .img, .contact-us .header .slides .slide-4.will-go .img {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-out forwards;
}
.headhunting .header .slides .slide-4.active .img, .webdev .header .slides .slide-4.active .img, .digital-marketing-service .header .slides .slide-4.active .img, .about-us .header .slides .slide-4.active .img, .our-projects .header .slides .slide-4.active .img, .blog-page .header .slides .slide-4.active .img, .single-project .header .slides .slide-4.active .img,
.single-post .header .slides .slide-4.active .img, .archive .header .slides .slide-4.active .img, .digital-marketing-projects .header .slides .slide-4.active .img, .contact-us .header .slides .slide-4.active .img {
  animation: 2s cubic-bezier(1, 0, 0, 1) fade-in forwards;
}
.headhunting .header .info, .webdev .header .info, .digital-marketing-service .header .info, .about-us .header .info, .our-projects .header .info, .blog-page .header .info, .single-project .header .info,
.single-post .header .info, .archive .header .info, .digital-marketing-projects .header .info, .contact-us .header .info {
  margin-bottom: 100px;
}
.headhunting .header .info .lead, .webdev .header .info .lead, .digital-marketing-service .header .info .lead, .about-us .header .info .lead, .our-projects .header .info .lead, .blog-page .header .info .lead, .single-project .header .info .lead,
.single-post .header .info .lead, .archive .header .info .lead, .digital-marketing-projects .header .info .lead, .contact-us .header .info .lead {
  margin-bottom: 0;
}
.headhunting .our-services .bg-element, .webdev .our-services .bg-element, .digital-marketing-service .our-services .bg-element, .about-us .our-services .bg-element, .our-projects .our-services .bg-element, .blog-page .our-services .bg-element, .single-project .our-services .bg-element,
.single-post .our-services .bg-element, .archive .our-services .bg-element, .digital-marketing-projects .our-services .bg-element, .contact-us .our-services .bg-element, .webdev .our-services-info .bg-element, .digital-marketing-service .our-services-info .bg-element, .about-us .our-services-info .bg-element, .our-projects .our-services-info .bg-element, .blog-page .our-services-info .bg-element, .single-project .our-services-info .bg-element,
.single-post .our-services-info .bg-element, .archive .our-services-info .bg-element, .digital-marketing-projects .our-services-info .bg-element, .contact-us .our-services-info .bg-element, .digital-marketing-service .image-sect .bg-element, .about-us .image-sect .bg-element, .our-projects .image-sect .bg-element, .blog-page .image-sect .bg-element, .single-project .image-sect .bg-element,
.single-post .image-sect .bg-element, .archive .image-sect .bg-element, .digital-marketing-projects .image-sect .bg-element, .contact-us .image-sect .bg-element {
  top: 45%;
}
.headhunting .our-services .bg-element:nth-child(1), .webdev .our-services .bg-element:nth-child(1), .digital-marketing-service .our-services .bg-element:nth-child(1), .about-us .our-services .bg-element:nth-child(1), .our-projects .our-services .bg-element:nth-child(1), .blog-page .our-services .bg-element:nth-child(1), .single-project .our-services .bg-element:nth-child(1),
.single-post .our-services .bg-element:nth-child(1), .archive .our-services .bg-element:nth-child(1), .digital-marketing-projects .our-services .bg-element:nth-child(1), .contact-us .our-services .bg-element:nth-child(1), .webdev .our-services-info .bg-element:nth-child(1), .digital-marketing-service .our-services-info .bg-element:nth-child(1), .about-us .our-services-info .bg-element:nth-child(1), .our-projects .our-services-info .bg-element:nth-child(1), .blog-page .our-services-info .bg-element:nth-child(1), .single-project .our-services-info .bg-element:nth-child(1),
.single-post .our-services-info .bg-element:nth-child(1), .archive .our-services-info .bg-element:nth-child(1), .digital-marketing-projects .our-services-info .bg-element:nth-child(1), .contact-us .our-services-info .bg-element:nth-child(1), .digital-marketing-service .image-sect .bg-element:nth-child(1), .about-us .image-sect .bg-element:nth-child(1), .our-projects .image-sect .bg-element:nth-child(1), .blog-page .image-sect .bg-element:nth-child(1), .single-project .image-sect .bg-element:nth-child(1),
.single-post .image-sect .bg-element:nth-child(1), .archive .image-sect .bg-element:nth-child(1), .digital-marketing-projects .image-sect .bg-element:nth-child(1), .contact-us .image-sect .bg-element:nth-child(1) {
  width: 162px;
  height: 162px;
  background: rgba(255, 10, 114, 0.3);
  filter: blur(82px);
  right: 0;
  left: unset;
  top: 25%;
  transform: translateX(-40%);
}
.headhunting .our-services .bg-element:nth-child(3), .webdev .our-services .bg-element:nth-child(3), .digital-marketing-service .our-services .bg-element:nth-child(3), .about-us .our-services .bg-element:nth-child(3), .our-projects .our-services .bg-element:nth-child(3), .blog-page .our-services .bg-element:nth-child(3), .single-project .our-services .bg-element:nth-child(3),
.single-post .our-services .bg-element:nth-child(3), .archive .our-services .bg-element:nth-child(3), .digital-marketing-projects .our-services .bg-element:nth-child(3), .contact-us .our-services .bg-element:nth-child(3), .webdev .our-services-info .bg-element:nth-child(3), .digital-marketing-service .our-services-info .bg-element:nth-child(3), .about-us .our-services-info .bg-element:nth-child(3), .our-projects .our-services-info .bg-element:nth-child(3), .blog-page .our-services-info .bg-element:nth-child(3), .single-project .our-services-info .bg-element:nth-child(3),
.single-post .our-services-info .bg-element:nth-child(3), .archive .our-services-info .bg-element:nth-child(3), .digital-marketing-projects .our-services-info .bg-element:nth-child(3), .contact-us .our-services-info .bg-element:nth-child(3), .digital-marketing-service .image-sect .bg-element:nth-child(3), .about-us .image-sect .bg-element:nth-child(3), .our-projects .image-sect .bg-element:nth-child(3), .blog-page .image-sect .bg-element:nth-child(3), .single-project .image-sect .bg-element:nth-child(3),
.single-post .image-sect .bg-element:nth-child(3), .archive .image-sect .bg-element:nth-child(3), .digital-marketing-projects .image-sect .bg-element:nth-child(3), .contact-us .image-sect .bg-element:nth-child(3) {
  width: 417.08px;
  left: -10%;
  transform-origin: center center;
  animation: 3s bg-rect-rotation cubic-bezier(1, 0.02, 0, 0.98) infinite alternate;
}
.headhunting .our-services .cards .card .bg-icon, .webdev .our-services .cards .card .bg-icon, .digital-marketing-service .our-services .cards .card .bg-icon, .about-us .our-services .cards .card .bg-icon, .our-projects .our-services .cards .card .bg-icon, .blog-page .our-services .cards .card .bg-icon, .single-project .our-services .cards .card .bg-icon,
.single-post .our-services .cards .card .bg-icon, .archive .our-services .cards .card .bg-icon, .digital-marketing-projects .our-services .cards .card .bg-icon, .contact-us .our-services .cards .card .bg-icon, .webdev .our-services-info .cards .card .bg-icon, .digital-marketing-service .our-services-info .cards .card .bg-icon, .about-us .our-services-info .cards .card .bg-icon, .our-projects .our-services-info .cards .card .bg-icon, .blog-page .our-services-info .cards .card .bg-icon, .single-project .our-services-info .cards .card .bg-icon,
.single-post .our-services-info .cards .card .bg-icon, .archive .our-services-info .cards .card .bg-icon, .digital-marketing-projects .our-services-info .cards .card .bg-icon, .contact-us .our-services-info .cards .card .bg-icon, .digital-marketing-service .image-sect .cards .card .bg-icon, .about-us .image-sect .cards .card .bg-icon, .our-projects .image-sect .cards .card .bg-icon, .blog-page .image-sect .cards .card .bg-icon, .single-project .image-sect .cards .card .bg-icon,
.single-post .image-sect .cards .card .bg-icon, .archive .image-sect .cards .card .bg-icon, .digital-marketing-projects .image-sect .cards .card .bg-icon, .contact-us .image-sect .cards .card .bg-icon {
  top: 100%;
  transform: translateY(calc(-100% + -40px));
}
.headhunting .our-services .cards .card .left .lead, .webdev .our-services .cards .card .left .lead, .digital-marketing-service .our-services .cards .card .left .lead, .about-us .our-services .cards .card .left .lead, .our-projects .our-services .cards .card .left .lead, .blog-page .our-services .cards .card .left .lead, .single-project .our-services .cards .card .left .lead,
.single-post .our-services .cards .card .left .lead, .archive .our-services .cards .card .left .lead, .digital-marketing-projects .our-services .cards .card .left .lead, .contact-us .our-services .cards .card .left .lead, .webdev .our-services-info .cards .card .left .lead, .digital-marketing-service .our-services-info .cards .card .left .lead, .about-us .our-services-info .cards .card .left .lead, .our-projects .our-services-info .cards .card .left .lead, .blog-page .our-services-info .cards .card .left .lead, .single-project .our-services-info .cards .card .left .lead,
.single-post .our-services-info .cards .card .left .lead, .archive .our-services-info .cards .card .left .lead, .digital-marketing-projects .our-services-info .cards .card .left .lead, .contact-us .our-services-info .cards .card .left .lead, .digital-marketing-service .image-sect .cards .card .left .lead, .about-us .image-sect .cards .card .left .lead, .our-projects .image-sect .cards .card .left .lead, .blog-page .image-sect .cards .card .left .lead, .single-project .image-sect .cards .card .left .lead,
.single-post .image-sect .cards .card .left .lead, .archive .image-sect .cards .card .left .lead, .digital-marketing-projects .image-sect .cards .card .left .lead, .contact-us .image-sect .cards .card .left .lead {
  padding-right: 40px;
}
.headhunting .strategic .center-row, .webdev .strategic .center-row, .digital-marketing-service .strategic .center-row, .about-us .strategic .center-row, .our-projects .strategic .center-row, .blog-page .strategic .center-row, .single-project .strategic .center-row,
.single-post .strategic .center-row, .archive .strategic .center-row, .digital-marketing-projects .strategic .center-row, .contact-us .strategic .center-row {
  display: flex;
  align-items: center;
  gap: 17px;
}
.headhunting .strategic .center-row .title, .webdev .strategic .center-row .title, .digital-marketing-service .strategic .center-row .title, .about-us .strategic .center-row .title, .our-projects .strategic .center-row .title, .blog-page .strategic .center-row .title, .single-project .strategic .center-row .title,
.single-post .strategic .center-row .title, .archive .strategic .center-row .title, .digital-marketing-projects .strategic .center-row .title, .contact-us .strategic .center-row .title {
  font-size: 48px;
  line-height: 65px;
  margin-left: 0;
  width: 821px;
}
.headhunting .strategic .number, .webdev .strategic .number, .digital-marketing-service .strategic .number, .about-us .strategic .number, .our-projects .strategic .number, .blog-page .strategic .number, .single-project .strategic .number,
.single-post .strategic .number, .archive .strategic .number, .digital-marketing-projects .strategic .number, .contact-us .strategic .number {
  margin-bottom: 36px !important;
  position: relative;
  width: fit-content;
  left: 30px;
}
.headhunting .strategic .number::before, .webdev .strategic .number::before, .digital-marketing-service .strategic .number::before, .about-us .strategic .number::before, .our-projects .strategic .number::before, .blog-page .strategic .number::before, .single-project .strategic .number::before,
.single-post .strategic .number::before, .archive .strategic .number::before, .digital-marketing-projects .strategic .number::before, .contact-us .strategic .number::before {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  opacity: 0.2;
  background: #e60062;
  position: absolute;
  content: "";
  left: -30px;
  top: 20%;
  transform: translateY(-50%);
}
.headhunting .strategic .services .service, .webdev .strategic .services .service, .digital-marketing-service .strategic .services .service, .about-us .strategic .services .service, .our-projects .strategic .services .service, .blog-page .strategic .services .service, .single-project .strategic .services .service,
.single-post .strategic .services .service, .archive .strategic .services .service, .digital-marketing-projects .strategic .services .service, .contact-us .strategic .services .service {
  padding-bottom: 24px;
}
.headhunting .strategic .services .service .img, .webdev .strategic .services .service .img, .digital-marketing-service .strategic .services .service .img, .about-us .strategic .services .service .img, .our-projects .strategic .services .service .img, .blog-page .strategic .services .service .img, .single-project .strategic .services .service .img,
.single-post .strategic .services .service .img, .archive .strategic .services .service .img, .digital-marketing-projects .strategic .services .service .img, .contact-us .strategic .services .service .img {
  background: transparent;
}
.headhunting .strategic .services .service .up, .webdev .strategic .services .service .up, .digital-marketing-service .strategic .services .service .up, .about-us .strategic .services .service .up, .our-projects .strategic .services .service .up, .blog-page .strategic .services .service .up, .single-project .strategic .services .service .up,
.single-post .strategic .services .service .up, .archive .strategic .services .service .up, .digital-marketing-projects .strategic .services .service .up, .contact-us .strategic .services .service .up {
  margin-bottom: 25px;
}
.headhunting .strategic .services .service .lead, .webdev .strategic .services .service .lead, .digital-marketing-service .strategic .services .service .lead, .about-us .strategic .services .service .lead, .our-projects .strategic .services .service .lead, .blog-page .strategic .services .service .lead, .single-project .strategic .services .service .lead,
.single-post .strategic .services .service .lead, .archive .strategic .services .service .lead, .digital-marketing-projects .strategic .services .service .lead, .contact-us .strategic .services .service .lead {
  margin-bottom: 0;
}
.headhunting .strategic.our-services .bg-element, .webdev .strategic.our-services .bg-element, .digital-marketing-service .strategic.our-services .bg-element, .about-us .strategic.our-services .bg-element, .our-projects .strategic.our-services .bg-element, .blog-page .strategic.our-services .bg-element, .single-project .strategic.our-services .bg-element,
.single-post .strategic.our-services .bg-element, .archive .strategic.our-services .bg-element, .digital-marketing-projects .strategic.our-services .bg-element, .contact-us .strategic.our-services .bg-element, .webdev .strategic.our-services-info .bg-element, .digital-marketing-service .strategic.our-services-info .bg-element, .about-us .strategic.our-services-info .bg-element, .our-projects .strategic.our-services-info .bg-element, .blog-page .strategic.our-services-info .bg-element, .single-project .strategic.our-services-info .bg-element,
.single-post .strategic.our-services-info .bg-element, .archive .strategic.our-services-info .bg-element, .digital-marketing-projects .strategic.our-services-info .bg-element, .contact-us .strategic.our-services-info .bg-element, .digital-marketing-service .strategic.image-sect .bg-element, .about-us .strategic.image-sect .bg-element, .our-projects .strategic.image-sect .bg-element, .blog-page .strategic.image-sect .bg-element, .single-project .strategic.image-sect .bg-element,
.single-post .strategic.image-sect .bg-element, .archive .strategic.image-sect .bg-element, .digital-marketing-projects .strategic.image-sect .bg-element, .contact-us .strategic.image-sect .bg-element {
  top: -380px;
  height: unset !important;
  background: unset !important;
  filter: unset !important;
  right: 0;
  left: unset;
  transform: translate(0, -100%);
  width: 370px;
  transform-origin: center center;
  animation: 3s bg-rect-2-rotation cubic-bezier(1, 0.02, 0, 0.98) infinite alternate;
}
.headhunting .why-job, .webdev .why-job, .digital-marketing-service .why-job, .about-us .why-job, .our-projects .why-job, .blog-page .why-job, .single-project .why-job,
.single-post .why-job, .archive .why-job, .digital-marketing-projects .why-job, .contact-us .why-job, .headhunting .why-company, .webdev .why-company, .digital-marketing-service .why-company, .about-us .why-company, .our-projects .why-company, .blog-page .why-company, .single-project .why-company,
.single-post .why-company, .archive .why-company, .digital-marketing-projects .why-company, .contact-us .why-company {
  background: transparent;
  position: relative;
}
.headhunting .why-job .bg-element, .webdev .why-job .bg-element, .digital-marketing-service .why-job .bg-element, .about-us .why-job .bg-element, .our-projects .why-job .bg-element, .blog-page .why-job .bg-element, .single-project .why-job .bg-element,
.single-post .why-job .bg-element, .archive .why-job .bg-element, .digital-marketing-projects .why-job .bg-element, .contact-us .why-job .bg-element, .headhunting .why-company .bg-element, .webdev .why-company .bg-element, .digital-marketing-service .why-company .bg-element, .about-us .why-company .bg-element, .our-projects .why-company .bg-element, .blog-page .why-company .bg-element, .single-project .why-company .bg-element,
.single-post .why-company .bg-element, .archive .why-company .bg-element, .digital-marketing-projects .why-company .bg-element, .contact-us .why-company .bg-element {
  left: -180px;
  top: unset;
  bottom: -280px;
  transform: translate(-30%, 60%);
  transform-origin: center center;
  animation: 3s bg-rect-rotation cubic-bezier(1, 0.02, 0, 0.98) infinite alternate;
}
.headhunting .why-job .content, .webdev .why-job .content, .digital-marketing-service .why-job .content, .about-us .why-job .content, .our-projects .why-job .content, .blog-page .why-job .content, .single-project .why-job .content,
.single-post .why-job .content, .archive .why-job .content, .digital-marketing-projects .why-job .content, .contact-us .why-job .content, .headhunting .why-company .content, .webdev .why-company .content, .digital-marketing-service .why-company .content, .about-us .why-company .content, .our-projects .why-company .content, .blog-page .why-company .content, .single-project .why-company .content,
.single-post .why-company .content, .archive .why-company .content, .digital-marketing-projects .why-company .content, .contact-us .why-company .content {
  width: 1205px;
  align-items: center;
  gap: 0;
}
.headhunting .why-job .content .frame, .webdev .why-job .content .frame, .digital-marketing-service .why-job .content .frame, .about-us .why-job .content .frame, .our-projects .why-job .content .frame, .blog-page .why-job .content .frame, .single-project .why-job .content .frame,
.single-post .why-job .content .frame, .archive .why-job .content .frame, .digital-marketing-projects .why-job .content .frame, .contact-us .why-job .content .frame, .headhunting .why-company .content .frame, .webdev .why-company .content .frame, .digital-marketing-service .why-company .content .frame, .about-us .why-company .content .frame, .our-projects .why-company .content .frame, .blog-page .why-company .content .frame, .single-project .why-company .content .frame,
.single-post .why-company .content .frame, .archive .why-company .content .frame, .digital-marketing-projects .why-company .content .frame, .contact-us .why-company .content .frame {
  max-width: 536px;
  flex: 0 0 536px;
}
.headhunting .why-job .content .frame .image, .webdev .why-job .content .frame .image, .digital-marketing-service .why-job .content .frame .image, .about-us .why-job .content .frame .image, .our-projects .why-job .content .frame .image, .blog-page .why-job .content .frame .image, .single-project .why-job .content .frame .image,
.single-post .why-job .content .frame .image, .archive .why-job .content .frame .image, .digital-marketing-projects .why-job .content .frame .image, .contact-us .why-job .content .frame .image, .headhunting .why-company .content .frame .image, .webdev .why-company .content .frame .image, .digital-marketing-service .why-company .content .frame .image, .about-us .why-company .content .frame .image, .our-projects .why-company .content .frame .image, .blog-page .why-company .content .frame .image, .single-project .why-company .content .frame .image,
.single-post .why-company .content .frame .image, .archive .why-company .content .frame .image, .digital-marketing-projects .why-company .content .frame .image, .contact-us .why-company .content .frame .image {
  border-radius: 50%;
  overflow: hidden;
}
.headhunting .why-job .content .frame .image::before, .webdev .why-job .content .frame .image::before, .digital-marketing-service .why-job .content .frame .image::before, .about-us .why-job .content .frame .image::before, .our-projects .why-job .content .frame .image::before, .blog-page .why-job .content .frame .image::before, .single-project .why-job .content .frame .image::before,
.single-post .why-job .content .frame .image::before, .archive .why-job .content .frame .image::before, .digital-marketing-projects .why-job .content .frame .image::before, .contact-us .why-job .content .frame .image::before, .headhunting .why-company .content .frame .image::before, .webdev .why-company .content .frame .image::before, .digital-marketing-service .why-company .content .frame .image::before, .about-us .why-company .content .frame .image::before, .our-projects .why-company .content .frame .image::before, .blog-page .why-company .content .frame .image::before, .single-project .why-company .content .frame .image::before,
.single-post .why-company .content .frame .image::before, .archive .why-company .content .frame .image::before, .digital-marketing-projects .why-company .content .frame .image::before, .contact-us .why-company .content .frame .image::before {
  all: unset !important;
}
.headhunting .why-job .content .right .note-title, .webdev .why-job .content .right .note-title, .digital-marketing-service .why-job .content .right .note-title, .about-us .why-job .content .right .note-title, .our-projects .why-job .content .right .note-title, .blog-page .why-job .content .right .note-title, .single-project .why-job .content .right .note-title,
.single-post .why-job .content .right .note-title, .archive .why-job .content .right .note-title, .digital-marketing-projects .why-job .content .right .note-title, .contact-us .why-job .content .right .note-title, .headhunting .why-company .content .right .note-title, .webdev .why-company .content .right .note-title, .digital-marketing-service .why-company .content .right .note-title, .about-us .why-company .content .right .note-title, .our-projects .why-company .content .right .note-title, .blog-page .why-company .content .right .note-title, .single-project .why-company .content .right .note-title,
.single-post .why-company .content .right .note-title, .archive .why-company .content .right .note-title, .digital-marketing-projects .why-company .content .right .note-title, .contact-us .why-company .content .right .note-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 32px;
  position: relative;
  width: fit-content;
  padding-bottom: 8px;
}
.headhunting .why-job .content .right .note-title::before, .webdev .why-job .content .right .note-title::before, .digital-marketing-service .why-job .content .right .note-title::before, .about-us .why-job .content .right .note-title::before, .our-projects .why-job .content .right .note-title::before, .blog-page .why-job .content .right .note-title::before, .single-project .why-job .content .right .note-title::before,
.single-post .why-job .content .right .note-title::before, .archive .why-job .content .right .note-title::before, .digital-marketing-projects .why-job .content .right .note-title::before, .contact-us .why-job .content .right .note-title::before, .headhunting .why-company .content .right .note-title::before, .webdev .why-company .content .right .note-title::before, .digital-marketing-service .why-company .content .right .note-title::before, .about-us .why-company .content .right .note-title::before, .our-projects .why-company .content .right .note-title::before, .blog-page .why-company .content .right .note-title::before, .single-project .why-company .content .right .note-title::before,
.single-post .why-company .content .right .note-title::before, .archive .why-company .content .right .note-title::before, .digital-marketing-projects .why-company .content .right .note-title::before, .contact-us .why-company .content .right .note-title::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background: white;
}
.headhunting .why-job .content .right .title, .webdev .why-job .content .right .title, .digital-marketing-service .why-job .content .right .title, .about-us .why-job .content .right .title, .our-projects .why-job .content .right .title, .blog-page .why-job .content .right .title, .single-project .why-job .content .right .title,
.single-post .why-job .content .right .title, .archive .why-job .content .right .title, .digital-marketing-projects .why-job .content .right .title, .contact-us .why-job .content .right .title, .headhunting .why-company .content .right .title, .webdev .why-company .content .right .title, .digital-marketing-service .why-company .content .right .title, .about-us .why-company .content .right .title, .our-projects .why-company .content .right .title, .blog-page .why-company .content .right .title, .single-project .why-company .content .right .title,
.single-post .why-company .content .right .title, .archive .why-company .content .right .title, .digital-marketing-projects .why-company .content .right .title, .contact-us .why-company .content .right .title {
  margin-bottom: 60px;
  margin-left: 50px;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: capitalize;
  color: white;
}
.headhunting .why-job .content .right .title span, .webdev .why-job .content .right .title span, .digital-marketing-service .why-job .content .right .title span, .about-us .why-job .content .right .title span, .our-projects .why-job .content .right .title span, .blog-page .why-job .content .right .title span, .single-project .why-job .content .right .title span,
.single-post .why-job .content .right .title span, .archive .why-job .content .right .title span, .digital-marketing-projects .why-job .content .right .title span, .contact-us .why-job .content .right .title span, .headhunting .why-company .content .right .title span, .webdev .why-company .content .right .title span, .digital-marketing-service .why-company .content .right .title span, .about-us .why-company .content .right .title span, .our-projects .why-company .content .right .title span, .blog-page .why-company .content .right .title span, .single-project .why-company .content .right .title span,
.single-post .why-company .content .right .title span, .archive .why-company .content .right .title span, .digital-marketing-projects .why-company .content .right .title span, .contact-us .why-company .content .right .title span {
  color: #e60062;
}
.headhunting .why-job .content .right .features, .webdev .why-job .content .right .features, .digital-marketing-service .why-job .content .right .features, .about-us .why-job .content .right .features, .our-projects .why-job .content .right .features, .blog-page .why-job .content .right .features, .single-project .why-job .content .right .features,
.single-post .why-job .content .right .features, .archive .why-job .content .right .features, .digital-marketing-projects .why-job .content .right .features, .contact-us .why-job .content .right .features, .headhunting .why-company .content .right .features, .webdev .why-company .content .right .features, .digital-marketing-service .why-company .content .right .features, .about-us .why-company .content .right .features, .our-projects .why-company .content .right .features, .blog-page .why-company .content .right .features, .single-project .why-company .content .right .features,
.single-post .why-company .content .right .features, .archive .why-company .content .right .features, .digital-marketing-projects .why-company .content .right .features, .contact-us .why-company .content .right .features {
  margin-left: 80px;
  margin-bottom: 77px;
}
.headhunting .why-job .content .right .features .feature .lead, .webdev .why-job .content .right .features .feature .lead, .digital-marketing-service .why-job .content .right .features .feature .lead, .about-us .why-job .content .right .features .feature .lead, .our-projects .why-job .content .right .features .feature .lead, .blog-page .why-job .content .right .features .feature .lead, .single-project .why-job .content .right .features .feature .lead,
.single-post .why-job .content .right .features .feature .lead, .archive .why-job .content .right .features .feature .lead, .digital-marketing-projects .why-job .content .right .features .feature .lead, .contact-us .why-job .content .right .features .feature .lead, .headhunting .why-company .content .right .features .feature .lead, .webdev .why-company .content .right .features .feature .lead, .digital-marketing-service .why-company .content .right .features .feature .lead, .about-us .why-company .content .right .features .feature .lead, .our-projects .why-company .content .right .features .feature .lead, .blog-page .why-company .content .right .features .feature .lead, .single-project .why-company .content .right .features .feature .lead,
.single-post .why-company .content .right .features .feature .lead, .archive .why-company .content .right .features .feature .lead, .digital-marketing-projects .why-company .content .right .features .feature .lead, .contact-us .why-company .content .right .features .feature .lead {
  font-size: 20px;
  color: white;
}
.headhunting .why-job .content .right .features .feature .icon, .webdev .why-job .content .right .features .feature .icon, .digital-marketing-service .why-job .content .right .features .feature .icon, .about-us .why-job .content .right .features .feature .icon, .our-projects .why-job .content .right .features .feature .icon, .blog-page .why-job .content .right .features .feature .icon, .single-project .why-job .content .right .features .feature .icon,
.single-post .why-job .content .right .features .feature .icon, .archive .why-job .content .right .features .feature .icon, .digital-marketing-projects .why-job .content .right .features .feature .icon, .contact-us .why-job .content .right .features .feature .icon, .headhunting .why-company .content .right .features .feature .icon, .webdev .why-company .content .right .features .feature .icon, .digital-marketing-service .why-company .content .right .features .feature .icon, .about-us .why-company .content .right .features .feature .icon, .our-projects .why-company .content .right .features .feature .icon, .blog-page .why-company .content .right .features .feature .icon, .single-project .why-company .content .right .features .feature .icon,
.single-post .why-company .content .right .features .feature .icon, .archive .why-company .content .right .features .feature .icon, .digital-marketing-projects .why-company .content .right .features .feature .icon, .contact-us .why-company .content .right .features .feature .icon {
  width: 70px;
  height: 70px;
}
.headhunting .why-job .content .right .features .feature .icon img, .webdev .why-job .content .right .features .feature .icon img, .digital-marketing-service .why-job .content .right .features .feature .icon img, .about-us .why-job .content .right .features .feature .icon img, .our-projects .why-job .content .right .features .feature .icon img, .blog-page .why-job .content .right .features .feature .icon img, .single-project .why-job .content .right .features .feature .icon img,
.single-post .why-job .content .right .features .feature .icon img, .archive .why-job .content .right .features .feature .icon img, .digital-marketing-projects .why-job .content .right .features .feature .icon img, .contact-us .why-job .content .right .features .feature .icon img, .headhunting .why-company .content .right .features .feature .icon img, .webdev .why-company .content .right .features .feature .icon img, .digital-marketing-service .why-company .content .right .features .feature .icon img, .about-us .why-company .content .right .features .feature .icon img, .our-projects .why-company .content .right .features .feature .icon img, .blog-page .why-company .content .right .features .feature .icon img, .single-project .why-company .content .right .features .feature .icon img,
.single-post .why-company .content .right .features .feature .icon img, .archive .why-company .content .right .features .feature .icon img, .digital-marketing-projects .why-company .content .right .features .feature .icon img, .contact-us .why-company .content .right .features .feature .icon img {
  width: 50px !important;
}
.headhunting .why-job .content .right .features .btn, .webdev .why-job .content .right .features .btn, .digital-marketing-service .why-job .content .right .features .btn, .about-us .why-job .content .right .features .btn, .our-projects .why-job .content .right .features .btn, .blog-page .why-job .content .right .features .btn, .single-project .why-job .content .right .features .btn,
.single-post .why-job .content .right .features .btn, .archive .why-job .content .right .features .btn, .digital-marketing-projects .why-job .content .right .features .btn, .contact-us .why-job .content .right .features .btn, .headhunting .why-company .content .right .features .btn, .webdev .why-company .content .right .features .btn, .digital-marketing-service .why-company .content .right .features .btn, .about-us .why-company .content .right .features .btn, .our-projects .why-company .content .right .features .btn, .blog-page .why-company .content .right .features .btn, .single-project .why-company .content .right .features .btn,
.single-post .why-company .content .right .features .btn, .archive .why-company .content .right .features .btn, .digital-marketing-projects .why-company .content .right .features .btn, .contact-us .why-company .content .right .features .btn, .headhunting .why-job .content .right .features .wpcf7 input[type=submit], .webdev .why-job .content .right .features .wpcf7 input[type=submit], .digital-marketing-service .why-job .content .right .features .wpcf7 input[type=submit], .about-us .why-job .content .right .features .wpcf7 input[type=submit], .our-projects .why-job .content .right .features .wpcf7 input[type=submit], .blog-page .why-job .content .right .features .wpcf7 input[type=submit], .single-project .why-job .content .right .features .wpcf7 input[type=submit],
.single-post .why-job .content .right .features .wpcf7 input[type=submit], .archive .why-job .content .right .features .wpcf7 input[type=submit], .digital-marketing-projects .why-job .content .right .features .wpcf7 input[type=submit], .contact-us .why-job .content .right .features .wpcf7 input[type=submit], .headhunting .why-company .content .right .features .wpcf7 input[type=submit], .webdev .why-company .content .right .features .wpcf7 input[type=submit], .digital-marketing-service .why-company .content .right .features .wpcf7 input[type=submit], .about-us .why-company .content .right .features .wpcf7 input[type=submit], .our-projects .why-company .content .right .features .wpcf7 input[type=submit], .blog-page .why-company .content .right .features .wpcf7 input[type=submit], .single-project .why-company .content .right .features .wpcf7 input[type=submit],
.single-post .why-company .content .right .features .wpcf7 input[type=submit], .archive .why-company .content .right .features .wpcf7 input[type=submit], .digital-marketing-projects .why-company .content .right .features .wpcf7 input[type=submit], .contact-us .why-company .content .right .features .wpcf7 input[type=submit], .wpcf7 .headhunting .why-job .content .right .features input[type=submit], .wpcf7 .webdev .why-job .content .right .features input[type=submit], .wpcf7 .digital-marketing-service .why-job .content .right .features input[type=submit], .wpcf7 .about-us .why-job .content .right .features input[type=submit], .wpcf7 .our-projects .why-job .content .right .features input[type=submit], .wpcf7 .blog-page .why-job .content .right .features input[type=submit], .wpcf7 .single-project .why-job .content .right .features input[type=submit],
.wpcf7 .single-post .why-job .content .right .features input[type=submit], .wpcf7 .archive .why-job .content .right .features input[type=submit], .wpcf7 .digital-marketing-projects .why-job .content .right .features input[type=submit], .wpcf7 .contact-us .why-job .content .right .features input[type=submit], .wpcf7 .headhunting .why-company .content .right .features input[type=submit], .wpcf7 .webdev .why-company .content .right .features input[type=submit], .wpcf7 .digital-marketing-service .why-company .content .right .features input[type=submit], .wpcf7 .about-us .why-company .content .right .features input[type=submit], .wpcf7 .our-projects .why-company .content .right .features input[type=submit], .wpcf7 .blog-page .why-company .content .right .features input[type=submit], .wpcf7 .single-project .why-company .content .right .features input[type=submit],
.wpcf7 .single-post .why-company .content .right .features input[type=submit], .wpcf7 .archive .why-company .content .right .features input[type=submit], .wpcf7 .digital-marketing-projects .why-company .content .right .features input[type=submit], .wpcf7 .contact-us .why-company .content .right .features input[type=submit], .headhunting .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .webdev .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .headhunting .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .webdev .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .headhunting .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .webdev .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .why-job .content .right .features a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .headhunting .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .webdev .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .why-company .content .right .features a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .why-company .content .right .features a.button, .headhunting .why-job .content .right .features .woocommerce-info a.button, .webdev .why-job .content .right .features .woocommerce-info a.button, .digital-marketing-service .why-job .content .right .features .woocommerce-info a.button, .about-us .why-job .content .right .features .woocommerce-info a.button, .our-projects .why-job .content .right .features .woocommerce-info a.button, .blog-page .why-job .content .right .features .woocommerce-info a.button, .single-project .why-job .content .right .features .woocommerce-info a.button,
.single-post .why-job .content .right .features .woocommerce-info a.button, .archive .why-job .content .right .features .woocommerce-info a.button, .digital-marketing-projects .why-job .content .right .features .woocommerce-info a.button, .contact-us .why-job .content .right .features .woocommerce-info a.button, .headhunting .why-company .content .right .features .woocommerce-info a.button, .webdev .why-company .content .right .features .woocommerce-info a.button, .digital-marketing-service .why-company .content .right .features .woocommerce-info a.button, .about-us .why-company .content .right .features .woocommerce-info a.button, .our-projects .why-company .content .right .features .woocommerce-info a.button, .blog-page .why-company .content .right .features .woocommerce-info a.button, .single-project .why-company .content .right .features .woocommerce-info a.button,
.single-post .why-company .content .right .features .woocommerce-info a.button, .archive .why-company .content .right .features .woocommerce-info a.button, .digital-marketing-projects .why-company .content .right .features .woocommerce-info a.button, .contact-us .why-company .content .right .features .woocommerce-info a.button, .woocommerce-info .headhunting .why-job .content .right .features a.button, .woocommerce-info .webdev .why-job .content .right .features a.button, .woocommerce-info .digital-marketing-service .why-job .content .right .features a.button, .woocommerce-info .about-us .why-job .content .right .features a.button, .woocommerce-info .our-projects .why-job .content .right .features a.button, .woocommerce-info .blog-page .why-job .content .right .features a.button, .woocommerce-info .single-project .why-job .content .right .features a.button,
.woocommerce-info .single-post .why-job .content .right .features a.button, .woocommerce-info .archive .why-job .content .right .features a.button, .woocommerce-info .digital-marketing-projects .why-job .content .right .features a.button, .woocommerce-info .contact-us .why-job .content .right .features a.button, .woocommerce-info .headhunting .why-company .content .right .features a.button, .woocommerce-info .webdev .why-company .content .right .features a.button, .woocommerce-info .digital-marketing-service .why-company .content .right .features a.button, .woocommerce-info .about-us .why-company .content .right .features a.button, .woocommerce-info .our-projects .why-company .content .right .features a.button, .woocommerce-info .blog-page .why-company .content .right .features a.button, .woocommerce-info .single-project .why-company .content .right .features a.button,
.woocommerce-info .single-post .why-company .content .right .features a.button, .woocommerce-info .archive .why-company .content .right .features a.button, .woocommerce-info .digital-marketing-projects .why-company .content .right .features a.button, .woocommerce-info .contact-us .why-company .content .right .features a.button {
  width: fit-content;
}
.headhunting .why-company, .webdev .why-company, .digital-marketing-service .why-company, .about-us .why-company, .our-projects .why-company, .blog-page .why-company, .single-project .why-company,
.single-post .why-company, .archive .why-company, .digital-marketing-projects .why-company, .contact-us .why-company {
  padding-top: 170px;
}
.headhunting .why-company .content, .webdev .why-company .content, .digital-marketing-service .why-company .content, .about-us .why-company .content, .our-projects .why-company .content, .blog-page .why-company .content, .single-project .why-company .content,
.single-post .why-company .content, .archive .why-company .content, .digital-marketing-projects .why-company .content, .contact-us .why-company .content {
  width: 1358px;
}
.headhunting .why-company .content .right, .webdev .why-company .content .right, .digital-marketing-service .why-company .content .right, .about-us .why-company .content .right, .our-projects .why-company .content .right, .blog-page .why-company .content .right, .single-project .why-company .content .right,
.single-post .why-company .content .right, .archive .why-company .content .right, .digital-marketing-projects .why-company .content .right, .contact-us .why-company .content .right {
  flex-basis: 53%;
}
.headhunting .why-company .content .features, .webdev .why-company .content .features, .digital-marketing-service .why-company .content .features, .about-us .why-company .content .features, .our-projects .why-company .content .features, .blog-page .why-company .content .features, .single-project .why-company .content .features,
.single-post .why-company .content .features, .archive .why-company .content .features, .digital-marketing-projects .why-company .content .features, .contact-us .why-company .content .features {
  margin-bottom: unset !important;
  gap: 32px;
}
.headhunting .why-company .content .features .feature .lead, .webdev .why-company .content .features .feature .lead, .digital-marketing-service .why-company .content .features .feature .lead, .about-us .why-company .content .features .feature .lead, .our-projects .why-company .content .features .feature .lead, .blog-page .why-company .content .features .feature .lead, .single-project .why-company .content .features .feature .lead,
.single-post .why-company .content .features .feature .lead, .archive .why-company .content .features .feature .lead, .digital-marketing-projects .why-company .content .features .feature .lead, .contact-us .why-company .content .features .feature .lead {
  width: 447px;
  color: white !important;
}
.headhunting .why-company .content .features .lead, .webdev .why-company .content .features .lead, .digital-marketing-service .why-company .content .features .lead, .about-us .why-company .content .features .lead, .our-projects .why-company .content .features .lead, .blog-page .why-company .content .features .lead, .single-project .why-company .content .features .lead,
.single-post .why-company .content .features .lead, .archive .why-company .content .features .lead, .digital-marketing-projects .why-company .content .features .lead, .contact-us .why-company .content .features .lead {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: white;
  margin-top: 13px;
}
.headhunting .why-company .content .btn, .webdev .why-company .content .btn, .digital-marketing-service .why-company .content .btn, .about-us .why-company .content .btn, .our-projects .why-company .content .btn, .blog-page .why-company .content .btn, .single-project .why-company .content .btn,
.single-post .why-company .content .btn, .archive .why-company .content .btn, .digital-marketing-projects .why-company .content .btn, .contact-us .why-company .content .btn, .headhunting .why-company .content .wpcf7 input[type=submit], .webdev .why-company .content .wpcf7 input[type=submit], .digital-marketing-service .why-company .content .wpcf7 input[type=submit], .about-us .why-company .content .wpcf7 input[type=submit], .our-projects .why-company .content .wpcf7 input[type=submit], .blog-page .why-company .content .wpcf7 input[type=submit], .single-project .why-company .content .wpcf7 input[type=submit],
.single-post .why-company .content .wpcf7 input[type=submit], .archive .why-company .content .wpcf7 input[type=submit], .digital-marketing-projects .why-company .content .wpcf7 input[type=submit], .contact-us .why-company .content .wpcf7 input[type=submit], .wpcf7 .headhunting .why-company .content input[type=submit], .wpcf7 .webdev .why-company .content input[type=submit], .wpcf7 .digital-marketing-service .why-company .content input[type=submit], .wpcf7 .about-us .why-company .content input[type=submit], .wpcf7 .our-projects .why-company .content input[type=submit], .wpcf7 .blog-page .why-company .content input[type=submit], .wpcf7 .single-project .why-company .content input[type=submit],
.wpcf7 .single-post .why-company .content input[type=submit], .wpcf7 .archive .why-company .content input[type=submit], .wpcf7 .digital-marketing-projects .why-company .content input[type=submit], .wpcf7 .contact-us .why-company .content input[type=submit], .headhunting .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .webdev .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .headhunting .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .webdev .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .why-company .content a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .why-company .content a.button, .headhunting .why-company .content .woocommerce-info a.button, .webdev .why-company .content .woocommerce-info a.button, .digital-marketing-service .why-company .content .woocommerce-info a.button, .about-us .why-company .content .woocommerce-info a.button, .our-projects .why-company .content .woocommerce-info a.button, .blog-page .why-company .content .woocommerce-info a.button, .single-project .why-company .content .woocommerce-info a.button,
.single-post .why-company .content .woocommerce-info a.button, .archive .why-company .content .woocommerce-info a.button, .digital-marketing-projects .why-company .content .woocommerce-info a.button, .contact-us .why-company .content .woocommerce-info a.button, .woocommerce-info .headhunting .why-company .content a.button, .woocommerce-info .webdev .why-company .content a.button, .woocommerce-info .digital-marketing-service .why-company .content a.button, .woocommerce-info .about-us .why-company .content a.button, .woocommerce-info .our-projects .why-company .content a.button, .woocommerce-info .blog-page .why-company .content a.button, .woocommerce-info .single-project .why-company .content a.button,
.woocommerce-info .single-post .why-company .content a.button, .woocommerce-info .archive .why-company .content a.button, .woocommerce-info .digital-marketing-projects .why-company .content a.button, .woocommerce-info .contact-us .why-company .content a.button {
  margin-top: 75px;
  width: fit-content;
  margin-left: 50px;
}
.headhunting .why-company .content .image, .webdev .why-company .content .image, .digital-marketing-service .why-company .content .image, .about-us .why-company .content .image, .our-projects .why-company .content .image, .blog-page .why-company .content .image, .single-project .why-company .content .image,
.single-post .why-company .content .image, .archive .why-company .content .image, .digital-marketing-projects .why-company .content .image, .contact-us .why-company .content .image {
  overflow: visible !important;
  border-radius: unset !important;
}
.headhunting .testimonial-section, .webdev .testimonial-section, .digital-marketing-service .testimonial-section, .about-us .testimonial-section, .our-projects .testimonial-section, .blog-page .testimonial-section, .single-project .testimonial-section,
.single-post .testimonial-section, .archive .testimonial-section, .digital-marketing-projects .testimonial-section, .contact-us .testimonial-section {
  margin-top: 120px;
}
.headhunting .testimonial-section .testimonials .right .title, .webdev .testimonial-section .testimonials .right .title, .digital-marketing-service .testimonial-section .testimonials .right .title, .about-us .testimonial-section .testimonials .right .title, .our-projects .testimonial-section .testimonials .right .title, .blog-page .testimonial-section .testimonials .right .title, .single-project .testimonial-section .testimonials .right .title,
.single-post .testimonial-section .testimonials .right .title, .archive .testimonial-section .testimonials .right .title, .digital-marketing-projects .testimonial-section .testimonials .right .title, .contact-us .testimonial-section .testimonials .right .title {
  width: 514px;
}
.headhunting .testimonial-section .special-title, .webdev .testimonial-section .special-title, .digital-marketing-service .testimonial-section .special-title, .about-us .testimonial-section .special-title, .our-projects .testimonial-section .special-title, .blog-page .testimonial-section .special-title, .single-project .testimonial-section .special-title,
.single-post .testimonial-section .special-title, .archive .testimonial-section .special-title, .digital-marketing-projects .testimonial-section .special-title, .contact-us .testimonial-section .special-title {
  top: -145px;
}
.headhunting .ready-for-hiring, .webdev .ready-for-hiring, .digital-marketing-service .ready-for-hiring, .about-us .ready-for-hiring, .our-projects .ready-for-hiring, .blog-page .ready-for-hiring, .single-project .ready-for-hiring,
.single-post .ready-for-hiring, .archive .ready-for-hiring, .digital-marketing-projects .ready-for-hiring, .contact-us .ready-for-hiring {
  margin-bottom: 200px;
}
.headhunting .ready-for-hiring .content, .webdev .ready-for-hiring .content, .digital-marketing-service .ready-for-hiring .content, .about-us .ready-for-hiring .content, .our-projects .ready-for-hiring .content, .blog-page .ready-for-hiring .content, .single-project .ready-for-hiring .content,
.single-post .ready-for-hiring .content, .archive .ready-for-hiring .content, .digital-marketing-projects .ready-for-hiring .content, .contact-us .ready-for-hiring .content {
  gap: 0;
  justify-content: space-between;
}
.headhunting .ready-for-hiring .content .image, .webdev .ready-for-hiring .content .image, .digital-marketing-service .ready-for-hiring .content .image, .about-us .ready-for-hiring .content .image, .our-projects .ready-for-hiring .content .image, .blog-page .ready-for-hiring .content .image, .single-project .ready-for-hiring .content .image,
.single-post .ready-for-hiring .content .image, .archive .ready-for-hiring .content .image, .digital-marketing-projects .ready-for-hiring .content .image, .contact-us .ready-for-hiring .content .image {
  flex: 630px 0 0;
  max-width: 630px;
  border-radius: 20px;
  overflow: hidden;
}
.headhunting .ready-for-hiring .content .info, .webdev .ready-for-hiring .content .info, .digital-marketing-service .ready-for-hiring .content .info, .about-us .ready-for-hiring .content .info, .our-projects .ready-for-hiring .content .info, .blog-page .ready-for-hiring .content .info, .single-project .ready-for-hiring .content .info,
.single-post .ready-for-hiring .content .info, .archive .ready-for-hiring .content .info, .digital-marketing-projects .ready-for-hiring .content .info, .contact-us .ready-for-hiring .content .info {
  flex-basis: 492px;
  width: 492px;
}
.headhunting .about-gd, .webdev .about-gd, .digital-marketing-service .about-gd, .about-us .about-gd, .our-projects .about-gd, .blog-page .about-gd, .single-project .about-gd,
.single-post .about-gd, .archive .about-gd, .digital-marketing-projects .about-gd, .contact-us .about-gd {
  margin-bottom: 200px;
}
.headhunting .about-gd .content .frame .bg, .webdev .about-gd .content .frame .bg, .digital-marketing-service .about-gd .content .frame .bg, .about-us .about-gd .content .frame .bg, .our-projects .about-gd .content .frame .bg, .blog-page .about-gd .content .frame .bg, .single-project .about-gd .content .frame .bg,
.single-post .about-gd .content .frame .bg, .archive .about-gd .content .frame .bg, .digital-marketing-projects .about-gd .content .frame .bg, .contact-us .about-gd .content .frame .bg {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .headhunting .strategic .bg-element, .webdev .strategic .bg-element, .digital-marketing-service .strategic .bg-element, .about-us .strategic .bg-element, .our-projects .strategic .bg-element, .blog-page .strategic .bg-element, .single-project .strategic .bg-element,
.single-post .strategic .bg-element, .archive .strategic .bg-element, .digital-marketing-projects .strategic .bg-element, .contact-us .strategic .bg-element {
    right: -19%;
    z-index: -1;
  }
  .headhunting .strategic .services, .webdev .strategic .services, .digital-marketing-service .strategic .services, .about-us .strategic .services, .our-projects .strategic .services, .blog-page .strategic .services, .single-project .strategic .services,
.single-post .strategic .services, .archive .strategic .services, .digital-marketing-projects .strategic .services, .contact-us .strategic .services {
    row-gap: 30px;
  }
  .headhunting .why-job, .webdev .why-job, .digital-marketing-service .why-job, .about-us .why-job, .our-projects .why-job, .blog-page .why-job, .single-project .why-job,
.single-post .why-job, .archive .why-job, .digital-marketing-projects .why-job, .contact-us .why-job, .headhunting .why-company, .webdev .why-company, .digital-marketing-service .why-company, .about-us .why-company, .our-projects .why-company, .blog-page .why-company, .single-project .why-company,
.single-post .why-company, .archive .why-company, .digital-marketing-projects .why-company, .contact-us .why-company {
    margin-bottom: 0;
  }
  .headhunting .why-job .bg-element, .webdev .why-job .bg-element, .digital-marketing-service .why-job .bg-element, .about-us .why-job .bg-element, .our-projects .why-job .bg-element, .blog-page .why-job .bg-element, .single-project .why-job .bg-element,
.single-post .why-job .bg-element, .archive .why-job .bg-element, .digital-marketing-projects .why-job .bg-element, .contact-us .why-job .bg-element, .headhunting .why-company .bg-element, .webdev .why-company .bg-element, .digital-marketing-service .why-company .bg-element, .about-us .why-company .bg-element, .our-projects .why-company .bg-element, .blog-page .why-company .bg-element, .single-project .why-company .bg-element,
.single-post .why-company .bg-element, .archive .why-company .bg-element, .digital-marketing-projects .why-company .bg-element, .contact-us .why-company .bg-element {
    width: 300px;
    left: unset;
    right: -150px;
    top: unset;
    bottom: -250px;
  }
  .headhunting .why-job .content, .webdev .why-job .content, .digital-marketing-service .why-job .content, .about-us .why-job .content, .our-projects .why-job .content, .blog-page .why-job .content, .single-project .why-job .content,
.single-post .why-job .content, .archive .why-job .content, .digital-marketing-projects .why-job .content, .contact-us .why-job .content, .headhunting .why-company .content, .webdev .why-company .content, .digital-marketing-service .why-company .content, .about-us .why-company .content, .our-projects .why-company .content, .blog-page .why-company .content, .single-project .why-company .content,
.single-post .why-company .content, .archive .why-company .content, .digital-marketing-projects .why-company .content, .contact-us .why-company .content {
    width: 100%;
  }
  .headhunting .why-job .content .right .features, .webdev .why-job .content .right .features, .digital-marketing-service .why-job .content .right .features, .about-us .why-job .content .right .features, .our-projects .why-job .content .right .features, .blog-page .why-job .content .right .features, .single-project .why-job .content .right .features,
.single-post .why-job .content .right .features, .archive .why-job .content .right .features, .digital-marketing-projects .why-job .content .right .features, .contact-us .why-job .content .right .features, .headhunting .why-company .content .right .features, .webdev .why-company .content .right .features, .digital-marketing-service .why-company .content .right .features, .about-us .why-company .content .right .features, .our-projects .why-company .content .right .features, .blog-page .why-company .content .right .features, .single-project .why-company .content .right .features,
.single-post .why-company .content .right .features, .archive .why-company .content .right .features, .digital-marketing-projects .why-company .content .right .features, .contact-us .why-company .content .right .features {
    justify-content: center;
    margin: 0;
    gap: 30px;
  }
  .headhunting .why-job .content .right .features .feature, .webdev .why-job .content .right .features .feature, .digital-marketing-service .why-job .content .right .features .feature, .about-us .why-job .content .right .features .feature, .our-projects .why-job .content .right .features .feature, .blog-page .why-job .content .right .features .feature, .single-project .why-job .content .right .features .feature,
.single-post .why-job .content .right .features .feature, .archive .why-job .content .right .features .feature, .digital-marketing-projects .why-job .content .right .features .feature, .contact-us .why-job .content .right .features .feature, .headhunting .why-company .content .right .features .feature, .webdev .why-company .content .right .features .feature, .digital-marketing-service .why-company .content .right .features .feature, .about-us .why-company .content .right .features .feature, .our-projects .why-company .content .right .features .feature, .blog-page .why-company .content .right .features .feature, .single-project .why-company .content .right .features .feature,
.single-post .why-company .content .right .features .feature, .archive .why-company .content .right .features .feature, .digital-marketing-projects .why-company .content .right .features .feature, .contact-us .why-company .content .right .features .feature {
    flex-direction: column;
    align-items: center;
  }
  .headhunting .why-job .content .right .features .btn, .webdev .why-job .content .right .features .btn, .digital-marketing-service .why-job .content .right .features .btn, .about-us .why-job .content .right .features .btn, .our-projects .why-job .content .right .features .btn, .blog-page .why-job .content .right .features .btn, .single-project .why-job .content .right .features .btn,
.single-post .why-job .content .right .features .btn, .archive .why-job .content .right .features .btn, .digital-marketing-projects .why-job .content .right .features .btn, .contact-us .why-job .content .right .features .btn, .headhunting .why-company .content .right .features .btn, .webdev .why-company .content .right .features .btn, .digital-marketing-service .why-company .content .right .features .btn, .about-us .why-company .content .right .features .btn, .our-projects .why-company .content .right .features .btn, .blog-page .why-company .content .right .features .btn, .single-project .why-company .content .right .features .btn,
.single-post .why-company .content .right .features .btn, .archive .why-company .content .right .features .btn, .digital-marketing-projects .why-company .content .right .features .btn, .contact-us .why-company .content .right .features .btn, .headhunting .why-job .content .right .features .wpcf7 input[type=submit], .webdev .why-job .content .right .features .wpcf7 input[type=submit], .digital-marketing-service .why-job .content .right .features .wpcf7 input[type=submit], .about-us .why-job .content .right .features .wpcf7 input[type=submit], .our-projects .why-job .content .right .features .wpcf7 input[type=submit], .blog-page .why-job .content .right .features .wpcf7 input[type=submit], .single-project .why-job .content .right .features .wpcf7 input[type=submit],
.single-post .why-job .content .right .features .wpcf7 input[type=submit], .archive .why-job .content .right .features .wpcf7 input[type=submit], .digital-marketing-projects .why-job .content .right .features .wpcf7 input[type=submit], .contact-us .why-job .content .right .features .wpcf7 input[type=submit], .wpcf7 .headhunting .why-job .content .right .features input[type=submit], .wpcf7 .webdev .why-job .content .right .features input[type=submit], .wpcf7 .digital-marketing-service .why-job .content .right .features input[type=submit], .wpcf7 .about-us .why-job .content .right .features input[type=submit], .wpcf7 .our-projects .why-job .content .right .features input[type=submit], .wpcf7 .blog-page .why-job .content .right .features input[type=submit], .wpcf7 .single-project .why-job .content .right .features input[type=submit],
.wpcf7 .single-post .why-job .content .right .features input[type=submit], .wpcf7 .archive .why-job .content .right .features input[type=submit], .wpcf7 .digital-marketing-projects .why-job .content .right .features input[type=submit], .wpcf7 .contact-us .why-job .content .right .features input[type=submit], .headhunting .why-company .content .right .features .wpcf7 input[type=submit], .webdev .why-company .content .right .features .wpcf7 input[type=submit], .digital-marketing-service .why-company .content .right .features .wpcf7 input[type=submit], .about-us .why-company .content .right .features .wpcf7 input[type=submit], .our-projects .why-company .content .right .features .wpcf7 input[type=submit], .blog-page .why-company .content .right .features .wpcf7 input[type=submit], .single-project .why-company .content .right .features .wpcf7 input[type=submit],
.single-post .why-company .content .right .features .wpcf7 input[type=submit], .archive .why-company .content .right .features .wpcf7 input[type=submit], .digital-marketing-projects .why-company .content .right .features .wpcf7 input[type=submit], .contact-us .why-company .content .right .features .wpcf7 input[type=submit], .wpcf7 .headhunting .why-company .content .right .features input[type=submit], .wpcf7 .webdev .why-company .content .right .features input[type=submit], .wpcf7 .digital-marketing-service .why-company .content .right .features input[type=submit], .wpcf7 .about-us .why-company .content .right .features input[type=submit], .wpcf7 .our-projects .why-company .content .right .features input[type=submit], .wpcf7 .blog-page .why-company .content .right .features input[type=submit], .wpcf7 .single-project .why-company .content .right .features input[type=submit],
.wpcf7 .single-post .why-company .content .right .features input[type=submit], .wpcf7 .archive .why-company .content .right .features input[type=submit], .wpcf7 .digital-marketing-projects .why-company .content .right .features input[type=submit], .wpcf7 .contact-us .why-company .content .right .features input[type=submit], .headhunting .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .webdev .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .why-job .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .headhunting .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .webdev .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .why-job .content .right .features a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .why-job .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .why-job .content .right .features a.button, .headhunting .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .webdev .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .why-company .content .right .features .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .headhunting .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .webdev .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .why-company .content .right .features a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .why-company .content .right .features a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .why-company .content .right .features a.button, .headhunting .why-job .content .right .features .woocommerce-info a.button, .webdev .why-job .content .right .features .woocommerce-info a.button, .digital-marketing-service .why-job .content .right .features .woocommerce-info a.button, .about-us .why-job .content .right .features .woocommerce-info a.button, .our-projects .why-job .content .right .features .woocommerce-info a.button, .blog-page .why-job .content .right .features .woocommerce-info a.button, .single-project .why-job .content .right .features .woocommerce-info a.button,
.single-post .why-job .content .right .features .woocommerce-info a.button, .archive .why-job .content .right .features .woocommerce-info a.button, .digital-marketing-projects .why-job .content .right .features .woocommerce-info a.button, .contact-us .why-job .content .right .features .woocommerce-info a.button, .woocommerce-info .headhunting .why-job .content .right .features a.button, .woocommerce-info .webdev .why-job .content .right .features a.button, .woocommerce-info .digital-marketing-service .why-job .content .right .features a.button, .woocommerce-info .about-us .why-job .content .right .features a.button, .woocommerce-info .our-projects .why-job .content .right .features a.button, .woocommerce-info .blog-page .why-job .content .right .features a.button, .woocommerce-info .single-project .why-job .content .right .features a.button,
.woocommerce-info .single-post .why-job .content .right .features a.button, .woocommerce-info .archive .why-job .content .right .features a.button, .woocommerce-info .digital-marketing-projects .why-job .content .right .features a.button, .woocommerce-info .contact-us .why-job .content .right .features a.button, .headhunting .why-company .content .right .features .woocommerce-info a.button, .webdev .why-company .content .right .features .woocommerce-info a.button, .digital-marketing-service .why-company .content .right .features .woocommerce-info a.button, .about-us .why-company .content .right .features .woocommerce-info a.button, .our-projects .why-company .content .right .features .woocommerce-info a.button, .blog-page .why-company .content .right .features .woocommerce-info a.button, .single-project .why-company .content .right .features .woocommerce-info a.button,
.single-post .why-company .content .right .features .woocommerce-info a.button, .archive .why-company .content .right .features .woocommerce-info a.button, .digital-marketing-projects .why-company .content .right .features .woocommerce-info a.button, .contact-us .why-company .content .right .features .woocommerce-info a.button, .woocommerce-info .headhunting .why-company .content .right .features a.button, .woocommerce-info .webdev .why-company .content .right .features a.button, .woocommerce-info .digital-marketing-service .why-company .content .right .features a.button, .woocommerce-info .about-us .why-company .content .right .features a.button, .woocommerce-info .our-projects .why-company .content .right .features a.button, .woocommerce-info .blog-page .why-company .content .right .features a.button, .woocommerce-info .single-project .why-company .content .right .features a.button,
.woocommerce-info .single-post .why-company .content .right .features a.button, .woocommerce-info .archive .why-company .content .right .features a.button, .woocommerce-info .digital-marketing-projects .why-company .content .right .features a.button, .woocommerce-info .contact-us .why-company .content .right .features a.button {
    margin-top: 30px;
  }
  .headhunting .why-company, .webdev .why-company, .digital-marketing-service .why-company, .about-us .why-company, .our-projects .why-company, .blog-page .why-company, .single-project .why-company,
.single-post .why-company, .archive .why-company, .digital-marketing-projects .why-company, .contact-us .why-company {
    padding-top: 70px;
  }
  .headhunting .why-company .content .right, .webdev .why-company .content .right, .digital-marketing-service .why-company .content .right, .about-us .why-company .content .right, .our-projects .why-company .content .right, .blog-page .why-company .content .right, .single-project .why-company .content .right,
.single-post .why-company .content .right, .archive .why-company .content .right, .digital-marketing-projects .why-company .content .right, .contact-us .why-company .content .right {
    gap: 60px 30px;
  }
  .headhunting .why-company .content .btn, .webdev .why-company .content .btn, .digital-marketing-service .why-company .content .btn, .about-us .why-company .content .btn, .our-projects .why-company .content .btn, .blog-page .why-company .content .btn, .single-project .why-company .content .btn,
.single-post .why-company .content .btn, .archive .why-company .content .btn, .digital-marketing-projects .why-company .content .btn, .contact-us .why-company .content .btn, .headhunting .why-company .content .wpcf7 input[type=submit], .webdev .why-company .content .wpcf7 input[type=submit], .digital-marketing-service .why-company .content .wpcf7 input[type=submit], .about-us .why-company .content .wpcf7 input[type=submit], .our-projects .why-company .content .wpcf7 input[type=submit], .blog-page .why-company .content .wpcf7 input[type=submit], .single-project .why-company .content .wpcf7 input[type=submit],
.single-post .why-company .content .wpcf7 input[type=submit], .archive .why-company .content .wpcf7 input[type=submit], .digital-marketing-projects .why-company .content .wpcf7 input[type=submit], .contact-us .why-company .content .wpcf7 input[type=submit], .wpcf7 .headhunting .why-company .content input[type=submit], .wpcf7 .webdev .why-company .content input[type=submit], .wpcf7 .digital-marketing-service .why-company .content input[type=submit], .wpcf7 .about-us .why-company .content input[type=submit], .wpcf7 .our-projects .why-company .content input[type=submit], .wpcf7 .blog-page .why-company .content input[type=submit], .wpcf7 .single-project .why-company .content input[type=submit],
.wpcf7 .single-post .why-company .content input[type=submit], .wpcf7 .archive .why-company .content input[type=submit], .wpcf7 .digital-marketing-projects .why-company .content input[type=submit], .wpcf7 .contact-us .why-company .content input[type=submit], .headhunting .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .webdev .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .why-company .content .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .headhunting .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .webdev .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .why-company .content a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .why-company .content a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .why-company .content a.button, .headhunting .why-company .content .woocommerce-info a.button, .webdev .why-company .content .woocommerce-info a.button, .digital-marketing-service .why-company .content .woocommerce-info a.button, .about-us .why-company .content .woocommerce-info a.button, .our-projects .why-company .content .woocommerce-info a.button, .blog-page .why-company .content .woocommerce-info a.button, .single-project .why-company .content .woocommerce-info a.button,
.single-post .why-company .content .woocommerce-info a.button, .archive .why-company .content .woocommerce-info a.button, .digital-marketing-projects .why-company .content .woocommerce-info a.button, .contact-us .why-company .content .woocommerce-info a.button, .woocommerce-info .headhunting .why-company .content a.button, .woocommerce-info .webdev .why-company .content a.button, .woocommerce-info .digital-marketing-service .why-company .content a.button, .woocommerce-info .about-us .why-company .content a.button, .woocommerce-info .our-projects .why-company .content a.button, .woocommerce-info .blog-page .why-company .content a.button, .woocommerce-info .single-project .why-company .content a.button,
.woocommerce-info .single-post .why-company .content a.button, .woocommerce-info .archive .why-company .content a.button, .woocommerce-info .digital-marketing-projects .why-company .content a.button, .woocommerce-info .contact-us .why-company .content a.button {
    margin-top: 15px;
    margin-left: 0;
  }
  .headhunting .why-company .content .features .feature .lead, .webdev .why-company .content .features .feature .lead, .digital-marketing-service .why-company .content .features .feature .lead, .about-us .why-company .content .features .feature .lead, .our-projects .why-company .content .features .feature .lead, .blog-page .why-company .content .features .feature .lead, .single-project .why-company .content .features .feature .lead,
.single-post .why-company .content .features .feature .lead, .archive .why-company .content .features .feature .lead, .digital-marketing-projects .why-company .content .features .feature .lead, .contact-us .why-company .content .features .feature .lead {
    width: 100%;
  }
  .headhunting .ready-for-hiring, .webdev .ready-for-hiring, .digital-marketing-service .ready-for-hiring, .about-us .ready-for-hiring, .our-projects .ready-for-hiring, .blog-page .ready-for-hiring, .single-project .ready-for-hiring,
.single-post .ready-for-hiring, .archive .ready-for-hiring, .digital-marketing-projects .ready-for-hiring, .contact-us .ready-for-hiring {
    margin-bottom: 0;
  }
  .headhunting .ready-for-hiring .content, .webdev .ready-for-hiring .content, .digital-marketing-service .ready-for-hiring .content, .about-us .ready-for-hiring .content, .our-projects .ready-for-hiring .content, .blog-page .ready-for-hiring .content, .single-project .ready-for-hiring .content,
.single-post .ready-for-hiring .content, .archive .ready-for-hiring .content, .digital-marketing-projects .ready-for-hiring .content, .contact-us .ready-for-hiring .content {
    align-items: center;
  }
  .headhunting .ready-for-hiring .content .image, .webdev .ready-for-hiring .content .image, .digital-marketing-service .ready-for-hiring .content .image, .about-us .ready-for-hiring .content .image, .our-projects .ready-for-hiring .content .image, .blog-page .ready-for-hiring .content .image, .single-project .ready-for-hiring .content .image,
.single-post .ready-for-hiring .content .image, .archive .ready-for-hiring .content .image, .digital-marketing-projects .ready-for-hiring .content .image, .contact-us .ready-for-hiring .content .image {
    flex-basis: unset;
  }
  .headhunting .about-gd, .webdev .about-gd, .digital-marketing-service .about-gd, .about-us .about-gd, .our-projects .about-gd, .blog-page .about-gd, .single-project .about-gd,
.single-post .about-gd, .archive .about-gd, .digital-marketing-projects .about-gd, .contact-us .about-gd {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .headhunting .our-services .cards .card .left .lead, .webdev .our-services .cards .card .left .lead, .digital-marketing-service .our-services .cards .card .left .lead, .about-us .our-services .cards .card .left .lead, .our-projects .our-services .cards .card .left .lead, .blog-page .our-services .cards .card .left .lead, .single-project .our-services .cards .card .left .lead,
.single-post .our-services .cards .card .left .lead, .archive .our-services .cards .card .left .lead, .digital-marketing-projects .our-services .cards .card .left .lead, .contact-us .our-services .cards .card .left .lead, .webdev .our-services-info .cards .card .left .lead, .digital-marketing-service .our-services-info .cards .card .left .lead, .about-us .our-services-info .cards .card .left .lead, .our-projects .our-services-info .cards .card .left .lead, .blog-page .our-services-info .cards .card .left .lead, .single-project .our-services-info .cards .card .left .lead,
.single-post .our-services-info .cards .card .left .lead, .archive .our-services-info .cards .card .left .lead, .digital-marketing-projects .our-services-info .cards .card .left .lead, .contact-us .our-services-info .cards .card .left .lead, .digital-marketing-service .image-sect .cards .card .left .lead, .about-us .image-sect .cards .card .left .lead, .our-projects .image-sect .cards .card .left .lead, .blog-page .image-sect .cards .card .left .lead, .single-project .image-sect .cards .card .left .lead,
.single-post .image-sect .cards .card .left .lead, .archive .image-sect .cards .card .left .lead, .digital-marketing-projects .image-sect .cards .card .left .lead, .contact-us .image-sect .cards .card .left .lead {
    padding-right: 0;
  }
}

.bg-vid {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/* Web Dev Start */
.webdev .our-services .bg-img, .digital-marketing-service .our-services .bg-img, .about-us .our-services .bg-img, .our-projects .our-services .bg-img, .blog-page .our-services .bg-img, .single-project .our-services .bg-img,
.single-post .our-services .bg-img, .archive .our-services .bg-img, .digital-marketing-projects .our-services .bg-img, .contact-us .our-services .bg-img, .webdev .our-services-info .bg-img, .digital-marketing-service .our-services-info .bg-img, .about-us .our-services-info .bg-img, .our-projects .our-services-info .bg-img, .blog-page .our-services-info .bg-img, .single-project .our-services-info .bg-img,
.single-post .our-services-info .bg-img, .archive .our-services-info .bg-img, .digital-marketing-projects .our-services-info .bg-img, .contact-us .our-services-info .bg-img, .digital-marketing-service .image-sect .bg-img, .about-us .image-sect .bg-img, .our-projects .image-sect .bg-img, .blog-page .image-sect .bg-img, .single-project .image-sect .bg-img,
.single-post .image-sect .bg-img, .archive .image-sect .bg-img, .digital-marketing-projects .image-sect .bg-img, .contact-us .image-sect .bg-img {
  all: unset;
  position: absolute;
}
.webdev .our-services .bg-img.bg-img-1, .digital-marketing-service .our-services .bg-img.bg-img-1, .about-us .our-services .bg-img.bg-img-1, .our-projects .our-services .bg-img.bg-img-1, .blog-page .our-services .bg-img.bg-img-1, .single-project .our-services .bg-img.bg-img-1,
.single-post .our-services .bg-img.bg-img-1, .archive .our-services .bg-img.bg-img-1, .digital-marketing-projects .our-services .bg-img.bg-img-1, .contact-us .our-services .bg-img.bg-img-1, .webdev .our-services-info .bg-img.bg-img-1, .digital-marketing-service .our-services-info .bg-img.bg-img-1, .about-us .our-services-info .bg-img.bg-img-1, .our-projects .our-services-info .bg-img.bg-img-1, .blog-page .our-services-info .bg-img.bg-img-1, .single-project .our-services-info .bg-img.bg-img-1,
.single-post .our-services-info .bg-img.bg-img-1, .archive .our-services-info .bg-img.bg-img-1, .digital-marketing-projects .our-services-info .bg-img.bg-img-1, .contact-us .our-services-info .bg-img.bg-img-1, .digital-marketing-service .image-sect .bg-img.bg-img-1, .about-us .image-sect .bg-img.bg-img-1, .our-projects .image-sect .bg-img.bg-img-1, .blog-page .image-sect .bg-img.bg-img-1, .single-project .image-sect .bg-img.bg-img-1,
.single-post .image-sect .bg-img.bg-img-1, .archive .image-sect .bg-img.bg-img-1, .digital-marketing-projects .image-sect .bg-img.bg-img-1, .contact-us .image-sect .bg-img.bg-img-1 {
  left: 0;
  top: 0;
  transform: translate(-30%, -40%);
}
.webdev .our-services .bg-img.bg-img-2, .digital-marketing-service .our-services .bg-img.bg-img-2, .about-us .our-services .bg-img.bg-img-2, .our-projects .our-services .bg-img.bg-img-2, .blog-page .our-services .bg-img.bg-img-2, .single-project .our-services .bg-img.bg-img-2,
.single-post .our-services .bg-img.bg-img-2, .archive .our-services .bg-img.bg-img-2, .digital-marketing-projects .our-services .bg-img.bg-img-2, .contact-us .our-services .bg-img.bg-img-2, .webdev .our-services-info .bg-img.bg-img-2, .digital-marketing-service .our-services-info .bg-img.bg-img-2, .about-us .our-services-info .bg-img.bg-img-2, .our-projects .our-services-info .bg-img.bg-img-2, .blog-page .our-services-info .bg-img.bg-img-2, .single-project .our-services-info .bg-img.bg-img-2,
.single-post .our-services-info .bg-img.bg-img-2, .archive .our-services-info .bg-img.bg-img-2, .digital-marketing-projects .our-services-info .bg-img.bg-img-2, .contact-us .our-services-info .bg-img.bg-img-2, .digital-marketing-service .image-sect .bg-img.bg-img-2, .about-us .image-sect .bg-img.bg-img-2, .our-projects .image-sect .bg-img.bg-img-2, .blog-page .image-sect .bg-img.bg-img-2, .single-project .image-sect .bg-img.bg-img-2,
.single-post .image-sect .bg-img.bg-img-2, .archive .image-sect .bg-img.bg-img-2, .digital-marketing-projects .image-sect .bg-img.bg-img-2, .contact-us .image-sect .bg-img.bg-img-2 {
  left: unset;
  top: unset;
  bottom: 0;
  right: 0;
  transform: translateX(60%);
}
.webdev .our-services .title, .digital-marketing-service .our-services .title, .about-us .our-services .title, .our-projects .our-services .title, .blog-page .our-services .title, .single-project .our-services .title,
.single-post .our-services .title, .archive .our-services .title, .digital-marketing-projects .our-services .title, .contact-us .our-services .title, .webdev .our-services-info .title, .digital-marketing-service .our-services-info .title, .about-us .our-services-info .title, .our-projects .our-services-info .title, .blog-page .our-services-info .title, .single-project .our-services-info .title,
.single-post .our-services-info .title, .archive .our-services-info .title, .digital-marketing-projects .our-services-info .title, .contact-us .our-services-info .title, .digital-marketing-service .image-sect .title, .about-us .image-sect .title, .our-projects .image-sect .title, .blog-page .image-sect .title, .single-project .image-sect .title,
.single-post .image-sect .title, .archive .image-sect .title, .digital-marketing-projects .image-sect .title, .contact-us .image-sect .title {
  width: fit-content;
}
.webdev > .header::before, .digital-marketing-service > .header::before, .about-us > .header::before, .our-projects > .header::before, .blog-page > .header::before, .single-project > .header::before,
.single-post > .header::before, .archive > .header::before, .digital-marketing-projects > .header::before, .contact-us > .header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  top: unset;
  transform: translate(-50%, 40%);
  width: 715px;
  height: 715px;
  background: rgba(228, 6, 98, 0.7);
  border-radius: 50%;
}
.webdev .header, .digital-marketing-service .header, .about-us .header, .our-projects .header, .blog-page .header, .single-project .header,
.single-post .header, .archive .header, .digital-marketing-projects .header, .contact-us .header {
  position: relative;
  background-image: url("../img/webdev-img.jpg");
  border: 1px solid #000000;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  height: 100vh;
  background-size: cover;
}
.webdev .header .container, .digital-marketing-service .header .container, .about-us .header .container, .our-projects .header .container, .blog-page .header .container, .single-project .header .container,
.single-post .header .container, .archive .header .container, .digital-marketing-projects .header .container, .contact-us .header .container {
  align-self: flex-end;
}
.webdev .header .info, .digital-marketing-service .header .info, .about-us .header .info, .our-projects .header .info, .blog-page .header .info, .single-project .header .info,
.single-post .header .info, .archive .header .info, .digital-marketing-projects .header .info, .contact-us .header .info {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.webdev .header .info .title:first-of-type, .digital-marketing-service .header .info .title:first-of-type, .about-us .header .info .title:first-of-type, .our-projects .header .info .title:first-of-type, .blog-page .header .info .title:first-of-type, .single-project .header .info .title:first-of-type,
.single-post .header .info .title:first-of-type, .archive .header .info .title:first-of-type, .digital-marketing-projects .header .info .title:first-of-type, .contact-us .header .info .title:first-of-type {
  align-self: center;
}
.webdev .header .info .title:last-of-type, .digital-marketing-service .header .info .title:last-of-type, .about-us .header .info .title:last-of-type, .our-projects .header .info .title:last-of-type, .blog-page .header .info .title:last-of-type, .single-project .header .info .title:last-of-type,
.single-post .header .info .title:last-of-type, .archive .header .info .title:last-of-type, .digital-marketing-projects .header .info .title:last-of-type, .contact-us .header .info .title:last-of-type {
  align-self: center;
}
.webdev .header .info .lead, .digital-marketing-service .header .info .lead, .about-us .header .info .lead, .our-projects .header .info .lead, .blog-page .header .info .lead, .single-project .header .info .lead,
.single-post .header .info .lead, .archive .header .info .lead, .digital-marketing-projects .header .info .lead, .contact-us .header .info .lead {
  align-self: center;
}
.webdev .header .ellipse-1, .digital-marketing-service .header .ellipse-1, .about-us .header .ellipse-1, .our-projects .header .ellipse-1, .blog-page .header .ellipse-1, .single-project .header .ellipse-1,
.single-post .header .ellipse-1, .archive .header .ellipse-1, .digital-marketing-projects .header .ellipse-1, .contact-us .header .ellipse-1 {
  left: 0;
  top: 70px;
}
.webdev .header .ellipse.ellipse-2, .digital-marketing-service .header .ellipse.ellipse-2, .about-us .header .ellipse.ellipse-2, .our-projects .header .ellipse.ellipse-2, .blog-page .header .ellipse.ellipse-2, .single-project .header .ellipse.ellipse-2,
.single-post .header .ellipse.ellipse-2, .archive .header .ellipse.ellipse-2, .digital-marketing-projects .header .ellipse.ellipse-2, .contact-us .header .ellipse.ellipse-2 {
  left: unset;
  right: 10px;
  top: unset;
  bottom: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 992px) {
  .webdev .header .info .lead, .digital-marketing-service .header .info .lead, .about-us .header .info .lead, .our-projects .header .info .lead, .blog-page .header .info .lead, .single-project .header .info .lead,
.single-post .header .info .lead, .archive .header .info .lead, .digital-marketing-projects .header .info .lead, .contact-us .header .info .lead,
.webdev .header .info .title,
.digital-marketing-service .header .info .title,
.about-us .header .info .title,
.our-projects .header .info .title,
.blog-page .header .info .title,
.single-project .header .info .title,
.single-post .header .info .title,
.archive .header .info .title,
.digital-marketing-projects .header .info .title,
.contact-us .header .info .title {
    align-self: center !important;
  }
}
.webdev .our-services-info .bg-img.bg-img-1, .digital-marketing-service .our-services-info .bg-img.bg-img-1, .about-us .our-services-info .bg-img.bg-img-1, .our-projects .our-services-info .bg-img.bg-img-1, .blog-page .our-services-info .bg-img.bg-img-1, .single-project .our-services-info .bg-img.bg-img-1,
.single-post .our-services-info .bg-img.bg-img-1, .archive .our-services-info .bg-img.bg-img-1, .digital-marketing-projects .our-services-info .bg-img.bg-img-1, .contact-us .our-services-info .bg-img.bg-img-1, .digital-marketing-service .image-sect .bg-img.bg-img-1, .about-us .image-sect .bg-img.bg-img-1, .our-projects .image-sect .bg-img.bg-img-1, .blog-page .image-sect .bg-img.bg-img-1, .single-project .image-sect .bg-img.bg-img-1,
.single-post .image-sect .bg-img.bg-img-1, .archive .image-sect .bg-img.bg-img-1, .digital-marketing-projects .image-sect .bg-img.bg-img-1, .contact-us .image-sect .bg-img.bg-img-1 {
  z-index: 1;
  left: -7%;
  top: -160px;
  width: 370px;
  transform-origin: center center;
  animation: 3s bg-rect-2-rotation cubic-bezier(1, 0.02, 0, 0.98) infinite alternate;
}
.webdev .our-services-info .bg-img.bg-img-2, .digital-marketing-service .our-services-info .bg-img.bg-img-2, .about-us .our-services-info .bg-img.bg-img-2, .our-projects .our-services-info .bg-img.bg-img-2, .blog-page .our-services-info .bg-img.bg-img-2, .single-project .our-services-info .bg-img.bg-img-2,
.single-post .our-services-info .bg-img.bg-img-2, .archive .our-services-info .bg-img.bg-img-2, .digital-marketing-projects .our-services-info .bg-img.bg-img-2, .contact-us .our-services-info .bg-img.bg-img-2, .digital-marketing-service .image-sect .bg-img.bg-img-2, .about-us .image-sect .bg-img.bg-img-2, .our-projects .image-sect .bg-img.bg-img-2, .blog-page .image-sect .bg-img.bg-img-2, .single-project .image-sect .bg-img.bg-img-2,
.single-post .image-sect .bg-img.bg-img-2, .archive .image-sect .bg-img.bg-img-2, .digital-marketing-projects .image-sect .bg-img.bg-img-2, .contact-us .image-sect .bg-img.bg-img-2 {
  width: 442px;
  right: -18%;
  bottom: 100px;
  z-index: -1;
  transform-origin: center center;
  animation: 3s bg-circle-rotation cubic-bezier(1, 0.02, 0, 0.98) infinite alternate;
}
.webdev .our-services-info .sect-1, .digital-marketing-service .our-services-info .sect-1, .about-us .our-services-info .sect-1, .our-projects .our-services-info .sect-1, .blog-page .our-services-info .sect-1, .single-project .our-services-info .sect-1,
.single-post .our-services-info .sect-1, .archive .our-services-info .sect-1, .digital-marketing-projects .our-services-info .sect-1, .contact-us .our-services-info .sect-1, .digital-marketing-service .image-sect .sect-1, .about-us .image-sect .sect-1, .our-projects .image-sect .sect-1, .blog-page .image-sect .sect-1, .single-project .image-sect .sect-1,
.single-post .image-sect .sect-1, .archive .image-sect .sect-1, .digital-marketing-projects .image-sect .sect-1, .contact-us .image-sect .sect-1 {
  display: grid;
  place-items: center;
}
.webdev .our-services-info .sect-1 .title, .digital-marketing-service .our-services-info .sect-1 .title, .about-us .our-services-info .sect-1 .title, .our-projects .our-services-info .sect-1 .title, .blog-page .our-services-info .sect-1 .title, .single-project .our-services-info .sect-1 .title,
.single-post .our-services-info .sect-1 .title, .archive .our-services-info .sect-1 .title, .digital-marketing-projects .our-services-info .sect-1 .title, .contact-us .our-services-info .sect-1 .title, .digital-marketing-service .image-sect .sect-1 .title, .about-us .image-sect .sect-1 .title, .our-projects .image-sect .sect-1 .title, .blog-page .image-sect .sect-1 .title, .single-project .image-sect .sect-1 .title,
.single-post .image-sect .sect-1 .title, .archive .image-sect .sect-1 .title, .digital-marketing-projects .image-sect .sect-1 .title, .contact-us .image-sect .sect-1 .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 40px;
}
.webdev .our-services-info .sect-1 .btn, .digital-marketing-service .our-services-info .sect-1 .btn, .about-us .our-services-info .sect-1 .btn, .our-projects .our-services-info .sect-1 .btn, .blog-page .our-services-info .sect-1 .btn, .single-project .our-services-info .sect-1 .btn,
.single-post .our-services-info .sect-1 .btn, .archive .our-services-info .sect-1 .btn, .digital-marketing-projects .our-services-info .sect-1 .btn, .contact-us .our-services-info .sect-1 .btn, .digital-marketing-service .image-sect .sect-1 .btn, .about-us .image-sect .sect-1 .btn, .our-projects .image-sect .sect-1 .btn, .blog-page .image-sect .sect-1 .btn, .single-project .image-sect .sect-1 .btn,
.single-post .image-sect .sect-1 .btn, .archive .image-sect .sect-1 .btn, .digital-marketing-projects .image-sect .sect-1 .btn, .contact-us .image-sect .sect-1 .btn, .webdev .our-services-info .sect-1 .wpcf7 input[type=submit], .digital-marketing-service .our-services-info .sect-1 .wpcf7 input[type=submit], .about-us .our-services-info .sect-1 .wpcf7 input[type=submit], .our-projects .our-services-info .sect-1 .wpcf7 input[type=submit], .blog-page .our-services-info .sect-1 .wpcf7 input[type=submit], .single-project .our-services-info .sect-1 .wpcf7 input[type=submit],
.single-post .our-services-info .sect-1 .wpcf7 input[type=submit], .archive .our-services-info .sect-1 .wpcf7 input[type=submit], .digital-marketing-projects .our-services-info .sect-1 .wpcf7 input[type=submit], .contact-us .our-services-info .sect-1 .wpcf7 input[type=submit], .digital-marketing-service .image-sect .sect-1 .wpcf7 input[type=submit], .about-us .image-sect .sect-1 .wpcf7 input[type=submit], .our-projects .image-sect .sect-1 .wpcf7 input[type=submit], .blog-page .image-sect .sect-1 .wpcf7 input[type=submit], .single-project .image-sect .sect-1 .wpcf7 input[type=submit],
.single-post .image-sect .sect-1 .wpcf7 input[type=submit], .archive .image-sect .sect-1 .wpcf7 input[type=submit], .digital-marketing-projects .image-sect .sect-1 .wpcf7 input[type=submit], .contact-us .image-sect .sect-1 .wpcf7 input[type=submit], .wpcf7 .webdev .our-services-info .sect-1 input[type=submit], .digital-marketing-service .wpcf7 .webdev .image-sect .sect-1 input[type=submit], .about-us .wpcf7 .webdev .image-sect .sect-1 input[type=submit], .our-projects .wpcf7 .webdev .image-sect .sect-1 input[type=submit], .blog-page .wpcf7 .webdev .image-sect .sect-1 input[type=submit], .single-project .wpcf7 .webdev .image-sect .sect-1 input[type=submit],
.single-post .wpcf7 .webdev .image-sect .sect-1 input[type=submit], .archive .wpcf7 .webdev .image-sect .sect-1 input[type=submit], .digital-marketing-projects .wpcf7 .webdev .image-sect .sect-1 input[type=submit], .contact-us .wpcf7 .webdev .image-sect .sect-1 input[type=submit], .wpcf7 .digital-marketing-service .our-services-info .sect-1 input[type=submit], .wpcf7 .about-us .our-services-info .sect-1 input[type=submit], .wpcf7 .our-projects .our-services-info .sect-1 input[type=submit], .wpcf7 .blog-page .our-services-info .sect-1 input[type=submit], .wpcf7 .single-project .our-services-info .sect-1 input[type=submit],
.wpcf7 .single-post .our-services-info .sect-1 input[type=submit], .wpcf7 .archive .our-services-info .sect-1 input[type=submit], .wpcf7 .digital-marketing-projects .our-services-info .sect-1 input[type=submit], .wpcf7 .contact-us .our-services-info .sect-1 input[type=submit], .wpcf7 .digital-marketing-service .image-sect .sect-1 input[type=submit], .wpcf7 .about-us .image-sect .sect-1 input[type=submit], .wpcf7 .our-projects .image-sect .sect-1 input[type=submit], .wpcf7 .blog-page .image-sect .sect-1 input[type=submit], .wpcf7 .single-project .image-sect .sect-1 input[type=submit],
.wpcf7 .single-post .image-sect .sect-1 input[type=submit], .wpcf7 .archive .image-sect .sect-1 input[type=submit], .wpcf7 .digital-marketing-projects .image-sect .sect-1 input[type=submit], .wpcf7 .contact-us .image-sect .sect-1 input[type=submit], .webdev .our-services-info .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .our-services-info .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .our-services-info .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .our-services-info .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .our-services-info .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .our-services-info .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .our-services-info .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .our-services-info .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .our-services-info .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .our-services-info .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-service .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .webdev .our-services-info .sect-1 a.button, .digital-marketing-service .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .sect-1 a.button, .about-us .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .sect-1 a.button, .our-projects .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .sect-1 a.button, .blog-page .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .sect-1 a.button, .single-project .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .sect-1 a.button,
.single-post .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .sect-1 a.button, .archive .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .sect-1 a.button, .digital-marketing-projects .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .sect-1 a.button, .contact-us .woocommerce-notices-wrapper .woocommerce-message .webdev .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .our-services-info .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .our-services-info .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .our-services-info .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .our-services-info .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .our-services-info .sect-1 a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .our-services-info .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .our-services-info .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .our-services-info .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .our-services-info .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .image-sect .sect-1 a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .image-sect .sect-1 a.button, .webdev .our-services-info .sect-1 .woocommerce-info a.button, .digital-marketing-service .our-services-info .sect-1 .woocommerce-info a.button, .about-us .our-services-info .sect-1 .woocommerce-info a.button, .our-projects .our-services-info .sect-1 .woocommerce-info a.button, .blog-page .our-services-info .sect-1 .woocommerce-info a.button, .single-project .our-services-info .sect-1 .woocommerce-info a.button,
.single-post .our-services-info .sect-1 .woocommerce-info a.button, .archive .our-services-info .sect-1 .woocommerce-info a.button, .digital-marketing-projects .our-services-info .sect-1 .woocommerce-info a.button, .contact-us .our-services-info .sect-1 .woocommerce-info a.button, .digital-marketing-service .image-sect .sect-1 .woocommerce-info a.button, .about-us .image-sect .sect-1 .woocommerce-info a.button, .our-projects .image-sect .sect-1 .woocommerce-info a.button, .blog-page .image-sect .sect-1 .woocommerce-info a.button, .single-project .image-sect .sect-1 .woocommerce-info a.button,
.single-post .image-sect .sect-1 .woocommerce-info a.button, .archive .image-sect .sect-1 .woocommerce-info a.button, .digital-marketing-projects .image-sect .sect-1 .woocommerce-info a.button, .contact-us .image-sect .sect-1 .woocommerce-info a.button, .woocommerce-info .webdev .our-services-info .sect-1 a.button, .digital-marketing-service .woocommerce-info .webdev .image-sect .sect-1 a.button, .about-us .woocommerce-info .webdev .image-sect .sect-1 a.button, .our-projects .woocommerce-info .webdev .image-sect .sect-1 a.button, .blog-page .woocommerce-info .webdev .image-sect .sect-1 a.button, .single-project .woocommerce-info .webdev .image-sect .sect-1 a.button,
.single-post .woocommerce-info .webdev .image-sect .sect-1 a.button, .archive .woocommerce-info .webdev .image-sect .sect-1 a.button, .digital-marketing-projects .woocommerce-info .webdev .image-sect .sect-1 a.button, .contact-us .woocommerce-info .webdev .image-sect .sect-1 a.button, .woocommerce-info .digital-marketing-service .our-services-info .sect-1 a.button, .woocommerce-info .about-us .our-services-info .sect-1 a.button, .woocommerce-info .our-projects .our-services-info .sect-1 a.button, .woocommerce-info .blog-page .our-services-info .sect-1 a.button, .woocommerce-info .single-project .our-services-info .sect-1 a.button,
.woocommerce-info .single-post .our-services-info .sect-1 a.button, .woocommerce-info .archive .our-services-info .sect-1 a.button, .woocommerce-info .digital-marketing-projects .our-services-info .sect-1 a.button, .woocommerce-info .contact-us .our-services-info .sect-1 a.button, .woocommerce-info .digital-marketing-service .image-sect .sect-1 a.button, .woocommerce-info .about-us .image-sect .sect-1 a.button, .woocommerce-info .our-projects .image-sect .sect-1 a.button, .woocommerce-info .blog-page .image-sect .sect-1 a.button, .woocommerce-info .single-project .image-sect .sect-1 a.button,
.woocommerce-info .single-post .image-sect .sect-1 a.button, .woocommerce-info .archive .image-sect .sect-1 a.button, .woocommerce-info .digital-marketing-projects .image-sect .sect-1 a.button, .woocommerce-info .contact-us .image-sect .sect-1 a.button {
  width: fit-content;
}
.webdev .our-services-info .sect-2, .digital-marketing-service .our-services-info .sect-2, .about-us .our-services-info .sect-2, .our-projects .our-services-info .sect-2, .blog-page .our-services-info .sect-2, .single-project .our-services-info .sect-2,
.single-post .our-services-info .sect-2, .archive .our-services-info .sect-2, .digital-marketing-projects .our-services-info .sect-2, .contact-us .our-services-info .sect-2, .digital-marketing-service .image-sect .sect-2, .about-us .image-sect .sect-2, .our-projects .image-sect .sect-2, .blog-page .image-sect .sect-2, .single-project .image-sect .sect-2,
.single-post .image-sect .sect-2, .archive .image-sect .sect-2, .digital-marketing-projects .image-sect .sect-2, .contact-us .image-sect .sect-2 {
  margin-top: 70px;
  display: flex;
}
.webdev .our-services-info .sect-2 .titles, .digital-marketing-service .our-services-info .sect-2 .titles, .about-us .our-services-info .sect-2 .titles, .our-projects .our-services-info .sect-2 .titles, .blog-page .our-services-info .sect-2 .titles, .single-project .our-services-info .sect-2 .titles,
.single-post .our-services-info .sect-2 .titles, .archive .our-services-info .sect-2 .titles, .digital-marketing-projects .our-services-info .sect-2 .titles, .contact-us .our-services-info .sect-2 .titles, .digital-marketing-service .image-sect .sect-2 .titles, .about-us .image-sect .sect-2 .titles, .our-projects .image-sect .sect-2 .titles, .blog-page .image-sect .sect-2 .titles, .single-project .image-sect .sect-2 .titles,
.single-post .image-sect .sect-2 .titles, .archive .image-sect .sect-2 .titles, .digital-marketing-projects .image-sect .sect-2 .titles, .contact-us .image-sect .sect-2 .titles {
  flex-grow: 1;
}
.webdev .our-services-info .sect-2 .titles .title, .digital-marketing-service .our-services-info .sect-2 .titles .title, .about-us .our-services-info .sect-2 .titles .title, .our-projects .our-services-info .sect-2 .titles .title, .blog-page .our-services-info .sect-2 .titles .title, .single-project .our-services-info .sect-2 .titles .title,
.single-post .our-services-info .sect-2 .titles .title, .archive .our-services-info .sect-2 .titles .title, .digital-marketing-projects .our-services-info .sect-2 .titles .title, .contact-us .our-services-info .sect-2 .titles .title, .digital-marketing-service .image-sect .sect-2 .titles .title, .about-us .image-sect .sect-2 .titles .title, .our-projects .image-sect .sect-2 .titles .title, .blog-page .image-sect .sect-2 .titles .title, .single-project .image-sect .sect-2 .titles .title,
.single-post .image-sect .sect-2 .titles .title, .archive .image-sect .sect-2 .titles .title, .digital-marketing-projects .image-sect .sect-2 .titles .title, .contact-us .image-sect .sect-2 .titles .title {
  width: 665px;
}
.webdev .our-services-info .sect-2 .img1, .digital-marketing-service .our-services-info .sect-2 .img1, .about-us .our-services-info .sect-2 .img1, .our-projects .our-services-info .sect-2 .img1, .blog-page .our-services-info .sect-2 .img1, .single-project .our-services-info .sect-2 .img1,
.single-post .our-services-info .sect-2 .img1, .archive .our-services-info .sect-2 .img1, .digital-marketing-projects .our-services-info .sect-2 .img1, .contact-us .our-services-info .sect-2 .img1, .digital-marketing-service .image-sect .sect-2 .img1, .about-us .image-sect .sect-2 .img1, .our-projects .image-sect .sect-2 .img1, .blog-page .image-sect .sect-2 .img1, .single-project .image-sect .sect-2 .img1,
.single-post .image-sect .sect-2 .img1, .archive .image-sect .sect-2 .img1, .digital-marketing-projects .image-sect .sect-2 .img1, .contact-us .image-sect .sect-2 .img1 {
  flex: 0 0 540px;
}
.webdev .our-services-info .services, .digital-marketing-service .our-services-info .services, .about-us .our-services-info .services, .our-projects .our-services-info .services, .blog-page .our-services-info .services, .single-project .our-services-info .services,
.single-post .our-services-info .services, .archive .our-services-info .services, .digital-marketing-projects .our-services-info .services, .contact-us .our-services-info .services, .digital-marketing-service .image-sect .services, .about-us .image-sect .services, .our-projects .image-sect .services, .blog-page .image-sect .services, .single-project .image-sect .services,
.single-post .image-sect .services, .archive .image-sect .services, .digital-marketing-projects .image-sect .services, .contact-us .image-sect .services {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 100px 160px;
  width: 1155px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 330px;
}
.webdev .our-services-info .services .service, .digital-marketing-service .our-services-info .services .service, .about-us .our-services-info .services .service, .our-projects .our-services-info .services .service, .blog-page .our-services-info .services .service, .single-project .our-services-info .services .service,
.single-post .our-services-info .services .service, .archive .our-services-info .services .service, .digital-marketing-projects .our-services-info .services .service, .contact-us .our-services-info .services .service, .digital-marketing-service .image-sect .services .service, .about-us .image-sect .services .service, .our-projects .image-sect .services .service, .blog-page .image-sect .services .service, .single-project .image-sect .services .service,
.single-post .image-sect .services .service, .archive .image-sect .services .service, .digital-marketing-projects .image-sect .services .service, .contact-us .image-sect .services .service {
  all: unset !important;
}
.webdev .our-services-info .services .service .number, .digital-marketing-service .our-services-info .services .service .number, .about-us .our-services-info .services .service .number, .our-projects .our-services-info .services .service .number, .blog-page .our-services-info .services .service .number, .single-project .our-services-info .services .service .number,
.single-post .our-services-info .services .service .number, .archive .our-services-info .services .service .number, .digital-marketing-projects .our-services-info .services .service .number, .contact-us .our-services-info .services .service .number, .digital-marketing-service .image-sect .services .service .number, .about-us .image-sect .services .service .number, .our-projects .image-sect .services .service .number, .blog-page .image-sect .services .service .number, .single-project .image-sect .services .service .number,
.single-post .image-sect .services .service .number, .archive .image-sect .services .service .number, .digital-marketing-projects .image-sect .services .service .number, .contact-us .image-sect .services .service .number {
  font-weight: 600;
  font-size: 48px;
  line-height: 38px;
  color: white;
  border-bottom: 3px solid white;
  padding-bottom: 30px;
  margin-bottom: 36px;
}
.webdev .our-services-info .services .service .title, .digital-marketing-service .our-services-info .services .service .title, .about-us .our-services-info .services .service .title, .our-projects .our-services-info .services .service .title, .blog-page .our-services-info .services .service .title, .single-project .our-services-info .services .service .title,
.single-post .our-services-info .services .service .title, .archive .our-services-info .services .service .title, .digital-marketing-projects .our-services-info .services .service .title, .contact-us .our-services-info .services .service .title, .digital-marketing-service .image-sect .services .service .title, .about-us .image-sect .services .service .title, .our-projects .image-sect .services .service .title, .blog-page .image-sect .services .service .title, .single-project .image-sect .services .service .title,
.single-post .image-sect .services .service .title, .archive .image-sect .services .service .title, .digital-marketing-projects .image-sect .services .service .title, .contact-us .image-sect .services .service .title {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #e60062;
}
.webdev .our-services-info .services .service .lead, .digital-marketing-service .our-services-info .services .service .lead, .about-us .our-services-info .services .service .lead, .our-projects .our-services-info .services .service .lead, .blog-page .our-services-info .services .service .lead, .single-project .our-services-info .services .service .lead,
.single-post .our-services-info .services .service .lead, .archive .our-services-info .services .service .lead, .digital-marketing-projects .our-services-info .services .service .lead, .contact-us .our-services-info .services .service .lead, .digital-marketing-service .image-sect .services .service .lead, .about-us .image-sect .services .service .lead, .our-projects .image-sect .services .service .lead, .blog-page .image-sect .services .service .lead, .single-project .image-sect .services .service .lead,
.single-post .image-sect .services .service .lead, .archive .image-sect .services .service .lead, .digital-marketing-projects .image-sect .services .service .lead, .contact-us .image-sect .services .service .lead {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .webdev .our-services-info .bg-img.bg-img-1, .digital-marketing-service .our-services-info .bg-img.bg-img-1, .about-us .our-services-info .bg-img.bg-img-1, .our-projects .our-services-info .bg-img.bg-img-1, .blog-page .our-services-info .bg-img.bg-img-1, .single-project .our-services-info .bg-img.bg-img-1,
.single-post .our-services-info .bg-img.bg-img-1, .archive .our-services-info .bg-img.bg-img-1, .digital-marketing-projects .our-services-info .bg-img.bg-img-1, .contact-us .our-services-info .bg-img.bg-img-1, .digital-marketing-service .image-sect .bg-img.bg-img-1, .about-us .image-sect .bg-img.bg-img-1, .our-projects .image-sect .bg-img.bg-img-1, .blog-page .image-sect .bg-img.bg-img-1, .single-project .image-sect .bg-img.bg-img-1,
.single-post .image-sect .bg-img.bg-img-1, .archive .image-sect .bg-img.bg-img-1, .digital-marketing-projects .image-sect .bg-img.bg-img-1, .contact-us .image-sect .bg-img.bg-img-1 {
    z-index: 1;
    left: -17%;
    top: -160px;
    width: 270px;
  }
  .webdev .our-services-info .bg-img.bg-img-2, .digital-marketing-service .our-services-info .bg-img.bg-img-2, .about-us .our-services-info .bg-img.bg-img-2, .our-projects .our-services-info .bg-img.bg-img-2, .blog-page .our-services-info .bg-img.bg-img-2, .single-project .our-services-info .bg-img.bg-img-2,
.single-post .our-services-info .bg-img.bg-img-2, .archive .our-services-info .bg-img.bg-img-2, .digital-marketing-projects .our-services-info .bg-img.bg-img-2, .contact-us .our-services-info .bg-img.bg-img-2, .digital-marketing-service .image-sect .bg-img.bg-img-2, .about-us .image-sect .bg-img.bg-img-2, .our-projects .image-sect .bg-img.bg-img-2, .blog-page .image-sect .bg-img.bg-img-2, .single-project .image-sect .bg-img.bg-img-2,
.single-post .image-sect .bg-img.bg-img-2, .archive .image-sect .bg-img.bg-img-2, .digital-marketing-projects .image-sect .bg-img.bg-img-2, .contact-us .image-sect .bg-img.bg-img-2 {
    width: 320px;
  }
  .webdev .our-services-info .services, .digital-marketing-service .our-services-info .services, .about-us .our-services-info .services, .our-projects .our-services-info .services, .blog-page .our-services-info .services, .single-project .our-services-info .services,
.single-post .our-services-info .services, .archive .our-services-info .services, .digital-marketing-projects .our-services-info .services, .contact-us .our-services-info .services, .digital-marketing-service .image-sect .services, .about-us .image-sect .services, .our-projects .image-sect .services, .blog-page .image-sect .services, .single-project .image-sect .services,
.single-post .image-sect .services, .archive .image-sect .services, .digital-marketing-projects .image-sect .services, .contact-us .image-sect .services {
    margin-top: 1rem;
    gap: 70px 60px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .webdev .our-services-info .services, .digital-marketing-service .our-services-info .services, .about-us .our-services-info .services, .our-projects .our-services-info .services, .blog-page .our-services-info .services, .single-project .our-services-info .services,
.single-post .our-services-info .services, .archive .our-services-info .services, .digital-marketing-projects .our-services-info .services, .contact-us .our-services-info .services, .digital-marketing-service .image-sect .services, .about-us .image-sect .services, .our-projects .image-sect .services, .blog-page .image-sect .services, .single-project .image-sect .services,
.single-post .image-sect .services, .archive .image-sect .services, .digital-marketing-projects .image-sect .services, .contact-us .image-sect .services {
    grid-template-columns: 1fr;
  }
}
.webdev .how-we-work .flex-row, .digital-marketing-service .how-we-work .flex-row, .about-us .how-we-work .flex-row, .our-projects .how-we-work .flex-row, .blog-page .how-we-work .flex-row, .single-project .how-we-work .flex-row,
.single-post .how-we-work .flex-row, .archive .how-we-work .flex-row, .digital-marketing-projects .how-we-work .flex-row, .contact-us .how-we-work .flex-row, .webdev .grow-bisuness .flex-row, .digital-marketing-service .grow-bisuness .flex-row, .about-us .grow-bisuness .flex-row, .our-projects .grow-bisuness .flex-row, .blog-page .grow-bisuness .flex-row, .single-project .grow-bisuness .flex-row,
.single-post .grow-bisuness .flex-row, .archive .grow-bisuness .flex-row, .digital-marketing-projects .grow-bisuness .flex-row, .contact-us .grow-bisuness .flex-row {
  display: flex;
  gap: 64px;
}
.webdev .how-we-work .flex-row .img, .digital-marketing-service .how-we-work .flex-row .img, .about-us .how-we-work .flex-row .img, .our-projects .how-we-work .flex-row .img, .blog-page .how-we-work .flex-row .img, .single-project .how-we-work .flex-row .img,
.single-post .how-we-work .flex-row .img, .archive .how-we-work .flex-row .img, .digital-marketing-projects .how-we-work .flex-row .img, .contact-us .how-we-work .flex-row .img, .webdev .grow-bisuness .flex-row .img, .digital-marketing-service .grow-bisuness .flex-row .img, .about-us .grow-bisuness .flex-row .img, .our-projects .grow-bisuness .flex-row .img, .blog-page .grow-bisuness .flex-row .img, .single-project .grow-bisuness .flex-row .img,
.single-post .grow-bisuness .flex-row .img, .archive .grow-bisuness .flex-row .img, .digital-marketing-projects .grow-bisuness .flex-row .img, .contact-us .grow-bisuness .flex-row .img {
  flex: 0 0 53%;
  position: relative;
  overflow: hidden;
}
.webdev .how-we-work .flex-row .img img, .digital-marketing-service .how-we-work .flex-row .img img, .about-us .how-we-work .flex-row .img img, .our-projects .how-we-work .flex-row .img img, .blog-page .how-we-work .flex-row .img img, .single-project .how-we-work .flex-row .img img,
.single-post .how-we-work .flex-row .img img, .archive .how-we-work .flex-row .img img, .digital-marketing-projects .how-we-work .flex-row .img img, .contact-us .how-we-work .flex-row .img img, .webdev .grow-bisuness .flex-row .img img, .digital-marketing-service .grow-bisuness .flex-row .img img, .about-us .grow-bisuness .flex-row .img img, .our-projects .grow-bisuness .flex-row .img img, .blog-page .grow-bisuness .flex-row .img img, .single-project .grow-bisuness .flex-row .img img,
.single-post .grow-bisuness .flex-row .img img, .archive .grow-bisuness .flex-row .img img, .digital-marketing-projects .grow-bisuness .flex-row .img img, .contact-us .grow-bisuness .flex-row .img img {
  transform: scale(1.01);
  object-fit: cover;
  width: 100%;
}
.webdev .how-we-work .flex-row .info:last-child, .digital-marketing-service .how-we-work .flex-row .info:last-child, .about-us .how-we-work .flex-row .info:last-child, .our-projects .how-we-work .flex-row .info:last-child, .blog-page .how-we-work .flex-row .info:last-child, .single-project .how-we-work .flex-row .info:last-child,
.single-post .how-we-work .flex-row .info:last-child, .archive .how-we-work .flex-row .info:last-child, .digital-marketing-projects .how-we-work .flex-row .info:last-child, .contact-us .how-we-work .flex-row .info:last-child, .webdev .grow-bisuness .flex-row .info:last-child, .digital-marketing-service .grow-bisuness .flex-row .info:last-child, .about-us .grow-bisuness .flex-row .info:last-child, .our-projects .grow-bisuness .flex-row .info:last-child, .blog-page .grow-bisuness .flex-row .info:last-child, .single-project .grow-bisuness .flex-row .info:last-child,
.single-post .grow-bisuness .flex-row .info:last-child, .archive .grow-bisuness .flex-row .info:last-child, .digital-marketing-projects .grow-bisuness .flex-row .info:last-child, .contact-us .grow-bisuness .flex-row .info:last-child {
  padding-right: 80px;
}
.webdev .how-we-work .flex-row .info .title-note, .digital-marketing-service .how-we-work .flex-row .info .title-note, .about-us .how-we-work .flex-row .info .title-note, .our-projects .how-we-work .flex-row .info .title-note, .blog-page .how-we-work .flex-row .info .title-note, .single-project .how-we-work .flex-row .info .title-note,
.single-post .how-we-work .flex-row .info .title-note, .archive .how-we-work .flex-row .info .title-note, .digital-marketing-projects .how-we-work .flex-row .info .title-note, .contact-us .how-we-work .flex-row .info .title-note, .webdev .grow-bisuness .flex-row .info .title-note, .digital-marketing-service .grow-bisuness .flex-row .info .title-note, .about-us .grow-bisuness .flex-row .info .title-note, .our-projects .grow-bisuness .flex-row .info .title-note, .blog-page .grow-bisuness .flex-row .info .title-note, .single-project .grow-bisuness .flex-row .info .title-note,
.single-post .grow-bisuness .flex-row .info .title-note, .archive .grow-bisuness .flex-row .info .title-note, .digital-marketing-projects .grow-bisuness .flex-row .info .title-note, .contact-us .grow-bisuness .flex-row .info .title-note {
  position: relative;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  text-transform: capitalize;
  color: white;
  padding-bottom: 14px;
  margin-bottom: 35px;
  width: fit-content;
}
.webdev .how-we-work .flex-row .info .title-note::before, .digital-marketing-service .how-we-work .flex-row .info .title-note::before, .about-us .how-we-work .flex-row .info .title-note::before, .our-projects .how-we-work .flex-row .info .title-note::before, .blog-page .how-we-work .flex-row .info .title-note::before, .single-project .how-we-work .flex-row .info .title-note::before,
.single-post .how-we-work .flex-row .info .title-note::before, .archive .how-we-work .flex-row .info .title-note::before, .digital-marketing-projects .how-we-work .flex-row .info .title-note::before, .contact-us .how-we-work .flex-row .info .title-note::before, .webdev .grow-bisuness .flex-row .info .title-note::before, .digital-marketing-service .grow-bisuness .flex-row .info .title-note::before, .about-us .grow-bisuness .flex-row .info .title-note::before, .our-projects .grow-bisuness .flex-row .info .title-note::before, .blog-page .grow-bisuness .flex-row .info .title-note::before, .single-project .grow-bisuness .flex-row .info .title-note::before,
.single-post .grow-bisuness .flex-row .info .title-note::before, .archive .grow-bisuness .flex-row .info .title-note::before, .digital-marketing-projects .grow-bisuness .flex-row .info .title-note::before, .contact-us .grow-bisuness .flex-row .info .title-note::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  height: 3px;
  width: 95%;
  border-radius: 4px;
  background: white;
}
.webdev .how-we-work .flex-row .info .title, .digital-marketing-service .how-we-work .flex-row .info .title, .about-us .how-we-work .flex-row .info .title, .our-projects .how-we-work .flex-row .info .title, .blog-page .how-we-work .flex-row .info .title, .single-project .how-we-work .flex-row .info .title,
.single-post .how-we-work .flex-row .info .title, .archive .how-we-work .flex-row .info .title, .digital-marketing-projects .how-we-work .flex-row .info .title, .contact-us .how-we-work .flex-row .info .title, .webdev .grow-bisuness .flex-row .info .title, .digital-marketing-service .grow-bisuness .flex-row .info .title, .about-us .grow-bisuness .flex-row .info .title, .our-projects .grow-bisuness .flex-row .info .title, .blog-page .grow-bisuness .flex-row .info .title, .single-project .grow-bisuness .flex-row .info .title,
.single-post .grow-bisuness .flex-row .info .title, .archive .grow-bisuness .flex-row .info .title, .digital-marketing-projects .grow-bisuness .flex-row .info .title, .contact-us .grow-bisuness .flex-row .info .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: capitalize;
  color: white;
  width: unset;
  margin: 0;
}
.webdev .how-we-work .flex-row .info .title span, .digital-marketing-service .how-we-work .flex-row .info .title span, .about-us .how-we-work .flex-row .info .title span, .our-projects .how-we-work .flex-row .info .title span, .blog-page .how-we-work .flex-row .info .title span, .single-project .how-we-work .flex-row .info .title span,
.single-post .how-we-work .flex-row .info .title span, .archive .how-we-work .flex-row .info .title span, .digital-marketing-projects .how-we-work .flex-row .info .title span, .contact-us .how-we-work .flex-row .info .title span, .webdev .grow-bisuness .flex-row .info .title span, .digital-marketing-service .grow-bisuness .flex-row .info .title span, .about-us .grow-bisuness .flex-row .info .title span, .our-projects .grow-bisuness .flex-row .info .title span, .blog-page .grow-bisuness .flex-row .info .title span, .single-project .grow-bisuness .flex-row .info .title span,
.single-post .grow-bisuness .flex-row .info .title span, .archive .grow-bisuness .flex-row .info .title span, .digital-marketing-projects .grow-bisuness .flex-row .info .title span, .contact-us .grow-bisuness .flex-row .info .title span {
  color: #e60062;
}
.webdev .how-we-work .flex-row .info .questions, .digital-marketing-service .how-we-work .flex-row .info .questions, .about-us .how-we-work .flex-row .info .questions, .our-projects .how-we-work .flex-row .info .questions, .blog-page .how-we-work .flex-row .info .questions, .single-project .how-we-work .flex-row .info .questions,
.single-post .how-we-work .flex-row .info .questions, .archive .how-we-work .flex-row .info .questions, .digital-marketing-projects .how-we-work .flex-row .info .questions, .contact-us .how-we-work .flex-row .info .questions, .webdev .grow-bisuness .flex-row .info .questions, .digital-marketing-service .grow-bisuness .flex-row .info .questions, .about-us .grow-bisuness .flex-row .info .questions, .our-projects .grow-bisuness .flex-row .info .questions, .blog-page .grow-bisuness .flex-row .info .questions, .single-project .grow-bisuness .flex-row .info .questions,
.single-post .grow-bisuness .flex-row .info .questions, .archive .grow-bisuness .flex-row .info .questions, .digital-marketing-projects .grow-bisuness .flex-row .info .questions, .contact-us .grow-bisuness .flex-row .info .questions {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 44px;
}
.webdev .how-we-work .flex-row .info .questions .question, .digital-marketing-service .how-we-work .flex-row .info .questions .question, .about-us .how-we-work .flex-row .info .questions .question, .our-projects .how-we-work .flex-row .info .questions .question, .blog-page .how-we-work .flex-row .info .questions .question, .single-project .how-we-work .flex-row .info .questions .question,
.single-post .how-we-work .flex-row .info .questions .question, .archive .how-we-work .flex-row .info .questions .question, .digital-marketing-projects .how-we-work .flex-row .info .questions .question, .contact-us .how-we-work .flex-row .info .questions .question, .webdev .grow-bisuness .flex-row .info .questions .question, .digital-marketing-service .grow-bisuness .flex-row .info .questions .question, .about-us .grow-bisuness .flex-row .info .questions .question, .our-projects .grow-bisuness .flex-row .info .questions .question, .blog-page .grow-bisuness .flex-row .info .questions .question, .single-project .grow-bisuness .flex-row .info .questions .question,
.single-post .grow-bisuness .flex-row .info .questions .question, .archive .grow-bisuness .flex-row .info .questions .question, .digital-marketing-projects .grow-bisuness .flex-row .info .questions .question, .contact-us .grow-bisuness .flex-row .info .questions .question {
  padding-top: 26px;
}
.webdev .how-we-work .flex-row .info .questions .question:not(:first-of-type), .digital-marketing-service .how-we-work .flex-row .info .questions .question:not(:first-of-type), .about-us .how-we-work .flex-row .info .questions .question:not(:first-of-type), .our-projects .how-we-work .flex-row .info .questions .question:not(:first-of-type), .blog-page .how-we-work .flex-row .info .questions .question:not(:first-of-type), .single-project .how-we-work .flex-row .info .questions .question:not(:first-of-type),
.single-post .how-we-work .flex-row .info .questions .question:not(:first-of-type), .archive .how-we-work .flex-row .info .questions .question:not(:first-of-type), .digital-marketing-projects .how-we-work .flex-row .info .questions .question:not(:first-of-type), .contact-us .how-we-work .flex-row .info .questions .question:not(:first-of-type), .webdev .grow-bisuness .flex-row .info .questions .question:not(:first-of-type), .digital-marketing-service .grow-bisuness .flex-row .info .questions .question:not(:first-of-type), .about-us .grow-bisuness .flex-row .info .questions .question:not(:first-of-type), .our-projects .grow-bisuness .flex-row .info .questions .question:not(:first-of-type), .blog-page .grow-bisuness .flex-row .info .questions .question:not(:first-of-type), .single-project .grow-bisuness .flex-row .info .questions .question:not(:first-of-type),
.single-post .grow-bisuness .flex-row .info .questions .question:not(:first-of-type), .archive .grow-bisuness .flex-row .info .questions .question:not(:first-of-type), .digital-marketing-projects .grow-bisuness .flex-row .info .questions .question:not(:first-of-type), .contact-us .grow-bisuness .flex-row .info .questions .question:not(:first-of-type) {
  border-top: 2px solid rgba(255, 255, 255, 0.7);
}
.webdev .how-we-work .flex-row .info .questions .question.active .icon, .digital-marketing-service .how-we-work .flex-row .info .questions .question.active .icon, .about-us .how-we-work .flex-row .info .questions .question.active .icon, .our-projects .how-we-work .flex-row .info .questions .question.active .icon, .blog-page .how-we-work .flex-row .info .questions .question.active .icon, .single-project .how-we-work .flex-row .info .questions .question.active .icon,
.single-post .how-we-work .flex-row .info .questions .question.active .icon, .archive .how-we-work .flex-row .info .questions .question.active .icon, .digital-marketing-projects .how-we-work .flex-row .info .questions .question.active .icon, .contact-us .how-we-work .flex-row .info .questions .question.active .icon, .webdev .grow-bisuness .flex-row .info .questions .question.active .icon, .digital-marketing-service .grow-bisuness .flex-row .info .questions .question.active .icon, .about-us .grow-bisuness .flex-row .info .questions .question.active .icon, .our-projects .grow-bisuness .flex-row .info .questions .question.active .icon, .blog-page .grow-bisuness .flex-row .info .questions .question.active .icon, .single-project .grow-bisuness .flex-row .info .questions .question.active .icon,
.single-post .grow-bisuness .flex-row .info .questions .question.active .icon, .archive .grow-bisuness .flex-row .info .questions .question.active .icon, .digital-marketing-projects .grow-bisuness .flex-row .info .questions .question.active .icon, .contact-us .grow-bisuness .flex-row .info .questions .question.active .icon {
  transform: rotate(135deg);
}
.webdev .how-we-work .flex-row .info .questions .question .icon, .digital-marketing-service .how-we-work .flex-row .info .questions .question .icon, .about-us .how-we-work .flex-row .info .questions .question .icon, .our-projects .how-we-work .flex-row .info .questions .question .icon, .blog-page .how-we-work .flex-row .info .questions .question .icon, .single-project .how-we-work .flex-row .info .questions .question .icon,
.single-post .how-we-work .flex-row .info .questions .question .icon, .archive .how-we-work .flex-row .info .questions .question .icon, .digital-marketing-projects .how-we-work .flex-row .info .questions .question .icon, .contact-us .how-we-work .flex-row .info .questions .question .icon, .webdev .grow-bisuness .flex-row .info .questions .question .icon, .digital-marketing-service .grow-bisuness .flex-row .info .questions .question .icon, .about-us .grow-bisuness .flex-row .info .questions .question .icon, .our-projects .grow-bisuness .flex-row .info .questions .question .icon, .blog-page .grow-bisuness .flex-row .info .questions .question .icon, .single-project .grow-bisuness .flex-row .info .questions .question .icon,
.single-post .grow-bisuness .flex-row .info .questions .question .icon, .archive .grow-bisuness .flex-row .info .questions .question .icon, .digital-marketing-projects .grow-bisuness .flex-row .info .questions .question .icon, .contact-us .grow-bisuness .flex-row .info .questions .question .icon {
  transition: 0.5s;
}
.webdev .how-we-work .flex-row .info .questions .question .header, .digital-marketing-service .how-we-work .flex-row .info .questions .question .header, .about-us .how-we-work .flex-row .info .questions .question .header, .our-projects .how-we-work .flex-row .info .questions .question .header, .blog-page .how-we-work .flex-row .info .questions .question .header, .single-project .how-we-work .flex-row .info .questions .question .header,
.single-post .how-we-work .flex-row .info .questions .question .header, .archive .how-we-work .flex-row .info .questions .question .header, .digital-marketing-projects .how-we-work .flex-row .info .questions .question .header, .contact-us .how-we-work .flex-row .info .questions .question .header, .webdev .grow-bisuness .flex-row .info .questions .question .header, .digital-marketing-service .grow-bisuness .flex-row .info .questions .question .header, .about-us .grow-bisuness .flex-row .info .questions .question .header, .our-projects .grow-bisuness .flex-row .info .questions .question .header, .blog-page .grow-bisuness .flex-row .info .questions .question .header, .single-project .grow-bisuness .flex-row .info .questions .question .header,
.single-post .grow-bisuness .flex-row .info .questions .question .header, .archive .grow-bisuness .flex-row .info .questions .question .header, .digital-marketing-projects .grow-bisuness .flex-row .info .questions .question .header, .contact-us .grow-bisuness .flex-row .info .questions .question .header {
  all: unset;
  display: flex;
  align-items: center;
}
.webdev .how-we-work .flex-row .info .questions .question .header .title, .digital-marketing-service .how-we-work .flex-row .info .questions .question .header .title, .about-us .how-we-work .flex-row .info .questions .question .header .title, .our-projects .how-we-work .flex-row .info .questions .question .header .title, .blog-page .how-we-work .flex-row .info .questions .question .header .title, .single-project .how-we-work .flex-row .info .questions .question .header .title,
.single-post .how-we-work .flex-row .info .questions .question .header .title, .archive .how-we-work .flex-row .info .questions .question .header .title, .digital-marketing-projects .how-we-work .flex-row .info .questions .question .header .title, .contact-us .how-we-work .flex-row .info .questions .question .header .title, .webdev .grow-bisuness .flex-row .info .questions .question .header .title, .digital-marketing-service .grow-bisuness .flex-row .info .questions .question .header .title, .about-us .grow-bisuness .flex-row .info .questions .question .header .title, .our-projects .grow-bisuness .flex-row .info .questions .question .header .title, .blog-page .grow-bisuness .flex-row .info .questions .question .header .title, .single-project .grow-bisuness .flex-row .info .questions .question .header .title,
.single-post .grow-bisuness .flex-row .info .questions .question .header .title, .archive .grow-bisuness .flex-row .info .questions .question .header .title, .digital-marketing-projects .grow-bisuness .flex-row .info .questions .question .header .title, .contact-us .grow-bisuness .flex-row .info .questions .question .header .title {
  margin-bottom: 32px;
}
.webdev .how-we-work .flex-row .info .questions .question .header .number, .digital-marketing-service .how-we-work .flex-row .info .questions .question .header .number, .about-us .how-we-work .flex-row .info .questions .question .header .number, .our-projects .how-we-work .flex-row .info .questions .question .header .number, .blog-page .how-we-work .flex-row .info .questions .question .header .number, .single-project .how-we-work .flex-row .info .questions .question .header .number,
.single-post .how-we-work .flex-row .info .questions .question .header .number, .archive .how-we-work .flex-row .info .questions .question .header .number, .digital-marketing-projects .how-we-work .flex-row .info .questions .question .header .number, .contact-us .how-we-work .flex-row .info .questions .question .header .number, .webdev .grow-bisuness .flex-row .info .questions .question .header .number, .digital-marketing-service .grow-bisuness .flex-row .info .questions .question .header .number, .about-us .grow-bisuness .flex-row .info .questions .question .header .number, .our-projects .grow-bisuness .flex-row .info .questions .question .header .number, .blog-page .grow-bisuness .flex-row .info .questions .question .header .number, .single-project .grow-bisuness .flex-row .info .questions .question .header .number,
.single-post .grow-bisuness .flex-row .info .questions .question .header .number, .archive .grow-bisuness .flex-row .info .questions .question .header .number, .digital-marketing-projects .grow-bisuness .flex-row .info .questions .question .header .number, .contact-us .grow-bisuness .flex-row .info .questions .question .header .number {
  font-weight: 600;
  font-size: 48px;
  line-height: 38px;
  color: #e60062;
  margin-right: 32px;
  flex-grow: 0;
}
.webdev .how-we-work .flex-row .info .questions .question .header .quest-title, .digital-marketing-service .how-we-work .flex-row .info .questions .question .header .quest-title, .about-us .how-we-work .flex-row .info .questions .question .header .quest-title, .our-projects .how-we-work .flex-row .info .questions .question .header .quest-title, .blog-page .how-we-work .flex-row .info .questions .question .header .quest-title, .single-project .how-we-work .flex-row .info .questions .question .header .quest-title,
.single-post .how-we-work .flex-row .info .questions .question .header .quest-title, .archive .how-we-work .flex-row .info .questions .question .header .quest-title, .digital-marketing-projects .how-we-work .flex-row .info .questions .question .header .quest-title, .contact-us .how-we-work .flex-row .info .questions .question .header .quest-title, .webdev .grow-bisuness .flex-row .info .questions .question .header .quest-title, .digital-marketing-service .grow-bisuness .flex-row .info .questions .question .header .quest-title, .about-us .grow-bisuness .flex-row .info .questions .question .header .quest-title, .our-projects .grow-bisuness .flex-row .info .questions .question .header .quest-title, .blog-page .grow-bisuness .flex-row .info .questions .question .header .quest-title, .single-project .grow-bisuness .flex-row .info .questions .question .header .quest-title,
.single-post .grow-bisuness .flex-row .info .questions .question .header .quest-title, .archive .grow-bisuness .flex-row .info .questions .question .header .quest-title, .digital-marketing-projects .grow-bisuness .flex-row .info .questions .question .header .quest-title, .contact-us .grow-bisuness .flex-row .info .questions .question .header .quest-title {
  flex-grow: 2;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: white;
  margin: 0;
}
.webdev .how-we-work .flex-row .info .questions .question .header .icon, .digital-marketing-service .how-we-work .flex-row .info .questions .question .header .icon, .about-us .how-we-work .flex-row .info .questions .question .header .icon, .our-projects .how-we-work .flex-row .info .questions .question .header .icon, .blog-page .how-we-work .flex-row .info .questions .question .header .icon, .single-project .how-we-work .flex-row .info .questions .question .header .icon,
.single-post .how-we-work .flex-row .info .questions .question .header .icon, .archive .how-we-work .flex-row .info .questions .question .header .icon, .digital-marketing-projects .how-we-work .flex-row .info .questions .question .header .icon, .contact-us .how-we-work .flex-row .info .questions .question .header .icon, .webdev .grow-bisuness .flex-row .info .questions .question .header .icon, .digital-marketing-service .grow-bisuness .flex-row .info .questions .question .header .icon, .about-us .grow-bisuness .flex-row .info .questions .question .header .icon, .our-projects .grow-bisuness .flex-row .info .questions .question .header .icon, .blog-page .grow-bisuness .flex-row .info .questions .question .header .icon, .single-project .grow-bisuness .flex-row .info .questions .question .header .icon,
.single-post .grow-bisuness .flex-row .info .questions .question .header .icon, .archive .grow-bisuness .flex-row .info .questions .question .header .icon, .digital-marketing-projects .grow-bisuness .flex-row .info .questions .question .header .icon, .contact-us .grow-bisuness .flex-row .info .questions .question .header .icon {
  margin-right: 18px;
  flex-grow: 0;
  color: white;
  font-size: 30px;
}
.webdev .how-we-work .flex-row .info .questions .question .answer .lead, .digital-marketing-service .how-we-work .flex-row .info .questions .question .answer .lead, .about-us .how-we-work .flex-row .info .questions .question .answer .lead, .our-projects .how-we-work .flex-row .info .questions .question .answer .lead, .blog-page .how-we-work .flex-row .info .questions .question .answer .lead, .single-project .how-we-work .flex-row .info .questions .question .answer .lead,
.single-post .how-we-work .flex-row .info .questions .question .answer .lead, .archive .how-we-work .flex-row .info .questions .question .answer .lead, .digital-marketing-projects .how-we-work .flex-row .info .questions .question .answer .lead, .contact-us .how-we-work .flex-row .info .questions .question .answer .lead, .webdev .grow-bisuness .flex-row .info .questions .question .answer .lead, .digital-marketing-service .grow-bisuness .flex-row .info .questions .question .answer .lead, .about-us .grow-bisuness .flex-row .info .questions .question .answer .lead, .our-projects .grow-bisuness .flex-row .info .questions .question .answer .lead, .blog-page .grow-bisuness .flex-row .info .questions .question .answer .lead, .single-project .grow-bisuness .flex-row .info .questions .question .answer .lead,
.single-post .grow-bisuness .flex-row .info .questions .question .answer .lead, .archive .grow-bisuness .flex-row .info .questions .question .answer .lead, .digital-marketing-projects .grow-bisuness .flex-row .info .questions .question .answer .lead, .contact-us .grow-bisuness .flex-row .info .questions .question .answer .lead {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #757575;
}
@media screen and (max-width: 992px) {
  .webdev .how-we-work, .digital-marketing-service .how-we-work, .about-us .how-we-work, .our-projects .how-we-work, .blog-page .how-we-work, .single-project .how-we-work,
.single-post .how-we-work, .archive .how-we-work, .digital-marketing-projects .how-we-work, .contact-us .how-we-work, .webdev .grow-bisuness, .digital-marketing-service .grow-bisuness, .about-us .grow-bisuness, .our-projects .grow-bisuness, .blog-page .grow-bisuness, .single-project .grow-bisuness,
.single-post .grow-bisuness, .archive .grow-bisuness, .digital-marketing-projects .grow-bisuness, .contact-us .grow-bisuness {
    padding-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .webdev .how-we-work .flex-row .info:last-child, .digital-marketing-service .how-we-work .flex-row .info:last-child, .about-us .how-we-work .flex-row .info:last-child, .our-projects .how-we-work .flex-row .info:last-child, .blog-page .how-we-work .flex-row .info:last-child, .single-project .how-we-work .flex-row .info:last-child,
.single-post .how-we-work .flex-row .info:last-child, .archive .how-we-work .flex-row .info:last-child, .digital-marketing-projects .how-we-work .flex-row .info:last-child, .contact-us .how-we-work .flex-row .info:last-child, .webdev .grow-bisuness .flex-row .info:last-child, .digital-marketing-service .grow-bisuness .flex-row .info:last-child, .about-us .grow-bisuness .flex-row .info:last-child, .our-projects .grow-bisuness .flex-row .info:last-child, .blog-page .grow-bisuness .flex-row .info:last-child, .single-project .grow-bisuness .flex-row .info:last-child,
.single-post .grow-bisuness .flex-row .info:last-child, .archive .grow-bisuness .flex-row .info:last-child, .digital-marketing-projects .grow-bisuness .flex-row .info:last-child, .contact-us .grow-bisuness .flex-row .info:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .webdev .lg-only-cont, .digital-marketing-service .lg-only-cont, .about-us .lg-only-cont, .our-projects .lg-only-cont, .blog-page .lg-only-cont, .single-project .lg-only-cont,
.single-post .lg-only-cont, .archive .lg-only-cont, .digital-marketing-projects .lg-only-cont, .contact-us .lg-only-cont {
    width: initial;
    max-width: none;
    margin: 0;
    padding: 0;
  }
}
.webdev .our-products .titles, .digital-marketing-service .our-products .titles, .about-us .our-products .titles, .our-projects .our-products .titles, .blog-page .our-products .titles, .single-project .our-products .titles,
.single-post .our-products .titles, .archive .our-products .titles, .digital-marketing-projects .our-products .titles, .contact-us .our-products .titles {
  width: 765px;
}
.webdev .our-products .titles .title-1, .digital-marketing-service .our-products .titles .title-1, .about-us .our-products .titles .title-1, .our-projects .our-products .titles .title-1, .blog-page .our-products .titles .title-1, .single-project .our-products .titles .title-1,
.single-post .our-products .titles .title-1, .archive .our-products .titles .title-1, .digital-marketing-projects .our-products .titles .title-1, .contact-us .our-products .titles .title-1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  text-transform: capitalize;
  color: #e60062;
  margin-bottom: 34px;
}
.webdev .our-products .titles .title-2, .digital-marketing-service .our-products .titles .title-2, .about-us .our-products .titles .title-2, .our-projects .our-products .titles .title-2, .blog-page .our-products .titles .title-2, .single-project .our-products .titles .title-2,
.single-post .our-products .titles .title-2, .archive .our-products .titles .title-2, .digital-marketing-projects .our-products .titles .title-2, .contact-us .our-products .titles .title-2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: white;
  margin-bottom: 100px;
}
.webdev .our-products .products, .digital-marketing-service .our-products .products, .about-us .our-products .products, .our-projects .our-products .products, .blog-page .our-products .products, .single-project .our-products .products,
.single-post .our-products .products, .archive .our-products .products, .digital-marketing-projects .our-products .products, .contact-us .our-products .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.webdev .our-products .products .product, .digital-marketing-service .our-products .products .product, .about-us .our-products .products .product, .our-projects .our-products .products .product, .blog-page .our-products .products .product, .single-project .our-products .products .product,
.single-post .our-products .products .product, .archive .our-products .products .product, .digital-marketing-projects .our-products .products .product, .contact-us .our-products .products .product {
  height: 480px;
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.webdev .our-products .products .product:nth-child(1), .digital-marketing-service .our-products .products .product:nth-child(1), .about-us .our-products .products .product:nth-child(1), .our-projects .our-products .products .product:nth-child(1), .blog-page .our-products .products .product:nth-child(1), .single-project .our-products .products .product:nth-child(1),
.single-post .our-products .products .product:nth-child(1), .archive .our-products .products .product:nth-child(1), .digital-marketing-projects .our-products .products .product:nth-child(1), .contact-us .our-products .products .product:nth-child(1), .webdev .our-products .products .product:nth-child(2), .digital-marketing-service .our-products .products .product:nth-child(2), .about-us .our-products .products .product:nth-child(2), .our-projects .our-products .products .product:nth-child(2), .blog-page .our-products .products .product:nth-child(2), .single-project .our-products .products .product:nth-child(2),
.single-post .our-products .products .product:nth-child(2), .archive .our-products .products .product:nth-child(2), .digital-marketing-projects .our-products .products .product:nth-child(2), .contact-us .our-products .products .product:nth-child(2), .webdev .our-products .products .product:nth-child(3), .digital-marketing-service .our-products .products .product:nth-child(3), .about-us .our-products .products .product:nth-child(3), .our-projects .our-products .products .product:nth-child(3), .blog-page .our-products .products .product:nth-child(3), .single-project .our-products .products .product:nth-child(3),
.single-post .our-products .products .product:nth-child(3), .archive .our-products .products .product:nth-child(3), .digital-marketing-projects .our-products .products .product:nth-child(3), .contact-us .our-products .products .product:nth-child(3) {
  border-top: none;
}
.webdev .our-products .products .product:nth-child(4), .digital-marketing-service .our-products .products .product:nth-child(4), .about-us .our-products .products .product:nth-child(4), .our-projects .our-products .products .product:nth-child(4), .blog-page .our-products .products .product:nth-child(4), .single-project .our-products .products .product:nth-child(4),
.single-post .our-products .products .product:nth-child(4), .archive .our-products .products .product:nth-child(4), .digital-marketing-projects .our-products .products .product:nth-child(4), .contact-us .our-products .products .product:nth-child(4), .webdev .our-products .products .product:nth-child(5), .digital-marketing-service .our-products .products .product:nth-child(5), .about-us .our-products .products .product:nth-child(5), .our-projects .our-products .products .product:nth-child(5), .blog-page .our-products .products .product:nth-child(5), .single-project .our-products .products .product:nth-child(5),
.single-post .our-products .products .product:nth-child(5), .archive .our-products .products .product:nth-child(5), .digital-marketing-projects .our-products .products .product:nth-child(5), .contact-us .our-products .products .product:nth-child(5), .webdev .our-products .products .product:nth-child(6), .digital-marketing-service .our-products .products .product:nth-child(6), .about-us .our-products .products .product:nth-child(6), .our-projects .our-products .products .product:nth-child(6), .blog-page .our-products .products .product:nth-child(6), .single-project .our-products .products .product:nth-child(6),
.single-post .our-products .products .product:nth-child(6), .archive .our-products .products .product:nth-child(6), .digital-marketing-projects .our-products .products .product:nth-child(6), .contact-us .our-products .products .product:nth-child(6) {
  justify-content: flex-end;
  border-bottom: none;
}
.webdev .our-products .products .product:nth-child(1), .digital-marketing-service .our-products .products .product:nth-child(1), .about-us .our-products .products .product:nth-child(1), .our-projects .our-products .products .product:nth-child(1), .blog-page .our-products .products .product:nth-child(1), .single-project .our-products .products .product:nth-child(1),
.single-post .our-products .products .product:nth-child(1), .archive .our-products .products .product:nth-child(1), .digital-marketing-projects .our-products .products .product:nth-child(1), .contact-us .our-products .products .product:nth-child(1) {
  border-left: none;
}
.webdev .our-products .products .product:nth-child(3), .digital-marketing-service .our-products .products .product:nth-child(3), .about-us .our-products .products .product:nth-child(3), .our-projects .our-products .products .product:nth-child(3), .blog-page .our-products .products .product:nth-child(3), .single-project .our-products .products .product:nth-child(3),
.single-post .our-products .products .product:nth-child(3), .archive .our-products .products .product:nth-child(3), .digital-marketing-projects .our-products .products .product:nth-child(3), .contact-us .our-products .products .product:nth-child(3) {
  border-right: none;
}
.webdev .our-products .products .product:nth-child(4), .digital-marketing-service .our-products .products .product:nth-child(4), .about-us .our-products .products .product:nth-child(4), .our-projects .our-products .products .product:nth-child(4), .blog-page .our-products .products .product:nth-child(4), .single-project .our-products .products .product:nth-child(4),
.single-post .our-products .products .product:nth-child(4), .archive .our-products .products .product:nth-child(4), .digital-marketing-projects .our-products .products .product:nth-child(4), .contact-us .our-products .products .product:nth-child(4) {
  border-left: none;
}
.webdev .our-products .products .product:nth-child(4) .icon:hover svg path, .digital-marketing-service .our-products .products .product:nth-child(4) .icon:hover svg path, .about-us .our-products .products .product:nth-child(4) .icon:hover svg path, .our-projects .our-products .products .product:nth-child(4) .icon:hover svg path, .blog-page .our-products .products .product:nth-child(4) .icon:hover svg path, .single-project .our-products .products .product:nth-child(4) .icon:hover svg path,
.single-post .our-products .products .product:nth-child(4) .icon:hover svg path, .archive .our-products .products .product:nth-child(4) .icon:hover svg path, .digital-marketing-projects .our-products .products .product:nth-child(4) .icon:hover svg path, .contact-us .our-products .products .product:nth-child(4) .icon:hover svg path {
  fill: none;
  stroke: white;
}
.webdev .our-products .products .product:nth-child(6), .digital-marketing-service .our-products .products .product:nth-child(6), .about-us .our-products .products .product:nth-child(6), .our-projects .our-products .products .product:nth-child(6), .blog-page .our-products .products .product:nth-child(6), .single-project .our-products .products .product:nth-child(6),
.single-post .our-products .products .product:nth-child(6), .archive .our-products .products .product:nth-child(6), .digital-marketing-projects .our-products .products .product:nth-child(6), .contact-us .our-products .products .product:nth-child(6) {
  border-right: none;
}
.webdev .our-products .products .product .icon, .digital-marketing-service .our-products .products .product .icon, .about-us .our-products .products .product .icon, .our-projects .our-products .products .product .icon, .blog-page .our-products .products .product .icon, .single-project .our-products .products .product .icon,
.single-post .our-products .products .product .icon, .archive .our-products .products .product .icon, .digital-marketing-projects .our-products .products .product .icon, .contact-us .our-products .products .product .icon {
  width: 180px;
  height: 180px;
  display: grid;
  place-items: center;
  background: rgba(230, 0, 98, 0.2);
  border-radius: 30px;
  margin-bottom: 25px;
  transition: 0.3s;
}
.webdev .our-products .products .product .icon svg path, .digital-marketing-service .our-products .products .product .icon svg path, .about-us .our-products .products .product .icon svg path, .our-projects .our-products .products .product .icon svg path, .blog-page .our-products .products .product .icon svg path, .single-project .our-products .products .product .icon svg path,
.single-post .our-products .products .product .icon svg path, .archive .our-products .products .product .icon svg path, .digital-marketing-projects .our-products .products .product .icon svg path, .contact-us .our-products .products .product .icon svg path {
  transition: 0.3s;
}
.webdev .our-products .products .product .icon:hover, .digital-marketing-service .our-products .products .product .icon:hover, .about-us .our-products .products .product .icon:hover, .our-projects .our-products .products .product .icon:hover, .blog-page .our-products .products .product .icon:hover, .single-project .our-products .products .product .icon:hover,
.single-post .our-products .products .product .icon:hover, .archive .our-products .products .product .icon:hover, .digital-marketing-projects .our-products .products .product .icon:hover, .contact-us .our-products .products .product .icon:hover {
  background: #e60062;
}
.webdev .our-products .products .product .icon:hover svg path, .digital-marketing-service .our-products .products .product .icon:hover svg path, .about-us .our-products .products .product .icon:hover svg path, .our-projects .our-products .products .product .icon:hover svg path, .blog-page .our-products .products .product .icon:hover svg path, .single-project .our-products .products .product .icon:hover svg path,
.single-post .our-products .products .product .icon:hover svg path, .archive .our-products .products .product .icon:hover svg path, .digital-marketing-projects .our-products .products .product .icon:hover svg path, .contact-us .our-products .products .product .icon:hover svg path {
  fill: white;
}
.webdev .our-products .products .product .prod-title, .digital-marketing-service .our-products .products .product .prod-title, .about-us .our-products .products .product .prod-title, .our-projects .our-products .products .product .prod-title, .blog-page .our-products .products .product .prod-title, .single-project .our-products .products .product .prod-title,
.single-post .our-products .products .product .prod-title, .archive .our-products .products .product .prod-title, .digital-marketing-projects .our-products .products .product .prod-title, .contact-us .our-products .products .product .prod-title {
  margin-bottom: 20px;
  width: 387px;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-transform: capitalize;
  color: white;
}
.webdev .our-products .products .product ul, .digital-marketing-service .our-products .products .product ul, .about-us .our-products .products .product ul, .our-projects .our-products .products .product ul, .blog-page .our-products .products .product ul, .single-project .our-products .products .product ul,
.single-post .our-products .products .product ul, .archive .our-products .products .product ul, .digital-marketing-projects .our-products .products .product ul, .contact-us .our-products .products .product ul {
  width: 368px;
}
.webdev .our-products .products .product ul li, .digital-marketing-service .our-products .products .product ul li, .about-us .our-products .products .product ul li, .our-projects .our-products .products .product ul li, .blog-page .our-products .products .product ul li, .single-project .our-products .products .product ul li,
.single-post .our-products .products .product ul li, .archive .our-products .products .product ul li, .digital-marketing-projects .our-products .products .product ul li, .contact-us .our-products .products .product ul li {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: white;
}
@media screen and (max-width: 992px) {
  .webdev .our-products .products, .digital-marketing-service .our-products .products, .about-us .our-products .products, .our-projects .our-products .products, .blog-page .our-products .products, .single-project .our-products .products,
.single-post .our-products .products, .archive .our-products .products, .digital-marketing-projects .our-products .products, .contact-us .our-products .products {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 40px;
  }
  .webdev .our-products .products .product, .digital-marketing-service .our-products .products .product, .about-us .our-products .products .product, .our-projects .our-products .products .product, .blog-page .our-products .products .product, .single-project .our-products .products .product,
.single-post .our-products .products .product, .archive .our-products .products .product, .digital-marketing-projects .our-products .products .product, .contact-us .our-products .products .product {
    padding-left: 0;
    border: none;
    height: auto !important;
    justify-content: flex-start !important;
  }
  .webdev .our-products .products .product .prod-title, .digital-marketing-service .our-products .products .product .prod-title, .about-us .our-products .products .product .prod-title, .our-projects .our-products .products .product .prod-title, .blog-page .our-products .products .product .prod-title, .single-project .our-products .products .product .prod-title,
.single-post .our-products .products .product .prod-title, .archive .our-products .products .product .prod-title, .digital-marketing-projects .our-products .products .product .prod-title, .contact-us .our-products .products .product .prod-title {
    width: 100%;
  }
  .webdev .our-products .products .product ul, .digital-marketing-service .our-products .products .product ul, .about-us .our-products .products .product ul, .our-projects .our-products .products .product ul, .blog-page .our-products .products .product ul, .single-project .our-products .products .product ul,
.single-post .our-products .products .product ul, .archive .our-products .products .product ul, .digital-marketing-projects .our-products .products .product ul, .contact-us .our-products .products .product ul {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .webdev .clients-projects, .digital-marketing-service .clients-projects, .about-us .clients-projects, .our-projects .clients-projects, .blog-page .clients-projects, .single-project .clients-projects,
.single-post .clients-projects, .archive .clients-projects, .digital-marketing-projects .clients-projects, .contact-us .clients-projects {
    margin-top: 70px;
  }
  .webdev .clients-projects .projects, .digital-marketing-service .clients-projects .projects, .about-us .clients-projects .projects, .our-projects .clients-projects .projects, .blog-page .clients-projects .projects, .single-project .clients-projects .projects,
.single-post .clients-projects .projects, .archive .clients-projects .projects, .digital-marketing-projects .clients-projects .projects, .contact-us .clients-projects .projects {
    grid-template-columns: repeat(2, 1fr);
  }
}
.webdev .our-properties, .digital-marketing-service .our-properties, .about-us .our-properties, .our-projects .our-properties, .blog-page .our-properties, .single-project .our-properties,
.single-post .our-properties, .archive .our-properties, .digital-marketing-projects .our-properties, .contact-us .our-properties {
  position: relative;
  margin-top: 250px;
}
.webdev .our-properties .bg-element, .digital-marketing-service .our-properties .bg-element, .about-us .our-properties .bg-element, .our-projects .our-properties .bg-element, .blog-page .our-properties .bg-element, .single-project .our-properties .bg-element,
.single-post .our-properties .bg-element, .archive .our-properties .bg-element, .digital-marketing-projects .our-properties .bg-element, .contact-us .our-properties .bg-element {
  width: 420px;
  position: absolute;
  top: -110px;
  right: -13%;
  left: unset;
  transform-origin: center center;
  animation: 3s bg-rect-rotation cubic-bezier(1, 0.02, 0, 0.98) infinite alternate;
}
.webdev .our-properties .title, .digital-marketing-service .our-properties .title, .about-us .our-properties .title, .our-projects .our-properties .title, .blog-page .our-properties .title, .single-project .our-properties .title,
.single-post .our-properties .title, .archive .our-properties .title, .digital-marketing-projects .our-properties .title, .contact-us .our-properties .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: capitalize;
  color: white;
  margin-left: 60px;
  margin-bottom: 55px;
  width: 977px;
}
.webdev .our-properties .title span, .digital-marketing-service .our-properties .title span, .about-us .our-properties .title span, .our-projects .our-properties .title span, .blog-page .our-properties .title span, .single-project .our-properties .title span,
.single-post .our-properties .title span, .archive .our-properties .title span, .digital-marketing-projects .our-properties .title span, .contact-us .our-properties .title span {
  color: #e60062;
}
.webdev .our-properties .properties, .digital-marketing-service .our-properties .properties, .about-us .our-properties .properties, .our-projects .our-properties .properties, .blog-page .our-properties .properties, .single-project .our-properties .properties,
.single-post .our-properties .properties, .archive .our-properties .properties, .digital-marketing-projects .our-properties .properties, .contact-us .our-properties .properties {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.webdev .our-properties .properties .property, .digital-marketing-service .our-properties .properties .property, .about-us .our-properties .properties .property, .our-projects .our-properties .properties .property, .blog-page .our-properties .properties .property, .single-project .our-properties .properties .property,
.single-post .our-properties .properties .property, .archive .our-properties .properties .property, .digital-marketing-projects .our-properties .properties .property, .contact-us .our-properties .properties .property {
  display: flex;
  gap: 32px;
  align-items: center;
}
.webdev .our-properties .properties .property .img, .digital-marketing-service .our-properties .properties .property .img, .about-us .our-properties .properties .property .img, .our-projects .our-properties .properties .property .img, .blog-page .our-properties .properties .property .img, .single-project .our-properties .properties .property .img,
.single-post .our-properties .properties .property .img, .archive .our-properties .properties .property .img, .digital-marketing-projects .our-properties .properties .property .img, .contact-us .our-properties .properties .property .img {
  flex: 0 0 45%;
  position: relative;
  overflow: hidden;
}
.webdev .our-properties .properties .property .img img, .digital-marketing-service .our-properties .properties .property .img img, .about-us .our-properties .properties .property .img img, .our-projects .our-properties .properties .property .img img, .blog-page .our-properties .properties .property .img img, .single-project .our-properties .properties .property .img img,
.single-post .our-properties .properties .property .img img, .archive .our-properties .properties .property .img img, .digital-marketing-projects .our-properties .properties .property .img img, .contact-us .our-properties .properties .property .img img {
  transform: scale(1.01);
  width: 100%;
  object-fit: cover;
}
.webdev .our-properties .properties .property .info .title, .digital-marketing-service .our-properties .properties .property .info .title, .about-us .our-properties .properties .property .info .title, .our-projects .our-properties .properties .property .info .title, .blog-page .our-properties .properties .property .info .title, .single-project .our-properties .properties .property .info .title,
.single-post .our-properties .properties .property .info .title, .archive .our-properties .properties .property .info .title, .digital-marketing-projects .our-properties .properties .property .info .title, .contact-us .our-properties .properties .property .info .title {
  width: unset;
  font-size: 40px;
  margin: 0;
}
.webdev .our-properties .properties .property .info .lead, .digital-marketing-service .our-properties .properties .property .info .lead, .about-us .our-properties .properties .property .info .lead, .our-projects .our-properties .properties .property .info .lead, .blog-page .our-properties .properties .property .info .lead, .single-project .our-properties .properties .property .info .lead,
.single-post .our-properties .properties .property .info .lead, .archive .our-properties .properties .property .info .lead, .digital-marketing-projects .our-properties .properties .property .info .lead, .contact-us .our-properties .properties .property .info .lead {
  font-size: 24px;
  line-height: 33px;
  text-transform: capitalize;
  color: #757575;
}
@media screen and (max-width: 992px) {
  .webdev .our-properties .properties, .digital-marketing-service .our-properties .properties, .about-us .our-properties .properties, .our-projects .our-properties .properties, .blog-page .our-properties .properties, .single-project .our-properties .properties,
.single-post .our-properties .properties, .archive .our-properties .properties, .digital-marketing-projects .our-properties .properties, .contact-us .our-properties .properties {
    gap: 40px;
  }
  .webdev .our-properties .properties .property, .digital-marketing-service .our-properties .properties .property, .about-us .our-properties .properties .property, .our-projects .our-properties .properties .property, .blog-page .our-properties .properties .property, .single-project .our-properties .properties .property,
.single-post .our-properties .properties .property, .archive .our-properties .properties .property, .digital-marketing-projects .our-properties .properties .property, .contact-us .our-properties .properties .property {
    flex-direction: column;
  }
  .webdev .our-properties .properties .property .img, .digital-marketing-service .our-properties .properties .property .img, .about-us .our-properties .properties .property .img, .our-projects .our-properties .properties .property .img, .blog-page .our-properties .properties .property .img, .single-project .our-properties .properties .property .img,
.single-post .our-properties .properties .property .img, .archive .our-properties .properties .property .img, .digital-marketing-projects .our-properties .properties .property .img, .contact-us .our-properties .properties .property .img {
    order: 1;
  }
  .webdev .our-properties .properties .property .info, .digital-marketing-service .our-properties .properties .property .info, .about-us .our-properties .properties .property .info, .our-projects .our-properties .properties .property .info, .blog-page .our-properties .properties .property .info, .single-project .our-properties .properties .property .info,
.single-post .our-properties .properties .property .info, .archive .our-properties .properties .property .info, .digital-marketing-projects .our-properties .properties .property .info, .contact-us .our-properties .properties .property .info {
    order: 2;
  }
  .webdev .our-properties .properties .property .info .title, .digital-marketing-service .our-properties .properties .property .info .title, .about-us .our-properties .properties .property .info .title, .our-projects .our-properties .properties .property .info .title, .blog-page .our-properties .properties .property .info .title, .single-project .our-properties .properties .property .info .title,
.single-post .our-properties .properties .property .info .title, .archive .our-properties .properties .property .info .title, .digital-marketing-projects .our-properties .properties .property .info .title, .contact-us .our-properties .properties .property .info .title {
    margin: 0 0 20px !important;
  }
}
@media screen and (max-width: 992px) {
  .webdev .our-properties, .digital-marketing-service .our-properties, .about-us .our-properties, .our-projects .our-properties, .blog-page .our-properties, .single-project .our-properties,
.single-post .our-properties, .archive .our-properties, .digital-marketing-projects .our-properties, .contact-us .our-properties {
    margin-top: 190px;
  }
  .webdev .our-properties .bg-element, .digital-marketing-service .our-properties .bg-element, .about-us .our-properties .bg-element, .our-projects .our-properties .bg-element, .blog-page .our-properties .bg-element, .single-project .our-properties .bg-element,
.single-post .our-properties .bg-element, .archive .our-properties .bg-element, .digital-marketing-projects .our-properties .bg-element, .contact-us .our-properties .bg-element {
    width: 200px;
    position: absolute;
    top: -160px;
    right: -12%;
  }
}
.webdev .grow-bisuness, .digital-marketing-service .grow-bisuness, .about-us .grow-bisuness, .our-projects .grow-bisuness, .blog-page .grow-bisuness, .single-project .grow-bisuness,
.single-post .grow-bisuness, .archive .grow-bisuness, .digital-marketing-projects .grow-bisuness, .contact-us .grow-bisuness {
  margin-bottom: 220px;
}
.webdev .grow-bisuness .flex-row, .digital-marketing-service .grow-bisuness .flex-row, .about-us .grow-bisuness .flex-row, .our-projects .grow-bisuness .flex-row, .blog-page .grow-bisuness .flex-row, .single-project .grow-bisuness .flex-row,
.single-post .grow-bisuness .flex-row, .archive .grow-bisuness .flex-row, .digital-marketing-projects .grow-bisuness .flex-row, .contact-us .grow-bisuness .flex-row {
  gap: 40px;
}
.webdev .grow-bisuness .flex-row .info, .digital-marketing-service .grow-bisuness .flex-row .info, .about-us .grow-bisuness .flex-row .info, .our-projects .grow-bisuness .flex-row .info, .blog-page .grow-bisuness .flex-row .info, .single-project .grow-bisuness .flex-row .info,
.single-post .grow-bisuness .flex-row .info, .archive .grow-bisuness .flex-row .info, .digital-marketing-projects .grow-bisuness .flex-row .info, .contact-us .grow-bisuness .flex-row .info {
  padding-left: 120px;
}
@media screen and (max-width: 992px) {
  .webdev .grow-bisuness, .digital-marketing-service .grow-bisuness, .about-us .grow-bisuness, .our-projects .grow-bisuness, .blog-page .grow-bisuness, .single-project .grow-bisuness,
.single-post .grow-bisuness, .archive .grow-bisuness, .digital-marketing-projects .grow-bisuness, .contact-us .grow-bisuness {
    margin-top: 80px;
    margin-bottom: 90px;
  }
  .webdev .grow-bisuness .flex-row .info, .digital-marketing-service .grow-bisuness .flex-row .info, .about-us .grow-bisuness .flex-row .info, .our-projects .grow-bisuness .flex-row .info, .blog-page .grow-bisuness .flex-row .info, .single-project .grow-bisuness .flex-row .info,
.single-post .grow-bisuness .flex-row .info, .archive .grow-bisuness .flex-row .info, .digital-marketing-projects .grow-bisuness .flex-row .info, .contact-us .grow-bisuness .flex-row .info {
    padding-left: 0;
  }
}
.webdev .redy-for-project, .digital-marketing-service .redy-for-project, .about-us .redy-for-project, .our-projects .redy-for-project, .blog-page .redy-for-project, .single-project .redy-for-project,
.single-post .redy-for-project, .archive .redy-for-project, .digital-marketing-projects .redy-for-project, .contact-us .redy-for-project, .webdev .ready-for-hiring, .digital-marketing-service .ready-for-hiring, .about-us .ready-for-hiring, .our-projects .ready-for-hiring, .blog-page .ready-for-hiring, .single-project .ready-for-hiring,
.single-post .ready-for-hiring, .archive .ready-for-hiring, .digital-marketing-projects .ready-for-hiring, .contact-us .ready-for-hiring {
  margin: 120px 0;
}
.webdev .redy-for-project .image, .digital-marketing-service .redy-for-project .image, .about-us .redy-for-project .image, .our-projects .redy-for-project .image, .blog-page .redy-for-project .image, .single-project .redy-for-project .image,
.single-post .redy-for-project .image, .archive .redy-for-project .image, .digital-marketing-projects .redy-for-project .image, .contact-us .redy-for-project .image, .webdev .ready-for-hiring .image, .digital-marketing-service .ready-for-hiring .image, .about-us .ready-for-hiring .image, .our-projects .ready-for-hiring .image, .blog-page .ready-for-hiring .image, .single-project .ready-for-hiring .image,
.single-post .ready-for-hiring .image, .archive .ready-for-hiring .image, .digital-marketing-projects .ready-for-hiring .image, .contact-us .ready-for-hiring .image {
  position: relative;
}
.webdev .redy-for-project .image::before, .digital-marketing-service .redy-for-project .image::before, .about-us .redy-for-project .image::before, .our-projects .redy-for-project .image::before, .blog-page .redy-for-project .image::before, .single-project .redy-for-project .image::before,
.single-post .redy-for-project .image::before, .archive .redy-for-project .image::before, .digital-marketing-projects .redy-for-project .image::before, .contact-us .redy-for-project .image::before, .webdev .ready-for-hiring .image::before, .digital-marketing-service .ready-for-hiring .image::before, .about-us .ready-for-hiring .image::before, .our-projects .ready-for-hiring .image::before, .blog-page .ready-for-hiring .image::before, .single-project .ready-for-hiring .image::before,
.single-post .ready-for-hiring .image::before, .archive .ready-for-hiring .image::before, .digital-marketing-projects .ready-for-hiring .image::before, .contact-us .ready-for-hiring .image::before {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #e60062;
  opacity: 0.25;
}
@media screen and (max-width: 992px) {
  .webdev .redy-for-project .content, .digital-marketing-service .redy-for-project .content, .about-us .redy-for-project .content, .our-projects .redy-for-project .content, .blog-page .redy-for-project .content, .single-project .redy-for-project .content,
.single-post .redy-for-project .content, .archive .redy-for-project .content, .digital-marketing-projects .redy-for-project .content, .contact-us .redy-for-project .content, .webdev .ready-for-hiring .content, .digital-marketing-service .ready-for-hiring .content, .about-us .ready-for-hiring .content, .our-projects .ready-for-hiring .content, .blog-page .ready-for-hiring .content, .single-project .ready-for-hiring .content,
.single-post .ready-for-hiring .content, .archive .ready-for-hiring .content, .digital-marketing-projects .ready-for-hiring .content, .contact-us .ready-for-hiring .content {
    flex-direction: column;
    margin-top: 50px;
    padding: 0;
    gap: 30px;
  }
  .webdev .redy-for-project .content .image, .digital-marketing-service .redy-for-project .content .image, .about-us .redy-for-project .content .image, .our-projects .redy-for-project .content .image, .blog-page .redy-for-project .content .image, .single-project .redy-for-project .content .image,
.single-post .redy-for-project .content .image, .archive .redy-for-project .content .image, .digital-marketing-projects .redy-for-project .content .image, .contact-us .redy-for-project .content .image, .webdev .ready-for-hiring .content .image, .digital-marketing-service .ready-for-hiring .content .image, .about-us .ready-for-hiring .content .image, .our-projects .ready-for-hiring .content .image, .blog-page .ready-for-hiring .content .image, .single-project .ready-for-hiring .content .image,
.single-post .ready-for-hiring .content .image, .archive .ready-for-hiring .content .image, .digital-marketing-projects .ready-for-hiring .content .image, .contact-us .ready-for-hiring .content .image {
    order: 1;
    margin: 0 auto 16px;
    height: fit-content;
  }
  .webdev .redy-for-project .content .image .title, .digital-marketing-service .redy-for-project .content .image .title, .about-us .redy-for-project .content .image .title, .our-projects .redy-for-project .content .image .title, .blog-page .redy-for-project .content .image .title, .single-project .redy-for-project .content .image .title,
.single-post .redy-for-project .content .image .title, .archive .redy-for-project .content .image .title, .digital-marketing-projects .redy-for-project .content .image .title, .contact-us .redy-for-project .content .image .title, .webdev .ready-for-hiring .content .image .title, .digital-marketing-service .ready-for-hiring .content .image .title, .about-us .ready-for-hiring .content .image .title, .our-projects .ready-for-hiring .content .image .title, .blog-page .ready-for-hiring .content .image .title, .single-project .ready-for-hiring .content .image .title,
.single-post .ready-for-hiring .content .image .title, .archive .ready-for-hiring .content .image .title, .digital-marketing-projects .ready-for-hiring .content .image .title, .contact-us .ready-for-hiring .content .image .title {
    margin-bottom: 12px !important;
  }
  .webdev .redy-for-project .content .info, .digital-marketing-service .redy-for-project .content .info, .about-us .redy-for-project .content .info, .our-projects .redy-for-project .content .info, .blog-page .redy-for-project .content .info, .single-project .redy-for-project .content .info,
.single-post .redy-for-project .content .info, .archive .redy-for-project .content .info, .digital-marketing-projects .redy-for-project .content .info, .contact-us .redy-for-project .content .info, .webdev .ready-for-hiring .content .info, .digital-marketing-service .ready-for-hiring .content .info, .about-us .ready-for-hiring .content .info, .our-projects .ready-for-hiring .content .info, .blog-page .ready-for-hiring .content .info, .single-project .ready-for-hiring .content .info,
.single-post .ready-for-hiring .content .info, .archive .ready-for-hiring .content .info, .digital-marketing-projects .ready-for-hiring .content .info, .contact-us .ready-for-hiring .content .info {
    order: 2;
  }
}
@media screen and (max-width: 992px) {
  .webdev .testimonial-section, .digital-marketing-service .testimonial-section, .about-us .testimonial-section, .our-projects .testimonial-section, .blog-page .testimonial-section, .single-project .testimonial-section,
.single-post .testimonial-section, .archive .testimonial-section, .digital-marketing-projects .testimonial-section, .contact-us .testimonial-section {
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .webdev .testimonial-section .testimonials .img, .digital-marketing-service .testimonial-section .testimonials .img, .about-us .testimonial-section .testimonials .img, .our-projects .testimonial-section .testimonials .img, .blog-page .testimonial-section .testimonials .img, .single-project .testimonial-section .testimonials .img,
.single-post .testimonial-section .testimonials .img, .archive .testimonial-section .testimonials .img, .digital-marketing-projects .testimonial-section .testimonials .img, .contact-us .testimonial-section .testimonials .img {
    width: 265px;
    height: 295px;
  }
  .webdev .testimonial-section .testimonials .right, .digital-marketing-service .testimonial-section .testimonials .right, .about-us .testimonial-section .testimonials .right, .our-projects .testimonial-section .testimonials .right, .blog-page .testimonial-section .testimonials .right, .single-project .testimonial-section .testimonials .right,
.single-post .testimonial-section .testimonials .right, .archive .testimonial-section .testimonials .right, .digital-marketing-projects .testimonial-section .testimonials .right, .contact-us .testimonial-section .testimonials .right,
.webdev .testimonial-section .testimonials .left,
.digital-marketing-service .testimonial-section .testimonials .left,
.about-us .testimonial-section .testimonials .left,
.our-projects .testimonial-section .testimonials .left,
.blog-page .testimonial-section .testimonials .left,
.single-project .testimonial-section .testimonials .left,
.single-post .testimonial-section .testimonials .left,
.archive .testimonial-section .testimonials .left,
.digital-marketing-projects .testimonial-section .testimonials .left,
.contact-us .testimonial-section .testimonials .left {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .webdev .testimonial-section .testimonials .right, .digital-marketing-service .testimonial-section .testimonials .right, .about-us .testimonial-section .testimonials .right, .our-projects .testimonial-section .testimonials .right, .blog-page .testimonial-section .testimonials .right, .single-project .testimonial-section .testimonials .right,
.single-post .testimonial-section .testimonials .right, .archive .testimonial-section .testimonials .right, .digital-marketing-projects .testimonial-section .testimonials .right, .contact-us .testimonial-section .testimonials .right {
    order: 1;
  }
  .webdev .testimonial-section .testimonials .left, .digital-marketing-service .testimonial-section .testimonials .left, .about-us .testimonial-section .testimonials .left, .our-projects .testimonial-section .testimonials .left, .blog-page .testimonial-section .testimonials .left, .single-project .testimonial-section .testimonials .left,
.single-post .testimonial-section .testimonials .left, .archive .testimonial-section .testimonials .left, .digital-marketing-projects .testimonial-section .testimonials .left, .contact-us .testimonial-section .testimonials .left {
    order: 2;
  }
  .webdev .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .digital-marketing-service .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .about-us .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .our-projects .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .blog-page .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .single-project .testimonial-section .testimonials .left .testimonials-slides .testi-slide,
.single-post .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .archive .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .digital-marketing-projects .testimonial-section .testimonials .left .testimonials-slides .testi-slide, .contact-us .testimonial-section .testimonials .left .testimonials-slides .testi-slide {
    transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .webdev .our-products .titles, .digital-marketing-service .our-products .titles, .about-us .our-products .titles, .our-projects .our-products .titles, .blog-page .our-products .titles, .single-project .our-products .titles,
.single-post .our-products .titles, .archive .our-products .titles, .digital-marketing-projects .our-products .titles, .contact-us .our-products .titles {
    width: 100%;
    margin-bottom: 50px;
  }
  .webdev .our-products .titles .title-1, .digital-marketing-service .our-products .titles .title-1, .about-us .our-products .titles .title-1, .our-projects .our-products .titles .title-1, .blog-page .our-products .titles .title-1, .single-project .our-products .titles .title-1,
.single-post .our-products .titles .title-1, .archive .our-products .titles .title-1, .digital-marketing-projects .our-products .titles .title-1, .contact-us .our-products .titles .title-1 {
    margin-bottom: 14px;
  }
  .webdev .our-products .titles .title-2, .digital-marketing-service .our-products .titles .title-2, .about-us .our-products .titles .title-2, .our-projects .our-products .titles .title-2, .blog-page .our-products .titles .title-2, .single-project .our-products .titles .title-2,
.single-post .our-products .titles .title-2, .archive .our-products .titles .title-2, .digital-marketing-projects .our-products .titles .title-2, .contact-us .our-products .titles .title-2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .webdev .our-products .products, .digital-marketing-service .our-products .products, .about-us .our-products .products, .our-projects .our-products .products, .blog-page .our-products .products, .single-project .our-products .products,
.single-post .our-products .products, .archive .our-products .products, .digital-marketing-projects .our-products .products, .contact-us .our-products .products {
    grid-template-columns: 1fr;
  }
  .webdev .our-products .products .product, .digital-marketing-service .our-products .products .product, .about-us .our-products .products .product, .our-projects .our-products .products .product, .blog-page .our-products .products .product, .single-project .our-products .products .product,
.single-post .our-products .products .product, .archive .our-products .products .product, .digital-marketing-projects .our-products .products .product, .contact-us .our-products .products .product {
    width: 100%;
    margin-left: 32px;
    align-items: center;
  }
  .webdev .our-products .products .product .prod-title, .digital-marketing-service .our-products .products .product .prod-title, .about-us .our-products .products .product .prod-title, .our-projects .our-products .products .product .prod-title, .blog-page .our-products .products .product .prod-title, .single-project .our-products .products .product .prod-title,
.single-post .our-products .products .product .prod-title, .archive .our-products .products .product .prod-title, .digital-marketing-projects .our-products .products .product .prod-title, .contact-us .our-products .products .product .prod-title {
    text-align: center;
  }
  .webdev .our-products .products .product ul, .digital-marketing-service .our-products .products .product ul, .about-us .our-products .products .product ul, .our-projects .our-products .products .product ul, .blog-page .our-products .products .product ul, .single-project .our-products .products .product ul,
.single-post .our-products .products .product ul, .archive .our-products .products .product ul, .digital-marketing-projects .our-products .products .product ul, .contact-us .our-products .products .product ul {
    margin-left: 32px;
  }
  .webdev .our-properties, .digital-marketing-service .our-properties, .about-us .our-properties, .our-projects .our-properties, .blog-page .our-properties, .single-project .our-properties,
.single-post .our-properties, .archive .our-properties, .digital-marketing-projects .our-properties, .contact-us .our-properties {
    margin-top: 90px;
  }
  .webdev .our-properties .property .info .title, .digital-marketing-service .our-properties .property .info .title, .about-us .our-properties .property .info .title, .our-projects .our-properties .property .info .title, .blog-page .our-properties .property .info .title, .single-project .our-properties .property .info .title,
.single-post .our-properties .property .info .title, .archive .our-properties .property .info .title, .digital-marketing-projects .our-properties .property .info .title, .contact-us .our-properties .property .info .title {
    margin: 0 0 10px !important;
    font-size: 28px !important;
  }
  .webdev .our-properties .property .info .lead, .digital-marketing-service .our-properties .property .info .lead, .about-us .our-properties .property .info .lead, .our-projects .our-properties .property .info .lead, .blog-page .our-properties .property .info .lead, .single-project .our-properties .property .info .lead,
.single-post .our-properties .property .info .lead, .archive .our-properties .property .info .lead, .digital-marketing-projects .our-properties .property .info .lead, .contact-us .our-properties .property .info .lead {
    font-size: 20px;
    line-height: 28px;
  }
  .webdev .our-properties .title, .digital-marketing-service .our-properties .title, .about-us .our-properties .title, .our-projects .our-properties .title, .blog-page .our-properties .title, .single-project .our-properties .title,
.single-post .our-properties .title, .archive .our-properties .title, .digital-marketing-projects .our-properties .title, .contact-us .our-properties .title {
    font-size: 32px !important;
    line-height: 36px !important;
  }
}

/* digital marketing start */
.digital-marketing-service .header, .about-us .header, .our-projects .header, .blog-page .header, .single-project .header,
.single-post .header, .archive .header, .digital-marketing-projects .header, .contact-us .header {
  background-blend-mode: luminosity;
}
.digital-marketing-service .image-sect, .about-us .image-sect, .our-projects .image-sect, .blog-page .image-sect, .single-project .image-sect,
.single-post .image-sect, .archive .image-sect, .digital-marketing-projects .image-sect, .contact-us .image-sect {
  margin-top: 80px;
}
.digital-marketing-service .image-sect .bg-circle, .about-us .image-sect .bg-circle, .our-projects .image-sect .bg-circle, .blog-page .image-sect .bg-circle, .single-project .image-sect .bg-circle,
.single-post .image-sect .bg-circle, .archive .image-sect .bg-circle, .digital-marketing-projects .image-sect .bg-circle, .contact-us .image-sect .bg-circle {
  position: absolute;
  bottom: 0;
  transform: translate(65%, 20%);
  z-index: 1;
  transform-origin: center center;
  animation: 3s bg-circle-rotation cubic-bezier(1, 0.02, 0, 0.98) infinite alternate;
  right: -30%;
}
.digital-marketing-service .image-sect .title, .about-us .image-sect .title, .our-projects .image-sect .title, .blog-page .image-sect .title, .single-project .image-sect .title,
.single-post .image-sect .title, .archive .image-sect .title, .digital-marketing-projects .image-sect .title, .contact-us .image-sect .title {
  font-size: 64px;
  margin: 0 0 64px 40px;
  width: 943px;
}
.digital-marketing-service .image-sect .sect-1, .about-us .image-sect .sect-1, .our-projects .image-sect .sect-1, .blog-page .image-sect .sect-1, .single-project .image-sect .sect-1,
.single-post .image-sect .sect-1, .archive .image-sect .sect-1, .digital-marketing-projects .image-sect .sect-1, .contact-us .image-sect .sect-1 {
  margin: 0 0 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.digital-marketing-service .image-sect .sect-1 .title, .about-us .image-sect .sect-1 .title, .our-projects .image-sect .sect-1 .title, .blog-page .image-sect .sect-1 .title, .single-project .image-sect .sect-1 .title,
.single-post .image-sect .sect-1 .title, .archive .image-sect .sect-1 .title, .digital-marketing-projects .image-sect .sect-1 .title, .contact-us .image-sect .sect-1 .title {
  margin-left: 0;
  margin-bottom: 27px;
  font-size: 48px;
}
.digital-marketing-service .image-sect .sect-1 .btn, .about-us .image-sect .sect-1 .btn, .our-projects .image-sect .sect-1 .btn, .blog-page .image-sect .sect-1 .btn, .single-project .image-sect .sect-1 .btn,
.single-post .image-sect .sect-1 .btn, .archive .image-sect .sect-1 .btn, .digital-marketing-projects .image-sect .sect-1 .btn, .contact-us .image-sect .sect-1 .btn, .digital-marketing-service .image-sect .sect-1 .wpcf7 input[type=submit], .about-us .image-sect .sect-1 .wpcf7 input[type=submit], .our-projects .image-sect .sect-1 .wpcf7 input[type=submit], .blog-page .image-sect .sect-1 .wpcf7 input[type=submit], .single-project .image-sect .sect-1 .wpcf7 input[type=submit],
.single-post .image-sect .sect-1 .wpcf7 input[type=submit], .archive .image-sect .sect-1 .wpcf7 input[type=submit], .digital-marketing-projects .image-sect .sect-1 .wpcf7 input[type=submit], .contact-us .image-sect .sect-1 .wpcf7 input[type=submit], .wpcf7 .digital-marketing-service .image-sect .sect-1 input[type=submit], .wpcf7 .about-us .image-sect .sect-1 input[type=submit], .wpcf7 .our-projects .image-sect .sect-1 input[type=submit], .wpcf7 .blog-page .image-sect .sect-1 input[type=submit], .wpcf7 .single-project .image-sect .sect-1 input[type=submit],
.wpcf7 .single-post .image-sect .sect-1 input[type=submit], .wpcf7 .archive .image-sect .sect-1 input[type=submit], .wpcf7 .digital-marketing-projects .image-sect .sect-1 input[type=submit], .wpcf7 .contact-us .image-sect .sect-1 input[type=submit], .digital-marketing-service .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .about-us .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .image-sect .sect-1 .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-service .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .image-sect .sect-1 a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .image-sect .sect-1 a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .image-sect .sect-1 a.button, .digital-marketing-service .image-sect .sect-1 .woocommerce-info a.button, .about-us .image-sect .sect-1 .woocommerce-info a.button, .our-projects .image-sect .sect-1 .woocommerce-info a.button, .blog-page .image-sect .sect-1 .woocommerce-info a.button, .single-project .image-sect .sect-1 .woocommerce-info a.button,
.single-post .image-sect .sect-1 .woocommerce-info a.button, .archive .image-sect .sect-1 .woocommerce-info a.button, .digital-marketing-projects .image-sect .sect-1 .woocommerce-info a.button, .contact-us .image-sect .sect-1 .woocommerce-info a.button, .woocommerce-info .digital-marketing-service .image-sect .sect-1 a.button, .woocommerce-info .about-us .image-sect .sect-1 a.button, .woocommerce-info .our-projects .image-sect .sect-1 a.button, .woocommerce-info .blog-page .image-sect .sect-1 a.button, .woocommerce-info .single-project .image-sect .sect-1 a.button,
.woocommerce-info .single-post .image-sect .sect-1 a.button, .woocommerce-info .archive .image-sect .sect-1 a.button, .woocommerce-info .digital-marketing-projects .image-sect .sect-1 a.button, .woocommerce-info .contact-us .image-sect .sect-1 a.button {
  margin: 0;
}
.digital-marketing-service .image-sect .image, .about-us .image-sect .image, .our-projects .image-sect .image, .blog-page .image-sect .image, .single-project .image-sect .image,
.single-post .image-sect .image, .archive .image-sect .image, .digital-marketing-projects .image-sect .image, .contact-us .image-sect .image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  height: 675px;
  border-radius: 25px;
  margin: 90px 0 160px;
  overflow: hidden;
  background-size: cover;
}
.digital-marketing-service .image-sect .image::before, .about-us .image-sect .image::before, .our-projects .image-sect .image::before, .blog-page .image-sect .image::before, .single-project .image-sect .image::before,
.single-post .image-sect .image::before, .archive .image-sect .image::before, .digital-marketing-projects .image-sect .image::before, .contact-us .image-sect .image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #e60062;
  opacity: 0.2;
  inset: 0;
  position: absolute;
}
.digital-marketing-service .image-sect .image .title, .about-us .image-sect .image .title, .our-projects .image-sect .image .title, .blog-page .image-sect .image .title, .single-project .image-sect .image .title,
.single-post .image-sect .image .title, .archive .image-sect .image .title, .digital-marketing-projects .image-sect .image .title, .contact-us .image-sect .image .title {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .digital-marketing-service .image-sect .image, .about-us .image-sect .image, .our-projects .image-sect .image, .blog-page .image-sect .image, .single-project .image-sect .image,
.single-post .image-sect .image, .archive .image-sect .image, .digital-marketing-projects .image-sect .image, .contact-us .image-sect .image {
    height: fit-content;
    min-height: 360px;
  }
}
.digital-marketing-service .our-products .titles .title-2, .about-us .our-products .titles .title-2, .our-projects .our-products .titles .title-2, .blog-page .our-products .titles .title-2, .single-project .our-products .titles .title-2,
.single-post .our-products .titles .title-2, .archive .our-products .titles .title-2, .digital-marketing-projects .our-products .titles .title-2, .contact-us .our-products .titles .title-2 {
  margin-bottom: 26px;
}
.digital-marketing-service .our-products .titles .lead, .about-us .our-products .titles .lead, .our-projects .our-products .titles .lead, .blog-page .our-products .titles .lead, .single-project .our-products .titles .lead,
.single-post .our-products .titles .lead, .archive .our-products .titles .lead, .digital-marketing-projects .our-products .titles .lead, .contact-us .our-products .titles .lead {
  font-weight: 400;
  line-height: 33px;
  color: white;
  margin: 0;
}
.digital-marketing-service .our-products .products, .about-us .our-products .products, .our-projects .our-products .products, .blog-page .our-products .products, .single-project .our-products .products,
.single-post .our-products .products, .archive .our-products .products, .digital-marketing-projects .our-products .products, .contact-us .our-products .products {
  margin-top: 105px;
  margin-bottom: 200px;
}
.digital-marketing-service .our-products .products .product, .about-us .our-products .products .product, .our-projects .our-products .products .product, .blog-page .our-products .products .product, .single-project .our-products .products .product,
.single-post .our-products .products .product, .archive .our-products .products .product, .digital-marketing-projects .our-products .products .product, .contact-us .our-products .products .product {
  justify-content: flex-start;
  height: unset;
  min-height: 550px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.digital-marketing-service .our-products .products .icon, .about-us .our-products .products .icon, .our-projects .our-products .products .icon, .blog-page .our-products .products .icon, .single-project .our-products .products .icon,
.single-post .our-products .products .icon, .archive .our-products .products .icon, .digital-marketing-projects .our-products .products .icon, .contact-us .our-products .products .icon {
  flex-grow: 0;
  width: 180px;
  height: 180px;
}
.digital-marketing-service .our-products .products .prod-title, .about-us .our-products .products .prod-title, .our-projects .our-products .products .prod-title, .blog-page .our-products .products .prod-title, .single-project .our-products .products .prod-title,
.single-post .our-products .products .prod-title, .archive .our-products .products .prod-title, .digital-marketing-projects .our-products .products .prod-title, .contact-us .our-products .products .prod-title {
  flex-grow: 0;
}
.digital-marketing-service .our-products .products ul, .about-us .our-products .products ul, .our-projects .our-products .products ul, .blog-page .our-products .products ul, .single-project .our-products .products ul,
.single-post .our-products .products ul, .archive .our-products .products ul, .digital-marketing-projects .our-products .products ul, .contact-us .our-products .products ul {
  margin-bottom: 0;
  flex-grow: 1;
}
.digital-marketing-service .our-proper ties .info .title, .about-us .our-proper ties .info .title, .our-projects .our-proper ties .info .title, .blog-page .our-proper ties .info .title, .single-project .our-proper ties .info .title,
.single-post .our-proper ties .info .title, .archive .our-proper ties .info .title, .digital-marketing-projects .our-proper ties .info .title, .contact-us .our-proper ties .info .title {
  margin-bottom: 32px !important;
  line-height: 45px;
}
.digital-marketing-service .our-proper ties .title, .about-us .our-proper ties .title, .our-projects .our-proper ties .title, .blog-page .our-proper ties .title, .single-project .our-proper ties .title,
.single-post .our-proper ties .title, .archive .our-proper ties .title, .digital-marketing-projects .our-proper ties .title, .contact-us .our-proper ties .title {
  margin-bottom: 115px;
}
.digital-marketing-service .redy-for-project, .about-us .redy-for-project, .our-projects .redy-for-project, .blog-page .redy-for-project, .single-project .redy-for-project,
.single-post .redy-for-project, .archive .redy-for-project, .digital-marketing-projects .redy-for-project, .contact-us .redy-for-project, .digital-marketing-service .ready-for-hiring, .about-us .ready-for-hiring, .our-projects .ready-for-hiring, .blog-page .ready-for-hiring, .single-project .ready-for-hiring,
.single-post .ready-for-hiring, .archive .ready-for-hiring, .digital-marketing-projects .ready-for-hiring, .contact-us .ready-for-hiring {
  margin-top: 220px;
}
.digital-marketing-service .redy-for-project .info .title, .about-us .redy-for-project .info .title, .our-projects .redy-for-project .info .title, .blog-page .redy-for-project .info .title, .single-project .redy-for-project .info .title,
.single-post .redy-for-project .info .title, .archive .redy-for-project .info .title, .digital-marketing-projects .redy-for-project .info .title, .contact-us .redy-for-project .info .title, .digital-marketing-service .ready-for-hiring .info .title, .about-us .ready-for-hiring .info .title, .our-projects .ready-for-hiring .info .title, .blog-page .ready-for-hiring .info .title, .single-project .ready-for-hiring .info .title,
.single-post .ready-for-hiring .info .title, .archive .ready-for-hiring .info .title, .digital-marketing-projects .ready-for-hiring .info .title, .contact-us .ready-for-hiring .info .title {
  font-size: 48px;
  line-height: 65px;
  color: white;
}
.digital-marketing-service .redy-for-project .info .title span, .about-us .redy-for-project .info .title span, .our-projects .redy-for-project .info .title span, .blog-page .redy-for-project .info .title span, .single-project .redy-for-project .info .title span,
.single-post .redy-for-project .info .title span, .archive .redy-for-project .info .title span, .digital-marketing-projects .redy-for-project .info .title span, .contact-us .redy-for-project .info .title span, .digital-marketing-service .ready-for-hiring .info .title span, .about-us .ready-for-hiring .info .title span, .our-projects .ready-for-hiring .info .title span, .blog-page .ready-for-hiring .info .title span, .single-project .ready-for-hiring .info .title span,
.single-post .ready-for-hiring .info .title span, .archive .ready-for-hiring .info .title span, .digital-marketing-projects .ready-for-hiring .info .title span, .contact-us .ready-for-hiring .info .title span {
  color: #e60062;
}
.digital-marketing-service .redy-for-project .info .lead, .about-us .redy-for-project .info .lead, .our-projects .redy-for-project .info .lead, .blog-page .redy-for-project .info .lead, .single-project .redy-for-project .info .lead,
.single-post .redy-for-project .info .lead, .archive .redy-for-project .info .lead, .digital-marketing-projects .redy-for-project .info .lead, .contact-us .redy-for-project .info .lead, .digital-marketing-service .ready-for-hiring .info .lead, .about-us .ready-for-hiring .info .lead, .our-projects .ready-for-hiring .info .lead, .blog-page .ready-for-hiring .info .lead, .single-project .ready-for-hiring .info .lead,
.single-post .ready-for-hiring .info .lead, .archive .ready-for-hiring .info .lead, .digital-marketing-projects .ready-for-hiring .info .lead, .contact-us .ready-for-hiring .info .lead {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #757575;
}
.digital-marketing-service .redy-for-project .image, .about-us .redy-for-project .image, .our-projects .redy-for-project .image, .blog-page .redy-for-project .image, .single-project .redy-for-project .image,
.single-post .redy-for-project .image, .archive .redy-for-project .image, .digital-marketing-projects .redy-for-project .image, .contact-us .redy-for-project .image, .digital-marketing-service .ready-for-hiring .image, .about-us .ready-for-hiring .image, .our-projects .ready-for-hiring .image, .blog-page .ready-for-hiring .image, .single-project .ready-for-hiring .image,
.single-post .ready-for-hiring .image, .archive .ready-for-hiring .image, .digital-marketing-projects .ready-for-hiring .image, .contact-us .ready-for-hiring .image {
  height: fit-content;
}

/* About Us start */
.about-us .header, .our-projects .header, .blog-page .header, .single-project .header,
.single-post .header, .archive .header, .digital-marketing-projects .header, .contact-us .header {
  height: 100vh;
  background-blend-mode: luminosity;
  align-items: flex-end;
}
.about-us .header .info .title, .our-projects .header .info .title, .blog-page .header .info .title, .single-project .header .info .title,
.single-post .header .info .title, .archive .header .info .title, .digital-marketing-projects .header .info .title, .contact-us .header .info .title {
  text-transform: capitalize;
  position: relative;
  bottom: 80px;
}
.about-us .header .info .scroll, .our-projects .header .info .scroll, .blog-page .header .info .scroll, .single-project .header .info .scroll,
.single-post .header .info .scroll, .archive .header .info .scroll, .digital-marketing-projects .header .info .scroll, .contact-us .header .info .scroll {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  color: white;
  width: fit-content;
  position: absolute;
  bottom: 20%;
  left: 50%;
  letter-spacing: 0.25em;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(-90deg);
  cursor: pointer;
}
.about-us .header .info .scroll::before, .our-projects .header .info .scroll::before, .blog-page .header .info .scroll::before, .single-project .header .info .scroll::before,
.single-post .header .info .scroll::before, .archive .header .info .scroll::before, .digital-marketing-projects .header .info .scroll::before, .contact-us .header .info .scroll::before {
  content: "";
  position: absolute;
  left: -150%;
  top: 50%;
  width: 4px;
  height: 220px;
  background: white;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.about-us .info-sect .info, .our-projects .info-sect .info, .blog-page .info-sect .info, .single-project .info-sect .info,
.single-post .info-sect .info, .archive .info-sect .info, .digital-marketing-projects .info-sect .info, .contact-us .info-sect .info {
  display: flex;
  gap: 45px;
  align-items: flex-end;
  transform: translateY(-16%);
}
.about-us .info-sect .info .lead, .our-projects .info-sect .info .lead, .blog-page .info-sect .info .lead, .single-project .info-sect .info .lead,
.single-post .info-sect .info .lead, .archive .info-sect .info .lead, .digital-marketing-projects .info-sect .info .lead, .contact-us .info-sect .info .lead {
  flex: 1 0 52%;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  margin-bottom: -36px;
  color: white;
}
.about-us .info-sect .info .cards, .our-projects .info-sect .info .cards, .blog-page .info-sect .info .cards, .single-project .info-sect .info .cards,
.single-post .info-sect .info .cards, .archive .info-sect .info .cards, .digital-marketing-projects .info-sect .info .cards, .contact-us .info-sect .info .cards {
  flex: 1 0 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 0;
}
.about-us .info-sect .info .cards .card, .our-projects .info-sect .info .cards .card, .blog-page .info-sect .info .cards .card, .single-project .info-sect .info .cards .card,
.single-post .info-sect .info .cards .card, .archive .info-sect .info .cards .card, .digital-marketing-projects .info-sect .info .cards .card, .contact-us .info-sect .info .cards .card {
  width: 265px;
  background: #e60062;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  border-radius: 0;
  min-height: 130px;
}
.about-us .info-sect .info .cards .card .number, .our-projects .info-sect .info .cards .card .number, .blog-page .info-sect .info .cards .card .number, .single-project .info-sect .info .cards .card .number,
.single-post .info-sect .info .cards .card .number, .archive .info-sect .info .cards .card .number, .digital-marketing-projects .info-sect .info .cards .card .number, .contact-us .info-sect .info .cards .card .number {
  font-size: 40px;
  margin: 0;
  font-weight: 700;
}
.about-us .info-sect .info .cards .card .name, .our-projects .info-sect .info .cards .card .name, .blog-page .info-sect .info .cards .card .name, .single-project .info-sect .info .cards .card .name,
.single-post .info-sect .info .cards .card .name, .archive .info-sect .info .cards .card .name, .digital-marketing-projects .info-sect .info .cards .card .name, .contact-us .info-sect .info .cards .card .name {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .about-us .info-sect .info, .our-projects .info-sect .info, .blog-page .info-sect .info, .single-project .info-sect .info,
.single-post .info-sect .info, .archive .info-sect .info, .digital-marketing-projects .info-sect .info, .contact-us .info-sect .info {
    flex-direction: column-reverse;
    align-items: center;
  }
  .about-us .info-sect .info .cards, .our-projects .info-sect .info .cards, .blog-page .info-sect .info .cards, .single-project .info-sect .info .cards,
.single-post .info-sect .info .cards, .archive .info-sect .info .cards, .digital-marketing-projects .info-sect .info .cards, .contact-us .info-sect .info .cards {
    width: 100%;
    gap: 26px 0;
    place-items: center;
  }
  .about-us .info-sect .info .lead, .our-projects .info-sect .info .lead, .blog-page .info-sect .info .lead, .single-project .info-sect .info .lead,
.single-post .info-sect .info .lead, .archive .info-sect .info .lead, .digital-marketing-projects .info-sect .info .lead, .contact-us .info-sect .info .lead {
    text-align: center;
  }
}
.about-us .vision-mission, .our-projects .vision-mission, .blog-page .vision-mission, .single-project .vision-mission,
.single-post .vision-mission, .archive .vision-mission, .digital-marketing-projects .vision-mission, .contact-us .vision-mission {
  margin-top: 120px;
  text-align: center;
}
.about-us .vision-mission .title, .our-projects .vision-mission .title, .blog-page .vision-mission .title, .single-project .vision-mission .title,
.single-post .vision-mission .title, .archive .vision-mission .title, .digital-marketing-projects .vision-mission .title, .contact-us .vision-mission .title {
  margin-bottom: 62px;
}
.about-us .vision-mission .title span, .our-projects .vision-mission .title span, .blog-page .vision-mission .title span, .single-project .vision-mission .title span,
.single-post .vision-mission .title span, .archive .vision-mission .title span, .digital-marketing-projects .vision-mission .title span, .contact-us .vision-mission .title span {
  color: #e60062;
}
.about-us .vision-mission .lead, .our-projects .vision-mission .lead, .blog-page .vision-mission .lead, .single-project .vision-mission .lead,
.single-post .vision-mission .lead, .archive .vision-mission .lead, .digital-marketing-projects .vision-mission .lead, .contact-us .vision-mission .lead {
  color: white;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  width: 1355px;
  margin: 0;
}
.about-us .our-values, .our-projects .our-values, .blog-page .our-values, .single-project .our-values,
.single-post .our-values, .archive .our-values, .digital-marketing-projects .our-values, .contact-us .our-values, .about-us .our-values-2, .our-projects .our-values-2, .blog-page .our-values-2, .single-project .our-values-2,
.single-post .our-values-2, .archive .our-values-2, .digital-marketing-projects .our-values-2, .contact-us .our-values-2 {
  margin-top: 90px;
}
.about-us .our-values .title, .our-projects .our-values .title, .blog-page .our-values .title, .single-project .our-values .title,
.single-post .our-values .title, .archive .our-values .title, .digital-marketing-projects .our-values .title, .contact-us .our-values .title, .about-us .our-values-2 .title, .our-projects .our-values-2 .title, .blog-page .our-values-2 .title, .single-project .our-values-2 .title,
.single-post .our-values-2 .title, .archive .our-values-2 .title, .digital-marketing-projects .our-values-2 .title, .contact-us .our-values-2 .title {
  text-align: center;
  margin-bottom: 86px;
}
.about-us .our-values .title span, .our-projects .our-values .title span, .blog-page .our-values .title span, .single-project .our-values .title span,
.single-post .our-values .title span, .archive .our-values .title span, .digital-marketing-projects .our-values .title span, .contact-us .our-values .title span, .about-us .our-values-2 .title span, .our-projects .our-values-2 .title span, .blog-page .our-values-2 .title span, .single-project .our-values-2 .title span,
.single-post .our-values-2 .title span, .archive .our-values-2 .title span, .digital-marketing-projects .our-values-2 .title span, .contact-us .our-values-2 .title span {
  color: #e60062;
}
.about-us .our-values .properties, .our-projects .our-values .properties, .blog-page .our-values .properties, .single-project .our-values .properties,
.single-post .our-values .properties, .archive .our-values .properties, .digital-marketing-projects .our-values .properties, .contact-us .our-values .properties, .about-us .our-values-2 .properties, .our-projects .our-values-2 .properties, .blog-page .our-values-2 .properties, .single-project .our-values-2 .properties,
.single-post .our-values-2 .properties, .archive .our-values-2 .properties, .digital-marketing-projects .our-values-2 .properties, .contact-us .our-values-2 .properties {
  display: flex;
  gap: 80px;
}
.about-us .our-values .properties .property, .our-projects .our-values .properties .property, .blog-page .our-values .properties .property, .single-project .our-values .properties .property,
.single-post .our-values .properties .property, .archive .our-values .properties .property, .digital-marketing-projects .our-values .properties .property, .contact-us .our-values .properties .property, .about-us .our-values-2 .properties .property, .our-projects .our-values-2 .properties .property, .blog-page .our-values-2 .properties .property, .single-project .our-values-2 .properties .property,
.single-post .our-values-2 .properties .property, .archive .our-values-2 .properties .property, .digital-marketing-projects .our-values-2 .properties .property, .contact-us .our-values-2 .properties .property {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us .our-values .properties .property .icon, .our-projects .our-values .properties .property .icon, .blog-page .our-values .properties .property .icon, .single-project .our-values .properties .property .icon,
.single-post .our-values .properties .property .icon, .archive .our-values .properties .property .icon, .digital-marketing-projects .our-values .properties .property .icon, .contact-us .our-values .properties .property .icon, .about-us .our-values-2 .properties .property .icon, .our-projects .our-values-2 .properties .property .icon, .blog-page .our-values-2 .properties .property .icon, .single-project .our-values-2 .properties .property .icon,
.single-post .our-values-2 .properties .property .icon, .archive .our-values-2 .properties .property .icon, .digital-marketing-projects .our-values-2 .properties .property .icon, .contact-us .our-values-2 .properties .property .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  background: rgba(230, 0, 98, 0.2);
  border-radius: 30px;
  margin-bottom: 16px;
  transition: 0.3s;
}
.about-us .our-values .properties .property .icon svg path, .our-projects .our-values .properties .property .icon svg path, .blog-page .our-values .properties .property .icon svg path, .single-project .our-values .properties .property .icon svg path,
.single-post .our-values .properties .property .icon svg path, .archive .our-values .properties .property .icon svg path, .digital-marketing-projects .our-values .properties .property .icon svg path, .contact-us .our-values .properties .property .icon svg path, .about-us .our-values-2 .properties .property .icon svg path, .our-projects .our-values-2 .properties .property .icon svg path, .blog-page .our-values-2 .properties .property .icon svg path, .single-project .our-values-2 .properties .property .icon svg path,
.single-post .our-values-2 .properties .property .icon svg path, .archive .our-values-2 .properties .property .icon svg path, .digital-marketing-projects .our-values-2 .properties .property .icon svg path, .contact-us .our-values-2 .properties .property .icon svg path {
  transition: 0.3s;
}
.about-us .our-values .properties .property .icon:hover, .our-projects .our-values .properties .property .icon:hover, .blog-page .our-values .properties .property .icon:hover, .single-project .our-values .properties .property .icon:hover,
.single-post .our-values .properties .property .icon:hover, .archive .our-values .properties .property .icon:hover, .digital-marketing-projects .our-values .properties .property .icon:hover, .contact-us .our-values .properties .property .icon:hover, .about-us .our-values-2 .properties .property .icon:hover, .our-projects .our-values-2 .properties .property .icon:hover, .blog-page .our-values-2 .properties .property .icon:hover, .single-project .our-values-2 .properties .property .icon:hover,
.single-post .our-values-2 .properties .property .icon:hover, .archive .our-values-2 .properties .property .icon:hover, .digital-marketing-projects .our-values-2 .properties .property .icon:hover, .contact-us .our-values-2 .properties .property .icon:hover {
  background: #e60062;
}
.about-us .our-values .properties .property .icon:hover svg path, .our-projects .our-values .properties .property .icon:hover svg path, .blog-page .our-values .properties .property .icon:hover svg path, .single-project .our-values .properties .property .icon:hover svg path,
.single-post .our-values .properties .property .icon:hover svg path, .archive .our-values .properties .property .icon:hover svg path, .digital-marketing-projects .our-values .properties .property .icon:hover svg path, .contact-us .our-values .properties .property .icon:hover svg path, .about-us .our-values-2 .properties .property .icon:hover svg path, .our-projects .our-values-2 .properties .property .icon:hover svg path, .blog-page .our-values-2 .properties .property .icon:hover svg path, .single-project .our-values-2 .properties .property .icon:hover svg path,
.single-post .our-values-2 .properties .property .icon:hover svg path, .archive .our-values-2 .properties .property .icon:hover svg path, .digital-marketing-projects .our-values-2 .properties .property .icon:hover svg path, .contact-us .our-values-2 .properties .property .icon:hover svg path {
  fill: white;
}
.about-us .our-values .properties .property .lead, .our-projects .our-values .properties .property .lead, .blog-page .our-values .properties .property .lead, .single-project .our-values .properties .property .lead,
.single-post .our-values .properties .property .lead, .archive .our-values .properties .property .lead, .digital-marketing-projects .our-values .properties .property .lead, .contact-us .our-values .properties .property .lead, .about-us .our-values-2 .properties .property .lead, .our-projects .our-values-2 .properties .property .lead, .blog-page .our-values-2 .properties .property .lead, .single-project .our-values-2 .properties .property .lead,
.single-post .our-values-2 .properties .property .lead, .archive .our-values-2 .properties .property .lead, .digital-marketing-projects .our-values-2 .properties .property .lead, .contact-us .our-values-2 .properties .property .lead {
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  color: white;
}
.about-us .map-section .container, .our-projects .map-section .container, .blog-page .map-section .container, .single-project .map-section .container,
.single-post .map-section .container, .archive .map-section .container, .digital-marketing-projects .map-section .container, .contact-us .map-section .container {
  flex-direction: row;
}
.about-us .map-section .container .note-right, .our-projects .map-section .container .note-right, .blog-page .map-section .container .note-right, .single-project .map-section .container .note-right,
.single-post .map-section .container .note-right, .archive .map-section .container .note-right, .digital-marketing-projects .map-section .container .note-right, .contact-us .map-section .container .note-right {
  margin-bottom: 0;
}
.about-us .map-section .container .note-right .title, .our-projects .map-section .container .note-right .title, .blog-page .map-section .container .note-right .title, .single-project .map-section .container .note-right .title,
.single-post .map-section .container .note-right .title, .archive .map-section .container .note-right .title, .digital-marketing-projects .map-section .container .note-right .title, .contact-us .map-section .container .note-right .title {
  width: auto;
}
.about-us .map-section .container .note-right .title span, .our-projects .map-section .container .note-right .title span, .blog-page .map-section .container .note-right .title span, .single-project .map-section .container .note-right .title span,
.single-post .map-section .container .note-right .title span, .archive .map-section .container .note-right .title span, .digital-marketing-projects .map-section .container .note-right .title span, .contact-us .map-section .container .note-right .title span {
  color: #e60062;
}
.about-us .map-section .container .note-right ul, .our-projects .map-section .container .note-right ul, .blog-page .map-section .container .note-right ul, .single-project .map-section .container .note-right ul,
.single-post .map-section .container .note-right ul, .archive .map-section .container .note-right ul, .digital-marketing-projects .map-section .container .note-right ul, .contact-us .map-section .container .note-right ul {
  width: 500px;
}
.about-us .map-section .container .note-right ul li, .our-projects .map-section .container .note-right ul li, .blog-page .map-section .container .note-right ul li, .single-project .map-section .container .note-right ul li,
.single-post .map-section .container .note-right ul li, .archive .map-section .container .note-right ul li, .digital-marketing-projects .map-section .container .note-right ul li, .contact-us .map-section .container .note-right ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.about-us .our-values-2, .our-projects .our-values-2, .blog-page .our-values-2, .single-project .our-values-2,
.single-post .our-values-2, .archive .our-values-2, .digital-marketing-projects .our-values-2, .contact-us .our-values-2 {
  margin-top: 116px;
}
.about-us .our-values-2 .title, .our-projects .our-values-2 .title, .blog-page .our-values-2 .title, .single-project .our-values-2 .title,
.single-post .our-values-2 .title, .archive .our-values-2 .title, .digital-marketing-projects .our-values-2 .title, .contact-us .our-values-2 .title {
  margin-bottom: 42px;
}
.about-us .our-values-2 .lead, .our-projects .our-values-2 .lead, .blog-page .our-values-2 .lead, .single-project .our-values-2 .lead,
.single-post .our-values-2 .lead, .archive .our-values-2 .lead, .digital-marketing-projects .our-values-2 .lead, .contact-us .our-values-2 .lead {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  margin: auto;
  width: 1080px;
  color: white;
}
.about-us .our-values-2 .properties, .our-projects .our-values-2 .properties, .blog-page .our-values-2 .properties, .single-project .our-values-2 .properties,
.single-post .our-values-2 .properties, .archive .our-values-2 .properties, .digital-marketing-projects .our-values-2 .properties, .contact-us .our-values-2 .properties {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "one tow three four" "five six sevin eight";
  margin-top: 98px;
  justify-content: space-between;
  row-gap: 56px;
}
.about-us .our-values-2 .properties .property:nth-child(1), .our-projects .our-values-2 .properties .property:nth-child(1), .blog-page .our-values-2 .properties .property:nth-child(1), .single-project .our-values-2 .properties .property:nth-child(1),
.single-post .our-values-2 .properties .property:nth-child(1), .archive .our-values-2 .properties .property:nth-child(1), .digital-marketing-projects .our-values-2 .properties .property:nth-child(1), .contact-us .our-values-2 .properties .property:nth-child(1) {
  grid-area: one;
}
.about-us .our-values-2 .properties .property:nth-child(2), .our-projects .our-values-2 .properties .property:nth-child(2), .blog-page .our-values-2 .properties .property:nth-child(2), .single-project .our-values-2 .properties .property:nth-child(2),
.single-post .our-values-2 .properties .property:nth-child(2), .archive .our-values-2 .properties .property:nth-child(2), .digital-marketing-projects .our-values-2 .properties .property:nth-child(2), .contact-us .our-values-2 .properties .property:nth-child(2) {
  grid-area: tow;
}
.about-us .our-values-2 .properties .property:nth-child(3), .our-projects .our-values-2 .properties .property:nth-child(3), .blog-page .our-values-2 .properties .property:nth-child(3), .single-project .our-values-2 .properties .property:nth-child(3),
.single-post .our-values-2 .properties .property:nth-child(3), .archive .our-values-2 .properties .property:nth-child(3), .digital-marketing-projects .our-values-2 .properties .property:nth-child(3), .contact-us .our-values-2 .properties .property:nth-child(3) {
  grid-area: three;
}
.about-us .our-values-2 .properties .property:nth-child(4), .our-projects .our-values-2 .properties .property:nth-child(4), .blog-page .our-values-2 .properties .property:nth-child(4), .single-project .our-values-2 .properties .property:nth-child(4),
.single-post .our-values-2 .properties .property:nth-child(4), .archive .our-values-2 .properties .property:nth-child(4), .digital-marketing-projects .our-values-2 .properties .property:nth-child(4), .contact-us .our-values-2 .properties .property:nth-child(4) {
  grid-area: four;
}
.about-us .our-values-2 .properties .property:nth-child(5), .our-projects .our-values-2 .properties .property:nth-child(5), .blog-page .our-values-2 .properties .property:nth-child(5), .single-project .our-values-2 .properties .property:nth-child(5),
.single-post .our-values-2 .properties .property:nth-child(5), .archive .our-values-2 .properties .property:nth-child(5), .digital-marketing-projects .our-values-2 .properties .property:nth-child(5), .contact-us .our-values-2 .properties .property:nth-child(5) {
  grid-area: six;
}
.about-us .our-values-2 .properties .property:nth-child(6), .our-projects .our-values-2 .properties .property:nth-child(6), .blog-page .our-values-2 .properties .property:nth-child(6), .single-project .our-values-2 .properties .property:nth-child(6),
.single-post .our-values-2 .properties .property:nth-child(6), .archive .our-values-2 .properties .property:nth-child(6), .digital-marketing-projects .our-values-2 .properties .property:nth-child(6), .contact-us .our-values-2 .properties .property:nth-child(6) {
  grid-area: sevin;
}
.about-us .our-values-2 .properties .property .lead, .our-projects .our-values-2 .properties .property .lead, .blog-page .our-values-2 .properties .property .lead, .single-project .our-values-2 .properties .property .lead,
.single-post .our-values-2 .properties .property .lead, .archive .our-values-2 .properties .property .lead, .digital-marketing-projects .our-values-2 .properties .property .lead, .contact-us .our-values-2 .properties .property .lead {
  width: auto;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
.about-us .our-values-2 .btn, .our-projects .our-values-2 .btn, .blog-page .our-values-2 .btn, .single-project .our-values-2 .btn,
.single-post .our-values-2 .btn, .archive .our-values-2 .btn, .digital-marketing-projects .our-values-2 .btn, .contact-us .our-values-2 .btn, .about-us .our-values-2 .wpcf7 input[type=submit], .our-projects .our-values-2 .wpcf7 input[type=submit], .blog-page .our-values-2 .wpcf7 input[type=submit], .single-project .our-values-2 .wpcf7 input[type=submit],
.single-post .our-values-2 .wpcf7 input[type=submit], .archive .our-values-2 .wpcf7 input[type=submit], .digital-marketing-projects .our-values-2 .wpcf7 input[type=submit], .contact-us .our-values-2 .wpcf7 input[type=submit], .wpcf7 .about-us .our-values-2 input[type=submit], .wpcf7 .our-projects .our-values-2 input[type=submit], .wpcf7 .blog-page .our-values-2 input[type=submit], .wpcf7 .single-project .our-values-2 input[type=submit],
.wpcf7 .single-post .our-values-2 input[type=submit], .wpcf7 .archive .our-values-2 input[type=submit], .wpcf7 .digital-marketing-projects .our-values-2 input[type=submit], .wpcf7 .contact-us .our-values-2 input[type=submit], .about-us .our-values-2 .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .our-values-2 .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .our-values-2 .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .our-values-2 .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .our-values-2 .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .our-values-2 .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .our-values-2 .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .our-values-2 .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .our-values-2 a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .our-values-2 a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .our-values-2 a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .our-values-2 a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .our-values-2 a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .our-values-2 a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .our-values-2 a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .our-values-2 a.button, .about-us .our-values-2 .woocommerce-info a.button, .our-projects .our-values-2 .woocommerce-info a.button, .blog-page .our-values-2 .woocommerce-info a.button, .single-project .our-values-2 .woocommerce-info a.button,
.single-post .our-values-2 .woocommerce-info a.button, .archive .our-values-2 .woocommerce-info a.button, .digital-marketing-projects .our-values-2 .woocommerce-info a.button, .contact-us .our-values-2 .woocommerce-info a.button, .woocommerce-info .about-us .our-values-2 a.button, .woocommerce-info .our-projects .our-values-2 a.button, .woocommerce-info .blog-page .our-values-2 a.button, .woocommerce-info .single-project .our-values-2 a.button,
.woocommerce-info .single-post .our-values-2 a.button, .woocommerce-info .archive .our-values-2 a.button, .woocommerce-info .digital-marketing-projects .our-values-2 a.button, .woocommerce-info .contact-us .our-values-2 a.button {
  width: fit-content;
  margin: 85px auto;
}
.about-us .contact-form, .our-projects .contact-form, .blog-page .contact-form, .single-project .contact-form,
.single-post .contact-form, .archive .contact-form, .digital-marketing-projects .contact-form, .contact-us .contact-form {
  margin-top: 120px;
}
.about-us .contact-form .title, .our-projects .contact-form .title, .blog-page .contact-form .title, .single-project .contact-form .title,
.single-post .contact-form .title, .archive .contact-form .title, .digital-marketing-projects .contact-form .title, .contact-us .contact-form .title {
  text-align: center;
  margin-bottom: 64px;
}
.about-us .contact-form .wpcf7, .our-projects .contact-form .wpcf7, .blog-page .contact-form .wpcf7, .single-project .contact-form .wpcf7,
.single-post .contact-form .wpcf7, .archive .contact-form .wpcf7, .digital-marketing-projects .contact-form .wpcf7, .contact-us .contact-form .wpcf7 {
  max-width: none;
  width: 100%;
}
.about-us .contact-form .wpcf7 .form-control, .about-us .contact-form .wpcf7 .popup-offer .offer-object .holder .info input, .popup-offer .offer-object .holder .info .about-us .contact-form .wpcf7 input, .our-projects .contact-form .wpcf7 .form-control, .our-projects .contact-form .wpcf7 .popup-offer .offer-object .holder .info input, .popup-offer .offer-object .holder .info .our-projects .contact-form .wpcf7 input, .blog-page .contact-form .wpcf7 .form-control, .blog-page .contact-form .wpcf7 .popup-offer .offer-object .holder .info input, .popup-offer .offer-object .holder .info .blog-page .contact-form .wpcf7 input, .single-project .contact-form .wpcf7 .form-control, .single-project .contact-form .wpcf7 .popup-offer .offer-object .holder .info input, .popup-offer .offer-object .holder .info .single-project .contact-form .wpcf7 input,
.single-post .contact-form .wpcf7 .form-control,
.single-post .contact-form .wpcf7 .popup-offer .offer-object .holder .info input,
.popup-offer .offer-object .holder .info .single-post .contact-form .wpcf7 input, .archive .contact-form .wpcf7 .form-control, .archive .contact-form .wpcf7 .popup-offer .offer-object .holder .info input, .popup-offer .offer-object .holder .info .archive .contact-form .wpcf7 input, .digital-marketing-projects .contact-form .wpcf7 .form-control, .digital-marketing-projects .contact-form .wpcf7 .popup-offer .offer-object .holder .info input, .popup-offer .offer-object .holder .info .digital-marketing-projects .contact-form .wpcf7 input, .contact-us .contact-form .wpcf7 .form-control, .contact-us .contact-form .wpcf7 .popup-offer .offer-object .holder .info input, .popup-offer .offer-object .holder .info .contact-us .contact-form .wpcf7 input, .about-us .contact-form .wpcf7 input[type=text], .our-projects .contact-form .wpcf7 input[type=text], .blog-page .contact-form .wpcf7 input[type=text], .single-project .contact-form .wpcf7 input[type=text],
.single-post .contact-form .wpcf7 input[type=text], .archive .contact-form .wpcf7 input[type=text], .digital-marketing-projects .contact-form .wpcf7 input[type=text], .contact-us .contact-form .wpcf7 input[type=text],
.about-us .contact-form .wpcf7 input[type=search],
.our-projects .contact-form .wpcf7 input[type=search],
.blog-page .contact-form .wpcf7 input[type=search],
.single-project .contact-form .wpcf7 input[type=search],
.single-post .contact-form .wpcf7 input[type=search],
.archive .contact-form .wpcf7 input[type=search],
.digital-marketing-projects .contact-form .wpcf7 input[type=search],
.contact-us .contact-form .wpcf7 input[type=search],
.about-us .contact-form .wpcf7 input[type=url],
.our-projects .contact-form .wpcf7 input[type=url],
.blog-page .contact-form .wpcf7 input[type=url],
.single-project .contact-form .wpcf7 input[type=url],
.single-post .contact-form .wpcf7 input[type=url],
.archive .contact-form .wpcf7 input[type=url],
.digital-marketing-projects .contact-form .wpcf7 input[type=url],
.contact-us .contact-form .wpcf7 input[type=url],
.about-us .contact-form .wpcf7 input[type=tel],
.our-projects .contact-form .wpcf7 input[type=tel],
.blog-page .contact-form .wpcf7 input[type=tel],
.single-project .contact-form .wpcf7 input[type=tel],
.single-post .contact-form .wpcf7 input[type=tel],
.archive .contact-form .wpcf7 input[type=tel],
.digital-marketing-projects .contact-form .wpcf7 input[type=tel],
.contact-us .contact-form .wpcf7 input[type=tel],
.about-us .contact-form .wpcf7 input[type=number],
.our-projects .contact-form .wpcf7 input[type=number],
.blog-page .contact-form .wpcf7 input[type=number],
.single-project .contact-form .wpcf7 input[type=number],
.single-post .contact-form .wpcf7 input[type=number],
.archive .contact-form .wpcf7 input[type=number],
.digital-marketing-projects .contact-form .wpcf7 input[type=number],
.contact-us .contact-form .wpcf7 input[type=number],
.about-us .contact-form .wpcf7 input[type=range],
.our-projects .contact-form .wpcf7 input[type=range],
.blog-page .contact-form .wpcf7 input[type=range],
.single-project .contact-form .wpcf7 input[type=range],
.single-post .contact-form .wpcf7 input[type=range],
.archive .contact-form .wpcf7 input[type=range],
.digital-marketing-projects .contact-form .wpcf7 input[type=range],
.contact-us .contact-form .wpcf7 input[type=range],
.about-us .contact-form .wpcf7 input[type=date],
.our-projects .contact-form .wpcf7 input[type=date],
.blog-page .contact-form .wpcf7 input[type=date],
.single-project .contact-form .wpcf7 input[type=date],
.single-post .contact-form .wpcf7 input[type=date],
.archive .contact-form .wpcf7 input[type=date],
.digital-marketing-projects .contact-form .wpcf7 input[type=date],
.contact-us .contact-form .wpcf7 input[type=date],
.about-us .contact-form .wpcf7 input[type=month],
.our-projects .contact-form .wpcf7 input[type=month],
.blog-page .contact-form .wpcf7 input[type=month],
.single-project .contact-form .wpcf7 input[type=month],
.single-post .contact-form .wpcf7 input[type=month],
.archive .contact-form .wpcf7 input[type=month],
.digital-marketing-projects .contact-form .wpcf7 input[type=month],
.contact-us .contact-form .wpcf7 input[type=month],
.about-us .contact-form .wpcf7 input[type=week],
.our-projects .contact-form .wpcf7 input[type=week],
.blog-page .contact-form .wpcf7 input[type=week],
.single-project .contact-form .wpcf7 input[type=week],
.single-post .contact-form .wpcf7 input[type=week],
.archive .contact-form .wpcf7 input[type=week],
.digital-marketing-projects .contact-form .wpcf7 input[type=week],
.contact-us .contact-form .wpcf7 input[type=week],
.about-us .contact-form .wpcf7 input[type=time],
.our-projects .contact-form .wpcf7 input[type=time],
.blog-page .contact-form .wpcf7 input[type=time],
.single-project .contact-form .wpcf7 input[type=time],
.single-post .contact-form .wpcf7 input[type=time],
.archive .contact-form .wpcf7 input[type=time],
.digital-marketing-projects .contact-form .wpcf7 input[type=time],
.contact-us .contact-form .wpcf7 input[type=time],
.about-us .contact-form .wpcf7 input[type=datetime],
.our-projects .contact-form .wpcf7 input[type=datetime],
.blog-page .contact-form .wpcf7 input[type=datetime],
.single-project .contact-form .wpcf7 input[type=datetime],
.single-post .contact-form .wpcf7 input[type=datetime],
.archive .contact-form .wpcf7 input[type=datetime],
.digital-marketing-projects .contact-form .wpcf7 input[type=datetime],
.contact-us .contact-form .wpcf7 input[type=datetime],
.about-us .contact-form .wpcf7 input[type=datetime-local],
.our-projects .contact-form .wpcf7 input[type=datetime-local],
.blog-page .contact-form .wpcf7 input[type=datetime-local],
.single-project .contact-form .wpcf7 input[type=datetime-local],
.single-post .contact-form .wpcf7 input[type=datetime-local],
.archive .contact-form .wpcf7 input[type=datetime-local],
.digital-marketing-projects .contact-form .wpcf7 input[type=datetime-local],
.contact-us .contact-form .wpcf7 input[type=datetime-local],
.about-us .contact-form .wpcf7 input[type=color],
.our-projects .contact-form .wpcf7 input[type=color],
.blog-page .contact-form .wpcf7 input[type=color],
.single-project .contact-form .wpcf7 input[type=color],
.single-post .contact-form .wpcf7 input[type=color],
.archive .contact-form .wpcf7 input[type=color],
.digital-marketing-projects .contact-form .wpcf7 input[type=color],
.contact-us .contact-form .wpcf7 input[type=color],
.about-us .contact-form .wpcf7 input[type=email],
.our-projects .contact-form .wpcf7 input[type=email],
.blog-page .contact-form .wpcf7 input[type=email],
.single-project .contact-form .wpcf7 input[type=email],
.single-post .contact-form .wpcf7 input[type=email],
.archive .contact-form .wpcf7 input[type=email],
.digital-marketing-projects .contact-form .wpcf7 input[type=email],
.contact-us .contact-form .wpcf7 input[type=email],
.about-us .contact-form .wpcf7 input[type=file],
.our-projects .contact-form .wpcf7 input[type=file],
.blog-page .contact-form .wpcf7 input[type=file],
.single-project .contact-form .wpcf7 input[type=file],
.single-post .contact-form .wpcf7 input[type=file],
.archive .contact-form .wpcf7 input[type=file],
.digital-marketing-projects .contact-form .wpcf7 input[type=file],
.contact-us .contact-form .wpcf7 input[type=file],
.about-us .contact-form .wpcf7 input[type=submit],
.our-projects .contact-form .wpcf7 input[type=submit],
.blog-page .contact-form .wpcf7 input[type=submit],
.single-project .contact-form .wpcf7 input[type=submit],
.single-post .contact-form .wpcf7 input[type=submit],
.archive .contact-form .wpcf7 input[type=submit],
.digital-marketing-projects .contact-form .wpcf7 input[type=submit],
.contact-us .contact-form .wpcf7 input[type=submit],
.about-us .contact-form .wpcf7 select,
.our-projects .contact-form .wpcf7 select,
.blog-page .contact-form .wpcf7 select,
.single-project .contact-form .wpcf7 select,
.single-post .contact-form .wpcf7 select,
.archive .contact-form .wpcf7 select,
.digital-marketing-projects .contact-form .wpcf7 select,
.contact-us .contact-form .wpcf7 select,
.about-us .contact-form .wpcf7 textarea,
.our-projects .contact-form .wpcf7 textarea,
.blog-page .contact-form .wpcf7 textarea,
.single-project .contact-form .wpcf7 textarea,
.single-post .contact-form .wpcf7 textarea,
.archive .contact-form .wpcf7 textarea,
.digital-marketing-projects .contact-form .wpcf7 textarea,
.contact-us .contact-form .wpcf7 textarea, .about-us .contact-form .wpcf7 .wpcf7-validation-errors, .our-projects .contact-form .wpcf7 .wpcf7-validation-errors, .blog-page .contact-form .wpcf7 .wpcf7-validation-errors, .single-project .contact-form .wpcf7 .wpcf7-validation-errors,
.single-post .contact-form .wpcf7 .wpcf7-validation-errors, .archive .contact-form .wpcf7 .wpcf7-validation-errors, .digital-marketing-projects .contact-form .wpcf7 .wpcf7-validation-errors, .contact-us .contact-form .wpcf7 .wpcf7-validation-errors {
  padding: 27px 32px;
  border: 2px solid rgba(176, 176, 176, 0.5);
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #717171;
  margin: 0;
}
.about-us .contact-form .wpcf7 .form-control:focus, .about-us .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:focus, .popup-offer .offer-object .holder .info .about-us .contact-form .wpcf7 input:focus, .our-projects .contact-form .wpcf7 .form-control:focus, .our-projects .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:focus, .popup-offer .offer-object .holder .info .our-projects .contact-form .wpcf7 input:focus, .blog-page .contact-form .wpcf7 .form-control:focus, .blog-page .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:focus, .popup-offer .offer-object .holder .info .blog-page .contact-form .wpcf7 input:focus, .single-project .contact-form .wpcf7 .form-control:focus, .single-project .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:focus, .popup-offer .offer-object .holder .info .single-project .contact-form .wpcf7 input:focus,
.single-post .contact-form .wpcf7 .form-control:focus,
.single-post .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:focus,
.popup-offer .offer-object .holder .info .single-post .contact-form .wpcf7 input:focus, .archive .contact-form .wpcf7 .form-control:focus, .archive .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:focus, .popup-offer .offer-object .holder .info .archive .contact-form .wpcf7 input:focus, .digital-marketing-projects .contact-form .wpcf7 .form-control:focus, .digital-marketing-projects .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:focus, .popup-offer .offer-object .holder .info .digital-marketing-projects .contact-form .wpcf7 input:focus, .contact-us .contact-form .wpcf7 .form-control:focus, .contact-us .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:focus, .popup-offer .offer-object .holder .info .contact-us .contact-form .wpcf7 input:focus, .about-us .contact-form .wpcf7 input[type=text]:focus, .our-projects .contact-form .wpcf7 input[type=text]:focus, .blog-page .contact-form .wpcf7 input[type=text]:focus, .single-project .contact-form .wpcf7 input[type=text]:focus,
.single-post .contact-form .wpcf7 input[type=text]:focus, .archive .contact-form .wpcf7 input[type=text]:focus, .digital-marketing-projects .contact-form .wpcf7 input[type=text]:focus, .contact-us .contact-form .wpcf7 input[type=text]:focus,
.about-us .contact-form .wpcf7 input[type=search]:focus,
.our-projects .contact-form .wpcf7 input[type=search]:focus,
.blog-page .contact-form .wpcf7 input[type=search]:focus,
.single-project .contact-form .wpcf7 input[type=search]:focus,
.single-post .contact-form .wpcf7 input[type=search]:focus,
.archive .contact-form .wpcf7 input[type=search]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=search]:focus,
.contact-us .contact-form .wpcf7 input[type=search]:focus,
.about-us .contact-form .wpcf7 input[type=url]:focus,
.our-projects .contact-form .wpcf7 input[type=url]:focus,
.blog-page .contact-form .wpcf7 input[type=url]:focus,
.single-project .contact-form .wpcf7 input[type=url]:focus,
.single-post .contact-form .wpcf7 input[type=url]:focus,
.archive .contact-form .wpcf7 input[type=url]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=url]:focus,
.contact-us .contact-form .wpcf7 input[type=url]:focus,
.about-us .contact-form .wpcf7 input[type=tel]:focus,
.our-projects .contact-form .wpcf7 input[type=tel]:focus,
.blog-page .contact-form .wpcf7 input[type=tel]:focus,
.single-project .contact-form .wpcf7 input[type=tel]:focus,
.single-post .contact-form .wpcf7 input[type=tel]:focus,
.archive .contact-form .wpcf7 input[type=tel]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=tel]:focus,
.contact-us .contact-form .wpcf7 input[type=tel]:focus,
.about-us .contact-form .wpcf7 input[type=number]:focus,
.our-projects .contact-form .wpcf7 input[type=number]:focus,
.blog-page .contact-form .wpcf7 input[type=number]:focus,
.single-project .contact-form .wpcf7 input[type=number]:focus,
.single-post .contact-form .wpcf7 input[type=number]:focus,
.archive .contact-form .wpcf7 input[type=number]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=number]:focus,
.contact-us .contact-form .wpcf7 input[type=number]:focus,
.about-us .contact-form .wpcf7 input[type=range]:focus,
.our-projects .contact-form .wpcf7 input[type=range]:focus,
.blog-page .contact-form .wpcf7 input[type=range]:focus,
.single-project .contact-form .wpcf7 input[type=range]:focus,
.single-post .contact-form .wpcf7 input[type=range]:focus,
.archive .contact-form .wpcf7 input[type=range]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=range]:focus,
.contact-us .contact-form .wpcf7 input[type=range]:focus,
.about-us .contact-form .wpcf7 input[type=date]:focus,
.our-projects .contact-form .wpcf7 input[type=date]:focus,
.blog-page .contact-form .wpcf7 input[type=date]:focus,
.single-project .contact-form .wpcf7 input[type=date]:focus,
.single-post .contact-form .wpcf7 input[type=date]:focus,
.archive .contact-form .wpcf7 input[type=date]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=date]:focus,
.contact-us .contact-form .wpcf7 input[type=date]:focus,
.about-us .contact-form .wpcf7 input[type=month]:focus,
.our-projects .contact-form .wpcf7 input[type=month]:focus,
.blog-page .contact-form .wpcf7 input[type=month]:focus,
.single-project .contact-form .wpcf7 input[type=month]:focus,
.single-post .contact-form .wpcf7 input[type=month]:focus,
.archive .contact-form .wpcf7 input[type=month]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=month]:focus,
.contact-us .contact-form .wpcf7 input[type=month]:focus,
.about-us .contact-form .wpcf7 input[type=week]:focus,
.our-projects .contact-form .wpcf7 input[type=week]:focus,
.blog-page .contact-form .wpcf7 input[type=week]:focus,
.single-project .contact-form .wpcf7 input[type=week]:focus,
.single-post .contact-form .wpcf7 input[type=week]:focus,
.archive .contact-form .wpcf7 input[type=week]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=week]:focus,
.contact-us .contact-form .wpcf7 input[type=week]:focus,
.about-us .contact-form .wpcf7 input[type=time]:focus,
.our-projects .contact-form .wpcf7 input[type=time]:focus,
.blog-page .contact-form .wpcf7 input[type=time]:focus,
.single-project .contact-form .wpcf7 input[type=time]:focus,
.single-post .contact-form .wpcf7 input[type=time]:focus,
.archive .contact-form .wpcf7 input[type=time]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=time]:focus,
.contact-us .contact-form .wpcf7 input[type=time]:focus,
.about-us .contact-form .wpcf7 input[type=datetime]:focus,
.our-projects .contact-form .wpcf7 input[type=datetime]:focus,
.blog-page .contact-form .wpcf7 input[type=datetime]:focus,
.single-project .contact-form .wpcf7 input[type=datetime]:focus,
.single-post .contact-form .wpcf7 input[type=datetime]:focus,
.archive .contact-form .wpcf7 input[type=datetime]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=datetime]:focus,
.contact-us .contact-form .wpcf7 input[type=datetime]:focus,
.about-us .contact-form .wpcf7 input[type=datetime-local]:focus,
.our-projects .contact-form .wpcf7 input[type=datetime-local]:focus,
.blog-page .contact-form .wpcf7 input[type=datetime-local]:focus,
.single-project .contact-form .wpcf7 input[type=datetime-local]:focus,
.single-post .contact-form .wpcf7 input[type=datetime-local]:focus,
.archive .contact-form .wpcf7 input[type=datetime-local]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=datetime-local]:focus,
.contact-us .contact-form .wpcf7 input[type=datetime-local]:focus,
.about-us .contact-form .wpcf7 input[type=color]:focus,
.our-projects .contact-form .wpcf7 input[type=color]:focus,
.blog-page .contact-form .wpcf7 input[type=color]:focus,
.single-project .contact-form .wpcf7 input[type=color]:focus,
.single-post .contact-form .wpcf7 input[type=color]:focus,
.archive .contact-form .wpcf7 input[type=color]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=color]:focus,
.contact-us .contact-form .wpcf7 input[type=color]:focus,
.about-us .contact-form .wpcf7 input[type=email]:focus,
.our-projects .contact-form .wpcf7 input[type=email]:focus,
.blog-page .contact-form .wpcf7 input[type=email]:focus,
.single-project .contact-form .wpcf7 input[type=email]:focus,
.single-post .contact-form .wpcf7 input[type=email]:focus,
.archive .contact-form .wpcf7 input[type=email]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=email]:focus,
.contact-us .contact-form .wpcf7 input[type=email]:focus,
.about-us .contact-form .wpcf7 input[type=file]:focus,
.our-projects .contact-form .wpcf7 input[type=file]:focus,
.blog-page .contact-form .wpcf7 input[type=file]:focus,
.single-project .contact-form .wpcf7 input[type=file]:focus,
.single-post .contact-form .wpcf7 input[type=file]:focus,
.archive .contact-form .wpcf7 input[type=file]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=file]:focus,
.contact-us .contact-form .wpcf7 input[type=file]:focus,
.about-us .contact-form .wpcf7 input[type=submit]:focus,
.our-projects .contact-form .wpcf7 input[type=submit]:focus,
.blog-page .contact-form .wpcf7 input[type=submit]:focus,
.single-project .contact-form .wpcf7 input[type=submit]:focus,
.single-post .contact-form .wpcf7 input[type=submit]:focus,
.archive .contact-form .wpcf7 input[type=submit]:focus,
.digital-marketing-projects .contact-form .wpcf7 input[type=submit]:focus,
.contact-us .contact-form .wpcf7 input[type=submit]:focus,
.about-us .contact-form .wpcf7 select:focus,
.our-projects .contact-form .wpcf7 select:focus,
.blog-page .contact-form .wpcf7 select:focus,
.single-project .contact-form .wpcf7 select:focus,
.single-post .contact-form .wpcf7 select:focus,
.archive .contact-form .wpcf7 select:focus,
.digital-marketing-projects .contact-form .wpcf7 select:focus,
.contact-us .contact-form .wpcf7 select:focus,
.about-us .contact-form .wpcf7 textarea:focus,
.our-projects .contact-form .wpcf7 textarea:focus,
.blog-page .contact-form .wpcf7 textarea:focus,
.single-project .contact-form .wpcf7 textarea:focus,
.single-post .contact-form .wpcf7 textarea:focus,
.archive .contact-form .wpcf7 textarea:focus,
.digital-marketing-projects .contact-form .wpcf7 textarea:focus,
.contact-us .contact-form .wpcf7 textarea:focus, .about-us .contact-form .wpcf7 .wpcf7-validation-errors:focus, .our-projects .contact-form .wpcf7 .wpcf7-validation-errors:focus, .blog-page .contact-form .wpcf7 .wpcf7-validation-errors:focus, .single-project .contact-form .wpcf7 .wpcf7-validation-errors:focus,
.single-post .contact-form .wpcf7 .wpcf7-validation-errors:focus, .archive .contact-form .wpcf7 .wpcf7-validation-errors:focus, .digital-marketing-projects .contact-form .wpcf7 .wpcf7-validation-errors:focus, .contact-us .contact-form .wpcf7 .wpcf7-validation-errors:focus, .about-us .contact-form .wpcf7 .form-control:active, .about-us .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:active, .popup-offer .offer-object .holder .info .about-us .contact-form .wpcf7 input:active, .our-projects .contact-form .wpcf7 .form-control:active, .our-projects .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:active, .popup-offer .offer-object .holder .info .our-projects .contact-form .wpcf7 input:active, .blog-page .contact-form .wpcf7 .form-control:active, .blog-page .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:active, .popup-offer .offer-object .holder .info .blog-page .contact-form .wpcf7 input:active, .single-project .contact-form .wpcf7 .form-control:active, .single-project .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:active, .popup-offer .offer-object .holder .info .single-project .contact-form .wpcf7 input:active,
.single-post .contact-form .wpcf7 .form-control:active,
.single-post .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:active,
.popup-offer .offer-object .holder .info .single-post .contact-form .wpcf7 input:active, .archive .contact-form .wpcf7 .form-control:active, .archive .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:active, .popup-offer .offer-object .holder .info .archive .contact-form .wpcf7 input:active, .digital-marketing-projects .contact-form .wpcf7 .form-control:active, .digital-marketing-projects .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:active, .popup-offer .offer-object .holder .info .digital-marketing-projects .contact-form .wpcf7 input:active, .contact-us .contact-form .wpcf7 .form-control:active, .contact-us .contact-form .wpcf7 .popup-offer .offer-object .holder .info input:active, .popup-offer .offer-object .holder .info .contact-us .contact-form .wpcf7 input:active, .about-us .contact-form .wpcf7 input[type=text]:active, .our-projects .contact-form .wpcf7 input[type=text]:active, .blog-page .contact-form .wpcf7 input[type=text]:active, .single-project .contact-form .wpcf7 input[type=text]:active,
.single-post .contact-form .wpcf7 input[type=text]:active, .archive .contact-form .wpcf7 input[type=text]:active, .digital-marketing-projects .contact-form .wpcf7 input[type=text]:active, .contact-us .contact-form .wpcf7 input[type=text]:active,
.about-us .contact-form .wpcf7 input[type=search]:active,
.our-projects .contact-form .wpcf7 input[type=search]:active,
.blog-page .contact-form .wpcf7 input[type=search]:active,
.single-project .contact-form .wpcf7 input[type=search]:active,
.single-post .contact-form .wpcf7 input[type=search]:active,
.archive .contact-form .wpcf7 input[type=search]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=search]:active,
.contact-us .contact-form .wpcf7 input[type=search]:active,
.about-us .contact-form .wpcf7 input[type=url]:active,
.our-projects .contact-form .wpcf7 input[type=url]:active,
.blog-page .contact-form .wpcf7 input[type=url]:active,
.single-project .contact-form .wpcf7 input[type=url]:active,
.single-post .contact-form .wpcf7 input[type=url]:active,
.archive .contact-form .wpcf7 input[type=url]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=url]:active,
.contact-us .contact-form .wpcf7 input[type=url]:active,
.about-us .contact-form .wpcf7 input[type=tel]:active,
.our-projects .contact-form .wpcf7 input[type=tel]:active,
.blog-page .contact-form .wpcf7 input[type=tel]:active,
.single-project .contact-form .wpcf7 input[type=tel]:active,
.single-post .contact-form .wpcf7 input[type=tel]:active,
.archive .contact-form .wpcf7 input[type=tel]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=tel]:active,
.contact-us .contact-form .wpcf7 input[type=tel]:active,
.about-us .contact-form .wpcf7 input[type=number]:active,
.our-projects .contact-form .wpcf7 input[type=number]:active,
.blog-page .contact-form .wpcf7 input[type=number]:active,
.single-project .contact-form .wpcf7 input[type=number]:active,
.single-post .contact-form .wpcf7 input[type=number]:active,
.archive .contact-form .wpcf7 input[type=number]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=number]:active,
.contact-us .contact-form .wpcf7 input[type=number]:active,
.about-us .contact-form .wpcf7 input[type=range]:active,
.our-projects .contact-form .wpcf7 input[type=range]:active,
.blog-page .contact-form .wpcf7 input[type=range]:active,
.single-project .contact-form .wpcf7 input[type=range]:active,
.single-post .contact-form .wpcf7 input[type=range]:active,
.archive .contact-form .wpcf7 input[type=range]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=range]:active,
.contact-us .contact-form .wpcf7 input[type=range]:active,
.about-us .contact-form .wpcf7 input[type=date]:active,
.our-projects .contact-form .wpcf7 input[type=date]:active,
.blog-page .contact-form .wpcf7 input[type=date]:active,
.single-project .contact-form .wpcf7 input[type=date]:active,
.single-post .contact-form .wpcf7 input[type=date]:active,
.archive .contact-form .wpcf7 input[type=date]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=date]:active,
.contact-us .contact-form .wpcf7 input[type=date]:active,
.about-us .contact-form .wpcf7 input[type=month]:active,
.our-projects .contact-form .wpcf7 input[type=month]:active,
.blog-page .contact-form .wpcf7 input[type=month]:active,
.single-project .contact-form .wpcf7 input[type=month]:active,
.single-post .contact-form .wpcf7 input[type=month]:active,
.archive .contact-form .wpcf7 input[type=month]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=month]:active,
.contact-us .contact-form .wpcf7 input[type=month]:active,
.about-us .contact-form .wpcf7 input[type=week]:active,
.our-projects .contact-form .wpcf7 input[type=week]:active,
.blog-page .contact-form .wpcf7 input[type=week]:active,
.single-project .contact-form .wpcf7 input[type=week]:active,
.single-post .contact-form .wpcf7 input[type=week]:active,
.archive .contact-form .wpcf7 input[type=week]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=week]:active,
.contact-us .contact-form .wpcf7 input[type=week]:active,
.about-us .contact-form .wpcf7 input[type=time]:active,
.our-projects .contact-form .wpcf7 input[type=time]:active,
.blog-page .contact-form .wpcf7 input[type=time]:active,
.single-project .contact-form .wpcf7 input[type=time]:active,
.single-post .contact-form .wpcf7 input[type=time]:active,
.archive .contact-form .wpcf7 input[type=time]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=time]:active,
.contact-us .contact-form .wpcf7 input[type=time]:active,
.about-us .contact-form .wpcf7 input[type=datetime]:active,
.our-projects .contact-form .wpcf7 input[type=datetime]:active,
.blog-page .contact-form .wpcf7 input[type=datetime]:active,
.single-project .contact-form .wpcf7 input[type=datetime]:active,
.single-post .contact-form .wpcf7 input[type=datetime]:active,
.archive .contact-form .wpcf7 input[type=datetime]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=datetime]:active,
.contact-us .contact-form .wpcf7 input[type=datetime]:active,
.about-us .contact-form .wpcf7 input[type=datetime-local]:active,
.our-projects .contact-form .wpcf7 input[type=datetime-local]:active,
.blog-page .contact-form .wpcf7 input[type=datetime-local]:active,
.single-project .contact-form .wpcf7 input[type=datetime-local]:active,
.single-post .contact-form .wpcf7 input[type=datetime-local]:active,
.archive .contact-form .wpcf7 input[type=datetime-local]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=datetime-local]:active,
.contact-us .contact-form .wpcf7 input[type=datetime-local]:active,
.about-us .contact-form .wpcf7 input[type=color]:active,
.our-projects .contact-form .wpcf7 input[type=color]:active,
.blog-page .contact-form .wpcf7 input[type=color]:active,
.single-project .contact-form .wpcf7 input[type=color]:active,
.single-post .contact-form .wpcf7 input[type=color]:active,
.archive .contact-form .wpcf7 input[type=color]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=color]:active,
.contact-us .contact-form .wpcf7 input[type=color]:active,
.about-us .contact-form .wpcf7 input[type=email]:active,
.our-projects .contact-form .wpcf7 input[type=email]:active,
.blog-page .contact-form .wpcf7 input[type=email]:active,
.single-project .contact-form .wpcf7 input[type=email]:active,
.single-post .contact-form .wpcf7 input[type=email]:active,
.archive .contact-form .wpcf7 input[type=email]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=email]:active,
.contact-us .contact-form .wpcf7 input[type=email]:active,
.about-us .contact-form .wpcf7 input[type=file]:active,
.our-projects .contact-form .wpcf7 input[type=file]:active,
.blog-page .contact-form .wpcf7 input[type=file]:active,
.single-project .contact-form .wpcf7 input[type=file]:active,
.single-post .contact-form .wpcf7 input[type=file]:active,
.archive .contact-form .wpcf7 input[type=file]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=file]:active,
.contact-us .contact-form .wpcf7 input[type=file]:active,
.about-us .contact-form .wpcf7 input[type=submit]:active,
.our-projects .contact-form .wpcf7 input[type=submit]:active,
.blog-page .contact-form .wpcf7 input[type=submit]:active,
.single-project .contact-form .wpcf7 input[type=submit]:active,
.single-post .contact-form .wpcf7 input[type=submit]:active,
.archive .contact-form .wpcf7 input[type=submit]:active,
.digital-marketing-projects .contact-form .wpcf7 input[type=submit]:active,
.contact-us .contact-form .wpcf7 input[type=submit]:active,
.about-us .contact-form .wpcf7 select:active,
.our-projects .contact-form .wpcf7 select:active,
.blog-page .contact-form .wpcf7 select:active,
.single-project .contact-form .wpcf7 select:active,
.single-post .contact-form .wpcf7 select:active,
.archive .contact-form .wpcf7 select:active,
.digital-marketing-projects .contact-form .wpcf7 select:active,
.contact-us .contact-form .wpcf7 select:active,
.about-us .contact-form .wpcf7 textarea:active,
.our-projects .contact-form .wpcf7 textarea:active,
.blog-page .contact-form .wpcf7 textarea:active,
.single-project .contact-form .wpcf7 textarea:active,
.single-post .contact-form .wpcf7 textarea:active,
.archive .contact-form .wpcf7 textarea:active,
.digital-marketing-projects .contact-form .wpcf7 textarea:active,
.contact-us .contact-form .wpcf7 textarea:active, .about-us .contact-form .wpcf7 .wpcf7-validation-errors:active, .our-projects .contact-form .wpcf7 .wpcf7-validation-errors:active, .blog-page .contact-form .wpcf7 .wpcf7-validation-errors:active, .single-project .contact-form .wpcf7 .wpcf7-validation-errors:active,
.single-post .contact-form .wpcf7 .wpcf7-validation-errors:active, .archive .contact-form .wpcf7 .wpcf7-validation-errors:active, .digital-marketing-projects .contact-form .wpcf7 .wpcf7-validation-errors:active, .contact-us .contact-form .wpcf7 .wpcf7-validation-errors:active {
  outline: none;
  box-shadow: none;
}
.about-us .contact-form .wpcf7 .form-control.mb, .about-us .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.mb, .popup-offer .offer-object .holder .info .about-us .contact-form .wpcf7 input.mb, .our-projects .contact-form .wpcf7 .form-control.mb, .our-projects .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.mb, .popup-offer .offer-object .holder .info .our-projects .contact-form .wpcf7 input.mb, .blog-page .contact-form .wpcf7 .form-control.mb, .blog-page .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.mb, .popup-offer .offer-object .holder .info .blog-page .contact-form .wpcf7 input.mb, .single-project .contact-form .wpcf7 .form-control.mb, .single-project .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.mb, .popup-offer .offer-object .holder .info .single-project .contact-form .wpcf7 input.mb,
.single-post .contact-form .wpcf7 .form-control.mb,
.single-post .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.mb,
.popup-offer .offer-object .holder .info .single-post .contact-form .wpcf7 input.mb, .archive .contact-form .wpcf7 .form-control.mb, .archive .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.mb, .popup-offer .offer-object .holder .info .archive .contact-form .wpcf7 input.mb, .digital-marketing-projects .contact-form .wpcf7 .form-control.mb, .digital-marketing-projects .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.mb, .popup-offer .offer-object .holder .info .digital-marketing-projects .contact-form .wpcf7 input.mb, .contact-us .contact-form .wpcf7 .form-control.mb, .contact-us .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.mb, .popup-offer .offer-object .holder .info .contact-us .contact-form .wpcf7 input.mb, .about-us .contact-form .wpcf7 input.mb[type=text], .our-projects .contact-form .wpcf7 input.mb[type=text], .blog-page .contact-form .wpcf7 input.mb[type=text], .single-project .contact-form .wpcf7 input.mb[type=text],
.single-post .contact-form .wpcf7 input.mb[type=text], .archive .contact-form .wpcf7 input.mb[type=text], .digital-marketing-projects .contact-form .wpcf7 input.mb[type=text], .contact-us .contact-form .wpcf7 input.mb[type=text],
.about-us .contact-form .wpcf7 input.mb[type=search],
.our-projects .contact-form .wpcf7 input.mb[type=search],
.blog-page .contact-form .wpcf7 input.mb[type=search],
.single-project .contact-form .wpcf7 input.mb[type=search],
.single-post .contact-form .wpcf7 input.mb[type=search],
.archive .contact-form .wpcf7 input.mb[type=search],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=search],
.contact-us .contact-form .wpcf7 input.mb[type=search],
.about-us .contact-form .wpcf7 input.mb[type=url],
.our-projects .contact-form .wpcf7 input.mb[type=url],
.blog-page .contact-form .wpcf7 input.mb[type=url],
.single-project .contact-form .wpcf7 input.mb[type=url],
.single-post .contact-form .wpcf7 input.mb[type=url],
.archive .contact-form .wpcf7 input.mb[type=url],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=url],
.contact-us .contact-form .wpcf7 input.mb[type=url],
.about-us .contact-form .wpcf7 input.mb[type=tel],
.our-projects .contact-form .wpcf7 input.mb[type=tel],
.blog-page .contact-form .wpcf7 input.mb[type=tel],
.single-project .contact-form .wpcf7 input.mb[type=tel],
.single-post .contact-form .wpcf7 input.mb[type=tel],
.archive .contact-form .wpcf7 input.mb[type=tel],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=tel],
.contact-us .contact-form .wpcf7 input.mb[type=tel],
.about-us .contact-form .wpcf7 input.mb[type=number],
.our-projects .contact-form .wpcf7 input.mb[type=number],
.blog-page .contact-form .wpcf7 input.mb[type=number],
.single-project .contact-form .wpcf7 input.mb[type=number],
.single-post .contact-form .wpcf7 input.mb[type=number],
.archive .contact-form .wpcf7 input.mb[type=number],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=number],
.contact-us .contact-form .wpcf7 input.mb[type=number],
.about-us .contact-form .wpcf7 input.mb[type=range],
.our-projects .contact-form .wpcf7 input.mb[type=range],
.blog-page .contact-form .wpcf7 input.mb[type=range],
.single-project .contact-form .wpcf7 input.mb[type=range],
.single-post .contact-form .wpcf7 input.mb[type=range],
.archive .contact-form .wpcf7 input.mb[type=range],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=range],
.contact-us .contact-form .wpcf7 input.mb[type=range],
.about-us .contact-form .wpcf7 input.mb[type=date],
.our-projects .contact-form .wpcf7 input.mb[type=date],
.blog-page .contact-form .wpcf7 input.mb[type=date],
.single-project .contact-form .wpcf7 input.mb[type=date],
.single-post .contact-form .wpcf7 input.mb[type=date],
.archive .contact-form .wpcf7 input.mb[type=date],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=date],
.contact-us .contact-form .wpcf7 input.mb[type=date],
.about-us .contact-form .wpcf7 input.mb[type=month],
.our-projects .contact-form .wpcf7 input.mb[type=month],
.blog-page .contact-form .wpcf7 input.mb[type=month],
.single-project .contact-form .wpcf7 input.mb[type=month],
.single-post .contact-form .wpcf7 input.mb[type=month],
.archive .contact-form .wpcf7 input.mb[type=month],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=month],
.contact-us .contact-form .wpcf7 input.mb[type=month],
.about-us .contact-form .wpcf7 input.mb[type=week],
.our-projects .contact-form .wpcf7 input.mb[type=week],
.blog-page .contact-form .wpcf7 input.mb[type=week],
.single-project .contact-form .wpcf7 input.mb[type=week],
.single-post .contact-form .wpcf7 input.mb[type=week],
.archive .contact-form .wpcf7 input.mb[type=week],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=week],
.contact-us .contact-form .wpcf7 input.mb[type=week],
.about-us .contact-form .wpcf7 input.mb[type=time],
.our-projects .contact-form .wpcf7 input.mb[type=time],
.blog-page .contact-form .wpcf7 input.mb[type=time],
.single-project .contact-form .wpcf7 input.mb[type=time],
.single-post .contact-form .wpcf7 input.mb[type=time],
.archive .contact-form .wpcf7 input.mb[type=time],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=time],
.contact-us .contact-form .wpcf7 input.mb[type=time],
.about-us .contact-form .wpcf7 input.mb[type=datetime],
.our-projects .contact-form .wpcf7 input.mb[type=datetime],
.blog-page .contact-form .wpcf7 input.mb[type=datetime],
.single-project .contact-form .wpcf7 input.mb[type=datetime],
.single-post .contact-form .wpcf7 input.mb[type=datetime],
.archive .contact-form .wpcf7 input.mb[type=datetime],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=datetime],
.contact-us .contact-form .wpcf7 input.mb[type=datetime],
.about-us .contact-form .wpcf7 input.mb[type=datetime-local],
.our-projects .contact-form .wpcf7 input.mb[type=datetime-local],
.blog-page .contact-form .wpcf7 input.mb[type=datetime-local],
.single-project .contact-form .wpcf7 input.mb[type=datetime-local],
.single-post .contact-form .wpcf7 input.mb[type=datetime-local],
.archive .contact-form .wpcf7 input.mb[type=datetime-local],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=datetime-local],
.contact-us .contact-form .wpcf7 input.mb[type=datetime-local],
.about-us .contact-form .wpcf7 input.mb[type=color],
.our-projects .contact-form .wpcf7 input.mb[type=color],
.blog-page .contact-form .wpcf7 input.mb[type=color],
.single-project .contact-form .wpcf7 input.mb[type=color],
.single-post .contact-form .wpcf7 input.mb[type=color],
.archive .contact-form .wpcf7 input.mb[type=color],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=color],
.contact-us .contact-form .wpcf7 input.mb[type=color],
.about-us .contact-form .wpcf7 input.mb[type=email],
.our-projects .contact-form .wpcf7 input.mb[type=email],
.blog-page .contact-form .wpcf7 input.mb[type=email],
.single-project .contact-form .wpcf7 input.mb[type=email],
.single-post .contact-form .wpcf7 input.mb[type=email],
.archive .contact-form .wpcf7 input.mb[type=email],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=email],
.contact-us .contact-form .wpcf7 input.mb[type=email],
.about-us .contact-form .wpcf7 input.mb[type=file],
.our-projects .contact-form .wpcf7 input.mb[type=file],
.blog-page .contact-form .wpcf7 input.mb[type=file],
.single-project .contact-form .wpcf7 input.mb[type=file],
.single-post .contact-form .wpcf7 input.mb[type=file],
.archive .contact-form .wpcf7 input.mb[type=file],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=file],
.contact-us .contact-form .wpcf7 input.mb[type=file],
.about-us .contact-form .wpcf7 input.mb[type=submit],
.our-projects .contact-form .wpcf7 input.mb[type=submit],
.blog-page .contact-form .wpcf7 input.mb[type=submit],
.single-project .contact-form .wpcf7 input.mb[type=submit],
.single-post .contact-form .wpcf7 input.mb[type=submit],
.archive .contact-form .wpcf7 input.mb[type=submit],
.digital-marketing-projects .contact-form .wpcf7 input.mb[type=submit],
.contact-us .contact-form .wpcf7 input.mb[type=submit],
.about-us .contact-form .wpcf7 select.mb,
.our-projects .contact-form .wpcf7 select.mb,
.blog-page .contact-form .wpcf7 select.mb,
.single-project .contact-form .wpcf7 select.mb,
.single-post .contact-form .wpcf7 select.mb,
.archive .contact-form .wpcf7 select.mb,
.digital-marketing-projects .contact-form .wpcf7 select.mb,
.contact-us .contact-form .wpcf7 select.mb,
.about-us .contact-form .wpcf7 textarea.mb,
.our-projects .contact-form .wpcf7 textarea.mb,
.blog-page .contact-form .wpcf7 textarea.mb,
.single-project .contact-form .wpcf7 textarea.mb,
.single-post .contact-form .wpcf7 textarea.mb,
.archive .contact-form .wpcf7 textarea.mb,
.digital-marketing-projects .contact-form .wpcf7 textarea.mb,
.contact-us .contact-form .wpcf7 textarea.mb, .about-us .contact-form .wpcf7 .mb.wpcf7-validation-errors, .our-projects .contact-form .wpcf7 .mb.wpcf7-validation-errors, .blog-page .contact-form .wpcf7 .mb.wpcf7-validation-errors, .single-project .contact-form .wpcf7 .mb.wpcf7-validation-errors,
.single-post .contact-form .wpcf7 .mb.wpcf7-validation-errors, .archive .contact-form .wpcf7 .mb.wpcf7-validation-errors, .digital-marketing-projects .contact-form .wpcf7 .mb.wpcf7-validation-errors, .contact-us .contact-form .wpcf7 .mb.wpcf7-validation-errors {
  margin-bottom: 32px;
}
.about-us .contact-form .wpcf7 .form-control.textarea, .about-us .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.textarea, .popup-offer .offer-object .holder .info .about-us .contact-form .wpcf7 input.textarea, .our-projects .contact-form .wpcf7 .form-control.textarea, .our-projects .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.textarea, .popup-offer .offer-object .holder .info .our-projects .contact-form .wpcf7 input.textarea, .blog-page .contact-form .wpcf7 .form-control.textarea, .blog-page .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.textarea, .popup-offer .offer-object .holder .info .blog-page .contact-form .wpcf7 input.textarea, .single-project .contact-form .wpcf7 .form-control.textarea, .single-project .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.textarea, .popup-offer .offer-object .holder .info .single-project .contact-form .wpcf7 input.textarea,
.single-post .contact-form .wpcf7 .form-control.textarea,
.single-post .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.textarea,
.popup-offer .offer-object .holder .info .single-post .contact-form .wpcf7 input.textarea, .archive .contact-form .wpcf7 .form-control.textarea, .archive .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.textarea, .popup-offer .offer-object .holder .info .archive .contact-form .wpcf7 input.textarea, .digital-marketing-projects .contact-form .wpcf7 .form-control.textarea, .digital-marketing-projects .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.textarea, .popup-offer .offer-object .holder .info .digital-marketing-projects .contact-form .wpcf7 input.textarea, .contact-us .contact-form .wpcf7 .form-control.textarea, .contact-us .contact-form .wpcf7 .popup-offer .offer-object .holder .info input.textarea, .popup-offer .offer-object .holder .info .contact-us .contact-form .wpcf7 input.textarea, .about-us .contact-form .wpcf7 input.textarea[type=text], .our-projects .contact-form .wpcf7 input.textarea[type=text], .blog-page .contact-form .wpcf7 input.textarea[type=text], .single-project .contact-form .wpcf7 input.textarea[type=text],
.single-post .contact-form .wpcf7 input.textarea[type=text], .archive .contact-form .wpcf7 input.textarea[type=text], .digital-marketing-projects .contact-form .wpcf7 input.textarea[type=text], .contact-us .contact-form .wpcf7 input.textarea[type=text],
.about-us .contact-form .wpcf7 input.textarea[type=search],
.our-projects .contact-form .wpcf7 input.textarea[type=search],
.blog-page .contact-form .wpcf7 input.textarea[type=search],
.single-project .contact-form .wpcf7 input.textarea[type=search],
.single-post .contact-form .wpcf7 input.textarea[type=search],
.archive .contact-form .wpcf7 input.textarea[type=search],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=search],
.contact-us .contact-form .wpcf7 input.textarea[type=search],
.about-us .contact-form .wpcf7 input.textarea[type=url],
.our-projects .contact-form .wpcf7 input.textarea[type=url],
.blog-page .contact-form .wpcf7 input.textarea[type=url],
.single-project .contact-form .wpcf7 input.textarea[type=url],
.single-post .contact-form .wpcf7 input.textarea[type=url],
.archive .contact-form .wpcf7 input.textarea[type=url],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=url],
.contact-us .contact-form .wpcf7 input.textarea[type=url],
.about-us .contact-form .wpcf7 input.textarea[type=tel],
.our-projects .contact-form .wpcf7 input.textarea[type=tel],
.blog-page .contact-form .wpcf7 input.textarea[type=tel],
.single-project .contact-form .wpcf7 input.textarea[type=tel],
.single-post .contact-form .wpcf7 input.textarea[type=tel],
.archive .contact-form .wpcf7 input.textarea[type=tel],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=tel],
.contact-us .contact-form .wpcf7 input.textarea[type=tel],
.about-us .contact-form .wpcf7 input.textarea[type=number],
.our-projects .contact-form .wpcf7 input.textarea[type=number],
.blog-page .contact-form .wpcf7 input.textarea[type=number],
.single-project .contact-form .wpcf7 input.textarea[type=number],
.single-post .contact-form .wpcf7 input.textarea[type=number],
.archive .contact-form .wpcf7 input.textarea[type=number],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=number],
.contact-us .contact-form .wpcf7 input.textarea[type=number],
.about-us .contact-form .wpcf7 input.textarea[type=range],
.our-projects .contact-form .wpcf7 input.textarea[type=range],
.blog-page .contact-form .wpcf7 input.textarea[type=range],
.single-project .contact-form .wpcf7 input.textarea[type=range],
.single-post .contact-form .wpcf7 input.textarea[type=range],
.archive .contact-form .wpcf7 input.textarea[type=range],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=range],
.contact-us .contact-form .wpcf7 input.textarea[type=range],
.about-us .contact-form .wpcf7 input.textarea[type=date],
.our-projects .contact-form .wpcf7 input.textarea[type=date],
.blog-page .contact-form .wpcf7 input.textarea[type=date],
.single-project .contact-form .wpcf7 input.textarea[type=date],
.single-post .contact-form .wpcf7 input.textarea[type=date],
.archive .contact-form .wpcf7 input.textarea[type=date],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=date],
.contact-us .contact-form .wpcf7 input.textarea[type=date],
.about-us .contact-form .wpcf7 input.textarea[type=month],
.our-projects .contact-form .wpcf7 input.textarea[type=month],
.blog-page .contact-form .wpcf7 input.textarea[type=month],
.single-project .contact-form .wpcf7 input.textarea[type=month],
.single-post .contact-form .wpcf7 input.textarea[type=month],
.archive .contact-form .wpcf7 input.textarea[type=month],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=month],
.contact-us .contact-form .wpcf7 input.textarea[type=month],
.about-us .contact-form .wpcf7 input.textarea[type=week],
.our-projects .contact-form .wpcf7 input.textarea[type=week],
.blog-page .contact-form .wpcf7 input.textarea[type=week],
.single-project .contact-form .wpcf7 input.textarea[type=week],
.single-post .contact-form .wpcf7 input.textarea[type=week],
.archive .contact-form .wpcf7 input.textarea[type=week],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=week],
.contact-us .contact-form .wpcf7 input.textarea[type=week],
.about-us .contact-form .wpcf7 input.textarea[type=time],
.our-projects .contact-form .wpcf7 input.textarea[type=time],
.blog-page .contact-form .wpcf7 input.textarea[type=time],
.single-project .contact-form .wpcf7 input.textarea[type=time],
.single-post .contact-form .wpcf7 input.textarea[type=time],
.archive .contact-form .wpcf7 input.textarea[type=time],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=time],
.contact-us .contact-form .wpcf7 input.textarea[type=time],
.about-us .contact-form .wpcf7 input.textarea[type=datetime],
.our-projects .contact-form .wpcf7 input.textarea[type=datetime],
.blog-page .contact-form .wpcf7 input.textarea[type=datetime],
.single-project .contact-form .wpcf7 input.textarea[type=datetime],
.single-post .contact-form .wpcf7 input.textarea[type=datetime],
.archive .contact-form .wpcf7 input.textarea[type=datetime],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=datetime],
.contact-us .contact-form .wpcf7 input.textarea[type=datetime],
.about-us .contact-form .wpcf7 input.textarea[type=datetime-local],
.our-projects .contact-form .wpcf7 input.textarea[type=datetime-local],
.blog-page .contact-form .wpcf7 input.textarea[type=datetime-local],
.single-project .contact-form .wpcf7 input.textarea[type=datetime-local],
.single-post .contact-form .wpcf7 input.textarea[type=datetime-local],
.archive .contact-form .wpcf7 input.textarea[type=datetime-local],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=datetime-local],
.contact-us .contact-form .wpcf7 input.textarea[type=datetime-local],
.about-us .contact-form .wpcf7 input.textarea[type=color],
.our-projects .contact-form .wpcf7 input.textarea[type=color],
.blog-page .contact-form .wpcf7 input.textarea[type=color],
.single-project .contact-form .wpcf7 input.textarea[type=color],
.single-post .contact-form .wpcf7 input.textarea[type=color],
.archive .contact-form .wpcf7 input.textarea[type=color],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=color],
.contact-us .contact-form .wpcf7 input.textarea[type=color],
.about-us .contact-form .wpcf7 input.textarea[type=email],
.our-projects .contact-form .wpcf7 input.textarea[type=email],
.blog-page .contact-form .wpcf7 input.textarea[type=email],
.single-project .contact-form .wpcf7 input.textarea[type=email],
.single-post .contact-form .wpcf7 input.textarea[type=email],
.archive .contact-form .wpcf7 input.textarea[type=email],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=email],
.contact-us .contact-form .wpcf7 input.textarea[type=email],
.about-us .contact-form .wpcf7 input.textarea[type=file],
.our-projects .contact-form .wpcf7 input.textarea[type=file],
.blog-page .contact-form .wpcf7 input.textarea[type=file],
.single-project .contact-form .wpcf7 input.textarea[type=file],
.single-post .contact-form .wpcf7 input.textarea[type=file],
.archive .contact-form .wpcf7 input.textarea[type=file],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=file],
.contact-us .contact-form .wpcf7 input.textarea[type=file],
.about-us .contact-form .wpcf7 input.textarea[type=submit],
.our-projects .contact-form .wpcf7 input.textarea[type=submit],
.blog-page .contact-form .wpcf7 input.textarea[type=submit],
.single-project .contact-form .wpcf7 input.textarea[type=submit],
.single-post .contact-form .wpcf7 input.textarea[type=submit],
.archive .contact-form .wpcf7 input.textarea[type=submit],
.digital-marketing-projects .contact-form .wpcf7 input.textarea[type=submit],
.contact-us .contact-form .wpcf7 input.textarea[type=submit],
.about-us .contact-form .wpcf7 select.textarea,
.our-projects .contact-form .wpcf7 select.textarea,
.blog-page .contact-form .wpcf7 select.textarea,
.single-project .contact-form .wpcf7 select.textarea,
.single-post .contact-form .wpcf7 select.textarea,
.archive .contact-form .wpcf7 select.textarea,
.digital-marketing-projects .contact-form .wpcf7 select.textarea,
.contact-us .contact-form .wpcf7 select.textarea,
.about-us .contact-form .wpcf7 textarea.textarea,
.our-projects .contact-form .wpcf7 textarea.textarea,
.blog-page .contact-form .wpcf7 textarea.textarea,
.single-project .contact-form .wpcf7 textarea.textarea,
.single-post .contact-form .wpcf7 textarea.textarea,
.archive .contact-form .wpcf7 textarea.textarea,
.digital-marketing-projects .contact-form .wpcf7 textarea.textarea,
.contact-us .contact-form .wpcf7 textarea.textarea, .about-us .contact-form .wpcf7 .textarea.wpcf7-validation-errors, .our-projects .contact-form .wpcf7 .textarea.wpcf7-validation-errors, .blog-page .contact-form .wpcf7 .textarea.wpcf7-validation-errors, .single-project .contact-form .wpcf7 .textarea.wpcf7-validation-errors,
.single-post .contact-form .wpcf7 .textarea.wpcf7-validation-errors, .archive .contact-form .wpcf7 .textarea.wpcf7-validation-errors, .digital-marketing-projects .contact-form .wpcf7 .textarea.wpcf7-validation-errors, .contact-us .contact-form .wpcf7 .textarea.wpcf7-validation-errors {
  padding: 32px;
  min-height: 360px;
}
.about-us .contact-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item, .our-projects .contact-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item, .blog-page .contact-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item, .single-project .contact-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item,
.single-post .contact-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item, .archive .contact-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item, .digital-marketing-projects .contact-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item, .contact-us .contact-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
.about-us .contact-form .wpcf7 input[type=file], .our-projects .contact-form .wpcf7 input[type=file], .blog-page .contact-form .wpcf7 input[type=file], .single-project .contact-form .wpcf7 input[type=file],
.single-post .contact-form .wpcf7 input[type=file], .archive .contact-form .wpcf7 input[type=file], .digital-marketing-projects .contact-form .wpcf7 input[type=file], .contact-us .contact-form .wpcf7 input[type=file] {
  display: none;
}
.about-us .contact-form .contact-holder, .our-projects .contact-form .contact-holder, .blog-page .contact-form .contact-holder, .single-project .contact-form .contact-holder,
.single-post .contact-form .contact-holder, .archive .contact-form .contact-holder, .digital-marketing-projects .contact-form .contact-holder, .contact-us .contact-form .contact-holder {
  width: 970px;
  margin: auto;
}
.about-us .contact-form .contact-holder .row-holder, .our-projects .contact-form .contact-holder .row-holder, .blog-page .contact-form .contact-holder .row-holder, .single-project .contact-form .contact-holder .row-holder,
.single-post .contact-form .contact-holder .row-holder, .archive .contact-form .contact-holder .row-holder, .digital-marketing-projects .contact-form .contact-holder .row-holder, .contact-us .contact-form .contact-holder .row-holder {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.about-us .contact-form .contact-holder .icon, .our-projects .contact-form .contact-holder .icon, .blog-page .contact-form .contact-holder .icon, .single-project .contact-form .contact-holder .icon,
.single-post .contact-form .contact-holder .icon, .archive .contact-form .contact-holder .icon, .digital-marketing-projects .contact-form .contact-holder .icon, .contact-us .contact-form .contact-holder .icon {
  position: absolute;
  top: 18px;
  left: 32px;
}
.about-us .contact-form .contact-holder p, .our-projects .contact-form .contact-holder p, .blog-page .contact-form .contact-holder p, .single-project .contact-form .contact-holder p,
.single-post .contact-form .contact-holder p, .archive .contact-form .contact-holder p, .digital-marketing-projects .contact-form .contact-holder p, .contact-us .contact-form .contact-holder p {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
.about-us .contact-form .contact-holder .input-holder, .our-projects .contact-form .contact-holder .input-holder, .blog-page .contact-form .contact-holder .input-holder, .single-project .contact-form .contact-holder .input-holder,
.single-post .contact-form .contact-holder .input-holder, .archive .contact-form .contact-holder .input-holder, .digital-marketing-projects .contact-form .contact-holder .input-holder, .contact-us .contact-form .contact-holder .input-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  gap: 15px;
}
.about-us .contact-form .contact-holder .input-holder .form-control, .about-us .contact-form .contact-holder .input-holder .popup-offer .offer-object .holder .info input, .popup-offer .offer-object .holder .info .about-us .contact-form .contact-holder .input-holder input, .our-projects .contact-form .contact-holder .input-holder .form-control, .our-projects .contact-form .contact-holder .input-holder .popup-offer .offer-object .holder .info input, .popup-offer .offer-object .holder .info .our-projects .contact-form .contact-holder .input-holder input, .blog-page .contact-form .contact-holder .input-holder .form-control, .blog-page .contact-form .contact-holder .input-holder .popup-offer .offer-object .holder .info input, .popup-offer .offer-object .holder .info .blog-page .contact-form .contact-holder .input-holder input, .single-project .contact-form .contact-holder .input-holder .form-control, .single-project .contact-form .contact-holder .input-holder .popup-offer .offer-object .holder .info input, .popup-offer .offer-object .holder .info .single-project .contact-form .contact-holder .input-holder input,
.single-post .contact-form .contact-holder .input-holder .form-control,
.single-post .contact-form .contact-holder .input-holder .popup-offer .offer-object .holder .info input,
.popup-offer .offer-object .holder .info .single-post .contact-form .contact-holder .input-holder input, .archive .contact-form .contact-holder .input-holder .form-control, .archive .contact-form .contact-holder .input-holder .popup-offer .offer-object .holder .info input, .popup-offer .offer-object .holder .info .archive .contact-form .contact-holder .input-holder input, .digital-marketing-projects .contact-form .contact-holder .input-holder .form-control, .digital-marketing-projects .contact-form .contact-holder .input-holder .popup-offer .offer-object .holder .info input, .popup-offer .offer-object .holder .info .digital-marketing-projects .contact-form .contact-holder .input-holder input, .contact-us .contact-form .contact-holder .input-holder .form-control, .contact-us .contact-form .contact-holder .input-holder .popup-offer .offer-object .holder .info input, .popup-offer .offer-object .holder .info .contact-us .contact-form .contact-holder .input-holder input, .about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=text], .our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=text], .blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=text], .single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=text],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=text], .archive .contact-form .contact-holder .input-holder .wpcf7 input[type=text], .digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=text], .contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=text], .wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=text], .wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=text], .wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=text], .wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=text],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=text], .wpcf7 .archive .contact-form .contact-holder .input-holder input[type=text], .wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=text], .wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=text],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=search],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=search],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=search],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=search],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=search],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=search],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=search],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=search],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=search],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=search],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=search],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=search],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=search],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=search],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=search],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=search],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=url],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=url],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=url],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=url],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=url],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=url],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=url],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=url],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=url],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=url],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=url],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=url],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=url],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=url],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=url],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=url],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=tel],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=tel],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=tel],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=tel],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=tel],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=tel],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=tel],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=tel],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=tel],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=tel],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=tel],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=tel],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=tel],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=tel],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=tel],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=tel],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=number],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=number],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=number],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=number],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=number],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=number],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=number],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=number],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=number],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=number],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=number],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=number],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=number],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=number],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=number],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=number],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=range],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=range],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=range],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=range],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=range],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=range],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=range],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=range],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=range],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=range],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=range],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=range],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=range],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=range],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=range],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=range],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=date],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=date],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=date],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=date],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=date],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=date],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=date],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=date],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=date],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=date],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=date],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=date],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=date],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=date],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=date],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=date],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=month],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=month],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=month],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=month],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=month],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=month],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=month],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=month],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=month],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=month],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=month],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=month],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=month],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=month],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=month],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=month],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=week],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=week],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=week],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=week],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=week],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=week],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=week],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=week],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=week],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=week],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=week],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=week],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=week],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=week],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=week],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=week],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=time],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=time],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=time],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=time],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=time],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=time],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=time],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=time],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=time],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=time],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=time],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=time],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=time],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=time],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=time],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=time],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=datetime],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=datetime],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=datetime],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=datetime],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=datetime],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=datetime],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=datetime],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=datetime],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime-local],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime-local],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime-local],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime-local],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime-local],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime-local],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime-local],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=datetime-local],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=datetime-local],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=datetime-local],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=datetime-local],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=datetime-local],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=datetime-local],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=datetime-local],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=datetime-local],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=datetime-local],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=color],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=color],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=color],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=color],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=color],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=color],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=color],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=color],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=color],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=color],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=color],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=color],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=color],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=color],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=color],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=color],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=email],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=email],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=email],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=email],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=email],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=email],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=email],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=email],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=email],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=email],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=email],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=email],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=email],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=email],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=email],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=email],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=file],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=file],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=file],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=file],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=file],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=file],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=file],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=file],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=file],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=file],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=file],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=file],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=file],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=file],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=file],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=file],
.about-us .contact-form .contact-holder .input-holder .wpcf7 input[type=submit],
.our-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=submit],
.blog-page .contact-form .contact-holder .input-holder .wpcf7 input[type=submit],
.single-project .contact-form .contact-holder .input-holder .wpcf7 input[type=submit],
.single-post .contact-form .contact-holder .input-holder .wpcf7 input[type=submit],
.archive .contact-form .contact-holder .input-holder .wpcf7 input[type=submit],
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 input[type=submit],
.contact-us .contact-form .contact-holder .input-holder .wpcf7 input[type=submit],
.wpcf7 .about-us .contact-form .contact-holder .input-holder input[type=submit],
.wpcf7 .our-projects .contact-form .contact-holder .input-holder input[type=submit],
.wpcf7 .blog-page .contact-form .contact-holder .input-holder input[type=submit],
.wpcf7 .single-project .contact-form .contact-holder .input-holder input[type=submit],
.wpcf7 .single-post .contact-form .contact-holder .input-holder input[type=submit],
.wpcf7 .archive .contact-form .contact-holder .input-holder input[type=submit],
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=submit],
.wpcf7 .contact-us .contact-form .contact-holder .input-holder input[type=submit],
.about-us .contact-form .contact-holder .input-holder .wpcf7 select,
.our-projects .contact-form .contact-holder .input-holder .wpcf7 select,
.blog-page .contact-form .contact-holder .input-holder .wpcf7 select,
.single-project .contact-form .contact-holder .input-holder .wpcf7 select,
.single-post .contact-form .contact-holder .input-holder .wpcf7 select,
.archive .contact-form .contact-holder .input-holder .wpcf7 select,
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 select,
.contact-us .contact-form .contact-holder .input-holder .wpcf7 select,
.wpcf7 .about-us .contact-form .contact-holder .input-holder select,
.wpcf7 .our-projects .contact-form .contact-holder .input-holder select,
.wpcf7 .blog-page .contact-form .contact-holder .input-holder select,
.wpcf7 .single-project .contact-form .contact-holder .input-holder select,
.wpcf7 .single-post .contact-form .contact-holder .input-holder select,
.wpcf7 .archive .contact-form .contact-holder .input-holder select,
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder select,
.wpcf7 .contact-us .contact-form .contact-holder .input-holder select,
.about-us .contact-form .contact-holder .input-holder .wpcf7 textarea,
.our-projects .contact-form .contact-holder .input-holder .wpcf7 textarea,
.blog-page .contact-form .contact-holder .input-holder .wpcf7 textarea,
.single-project .contact-form .contact-holder .input-holder .wpcf7 textarea,
.single-post .contact-form .contact-holder .input-holder .wpcf7 textarea,
.archive .contact-form .contact-holder .input-holder .wpcf7 textarea,
.digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 textarea,
.contact-us .contact-form .contact-holder .input-holder .wpcf7 textarea,
.wpcf7 .about-us .contact-form .contact-holder .input-holder textarea,
.wpcf7 .our-projects .contact-form .contact-holder .input-holder textarea,
.wpcf7 .blog-page .contact-form .contact-holder .input-holder textarea,
.wpcf7 .single-project .contact-form .contact-holder .input-holder textarea,
.wpcf7 .single-post .contact-form .contact-holder .input-holder textarea,
.wpcf7 .archive .contact-form .contact-holder .input-holder textarea,
.wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder textarea,
.wpcf7 .contact-us .contact-form .contact-holder .input-holder textarea, .about-us .contact-form .contact-holder .input-holder .wpcf7 .wpcf7-validation-errors, .our-projects .contact-form .contact-holder .input-holder .wpcf7 .wpcf7-validation-errors, .blog-page .contact-form .contact-holder .input-holder .wpcf7 .wpcf7-validation-errors, .single-project .contact-form .contact-holder .input-holder .wpcf7 .wpcf7-validation-errors,
.single-post .contact-form .contact-holder .input-holder .wpcf7 .wpcf7-validation-errors, .archive .contact-form .contact-holder .input-holder .wpcf7 .wpcf7-validation-errors, .digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7 .wpcf7-validation-errors, .contact-us .contact-form .contact-holder .input-holder .wpcf7 .wpcf7-validation-errors, .wpcf7 .about-us .contact-form .contact-holder .input-holder .wpcf7-validation-errors, .wpcf7 .our-projects .contact-form .contact-holder .input-holder .wpcf7-validation-errors, .wpcf7 .blog-page .contact-form .contact-holder .input-holder .wpcf7-validation-errors, .wpcf7 .single-project .contact-form .contact-holder .input-holder .wpcf7-validation-errors,
.wpcf7 .single-post .contact-form .contact-holder .input-holder .wpcf7-validation-errors, .wpcf7 .archive .contact-form .contact-holder .input-holder .wpcf7-validation-errors, .wpcf7 .digital-marketing-projects .contact-form .contact-holder .input-holder .wpcf7-validation-errors, .wpcf7 .contact-us .contact-form .contact-holder .input-holder .wpcf7-validation-errors {
  padding-left: 62px;
}
.about-us .contact-form .contact-holder .input-holder label, .our-projects .contact-form .contact-holder .input-holder label, .blog-page .contact-form .contact-holder .input-holder label, .single-project .contact-form .contact-holder .input-holder label,
.single-post .contact-form .contact-holder .input-holder label, .archive .contact-form .contact-holder .input-holder label, .digital-marketing-projects .contact-form .contact-holder .input-holder label, .contact-us .contact-form .contact-holder .input-holder label {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}
.about-us .contact-form .contact-holder .input-holder input[type=checkbox], .our-projects .contact-form .contact-holder .input-holder input[type=checkbox], .blog-page .contact-form .contact-holder .input-holder input[type=checkbox], .single-project .contact-form .contact-holder .input-holder input[type=checkbox],
.single-post .contact-form .contact-holder .input-holder input[type=checkbox], .archive .contact-form .contact-holder .input-holder input[type=checkbox], .digital-marketing-projects .contact-form .contact-holder .input-holder input[type=checkbox], .contact-us .contact-form .contact-holder .input-holder input[type=checkbox] {
  width: 24px;
  height: 24px;
}
.about-us .contact-form .btn, .our-projects .contact-form .btn, .blog-page .contact-form .btn, .single-project .contact-form .btn,
.single-post .contact-form .btn, .archive .contact-form .btn, .digital-marketing-projects .contact-form .btn, .contact-us .contact-form .btn, .about-us .contact-form .wpcf7 input[type=submit], .our-projects .contact-form .wpcf7 input[type=submit], .blog-page .contact-form .wpcf7 input[type=submit], .single-project .contact-form .wpcf7 input[type=submit],
.single-post .contact-form .wpcf7 input[type=submit], .archive .contact-form .wpcf7 input[type=submit], .digital-marketing-projects .contact-form .wpcf7 input[type=submit], .contact-us .contact-form .wpcf7 input[type=submit], .wpcf7 .about-us .contact-form input[type=submit], .wpcf7 .our-projects .contact-form input[type=submit], .wpcf7 .blog-page .contact-form input[type=submit], .wpcf7 .single-project .contact-form input[type=submit],
.wpcf7 .single-post .contact-form input[type=submit], .wpcf7 .archive .contact-form input[type=submit], .wpcf7 .digital-marketing-projects .contact-form input[type=submit], .wpcf7 .contact-us .contact-form input[type=submit], .about-us .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button, .our-projects .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button, .blog-page .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button, .single-project .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-post .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button, .archive .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button, .digital-marketing-projects .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button, .contact-us .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .about-us .contact-form a.button, .woocommerce-notices-wrapper .woocommerce-message .our-projects .contact-form a.button, .woocommerce-notices-wrapper .woocommerce-message .blog-page .contact-form a.button, .woocommerce-notices-wrapper .woocommerce-message .single-project .contact-form a.button,
.woocommerce-notices-wrapper .woocommerce-message .single-post .contact-form a.button, .woocommerce-notices-wrapper .woocommerce-message .archive .contact-form a.button, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .contact-form a.button, .woocommerce-notices-wrapper .woocommerce-message .contact-us .contact-form a.button, .about-us .contact-form .woocommerce-info a.button, .our-projects .contact-form .woocommerce-info a.button, .blog-page .contact-form .woocommerce-info a.button, .single-project .contact-form .woocommerce-info a.button,
.single-post .contact-form .woocommerce-info a.button, .archive .contact-form .woocommerce-info a.button, .digital-marketing-projects .contact-form .woocommerce-info a.button, .contact-us .contact-form .woocommerce-info a.button, .woocommerce-info .about-us .contact-form a.button, .woocommerce-info .our-projects .contact-form a.button, .woocommerce-info .blog-page .contact-form a.button, .woocommerce-info .single-project .contact-form a.button,
.woocommerce-info .single-post .contact-form a.button, .woocommerce-info .archive .contact-form a.button, .woocommerce-info .digital-marketing-projects .contact-form a.button, .woocommerce-info .contact-us .contact-form a.button {
  align-items: center;
}
.about-us .contact-form .btn span, .our-projects .contact-form .btn span, .blog-page .contact-form .btn span, .single-project .contact-form .btn span,
.single-post .contact-form .btn span, .archive .contact-form .btn span, .digital-marketing-projects .contact-form .btn span, .contact-us .contact-form .btn span, .about-us .contact-form .wpcf7 input[type=submit] span, .our-projects .contact-form .wpcf7 input[type=submit] span, .blog-page .contact-form .wpcf7 input[type=submit] span, .single-project .contact-form .wpcf7 input[type=submit] span,
.single-post .contact-form .wpcf7 input[type=submit] span, .archive .contact-form .wpcf7 input[type=submit] span, .digital-marketing-projects .contact-form .wpcf7 input[type=submit] span, .contact-us .contact-form .wpcf7 input[type=submit] span, .wpcf7 .about-us .contact-form input[type=submit] span, .wpcf7 .our-projects .contact-form input[type=submit] span, .wpcf7 .blog-page .contact-form input[type=submit] span, .wpcf7 .single-project .contact-form input[type=submit] span,
.wpcf7 .single-post .contact-form input[type=submit] span, .wpcf7 .archive .contact-form input[type=submit] span, .wpcf7 .digital-marketing-projects .contact-form input[type=submit] span, .wpcf7 .contact-us .contact-form input[type=submit] span, .about-us .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button span, .our-projects .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button span, .blog-page .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button span, .single-project .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button span,
.single-post .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button span, .archive .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button span, .digital-marketing-projects .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button span, .contact-us .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button span, .woocommerce-notices-wrapper .woocommerce-message .about-us .contact-form a.button span, .woocommerce-notices-wrapper .woocommerce-message .our-projects .contact-form a.button span, .woocommerce-notices-wrapper .woocommerce-message .blog-page .contact-form a.button span, .woocommerce-notices-wrapper .woocommerce-message .single-project .contact-form a.button span,
.woocommerce-notices-wrapper .woocommerce-message .single-post .contact-form a.button span, .woocommerce-notices-wrapper .woocommerce-message .archive .contact-form a.button span, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .contact-form a.button span, .woocommerce-notices-wrapper .woocommerce-message .contact-us .contact-form a.button span, .about-us .contact-form .woocommerce-info a.button span, .our-projects .contact-form .woocommerce-info a.button span, .blog-page .contact-form .woocommerce-info a.button span, .single-project .contact-form .woocommerce-info a.button span,
.single-post .contact-form .woocommerce-info a.button span, .archive .contact-form .woocommerce-info a.button span, .digital-marketing-projects .contact-form .woocommerce-info a.button span, .contact-us .contact-form .woocommerce-info a.button span, .woocommerce-info .about-us .contact-form a.button span, .woocommerce-info .our-projects .contact-form a.button span, .woocommerce-info .blog-page .contact-form a.button span, .woocommerce-info .single-project .contact-form a.button span,
.woocommerce-info .single-post .contact-form a.button span, .woocommerce-info .archive .contact-form a.button span, .woocommerce-info .digital-marketing-projects .contact-form a.button span, .woocommerce-info .contact-us .contact-form a.button span {
  transform: scale(1);
  transition: 0.3s ease-out;
}
.about-us .contact-form .btn:hover, .our-projects .contact-form .btn:hover, .blog-page .contact-form .btn:hover, .single-project .contact-form .btn:hover,
.single-post .contact-form .btn:hover, .archive .contact-form .btn:hover, .digital-marketing-projects .contact-form .btn:hover, .contact-us .contact-form .btn:hover, .about-us .contact-form .wpcf7 input[type=submit]:hover, .our-projects .contact-form .wpcf7 input[type=submit]:hover, .blog-page .contact-form .wpcf7 input[type=submit]:hover, .single-project .contact-form .wpcf7 input[type=submit]:hover,
.single-post .contact-form .wpcf7 input[type=submit]:hover, .archive .contact-form .wpcf7 input[type=submit]:hover, .digital-marketing-projects .contact-form .wpcf7 input[type=submit]:hover, .contact-us .contact-form .wpcf7 input[type=submit]:hover, .wpcf7 .about-us .contact-form input[type=submit]:hover, .wpcf7 .our-projects .contact-form input[type=submit]:hover, .wpcf7 .blog-page .contact-form input[type=submit]:hover, .wpcf7 .single-project .contact-form input[type=submit]:hover,
.wpcf7 .single-post .contact-form input[type=submit]:hover, .wpcf7 .archive .contact-form input[type=submit]:hover, .wpcf7 .digital-marketing-projects .contact-form input[type=submit]:hover, .wpcf7 .contact-us .contact-form input[type=submit]:hover, .about-us .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .our-projects .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .blog-page .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .single-project .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button:hover,
.single-post .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .archive .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .digital-marketing-projects .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .contact-us .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .about-us .contact-form a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .our-projects .contact-form a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .blog-page .contact-form a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .single-project .contact-form a.button:hover,
.woocommerce-notices-wrapper .woocommerce-message .single-post .contact-form a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .archive .contact-form a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .contact-form a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .contact-us .contact-form a.button:hover, .about-us .contact-form .woocommerce-info a.button:hover, .our-projects .contact-form .woocommerce-info a.button:hover, .blog-page .contact-form .woocommerce-info a.button:hover, .single-project .contact-form .woocommerce-info a.button:hover,
.single-post .contact-form .woocommerce-info a.button:hover, .archive .contact-form .woocommerce-info a.button:hover, .digital-marketing-projects .contact-form .woocommerce-info a.button:hover, .contact-us .contact-form .woocommerce-info a.button:hover, .woocommerce-info .about-us .contact-form a.button:hover, .woocommerce-info .our-projects .contact-form a.button:hover, .woocommerce-info .blog-page .contact-form a.button:hover, .woocommerce-info .single-project .contact-form a.button:hover,
.woocommerce-info .single-post .contact-form a.button:hover, .woocommerce-info .archive .contact-form a.button:hover, .woocommerce-info .digital-marketing-projects .contact-form a.button:hover, .woocommerce-info .contact-us .contact-form a.button:hover {
  transform: scale(1);
}
.about-us .contact-form .btn p, .our-projects .contact-form .btn p, .blog-page .contact-form .btn p, .single-project .contact-form .btn p,
.single-post .contact-form .btn p, .archive .contact-form .btn p, .digital-marketing-projects .contact-form .btn p, .contact-us .contact-form .btn p, .about-us .contact-form .wpcf7 input[type=submit] p, .our-projects .contact-form .wpcf7 input[type=submit] p, .blog-page .contact-form .wpcf7 input[type=submit] p, .single-project .contact-form .wpcf7 input[type=submit] p,
.single-post .contact-form .wpcf7 input[type=submit] p, .archive .contact-form .wpcf7 input[type=submit] p, .digital-marketing-projects .contact-form .wpcf7 input[type=submit] p, .contact-us .contact-form .wpcf7 input[type=submit] p, .wpcf7 .about-us .contact-form input[type=submit] p, .wpcf7 .our-projects .contact-form input[type=submit] p, .wpcf7 .blog-page .contact-form input[type=submit] p, .wpcf7 .single-project .contact-form input[type=submit] p,
.wpcf7 .single-post .contact-form input[type=submit] p, .wpcf7 .archive .contact-form input[type=submit] p, .wpcf7 .digital-marketing-projects .contact-form input[type=submit] p, .wpcf7 .contact-us .contact-form input[type=submit] p, .about-us .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button p, .our-projects .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button p, .blog-page .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button p, .single-project .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button p,
.single-post .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button p, .archive .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button p, .digital-marketing-projects .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button p, .contact-us .contact-form .woocommerce-notices-wrapper .woocommerce-message a.button p, .woocommerce-notices-wrapper .woocommerce-message .about-us .contact-form a.button p, .woocommerce-notices-wrapper .woocommerce-message .our-projects .contact-form a.button p, .woocommerce-notices-wrapper .woocommerce-message .blog-page .contact-form a.button p, .woocommerce-notices-wrapper .woocommerce-message .single-project .contact-form a.button p,
.woocommerce-notices-wrapper .woocommerce-message .single-post .contact-form a.button p, .woocommerce-notices-wrapper .woocommerce-message .archive .contact-form a.button p, .woocommerce-notices-wrapper .woocommerce-message .digital-marketing-projects .contact-form a.button p, .woocommerce-notices-wrapper .woocommerce-message .contact-us .contact-form a.button p, .about-us .contact-form .woocommerce-info a.button p, .our-projects .contact-form .woocommerce-info a.button p, .blog-page .contact-form .woocommerce-info a.button p, .single-project .contact-form .woocommerce-info a.button p,
.single-post .contact-form .woocommerce-info a.button p, .archive .contact-form .woocommerce-info a.button p, .digital-marketing-projects .contact-form .woocommerce-info a.button p, .contact-us .contact-form .woocommerce-info a.button p, .woocommerce-info .about-us .contact-form a.button p, .woocommerce-info .our-projects .contact-form a.button p, .woocommerce-info .blog-page .contact-form a.button p, .woocommerce-info .single-project .contact-form a.button p,
.woocommerce-info .single-post .contact-form a.button p, .woocommerce-info .archive .contact-form a.button p, .woocommerce-info .digital-marketing-projects .contact-form a.button p, .woocommerce-info .contact-us .contact-form a.button p {
  width: unset;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .about-us .contact-form, .our-projects .contact-form, .blog-page .contact-form, .single-project .contact-form,
.single-post .contact-form, .archive .contact-form, .digital-marketing-projects .contact-form, .contact-us .contact-form {
    width: 100%;
  }
  .about-us .contact-form .contact-holder, .our-projects .contact-form .contact-holder, .blog-page .contact-form .contact-holder, .single-project .contact-form .contact-holder,
.single-post .contact-form .contact-holder, .archive .contact-form .contact-holder, .digital-marketing-projects .contact-form .contact-holder, .contact-us .contact-form .contact-holder {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .about-us .section.our-partners .partners, .our-projects .section.our-partners .partners, .blog-page .section.our-partners .partners, .single-project .section.our-partners .partners,
.single-post .section.our-partners .partners, .archive .section.our-partners .partners, .digital-marketing-projects .section.our-partners .partners, .contact-us .section.our-partners .partners {
    margin-top: 0px;
  }
  .about-us .vision-mission, .our-projects .vision-mission, .blog-page .vision-mission, .single-project .vision-mission,
.single-post .vision-mission, .archive .vision-mission, .digital-marketing-projects .vision-mission, .contact-us .vision-mission {
    margin-top: 50px;
  }
  .about-us .vision-mission .lead, .our-projects .vision-mission .lead, .blog-page .vision-mission .lead, .single-project .vision-mission .lead,
.single-post .vision-mission .lead, .archive .vision-mission .lead, .digital-marketing-projects .vision-mission .lead, .contact-us .vision-mission .lead {
    width: 100%;
  }
  .about-us .map-section .title, .our-projects .map-section .title, .blog-page .map-section .title, .single-project .map-section .title,
.single-post .map-section .title, .archive .map-section .title, .digital-marketing-projects .map-section .title, .contact-us .map-section .title {
    margin-bottom: 20px !important;
  }
  .about-us .map-section .container, .our-projects .map-section .container, .blog-page .map-section .container, .single-project .map-section .container,
.single-post .map-section .container, .archive .map-section .container, .digital-marketing-projects .map-section .container, .contact-us .map-section .container {
    flex-direction: column;
  }
  .about-us .map-section .container .note-right, .our-projects .map-section .container .note-right, .blog-page .map-section .container .note-right, .single-project .map-section .container .note-right,
.single-post .map-section .container .note-right, .archive .map-section .container .note-right, .digital-marketing-projects .map-section .container .note-right, .contact-us .map-section .container .note-right {
    align-self: flex-start;
    width: 100%;
  }
  .about-us .map-section .container .note-right ul, .our-projects .map-section .container .note-right ul, .blog-page .map-section .container .note-right ul, .single-project .map-section .container .note-right ul,
.single-post .map-section .container .note-right ul, .archive .map-section .container .note-right ul, .digital-marketing-projects .map-section .container .note-right ul, .contact-us .map-section .container .note-right ul {
    width: 100%;
  }
  .about-us .map-section .container .map, .our-projects .map-section .container .map, .blog-page .map-section .container .map, .single-project .map-section .container .map,
.single-post .map-section .container .map, .archive .map-section .container .map, .digital-marketing-projects .map-section .container .map, .contact-us .map-section .container .map {
    width: 100%;
  }
  .about-us .map-section .container .map svg, .our-projects .map-section .container .map svg, .blog-page .map-section .container .map svg, .single-project .map-section .container .map svg,
.single-post .map-section .container .map svg, .archive .map-section .container .map svg, .digital-marketing-projects .map-section .container .map svg, .contact-us .map-section .container .map svg {
    width: 100%;
  }
  .about-us .our-values .properties, .our-projects .our-values .properties, .blog-page .our-values .properties, .single-project .our-values .properties,
.single-post .our-values .properties, .archive .our-values .properties, .digital-marketing-projects .our-values .properties, .contact-us .our-values .properties, .about-us .our-values-2 .properties, .our-projects .our-values-2 .properties, .blog-page .our-values-2 .properties, .single-project .our-values-2 .properties,
.single-post .our-values-2 .properties, .archive .our-values-2 .properties, .digital-marketing-projects .our-values-2 .properties, .contact-us .our-values-2 .properties {
    flex-wrap: wrap;
    gap: 40px;
  }
  .about-us .our-values .properties .property, .our-projects .our-values .properties .property, .blog-page .our-values .properties .property, .single-project .our-values .properties .property,
.single-post .our-values .properties .property, .archive .our-values .properties .property, .digital-marketing-projects .our-values .properties .property, .contact-us .our-values .properties .property, .about-us .our-values-2 .properties .property, .our-projects .our-values-2 .properties .property, .blog-page .our-values-2 .properties .property, .single-project .our-values-2 .properties .property,
.single-post .our-values-2 .properties .property, .archive .our-values-2 .properties .property, .digital-marketing-projects .our-values-2 .properties .property, .contact-us .our-values-2 .properties .property {
    flex: calc(50% - 20px) 0 0;
  }
  .about-us .our-values-2, .our-projects .our-values-2, .blog-page .our-values-2, .single-project .our-values-2,
.single-post .our-values-2, .archive .our-values-2, .digital-marketing-projects .our-values-2, .contact-us .our-values-2 {
    margin-top: 16px;
  }
  .about-us .our-values-2 .lead, .our-projects .our-values-2 .lead, .blog-page .our-values-2 .lead, .single-project .our-values-2 .lead,
.single-post .our-values-2 .lead, .archive .our-values-2 .lead, .digital-marketing-projects .our-values-2 .lead, .contact-us .our-values-2 .lead {
    width: 100%;
  }
  .about-us .our-values-2 .properties, .our-projects .our-values-2 .properties, .blog-page .our-values-2 .properties, .single-project .our-values-2 .properties,
.single-post .our-values-2 .properties, .archive .our-values-2 .properties, .digital-marketing-projects .our-values-2 .properties, .contact-us .our-values-2 .properties {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "one tow" "three four" "five six" "sevin eight";
  }
  .about-us .our-values-2 .properties .property:nth-child(1), .our-projects .our-values-2 .properties .property:nth-child(1), .blog-page .our-values-2 .properties .property:nth-child(1), .single-project .our-values-2 .properties .property:nth-child(1),
.single-post .our-values-2 .properties .property:nth-child(1), .archive .our-values-2 .properties .property:nth-child(1), .digital-marketing-projects .our-values-2 .properties .property:nth-child(1), .contact-us .our-values-2 .properties .property:nth-child(1) {
    grid-area: one;
  }
  .about-us .our-values-2 .properties .property:nth-child(2), .our-projects .our-values-2 .properties .property:nth-child(2), .blog-page .our-values-2 .properties .property:nth-child(2), .single-project .our-values-2 .properties .property:nth-child(2),
.single-post .our-values-2 .properties .property:nth-child(2), .archive .our-values-2 .properties .property:nth-child(2), .digital-marketing-projects .our-values-2 .properties .property:nth-child(2), .contact-us .our-values-2 .properties .property:nth-child(2) {
    grid-area: tow;
  }
  .about-us .our-values-2 .properties .property:nth-child(3), .our-projects .our-values-2 .properties .property:nth-child(3), .blog-page .our-values-2 .properties .property:nth-child(3), .single-project .our-values-2 .properties .property:nth-child(3),
.single-post .our-values-2 .properties .property:nth-child(3), .archive .our-values-2 .properties .property:nth-child(3), .digital-marketing-projects .our-values-2 .properties .property:nth-child(3), .contact-us .our-values-2 .properties .property:nth-child(3) {
    grid-area: three;
  }
  .about-us .our-values-2 .properties .property:nth-child(4), .our-projects .our-values-2 .properties .property:nth-child(4), .blog-page .our-values-2 .properties .property:nth-child(4), .single-project .our-values-2 .properties .property:nth-child(4),
.single-post .our-values-2 .properties .property:nth-child(4), .archive .our-values-2 .properties .property:nth-child(4), .digital-marketing-projects .our-values-2 .properties .property:nth-child(4), .contact-us .our-values-2 .properties .property:nth-child(4) {
    grid-area: four;
  }
  .about-us .our-values-2 .properties .property:nth-child(5), .our-projects .our-values-2 .properties .property:nth-child(5), .blog-page .our-values-2 .properties .property:nth-child(5), .single-project .our-values-2 .properties .property:nth-child(5),
.single-post .our-values-2 .properties .property:nth-child(5), .archive .our-values-2 .properties .property:nth-child(5), .digital-marketing-projects .our-values-2 .properties .property:nth-child(5), .contact-us .our-values-2 .properties .property:nth-child(5) {
    grid-area: five;
  }
  .about-us .our-values-2 .properties .property:nth-child(6), .our-projects .our-values-2 .properties .property:nth-child(6), .blog-page .our-values-2 .properties .property:nth-child(6), .single-project .our-values-2 .properties .property:nth-child(6),
.single-post .our-values-2 .properties .property:nth-child(6), .archive .our-values-2 .properties .property:nth-child(6), .digital-marketing-projects .our-values-2 .properties .property:nth-child(6), .contact-us .our-values-2 .properties .property:nth-child(6) {
    grid-area: six;
  }
  .about-us .our-values-2 .properties .property:nth-child(7), .our-projects .our-values-2 .properties .property:nth-child(7), .blog-page .our-values-2 .properties .property:nth-child(7), .single-project .our-values-2 .properties .property:nth-child(7),
.single-post .our-values-2 .properties .property:nth-child(7), .archive .our-values-2 .properties .property:nth-child(7), .digital-marketing-projects .our-values-2 .properties .property:nth-child(7), .contact-us .our-values-2 .properties .property:nth-child(7) {
    grid-area: seven;
  }
  .about-us .our-values-2 .properties .property:nth-child(8), .our-projects .our-values-2 .properties .property:nth-child(8), .blog-page .our-values-2 .properties .property:nth-child(8), .single-project .our-values-2 .properties .property:nth-child(8),
.single-post .our-values-2 .properties .property:nth-child(8), .archive .our-values-2 .properties .property:nth-child(8), .digital-marketing-projects .our-values-2 .properties .property:nth-child(8), .contact-us .our-values-2 .properties .property:nth-child(8) {
    grid-area: eight;
  }
}
@media screen and (max-width: 768px) {
  .about-us .info-sect .info .cards, .our-projects .info-sect .info .cards, .blog-page .info-sect .info .cards, .single-project .info-sect .info .cards,
.single-post .info-sect .info .cards, .archive .info-sect .info .cards, .digital-marketing-projects .info-sect .info .cards, .contact-us .info-sect .info .cards {
    gap: 26px;
  }
  .about-us .info-sect .info .cards .card, .our-projects .info-sect .info .cards .card, .blog-page .info-sect .info .cards .card, .single-project .info-sect .info .cards .card,
.single-post .info-sect .info .cards .card, .archive .info-sect .info .cards .card, .digital-marketing-projects .info-sect .info .cards .card, .contact-us .info-sect .info .cards .card {
    padding: 12px;
    width: 100%;
    text-align: center;
  }
  .about-us .contact-form .contact-holder .row-holder, .our-projects .contact-form .contact-holder .row-holder, .blog-page .contact-form .contact-holder .row-holder, .single-project .contact-form .contact-holder .row-holder,
.single-post .contact-form .contact-holder .row-holder, .archive .contact-form .contact-holder .row-holder, .digital-marketing-projects .contact-form .contact-holder .row-holder, .contact-us .contact-form .contact-holder .row-holder {
    flex-direction: column;
  }
  .about-us .contact-form .contact-holder .row-holder .input-holder > p, .our-projects .contact-form .contact-holder .row-holder .input-holder > p, .blog-page .contact-form .contact-holder .row-holder .input-holder > p, .single-project .contact-form .contact-holder .row-holder .input-holder > p,
.single-post .contact-form .contact-holder .row-holder .input-holder > p, .archive .contact-form .contact-holder .row-holder .input-holder > p, .digital-marketing-projects .contact-form .contact-holder .row-holder .input-holder > p, .contact-us .contact-form .contact-holder .row-holder .input-holder > p {
    margin: 0 0 10px;
  }
}

html[lang*=pt] .about-us .header .info-sect .info .lead, html[lang*=pt] .our-projects .header .info-sect .info .lead, html[lang*=pt] .blog-page .header .info-sect .info .lead, html[lang*=pt] .single-project .header .info-sect .info .lead,
html[lang*=pt] .single-post .header .info-sect .info .lead, html[lang*=pt] .archive .header .info-sect .info .lead, html[lang*=pt] .digital-marketing-projects .header .info-sect .info .lead, html[lang*=pt] .contact-us .header .info-sect .info .lead {
  margin-bottom: -56px;
}

/* contact us start */
.contact-us .header {
  background-image: url("../img/contact-page-header.jpg");
}
.contact-us .header .title {
  width: 600px;
  text-align: center;
}
.contact-us .paragraph {
  position: relative;
}
.contact-us .paragraph .bg-element {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 55%;
  transform: translate(50%, 90%);
}
.contact-us .paragraph .bg-element img {
  width: 418px;
  transform-origin: center center;
  animation: 3s bg-rect-rotation cubic-bezier(1, 0.02, 0, 0.98) infinite alternate;
}
.contact-us .paragraph .lead {
  margin-top: 112px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  width: 1110px;
  color: white;
}
.contact-us .paragraph .lead span {
  color: #e60062;
}
@media screen and (max-width: 992px) {
  .contact-us .paragraph .lead {
    width: 100%;
    font-size: 28px;
  }
}
.contact-us .contact-form {
  margin: 120px auto 0;
  width: 1137px;
}
.contact-us .contact-form .title span {
  color: #e60062;
}
.contact-us .contact-form .contact-holder {
  width: 1137px;
}
.contact-us .contact-form .contact-holder .file-input {
  text-align: left;
  padding: 27px 32px;
  border: 2px solid rgba(176, 176, 176, 0.5);
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 0;
  letter-spacing: 0.2px;
  color: #717171;
  margin-bottom: 32px;
}
.contact-us .contact-form .contact-holder .file-input span {
  margin-right: 20px;
}
.contact-us .contact-form .contact-holder .file-input:focus, .contact-us .contact-form .contact-holder .file-input:active {
  outline: none;
  box-shadow: none;
}
.contact-us .contact-form .contact-holder .row-holder {
  margin-top: -10px;
}
@media screen and (max-width: 992px) {
  .contact-us .contact-form {
    width: 100%;
  }
  .contact-us .contact-form .contact-holder {
    width: 100%;
  }
}

/* our projects start */
.our-projects .header, .blog-page .header, .single-project .header,
.single-post .header, .archive .header, .digital-marketing-projects .header {
  background-image: url("../img/our-project-header.jpg");
}
.our-projects .paragraph, .blog-page .paragraph, .single-project .paragraph,
.single-post .paragraph, .archive .paragraph, .digital-marketing-projects .paragraph {
  position: relative;
}
.our-projects .paragraph .bg-element, .blog-page .paragraph .bg-element, .single-project .paragraph .bg-element,
.single-post .paragraph .bg-element, .archive .paragraph .bg-element, .digital-marketing-projects .paragraph .bg-element {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  transform: translate(50%, 20%);
}
.our-projects .paragraph .bg-element img, .blog-page .paragraph .bg-element img, .single-project .paragraph .bg-element img,
.single-post .paragraph .bg-element img, .archive .paragraph .bg-element img, .digital-marketing-projects .paragraph .bg-element img {
  width: 418px;
  transform-origin: center center;
  animation: 3s bg-rect-rotation cubic-bezier(1, 0.02, 0, 0.98) infinite alternate;
}
.our-projects .contact-form .title span, .blog-page .contact-form .title span, .single-project .contact-form .title span,
.single-post .contact-form .title span, .archive .contact-form .title span, .digital-marketing-projects .contact-form .title span {
  color: #e60062;
}
@media screen and (max-width: 768px) {
  .our-projects .contact-form .holder .row-holder, .blog-page .contact-form .holder .row-holder, .single-project .contact-form .holder .row-holder,
.single-post .contact-form .holder .row-holder, .archive .contact-form .holder .row-holder, .digital-marketing-projects .contact-form .holder .row-holder {
    flex-direction: column;
  }
  .our-projects .contact-form .holder .row-holder .input-holder > p, .blog-page .contact-form .holder .row-holder .input-holder > p, .single-project .contact-form .holder .row-holder .input-holder > p,
.single-post .contact-form .holder .row-holder .input-holder > p, .archive .contact-form .holder .row-holder .input-holder > p, .digital-marketing-projects .contact-form .holder .row-holder .input-holder > p {
    margin: 0 0 10px;
  }
}

/* digital marketing projects start */
.digital-marketing-projects .header {
  background-image: url("../img/digital-marketing-header.jpg");
}

.blog-page .header, .single-project .header,
.single-post .header, .archive .header {
  background-image: url("../img/blog-header.jpg");
}
.blog-page .paragraph .bg-element, .single-project .paragraph .bg-element,
.single-post .paragraph .bg-element, .archive .paragraph .bg-element {
  transform: translate(50%, 0%);
}
.blog-page .latest-blog, .single-project .latest-blog,
.single-post .latest-blog, .archive .latest-blog {
  margin-top: 240px;
}

.archive .header {
  padding-bottom: 100px;
  background: none;
  position: relative;
}
.archive .header::before {
  all: unset;
}
.archive .header .container {
  display: block;
}
.archive .header .info {
  display: block;
}
.archive .header .info .title {
  position: static;
  margin-bottom: 10px;
}
.archive .header .info .title span {
  color: #e60062;
}
.archive .header .info .lead {
  width: 100%;
  font-size: 28px;
  line-height: 38px;
}
.archive .header .categories {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  width: 100%;
  align-items: center;
  margin-top: 72px;
  overflow-x: scroll;
  padding: 10px 40px;
}
.archive .header .categories::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.archive .header .categories::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #4D4D4D;
  border-radius: 6px;
}
.archive .header .categories::-webkit-scrollbar-thumb {
  background: #212121;
  opacity: 0.7;
  border-radius: 6px;
}
.archive .header .categories::-webkit-scrollbar-thumb:hover {
  background: #212121;
}
.archive .header .categories .category {
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  padding: 12px 15px;
  background: rgba(230, 0, 98, 0.2);
  border-radius: 30px;
  color: #e60062;
  font-size: 20px;
  font-weight: 600;
  min-width: max-content;
  cursor: pointer;
}
.archive .header .categories .category:hover, .archive .header .categories .category.active {
  border-bottom: 2px solid #FF0A72;
  box-shadow: 0 0 15px #FF2D86;
}
.archive .latest-blog {
  margin-top: 0;
}
.archive .latest-blog .blogs .blog:nth-child(odd) {
  flex-direction: row-reverse;
}
.archive .latest-blog .blogs .alert, .archive .latest-blog .blogs .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .archive .latest-blog .blogs .woocommerce-message, .archive .latest-blog .blogs .woocommerce-info {
  padding: 20px 30px;
  border-left: 3px solid #FF0A72;
  border-radius: 30px;
  box-shadow: -10px 7px 25px rgba(255, 45, 134, 0.2);
  width: fit-content;
  margin: auto;
}
.archive .latest-blog .blogs .alert .title, .archive .latest-blog .blogs .woocommerce-notices-wrapper .woocommerce-message .title, .woocommerce-notices-wrapper .archive .latest-blog .blogs .woocommerce-message .title, .archive .latest-blog .blogs .woocommerce-info .title {
  font-size: 36px;
  color: white;
  font-weight: 700;
}
.archive .latest-blog .blogs .alert .lead, .archive .latest-blog .blogs .woocommerce-notices-wrapper .woocommerce-message .lead, .woocommerce-notices-wrapper .archive .latest-blog .blogs .woocommerce-message .lead, .archive .latest-blog .blogs .woocommerce-info .lead {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: white;
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .archive .latest-blog .blogs .blog:nth-child(odd),
.archive .latest-blog .blogs .blog {
    flex-direction: column-reverse;
  }
}

.single-project .header,
.single-post .header {
  background: none;
}
.single-project .header .info .title,
.single-post .header .info .title {
  position: static;
  margin-left: 20px;
  margin-top: 130px;
  margin-bottom: 80px;
}
.single-project .header .info .date,
.single-post .header .info .date {
  margin-left: auto;
  color: white;
  font-size: 40px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}
.single-project .header .info .img,
.single-post .header .info .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.single-project .header .info .img img,
.single-post .header .info .img img {
  position: static;
  opacity: 1;
  transform: scale(1.03);
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.single-project .post-content,
.single-post .post-content {
  margin-top: 120px;
}
.single-project .post-content .tiny-width,
.single-post .post-content .tiny-width {
  width: 1040px;
  color: white;
}
.single-project .post-content .tiny-width .author,
.single-post .post-content .tiny-width .author {
  justify-content: flex-end;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.single-project .post-content .tiny-width .author .img,
.single-post .post-content .tiny-width .author .img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 65px;
  max-height: 65px;
  border: 4px solid rgba(230, 0, 98, 0.5);
}
.single-project .post-content .tiny-width .author .img img,
.single-post .post-content .tiny-width .author .img img {
  object-fit: cover;
  object-position: center center;
}
.single-project .post-content .tiny-width .author .name,
.single-post .post-content .tiny-width .author .name {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 32px;
  line-height: 28px;
  color: #e60062;
}
.single-project .post-content .tiny-width .author .job,
.single-post .post-content .tiny-width .author .job {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.single-project .post-content .tiny-width .categories,
.single-post .post-content .tiny-width .categories {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  width: 100%;
  align-items: center;
  margin-top: 72px;
  overflow-x: scroll;
  padding: 10px 40px;
}
.single-project .post-content .tiny-width .categories::-webkit-scrollbar,
.single-post .post-content .tiny-width .categories::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.single-project .post-content .tiny-width .categories::-webkit-scrollbar-track,
.single-post .post-content .tiny-width .categories::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #4D4D4D;
  border-radius: 6px;
}
.single-project .post-content .tiny-width .categories::-webkit-scrollbar-thumb,
.single-post .post-content .tiny-width .categories::-webkit-scrollbar-thumb {
  background: #212121;
  opacity: 0.7;
  border-radius: 6px;
}
.single-project .post-content .tiny-width .categories::-webkit-scrollbar-thumb:hover,
.single-post .post-content .tiny-width .categories::-webkit-scrollbar-thumb:hover {
  background: #212121;
}
.single-project .post-content .tiny-width .categories .category,
.single-post .post-content .tiny-width .categories .category {
  text-decoration: none;
  transition: 0.3s;
  padding: 12px 15px;
  background: rgba(230, 0, 98, 0.2);
  border-radius: 30px;
  color: #e60062;
  font-size: 20px;
  font-weight: 600;
  min-width: max-content;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.single-project .post-content .tiny-width .categories .category:hover,
.single-post .post-content .tiny-width .categories .category:hover {
  border-bottom: 2px solid #FF0A72;
  box-shadow: 0 0 15px #FF2D86;
}
.single-project .latest-blog,
.single-post .latest-blog {
  margin-top: 280px;
}
.single-project .latest-blog .title-holder .title,
.single-post .latest-blog .title-holder .title {
  font-size: 48px;
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .single-project .post-content .tiny-width,
.single-post .post-content .tiny-width {
    width: 100%;
  }
  .single-project .latest-blog,
.single-post .latest-blog {
    margin-top: 130px;
  }
}

.popup-contacted {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}
.popup-contacted .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
}
.popup-contacted .msg-object {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1155px;
  height: 83vh;
  overflow: hidden;
  border-radius: 30px;
  color: white;
  background: #e60062;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-contacted .msg-object .close {
  align-self: flex-end;
  color: white;
  transition: 0.3s ease-in-out;
  font-size: 40px;
  margin: 1.3% 2% 3%;
}
.popup-contacted .msg-object .title {
  margin-bottom: 1.5%;
}
.popup-contacted .msg-object .lead {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 3%;
}
.popup-contacted .msg-object .icon {
  margin-bottom: 3%;
}
.popup-contacted .msg-object .btn, .popup-contacted .msg-object .wpcf7 input[type=submit], .wpcf7 .popup-contacted .msg-object input[type=submit], .popup-contacted .msg-object .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .popup-contacted .msg-object a.button, .popup-contacted .msg-object .woocommerce-info a.button, .woocommerce-info .popup-contacted .msg-object a.button {
  background: white;
  color: #e60062;
  transition: 0.3s ease-in-out;
}
.popup-contacted .msg-object .btn:hover, .popup-contacted .msg-object .wpcf7 input[type=submit]:hover, .wpcf7 .popup-contacted .msg-object input[type=submit]:hover, .popup-contacted .msg-object .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .popup-contacted .msg-object a.button:hover, .popup-contacted .msg-object .woocommerce-info a.button:hover, .woocommerce-info .popup-contacted .msg-object a.button:hover {
  background: #e60062;
  color: white;
  border: 2px solid white;
}

.popup-offer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  width: 100vw;
  height: 100%;
}
.popup-offer .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
}
.popup-offer .offer-object {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 514px;
  border-radius: 30px;
  color: white;
  background: linear-gradient(90deg, #e60062 70%, white 40%);
  transition: 0.3s ease-in-out;
}
.popup-offer .offer-object .holder {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 15px 26px 0 55px;
  height: 100%;
}
.popup-offer .offer-object .holder .close {
  align-self: flex-end;
  color: #FF0A72;
  transition: 0.3s ease-in-out;
  font-size: 40px;
  margin: 1.3% 2% 3%;
  order: 3;
  align-self: flex-start;
  opacity: 0.7;
  position: relative;
  z-index: 2;
}
.popup-offer .offer-object .holder .img {
  width: 610px;
  order: 2;
  flex: 2 0 51%;
  position: relative;
  bottom: 46px;
  z-index: 1;
}
.popup-offer .offer-object .holder .img img {
  max-width: 110%;
}
.popup-offer .offer-object .holder .info {
  width: 444px;
}
.popup-offer .offer-object .holder .info .title {
  order: 1;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 10px;
}
.popup-offer .offer-object .holder .info .lead {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 32px;
}
.popup-offer .offer-object .holder .info input {
  border-radius: 0;
  padding: 12px 40px;
}
.popup-offer .offer-object .holder .info .btn, .popup-offer .offer-object .holder .info .wpcf7 input[type=submit], .wpcf7 .popup-offer .offer-object .holder .info input[type=submit], .popup-offer .offer-object .holder .info .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .popup-offer .offer-object .holder .info a.button, .popup-offer .offer-object .holder .info .woocommerce-info a.button, .woocommerce-info .popup-offer .offer-object .holder .info a.button {
  background: white;
  color: #e60062;
  padding: 10px 40px;
  transition: 0.3s ease-in-out;
}
.popup-offer .offer-object .holder .info .btn svg path, .popup-offer .offer-object .holder .info .wpcf7 input[type=submit] svg path, .wpcf7 .popup-offer .offer-object .holder .info input[type=submit] svg path, .popup-offer .offer-object .holder .info .woocommerce-notices-wrapper .woocommerce-message a.button svg path, .woocommerce-notices-wrapper .woocommerce-message .popup-offer .offer-object .holder .info a.button svg path, .popup-offer .offer-object .holder .info .woocommerce-info a.button svg path, .woocommerce-info .popup-offer .offer-object .holder .info a.button svg path {
  stroke: #e60062;
}
.popup-offer .offer-object .holder .info .btn:hover, .popup-offer .offer-object .holder .info .wpcf7 input[type=submit]:hover, .wpcf7 .popup-offer .offer-object .holder .info input[type=submit]:hover, .popup-offer .offer-object .holder .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .woocommerce-notices-wrapper .woocommerce-message .popup-offer .offer-object .holder .info a.button:hover, .popup-offer .offer-object .holder .info .woocommerce-info a.button:hover, .woocommerce-info .popup-offer .offer-object .holder .info a.button:hover {
  background: #e60062;
  color: white;
}
.popup-offer .offer-object .holder .info .btn:hover svg path, .popup-offer .offer-object .holder .info .wpcf7 input[type=submit]:hover svg path, .wpcf7 .popup-offer .offer-object .holder .info input[type=submit]:hover svg path, .popup-offer .offer-object .holder .info .woocommerce-notices-wrapper .woocommerce-message a.button:hover svg path, .woocommerce-notices-wrapper .woocommerce-message .popup-offer .offer-object .holder .info a.button:hover svg path, .popup-offer .offer-object .holder .info .woocommerce-info a.button:hover svg path, .woocommerce-info .popup-offer .offer-object .holder .info a.button:hover svg path {
  stroke: white;
}
@media screen and (max-width: 992px) {
  .popup-offer .offer-object {
    height: 360px;
    width: 500px;
    top: 50vh;
  }
}

@keyframes box-anim {
  to {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes box-29-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    transform: translate(100.06%, 94.22%);
    opacity: 0;
  }
}
@keyframes box-28-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(100.97%, 58.37%);
  }
}
@keyframes box-24-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(72.13%, 114.81%);
  }
}
@keyframes box-20-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(60.64%, -7.49%);
  }
}
@keyframes box-19-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(84.99%, 69.28%);
  }
}
@keyframes box-18-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(87.9%, 58.36%);
  }
}
@keyframes box-17-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(78.75%, 38.69%);
  }
}
@keyframes box-16-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(53.29%, 108.21%);
  }
}
@keyframes box-15-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(57.69%, 109.99%);
  }
}
@keyframes box-14-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(83.26%, 101.49%);
  }
}
@keyframes box-12-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(103.93%, 29.6%);
  }
}
@keyframes box-11-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(97.52%, 16.15%);
  }
}
@keyframes box-10-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(87.07%, 3.27%);
  }
}
@keyframes box-9-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(60.63%, 107.81%);
  }
}
@keyframes box-8-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(95.3%, 53.74%);
  }
}
@keyframes box-7-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(85.11%, 101.86%);
  }
}
@keyframes box-6-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(65.41%, 103.05%);
  }
}
@keyframes box-5-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(61.33%, 95.12%);
  }
}
@keyframes box-4-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(67.29%, 99.68%);
  }
}
@keyframes box-3-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(74.74%, 100.58%);
  }
}
@keyframes box-2-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(100.16%, 35.39%);
  }
}
@keyframes box-1-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(114.02%, 44.78%);
  }
}
.hidden {
  display: none;
}

.btn.focus, .btn:focus, .woocommerce-info a.button:focus, .woocommerce-info a.focus.button, .woocommerce-notices-wrapper .woocommerce-message a.button:focus, .woocommerce-notices-wrapper .woocommerce-message a.focus.button, .wpcf7 input.focus[type=submit], .wpcf7 input[type=submit]:focus {
  outline: 0;
  box-shadow: none !important;
}

.trp_language_switcher_shortcode {
  z-index: 5;
  order: 5;
  transform: translateX(30%);
  border-radius: 3px;
}
.trp_language_switcher_shortcode .trp-ls-shortcode-language {
  width: fit-content !important;
}
.trp_language_switcher_shortcode .trp-ls-shortcode-current-language {
  width: fit-content !important;
  border: none;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%);
  background-position: calc(100% - 12px) calc(1em + 0px), calc(100% - 8px) calc(1em + 0px);
  background-color: #e60062;
}
.trp_language_switcher_shortcode:hover .trp-language-switcher > div {
  border: none;
  background-image: linear-gradient(45deg, transparent 50%, #FF0A72 50%), linear-gradient(135deg, #FF0A72 50%, transparent 50%);
  background-position: calc(100% - 12px) calc(1em + 0px), calc(100% - 8px) calc(1em + 0px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .trp_language_switcher_shortcode {
    transform: translate(0, 0);
  }
}

/*# sourceMappingURL=theme.min.css.map */
