/* -- Imported font
---------------------------------------- -- */
/* -- Base css
-------------------------------------------- -- */
html {
  color: #625C70;
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-family: "Yantramanav", sans-serif;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: #625C70;
  background-color: #fff;
  overflow-x: hidden;
}
@media only screen and (max-width: 1599px) {
  body {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

::-moz-selection {
  background: #100727;
  color: #77ea10;
  text-shadow: none;
}

::selection {
  background: #100727;
  color: #77ea10;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f1f1f1;
  margin: 1rem 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a,
button {
  outline: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: #0dc270;
}

section {
  position: relative;
}

.container {
  position: relative;
}

figure img {
  position: relative;
  border-radius: 8px;
  z-index: 3;
}

/* -- Helper Classes
----------------------------------------- -- */
.custom-container {
  max-width: 146rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1599px) {
  .custom-container {
    max-width: 120rem;
  }
}

.custom-container-inner {
  background: #fff;
  padding: 7.7rem 0 7.8rem;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.border-radius, .custom-card {
  border-radius: 0.4rem;
}

.o-hidden {
  overflow: hidden;
}

.o-hidden-y {
  overflow-y: hidden;
}

.card-shadow, .header {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.hover-shadow, .custom-card:hover {
  -webkit-box-shadow: 0 18px 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0 18px 21px rgba(0, 0, 0, 0.1);
}

.custom-card {
  position: relative;
  display: block;
  text-decoration: none;
  background: #fff;
  margin: 2.5rem 0;
  transition: all 0.5s;
  z-index: 2;
}
.custom-card:hover {
  text-decoration: none;
}
.custom-card figure {
  position: relative;
  z-index: 5;
}
.custom-card figure img {
  border-radius: 8px 8px 0 0;
}
.custom-card .txt-box {
  position: relative;
  padding: 4rem 3rem;
  z-index: 5;
  background: #fff;
  overflow: hidden;
}
.custom-card .txt-box h5 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 3.3rem;
}
.custom-card .txt-box h5 span {
  display: block;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #625C70;
  margin-bottom: 0.3rem;
}
.custom-card .txt-box .card-link {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #100727;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.blog .custom-card .txt-box {
  padding-top: 2.2rem;
}

.common-grid {
  padding-top: 2.5rem;
}

/* -- Color Classes-- */
.primary-color {
  color: #0dc270;
}

.secondary-color {
  color: #77ea10;
}

.typo-dark {
  color: #100727;
}

.typo-light {
  color: #625C70;
}

.border-color {
  color: #f1f1f1;
}

.light-color {
  color: #f9f9f9;
}

.bg-white {
  background-color: #fff;
}

.primary-bg-color {
  background-color: #0dc270;
}

.secondary-bg-color {
  background-color: #77ea10;
}

.dark-bg {
  background-color: #100727;
}

.light-bg, blockquote {
  background-color: #f9f9f9;
}

.radius {
  border-radius: 0.4rem;
}

.big-shadow, .case-study-shadow::before {
  display: none;
}

.common-line, .common-line::after {
  width: 100%;
  height: 0.3rem;
  display: block;
  position: relative;
  margin: 0 0 3rem;
}
.common-line::before {
  content: " ";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #EEEEEE;
  z-index: -1;
}
.light-bg .common-line::before, blockquote .common-line::before {
  z-index: 0;
}
.common-line.common-line-left::after {
  content: " ";
  left: 0;
  margin-left: 0;
}

.common-line::after {
  content: " ";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 5.8rem;
  background: #0dc270;
  margin-left: -4rem;
}

.carousel-wrapper {
  position: relative;
  z-index: 20;
  overflow: hidden;
  padding: 23rem 0 18.9rem;
}

.carousel .carousel-inner {
  overflow: visible;
}

figure {
  position: relative;
  margin-bottom: 0;
}

.txt-content h3 {
  margin-bottom: 3.9rem;
}

.txt-content-noline h3 {
  margin-bottom: 2.6rem;
}

.intro-inner h1 {
  margin-bottom: 2rem;
}
.intro-inner h4 {
  margin-bottom: 1.8rem;
}

.common-card {
  display: block;
  color: #625C70;
}
.common-card figure {
  margin-bottom: 3.5rem;
}
.common-card h4 {
  margin-bottom: 3.1rem;
}
.common-card .common-line, .common-card .common-line::after {
  margin-bottom: 1.7rem;
}
.common-card .common-line::after {
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.common-card p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.common-card:hover {
  text-decoration: none;
  color: #625C70;
}
.common-card:hover .common-line::after {
  width: 8rem;
}

.our-team .common-card h4 {
  margin-bottom: 0.7rem;
  font-size: 2rem;
}

.list-with-no-bullete {
  list-style: none;
  padding-left: 0;
}
.list-with-no-bullete li {
  font-size: 2rem;
  line-height: 4rem;
  color: #100727;
}

/* -- Social links
--------------------------------------- -- */
.social-links {
  list-style: none;
  text-align: center;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
}
.social-links li a {
  font-size: 1.2rem;
  color: #0dc270;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border: 1px solid #0dc270;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.social-links li a:hover {
  color: #ffffff;
  background-color: #0dc270;
}
.social-links.social-links__vertical li {
  display: block;
}
.social-links.big-icons li {
  margin-left: 0;
  margin-right: 1.3rem;
  margin-top: 1.2rem;
}
.social-links.big-icons a {
  width: 4.6rem;
  height: 4.6rem;
  font-size: 1.8rem;
  line-height: 4.6rem;
  border-width: 0.2rem;
}

/* -- Print Media query
---------------------------------------- -- */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* -- Print styles- Inlined to avoid the additional HTTP request:
----------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #100727 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* -- Don't show links that are fragment identifiers -- */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #f1f1f1;
    page-break-inside: avoid;
  }
  /* -- Printing Tables -- */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.alignfull,
.alignwide {
  margin-left: calc(-50vw + 50% - 8.5px);
  margin-right: calc(-50vw + 50% - 8.5px);
  width: 100vw;
}

@media only screen and (min-width: 950px) {
  .entry__content .alignwide {
    margin-left: -125px;
    margin-right: -125px;
    max-width: 950px;
  }
}
.cs-single-banner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.aw-custom-media-link figure.wp-block-image {
  margin-bottom: 0;
}

.aw-custom-media-link figure.wp-block-image img {
  border-radius: 0;
}

.our-team .common-card {
  cursor: pointer;
}

/* -- Typography
------------------------------------ -- */
h1,
h2,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hind Vadodara", sans-serif;
  color: #100727;
  line-height: 1.5;
  font-weight: 500;
}

h1,
.heading-1 {
  font-size: 4.8rem;
  line-height: 1.4;
  margin: 0;
}

h2,
.heading-2 {
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 1.9rem;
}
@media only screen and (max-width: 1599px) {
  h2,
  .heading-2 {
    font-size: 3.2rem;
  }
}

h3,
.heading-3 {
  font-size: 3rem;
}

h4,
.heading-4 {
  font-size: 2.4rem;
}

h5,
.heading-5 {
  font-size: 1.8rem;
}

h6,
.heading-6 {
  font-size: 1.6rem;
}

p {
  margin-bottom: 0.7rem;
  line-height: 3.2rem;
}
@media only screen and (max-width: 767px) {
  p {
    line-height: 3rem;
  }
}

.subtitle {
  margin-bottom: 4rem;
}

.big-title {
  font-size: 2.4rem;
  line-height: 4rem;
  margin-bottom: 3.7rem;
}

.small-txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

/* -- Buttons
--------------------------------------- -- */
.primary-btn, .btn-big {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  line-height: 4rem;
  height: 4rem;
  color: #0dc270;
  background: transparent;
  font-weight: 600;
  border: 0.2rem solid #0dc270;
  border-radius: 2rem;
  padding: 0 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
.primary-btn[disabled], [disabled].btn-big {
  cursor: not-allowed;
}
.primary-btn:hover, .btn-big:hover {
  background: #0dc270;
  color: #fff;
  text-decoration: none;
}

.btn-big {
  font-size: 1.6rem;
  line-height: 5.6rem;
  height: 5.6rem;
  padding: 0 3rem;
  border-radius: 2.8rem;
}

.link, .link-small {
  font-size: 2rem;
  line-height: 3rem;
  color: #100727;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 0.5rem;
  transition: all 0.5s;
}
.link::after, .link-small::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  display: block;
  background: #0dc270;
  opacity: 0;
  transition: inherit;
}
.link:hover, .link-small:hover {
  text-decoration: none;
  color: #0dc270;
}
.link:hover::after, .link-small:hover::after {
  opacity: 1;
}
.link:focus, .link-small:focus {
  outline: none;
  text-decoration: none;
}

.link-small {
  font-size: 1.7rem;
  padding-bottom: 0.6rem;
}
@media only screen and (max-width: 1599px) {
  .link-small {
    font-size: 1.5rem;
  }
}

/* -- Forms and input fields
---------------------------------------- -- */
input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea,
.chosen-container-single .chosen-single,
.chosen-container .chosen-results li {
  outline: none;
  transition: all 0.5s;
  /* -- Placeholder -- */
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
.chosen-container-single .chosen-single::placeholder,
.chosen-container .chosen-results li::placeholder {
  color: inherit;
  /* Firefox */
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.chosen-container-single .chosen-single:-ms-input-placeholder,
.chosen-container .chosen-results li:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: inherit;
}
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.chosen-container-single .chosen-single::-ms-input-placeholder,
.chosen-container .chosen-results li::-ms-input-placeholder {
  /* Microsoft Edge */
  color: inherit;
}
input[type=text].p-holder__active,
input[type=password].p-holder__active,
input[type=email].p-holder__active,
input[type=number].p-holder__active,
textarea.p-holder__active,
.chosen-container-single .chosen-single.p-holder__active,
.chosen-container .chosen-results li.p-holder__active {
  /* -- Placeholder -- */
}
input[type=text].p-holder__active::placeholder,
input[type=password].p-holder__active::placeholder,
input[type=email].p-holder__active::placeholder,
input[type=number].p-holder__active::placeholder,
textarea.p-holder__active::placeholder,
.chosen-container-single .chosen-single.p-holder__active::placeholder,
.chosen-container .chosen-results li.p-holder__active::placeholder {
  color: #0dc270;
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
.chosen-container-single .chosen-single.p-holder__active:-ms-input-placeholder,
.chosen-container .chosen-results li.p-holder__active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0dc270;
}
input[type=text].p-holder__active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
.chosen-container-single .chosen-single.p-holder__active::-ms-input-placeholder,
.chosen-container .chosen-results li.p-holder__active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0dc270;
}
input[type=text].p-holder__error,
input[type=password].p-holder__error,
input[type=email].p-holder__error,
input[type=number].p-holder__error,
textarea.p-holder__error,
.chosen-container-single .chosen-single.p-holder__error,
.chosen-container .chosen-results li.p-holder__error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}
input[type=text].p-holder__error::placeholder,
input[type=password].p-holder__error::placeholder,
input[type=email].p-holder__error::placeholder,
input[type=number].p-holder__error::placeholder,
textarea.p-holder__error::placeholder,
.chosen-container-single .chosen-single.p-holder__error::placeholder,
.chosen-container .chosen-results li.p-holder__error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
.chosen-container-single .chosen-single.p-holder__error:-ms-input-placeholder,
.chosen-container .chosen-results li.p-holder__error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}
input[type=text].p-holder__error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
.chosen-container-single .chosen-single.p-holder__error::-ms-input-placeholder,
.chosen-container .chosen-results li.p-holder__error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #100727;
  border: 2px solid #625C70;
  border-radius: 5rem;
  padding: 1.2rem 3rem 1rem;
  background: transparent;
}

.input-group {
  position: relative;
  padding: 0 1rem;
}
.input-group label {
  position: absolute;
  left: 4.2rem;
  top: 1.1rem;
  text-align: left;
  font-size: 1.6rem;
  transition: all 0.2s;
  cursor: text;
}
.input-group input,
.input-group textarea {
  width: 100%;
  z-index: 2;
}
.input-group.focused label {
  font-size: 1.2rem;
  top: -0.3rem;
}

select {
  width: 100%;
  border: none;
  border-bottom: 2px solid #e2e2e2;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #625C70;
  background: transparent;
  -webkit-border-radius: 0px;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
select:focus {
  outline: none;
}

/* -- Dots styles
---------------------------------------- -- */
.pixel-block, .pixel-block-right, .pixel-block-left {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: -1.1rem;
  display: none;
}

.pixel-block-left {
  left: 0;
}

.pixel-block-right {
  right: 0;
}

.floated-dots {
  width: 21.4rem;
  height: 33.4rem;
  position: absolute;
}
.floated-dots::before, .floated-dots::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/dot-colored.svg);
  background-repeat: repeat;
  background-position: center center;
  background-size: 3rem;
}
.floated-dots.with-bg::before, .floated-dots.with-grey-bg::before, .floated-dots.with-light-green-bg::before {
  width: auto;
  height: auto;
  background: #f0fff8;
  top: -4rem;
  right: -5rem;
  bottom: -4rem;
  left: -5rem;
  background-size: auto;
}
.floated-dots.with-grey-bg::before {
  background: #f2f2f2 !important;
}
.floated-dots.with-grey-bg::after {
  content: " ";
  background-image: url(../images/dot-colored.svg);
}
.floated-dots.grey-dots::before, .floated-dots.grey-dots::after {
  content: " ";
  background-image: url(../images/dot-grey.svg);
}
.floated-dots.with-light-green-bg::before {
  background: #f8fdf3;
}
.floated-dots.with-light-green-bg::after {
  content: " ";
  background-image: url(../images/dot-colored-light-green.svg);
}

.service-tab-content {
  position: relative;
}
.service-tab-content .floated-dots {
  right: 15.9rem;
  bottom: -4.4rem;
}

.story-block {
  position: relative;
}
.story-block .floated-dots {
  left: 0;
  bottom: -420px;
  z-index: 1;
  height: 36.9rem;
}

.team-dots {
  right: 60%;
  top: 43%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
  display: none;
}
.team-dots::after {
  content: " ";
  background-image: url(../images/dot-colored-light-green.svg);
}

.contact-dots {
  left: 9%;
  top: auto;
  bottom: -6.8rem;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}

.service-description-dots {
  width: 60.4rem;
  height: 21.4rem;
  left: -66px;
  z-index: -1;
}

.service-tab-content .service-process-dots {
  left: -10rem;
  top: 7.7rem;
  height: auto;
  bottom: 0;
}

.product-dots {
  left: 0;
  bottom: 0;
  transform: rotate(90deg);
}

.portfolio-banner-media .floated-dots {
  bottom: -19.6rem;
  left: 8.3rem;
  transform: rotate(90deg);
  width: 21.5rem;
  height: 51.5rem;
}

.floated-dots-horizontal {
  width: 51.5rem;
  height: 21.5rem;
}

.inner-page-banner .floated-dots-horizontal {
  height: 24.5rem;
}

.floated-dots-vertical {
  width: 21.5rem;
  height: 51.5rem;
}

.floated-dots__horizontal__fixed-dimension {
  width: 51.5rem !important;
  height: 21.5rem !important;
}

.product-wrapper-2 .floated-dots {
  bottom: -5.2rem;
  left: 0;
}
.product-wrapper-2 .floated-dots::before {
  width: 31.5rem;
  height: 58.5rem;
  background: #dfdfdf;
  bottom: -5rem;
  top: auto;
  left: -3.1rem;
  bottom: -3rem;
}
.product-wrapper-2 .floated-dots::after {
  left: 1.7rem;
}

.member-pic-dots {
  left: -127px;
  bottom: 39px;
}

.member-bio,
.company-overview {
  position: relative;
}
.member-bio .floated-dots-vertical,
.company-overview .floated-dots-vertical {
  z-index: 1;
  top: 4rem;
  left: -7.5rem;
  bottom: 4rem;
  height: auto;
}
.member-bio.skills .floated-dots-vertical,
.company-overview.skills .floated-dots-vertical {
  left: auto;
  right: -7.5rem;
}

.company-pic-dots {
  left: -6.7rem;
  bottom: 4rem;
}

.product-banner-dots {
  bottom: -4.5rem;
  left: -8.5rem;
}

.contact-banner-dots {
  bottom: -54px;
  left: -112px;
}

/* -- Spacing
------------------------------- -- */
.section-padding {
  padding: 17.8rem 0 18.9rem;
}

.p-top {
  padding-top: 17.8rem;
}

.pt-80 {
  padding-top: 8rem;
}

.p-bottom {
  padding-bottom: 18.9rem;
}

.pb-200 {
  padding-bottom: 20rem !important;
}

.pt-200 {
  padding-top: 20rem !important;
}

.pb-106 {
  padding-bottom: 10.6rem;
}

.pt-274 {
  padding-top: 27.4rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pb-25 {
  padding-bottom: 2.5rem;
}

.pb-75 {
  padding-bottom: 7.5rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.mt-200 {
  padding-top: 20rem !important;
}

.row.g-60 {
  margin-right: -30px;
  margin-left: -30px;
}
.row.g-60 > * {
  padding-right: 30px;
  padding-left: 30px;
}

/* -- Shape styles
------------------------------------ -- */
.shape, .contact-shape, .case-study-shape-3, .case-study-shape-2, .case-study-shape, .story-shape, .banner-shape {
  width: 20rem;
  height: 10rem;
  display: block;
  background: #100727;
  position: absolute;
  z-index: 2;
  display: none;
}

.banner-shape {
  top: 0;
  left: 0;
  display: none;
}

.story-shape {
  top: -5rem;
  right: -8.6rem;
}

.case-study-shape {
  top: -5rem;
  left: -44rem;
}

.case-study-shape-2 {
  bottom: 11.7rem;
  right: -23vw;
}

.case-study-shape-3 {
  bottom: -3.4rem;
  left: 0;
}

.contact-shape {
  bottom: auto;
  top: 10rem;
  right: 24rem;
  transform: rotate(90deg) !important;
}

.product-wrapper-1 .shape, .product-wrapper-1 .banner-shape, .product-wrapper-1 .story-shape, .product-wrapper-1 .case-study-shape, .product-wrapper-1 .case-study-shape-2, .product-wrapper-1 .case-study-shape-3, .product-wrapper-1 .contact-shape {
  left: -44.1rem;
  top: -10rem;
}

.product-wrapper-2 .shape, .product-wrapper-2 .banner-shape, .product-wrapper-2 .story-shape, .product-wrapper-2 .case-study-shape, .product-wrapper-2 .case-study-shape-2, .product-wrapper-2 .case-study-shape-3, .product-wrapper-2 .contact-shape {
  left: auto;
  right: -44.1rem;
  bottom: 11.5rem;
}

.bio-shape {
  top: 11.5rem;
  right: -22%;
}

.skill-shape {
  top: 11.5rem;
  left: -27%;
}

.overview-shape {
  right: -23%;
  bottom: 9rem;
}

.case-study-details-shape-1 {
  right: -74%;
  bottom: -6%;
}
.case-study-details-shape-2 {
  left: -70%;
  bottom: -5%;
}
.case-study-details-shape-3 {
  right: -74%;
  bottom: -6%;
}

.product-carousel-shape {
  left: -18%;
  top: -7.25rem;
}

.shape__service-cat-1 {
  top: 20rem;
  right: -62%;
}

/* -- Animations 
------------------------------- */
@keyframes bannerFade {
  0% {
    opacity: 0;
    transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.fade {
  animation: bannerFade 0.3s ease-in-out forwards;
}

/* -- Header styles
----------------------------------- -- */
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 3rem 5rem;
  background: #fff;
  transition: all 0.5s;
}
.header nav {
  padding: 0;
}
.header .primary-btn, .header .btn-big {
  max-width: 30rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header .primary-btn.active, .header .active.btn-big {
  color: #fff;
  background: #0dc270;
}

.navbar-nav li {
  margin-left: 5rem;
  position: relative;
}
.navbar-nav li:nth-of-type(1) {
  margin-left: 0;
}
.navbar-nav li a {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #100727;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0;
  position: relative;
}
.navbar-nav li a i {
  font-size: 1.4rem;
  vertical-align: -0.1rem;
  transition: all 0.3s ease-in-out;
}
.navbar-nav li a::after {
  content: " ";
  width: 0;
  height: 0.3rem;
  background: #0dc270;
  display: block;
  position: absolute;
  bottom: -1rem;
  right: 0;
  transition: inherit;
}
.navbar-nav li a:hover {
  text-decoration: none;
  color: #0dc270;
}
.navbar-nav li a:hover i {
  transform: rotate(180deg);
}
.navbar-nav li a:hover::after {
  width: 100%;
  left: 0;
}
.navbar-nav li.active a {
  color: #0dc270;
}
.navbar-nav li.active a::after {
  width: 100%;
  left: 0;
}
.navbar-nav li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navbar-nav li .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 22rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  padding: 1.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
}
.navbar-nav li .sub-menu li {
  margin-left: 0;
  margin-bottom: 0;
  position: relative;
}
.navbar-nav li .sub-menu li a {
  display: block;
  padding: 0.5rem 2rem;
  color: #100727;
  border-bottom: none;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
.navbar-nav li .sub-menu li a::after {
  display: none;
}
.navbar-nav li .sub-menu li a:hover {
  background: rgba(13, 194, 112, 0.05);
  color: #0dc270;
}
.navbar-nav li .sub-menu li:first-child a {
  border-top: none;
}
.navbar-nav li .sub-menu li:last-child a {
  border-bottom: none;
}
.navbar-nav li .sub-menu li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.navbar-nav li .sub-menu li.menu-item-has-children .sub-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  transform: translateX(-1rem);
}
.navbar-nav .current-menu-item > a,
.navbar-nav .current-menu-ancestor > a,
.navbar-nav .current-menu-parent > a {
  color: #0dc270;
}
.navbar-nav .current-menu-item > a::after,
.navbar-nav .current-menu-ancestor > a::after,
.navbar-nav .current-menu-parent > a::after {
  width: 100%;
  left: 0;
}

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

.navbar-toggler {
  background: transparent;
  padding: 0;
  outline: none;
  border: none;
}
.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon {
  display: none;
}

.navbar-toggler .custom-toggler-icon {
  width: 2.2rem;
  height: 1.5px;
  margin: 4px 0;
  transition: all 0.2s;
  background: #222;
  display: block;
  transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.changed .custom-toggler-icon:nth-of-type(2) {
  transform: translate3d(11px, 5px, 0) rotate(-45deg);
  transform-origin: right top;
  width: 1rem;
}
.navbar-toggler.changed .custom-toggler-icon:nth-of-type(4) {
  transform: translate3d(11px, -6px, 0) rotate(45deg);
  transform-origin: right bottom;
  width: 1rem;
}

.navbar-brand img {
  border-radius: 0;
  width: 15.5rem;
}

.navbar-nav li.has-mega-menu {
  position: static;
}
.navbar-nav li.has-mega-menu::after {
  content: "";
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
  max-width: 1140px;
  height: 30px;
  background: transparent;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
}
.navbar-nav li.has-mega-menu .mega-menu-dropdown {
  position: fixed;
  top: 80px;
  left: 50%;
  width: 90vw;
  max-width: 1140px;
  border-radius: 8px;
  transform: translateX(-50%) translateY(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
  pointer-events: none;
}
.navbar-nav li.has-mega-menu:hover .mega-menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.navbar-nav li.has-mega-menu:hover::after {
  opacity: 1;
  pointer-events: auto;
}
.navbar-nav li.has-mega-menu .mega-menu-dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.navbar-nav li.has-mega-menu > a {
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}

.mega-menu-content {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.mega-menu-content .e-con {
  padding: 0;
}
.mega-menu-content .e-con .e-con-inner {
  padding: 0;
  margin: 0;
}

@media (max-width: 1199px) {
  .mega-menu-content {
    padding: 25px 0;
  }
  .navbar-nav li.has-mega-menu::after {
    top: 50px;
    width: 95vw;
  }
  .navbar-nav li.has-mega-menu .mega-menu-dropdown {
    top: 70px;
    width: 95vw;
  }
}
@media (max-width: 991px) {
  .navbar-nav li.has-mega-menu:hover .mega-menu-dropdown {
    opacity: 0;
    visibility: hidden;
  }
  .navbar-nav li.has-mega-menu::after {
    display: none;
  }
  .navbar-nav li.has-mega-menu .mega-menu-dropdown {
    position: static;
    width: 100%;
    margin-left: 0;
    box-shadow: none;
    border-radius: 0;
    background: rgba(248, 249, 250, 0.95);
  }
  .navbar-nav li.has-mega-menu .mega-menu-dropdown.mobile-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .mega-menu-content {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .mega-menu-content {
    padding: 15px 0;
  }
}
@keyframes megaMenuFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.axilweb-tab-mega-menu-widget a:before, .axilweb-tab-mega-menu-widget a:after {
  display: none !important;
}
.axilweb-tab-mega-menu-widget a:hover {
  box-shadow: none !important;
  background: none !important;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-container {
  max-width: 100%;
  padding: 0;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-wrapper {
  display: flex;
  min-height: 400px;
  border-radius: 12px;
  overflow: hidden;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-tabs {
  flex: 0 0 300px;
  background-color: #f8f9fa;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item:hover, .axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item.active {
  background-color: #e3f2fd;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item:hover::before, .axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #0dc270;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item:not(:first-child):hover ~ .axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item:first-child {
  background-color: #f8f9fa;
  transform: translateX(0);
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item:not(:first-child):hover ~ .axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item:first-child::before {
  display: none;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item a:hover {
  text-decoration: none;
  color: inherit;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-content {
  opacity: 0;
  visibility: hidden;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-content.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-tab-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 16px;
  flex-shrink: 0;
  font-size: 20px;
  transition: all 0.2s ease;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-tab-icon i, .axilweb-tab-mega-menu-widget .tab-mega-menu-tab-icon svg {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-tab-content {
  flex: 1;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-tab-title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px 0;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-tab-description {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-content-wrapper {
  flex: 1;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 2.5rem;
  padding-bottom: 120px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow-y: auto;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-content.active {
  opacity: 1;
  visibility: visible;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-content-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 24px 0;
  line-height: 1;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-content-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-content-item a {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-content-item a:before, .axilweb-tab-mega-menu-widget .tab-mega-menu-content-item a:after {
  display: none !important;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-content-item a:hover {
  text-decoration: none;
  color: inherit;
  box-shadow: none;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-item-content {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 0;
  position: relative;
  z-index: 1;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-item-content:before, .axilweb-tab-mega-menu-widget .tab-mega-menu-item-content:after {
  display: none !important;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-item-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-item-icon i, .axilweb-tab-mega-menu-widget .tab-mega-menu-item-icon svg {
  width: 16px;
  height: 16px;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-item-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #625C70;
  flex: 1;
  line-height: 1.4;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-item-badge {
  background-color: #0dc270;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-left: 10px;
  white-space: nowrap;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-bottom-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  z-index: 2;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-bottom-content {
  flex: 1;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-bottom-title {
  margin: 0 0 4px 0;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-bottom-description {
  font-size: 13px;
  margin: 0;
  line-height: 1.4;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-button {
  display: flex;
  place-items: center;
  gap: 6px;
  font-size: 1.3rem;
  color: #0dc270;
  font-weight: 600;
  border: 0.2rem solid #0dc270;
  background-color: transparent;
  border-radius: 4rem;
  padding: 0.8rem 2rem;
  cursor: pointer;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-button::after {
  display: none;
}
.axilweb-tab-mega-menu-widget .tab-mega-menu-button:hover {
  background-color: #0bab62;
  border-color: #0bab62;
  color: #ffffff;
}

@media (max-width: 991px) {
  .axilweb-tab-mega-menu-widget .tab-mega-menu-wrapper {
    flex-direction: column;
    min-height: auto;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-tabs {
    flex: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px;
    background-color: #ffffff;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item {
    padding: 16px;
    border-radius: 8px;
    border-bottom: none;
    background-color: #f8f9fa;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item:hover, .axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item.active {
    transform: none;
    background-color: #e3f2fd;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item:hover::before, .axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item.active::before {
    display: none;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-content {
    position: static;
    padding: 24px;
    transform: none;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-content-grid {
    grid-template-columns: 1fr;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-bottom-section {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 20px 24px;
  }
}
@media (max-width: 767px) {
  .axilweb-tab-mega-menu-widget .tab-mega-menu-tabs {
    padding: 12px;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item {
    padding: 12px;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item .tab-mega-menu-tab-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-right: 12px;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item .tab-mega-menu-tab-title {
    font-size: 13px;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-tab-item .tab-mega-menu-tab-description {
    font-size: 12px;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-content {
    padding: 16px;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-content-item a {
    padding: 8px;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-content-item .tab-mega-menu-item-title {
    font-size: 13px;
  }
  .axilweb-tab-mega-menu-widget .tab-mega-menu-bottom-section {
    padding: 16px;
  }
}
/* -- Banner styles
--------------------------------- -- */
.main-banner {
  padding-top: 15rem;
  padding-bottom: 5rem;
  min-height: 40rem;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .main-banner {
    padding-top: 11.2rem;
  }
}
.main-banner .intro-inner h1 {
  font-size: 4.5rem;
}
@media only screen and (max-width: 1599px) {
  .main-banner .intro-inner h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .main-banner .intro-inner h1 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-banner .intro-inner h1 {
    font-size: 3rem;
  }
}
.main-banner .intro-inner .subtitle {
  font-size: 2.2rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1599px) {
  .main-banner .intro-inner .subtitle {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .main-banner .intro-inner .subtitle {
    font-size: 2rem;
  }
}

.banner-thumbnail {
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .banner-thumbnail {
    padding-left: 0;
  }
}
.banner-thumbnail .thumb {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .banner-thumbnail .thumb {
    text-align: left;
  }
}

.inner-page-banner {
  padding: 13.2rem 0 0;
}
.inner-page-banner .banner-thumbnail {
  margin-right: -17rem;
}
@media only screen and (max-width: 991px) {
  .inner-page-banner .banner-thumbnail {
    margin-right: 0;
  }
}
.inner-page-banner .banner-thumbnail .shape-group li.shape-1 {
  bottom: 0;
  left: 0;
}

.banner {
  padding: 17rem 0;
}

.portfolio-banner-media {
  width: 100%;
  max-width: 81.5rem;
  margin: 3.2rem auto 0;
  padding: 0 1.5rem;
  position: relative;
}
.portfolio-banner-media .big-shadow::before, .portfolio-banner-media .case-study-shadow::before {
  top: 40%;
  right: 25%;
  bottom: 10px;
  left: 6%;
}

.work-banner-media {
  position: relative;
}
.work-banner-media .floated-dots {
  left: 30%;
  bottom: -7.8rem;
  transform: translateX(-50%);
}
.work-banner-media .big-shadow, .work-banner-media .case-study-shadow::before {
  position: absolute;
  top: 140px;
  left: 192px;
  width: 21.5rem;
  height: 30rem;
}
.work-banner-media .big-shadow:nth-of-type(2), .work-banner-media .case-study-shadow:nth-of-type(2)::before {
  left: auto;
  right: 30rem;
}
.work-banner-media img {
  position: relative;
  z-index: 99;
  border-radius: 8px;
}

.inner-page-banner__2 {
  padding: 15rem 0 5rem;
  height: 100vh;
  min-height: 90rem;
  align-items: center;
  justify-content: center;
}
.inner-page-banner__2 .common-nav-container {
  padding-top: 0;
}
.inner-page-banner__2 .media {
  opacity: 0;
}

.page-home .inner-page-banner__2 {
  padding-top: 16.5rem;
}

.inner-page-banner__wrap .big-title {
  margin-bottom: 0;
}

.service-page-banner {
  padding-bottom: 6rem;
}
.service-page-banner .banner-media .big-shadow::before, .service-page-banner .banner-media .case-study-shadow::before {
  top: 10rem;
  right: 42rem;
  bottom: 80px;
  left: 0;
  opacity: 0.3;
}

.double-banner-figure figure:nth-of-type(1) {
  margin-right: 5rem !important;
}

.big-shadow__single-img-banner::before {
  top: 40%;
  right: 30%;
  left: 1%;
  bottom: 1%;
}

.service-page-banner {
  padding-bottom: 0;
  padding-top: 10rem;
  margin-bottom: -5.4rem;
}

#typed-strings {
  display: none;
}

#typed {
  display: block;
}

#svgContainer {
  width: 100%;
}

.typed-banner-text {
  display: flex;
  align-items: center;
}
.typed-banner-text .static-text {
  margin-right: 12px;
}

/* -- Products
-------------------------------------- -- */
.product-tab-content {
  padding-top: 4.5rem;
}

.product-banner {
  padding: 24.5rem 0 20rem;
}

.double-banner-figure figure:not(:nth-last-of-type(1)) {
  margin-right: 5rem;
}
.double-banner-figure .big-shadow::before, .double-banner-figure .case-study-shadow::before {
  opacity: 0.1;
  left: -5%;
  right: 10%;
  top: 10%;
  bottom: -10%;
}
.double-banner-figure .big-shadow:nth-of-type(2)::before, .double-banner-figure .case-study-shadow:nth-of-type(2)::before {
  opacity: 0.1;
  left: -5%;
  right: 10%;
}

.product-nav .nav-item .nav-link {
  padding: 0 7rem;
}

.custom-card-shadow::before {
  top: 25%;
  right: 30%;
  bottom: 5%;
  left: 0;
  opacity: 0;
  transition: all 1s;
  z-index: 1;
}

.custom-card:hover {
  box-shadow: none;
}
.custom-card:hover .custom-card-shadow::before {
  opacity: 0.3;
}

.product-tab-content .custom-card {
  overflow: visible;
}

.filterable-product-grid {
  position: relative;
}
.filterable-product-grid .shape, .filterable-product-grid .banner-shape, .filterable-product-grid .story-shape, .filterable-product-grid .case-study-shape, .filterable-product-grid .case-study-shape-2, .filterable-product-grid .case-study-shape-3, .filterable-product-grid .contact-shape {
  right: -25%;
  top: 0;
}
.filterable-product-grid .shape.bottom-shape, .filterable-product-grid .bottom-shape.banner-shape, .filterable-product-grid .bottom-shape.story-shape, .filterable-product-grid .bottom-shape.case-study-shape, .filterable-product-grid .bottom-shape.case-study-shape-2, .filterable-product-grid .bottom-shape.case-study-shape-3, .filterable-product-grid .bottom-shape.contact-shape {
  left: -28%;
  bottom: 180px;
  top: auto;
  right: auto;
}
.filterable-product-grid .floated-dots {
  z-index: 1;
  right: -30rem;
  top: 50%;
  transform: translateY(-50%);
}

.achievements .custom-container {
  padding: 4.2rem 12rem 3.3rem;
  position: relative;
  border-radius: 4px;
}
.achievements .custom-container .floated-dots {
  left: -30px;
  bottom: -45px;
}

.product-tab-container {
  position: relative;
  z-index: 2;
}

.counter-block {
  padding-left: 100px;
}
.counter-block p {
  font-size: 2.4rem;
}
.counter-block img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.counter-txt {
  font-size: 6rem;
  line-height: 1;
  color: #100727;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.product-area {
  padding: 8rem 0 5rem;
}

.product-box {
  margin-bottom: 3rem;
}
.product-box .inner {
  border: 1px solid #E7E7E7;
  padding: 30px;
  border-radius: 10px;
}
.product-box .icon {
  margin-bottom: 3rem;
}
.product-box .title {
  margin-bottom: 2rem;
  font-size: 2rem;
}
.product-box p {
  margin-bottom: 3rem;
}
.product-box .common-line, .product-box .common-line::after {
  margin-bottom: 2rem;
}
.product-box .common-line:before {
  z-index: 0;
}

/* -- Product carousel
------------------------------- -- */
.product-carousel {
  position: relative;
}
.product-carousel .floated-dots {
  right: -35px;
  bottom: 123px;
  z-index: 1;
}
.product-carousel .floated-dots::before {
  display: none;
}
.product-carousel .carousel-wrapper .carousel-navigator {
  margin-top: 3.8rem;
}
.product-carousel .carousel-inner-wrapper {
  padding: 10rem 0;
}

.carousel__product {
  padding-top: 20rem;
  padding-bottom: 8.9rem;
}

.product-carousel-inner .primary-btn, .product-carousel-inner .btn-big {
  margin-top: 1.2rem;
}

.product-carousel-figure {
  position: relative;
  z-index: 9;
}
.product-carousel-figure .mobile-mockup {
  position: absolute;
  bottom: -100px;
  left: 42px;
}
.product-carousel-figure .big-shadow, .product-carousel-figure .case-study-shadow::before {
  position: absolute;
  left: -5rem;
  top: 5rem;
  bottom: -5rem;
}
.product-carousel-figure .big-shadow::before, .product-carousel-figure .case-study-shadow::before {
  top: 3rem;
  bottom: 11rem;
  right: 16%;
  left: 6rem;
}
.product-carousel-figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* -- Service tab
----------------------------------- -- */
.nav-tabs {
  border: none;
  flex-wrap: initial;
  padding: 2.5rem 0;
}
.nav-tabs .nav-item {
  margin: 0;
}
.nav-tabs .nav-item .nav-link {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #100727;
  padding: 0 4rem;
  text-align: center;
  position: relative;
  border: none;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.nav-tabs .nav-item .nav-link img {
  height: 3.6rem;
  margin-right: 2rem;
}
.nav-tabs .nav-item .nav-link i {
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 1rem;
  transition: all 0.5s;
}
.nav-tabs .nav-item .nav-link::after {
  content: " ";
  width: 0;
  height: 0.3rem;
  background: #77ea10;
  display: block;
  position: absolute;
  top: -2.7rem;
  right: 0;
  transition: inherit;
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
  background: transparent;
}
.nav-tabs .nav-item .nav-link:hover i, .nav-tabs .nav-item .nav-link.active i {
  color: #77ea10;
}
.nav-tabs .nav-item .nav-link:hover::after, .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
  left: 0;
}

.tab-nav-container {
  border-top: 1px solid #f1f1f1;
}

.home-tab-nav-container {
  margin-top: 7rem;
}

.common-nav-container {
  padding-top: 4.2rem;
}
.common-nav-container .media {
  position: relative;
  padding-left: 1rem;
}
.common-nav-container .media img {
  width: 100%;
  margin-left: auto;
}
.common-nav-container .media img.floated-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-list {
  list-style: none;
  padding-left: 0;
  text-align: right;
}
.service-list a {
  display: block;
  font-size: 1.4rem;
  line-height: 3.2rem;
  color: #625C70;
}
.service-list a:hover, .service-list a.active {
  text-decoration: none;
  color: #100727;
}

.service-tab-content .big-shadow::before, .service-tab-content .case-study-shadow::before {
  top: 15rem;
  left: 11%;
  right: 20%;
  bottom: 6%;
}

.service-media-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: url(../images/ripple.gif) center center no-repeat;
}
.service-media-container .media {
  position: relative;
  padding-left: 0;
  height: 420px;
}
.service-media-container .media img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
}
.service-media-container .floated-dots {
  right: -37px;
  bottom: -60px;
}

.service-list-wrapper {
  min-width: 250px;
  height: 315px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  text-align: left;
  z-index: 99;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
  transition: width 0.5s, opacity 0.5s;
  display: none;
  opacity: 0;
  overflow: hidden;
}
.service-list-wrapper.visible-block {
  display: flex;
  opacity: 1;
}

.service-list {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 2rem 4rem;
  text-align: left;
}
.service-list li {
  width: 100%;
  opacity: 0;
  position: relative;
  top: 50px;
  margin: 5px 0;
  white-space: nowrap;
}
.service-list li a {
  white-space: nowrap;
}

.nav-tabs .nav-item {
  position: relative;
  cursor: pointer;
  padding: 0 1rem;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.bookmark-navigation-wrap {
  background-color: #ffffff;
  border-top: 1px solid #EEEEEE;
  position: relative;
  z-index: 10;
  margin-top: 1.5rem;
}
.bookmark-navigation-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -3rem;
}
@media only screen and (max-width: 767px) {
  .bookmark-navigation-wrap ul {
    justify-content: center;
  }
}
.bookmark-navigation-wrap li {
  margin: 0 3rem;
}
@media only screen and (max-width: 1599px) {
  .bookmark-navigation-wrap li {
    margin: 0 2rem;
  }
}
.bookmark-navigation-wrap li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 3rem 0;
  position: relative;
  color: #100727;
}
@media only screen and (max-width: 767px) {
  .bookmark-navigation-wrap li a {
    padding: 1.5rem 0;
  }
}
.bookmark-navigation-wrap li a:after {
  content: "";
  height: 0.3rem;
  width: 0;
  background-color: #0DC270;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.bookmark-navigation-wrap li a img {
  max-width: 35px;
}
.bookmark-navigation-wrap li a .title {
  margin-bottom: 0;
  flex: 1;
  padding-left: 1rem;
  font-size: 2rem;
  font-family: "Hind Vadodara", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 1599px) {
  .bookmark-navigation-wrap li a .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .bookmark-navigation-wrap li a .title {
    font-size: 1.6rem;
  }
}
.bookmark-navigation-wrap li a:hover:after {
  width: 5.8rem;
}
.bookmark-navigation-wrap li.active a:after {
  width: 5.8rem;
}

.reporting-bookmark .bookmark-navigation-wrap ul {
  justify-content: flex-start;
}
.reporting-bookmark .bookmark-navigation-wrap ul li {
  min-width: 20rem;
}
@media only screen and (max-width: 767px) {
  .reporting-bookmark .bookmark-navigation-wrap ul li {
    min-width: 15rem;
  }
}

.modern-service-wrap {
  background-color: #F9F9F9;
  padding: 8rem 0 7rem;
}
@media only screen and (max-width: 767px) {
  .modern-service-wrap {
    padding: 6rem 0;
  }
}

.modern-service-list {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 991px) {
  .modern-service-list {
    margin-bottom: 6rem;
  }
}
.modern-service-list:last-child {
  margin-bottom: 0;
}
.modern-service-list.thumbnail-left .modern-service-thumbnail .thumb {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .modern-service-list.thumbnail-left .modern-service-thumbnail .thumb {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .modern-service-list.thumbnail-left .modern-service-thumbnail .thumb:after {
    bottom: 0;
    left: -5rem;
  }
}
.modern-service-list.thumbnail-left .modern-service-content {
  padding-right: 0;
  padding-left: 4rem;
}
@media only screen and (max-width: 991px) {
  .modern-service-list.thumbnail-left .modern-service-content {
    padding-left: 0;
  }
}

.modern-service-thumbnail .thumb {
  position: relative;
  z-index: 1;
}
.modern-service-thumbnail .thumb:after {
  content: "";
  height: 232px;
  width: 232px;
  background-color: #F0FFF8;
  position: absolute;
  bottom: 0;
  right: -5rem;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .modern-service-thumbnail .thumb:after {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .modern-service-thumbnail .thumb:after {
    display: none;
  }
}

.modern-service-content {
  padding-right: 7rem;
}
@media only screen and (max-width: 991px) {
  .modern-service-content {
    padding-right: 0;
    padding-bottom: 3rem;
  }
}
.modern-service-content .title {
  margin-bottom: 2rem;
}
.modern-service-content p {
  margin-bottom: 4rem;
}
.modern-service-content .common-line:before {
  z-index: 0;
}

.bg-color-alabaster {
  background-color: #F9F9F9;
}

.minimal-service-wrap {
  padding: 8rem 0 7.4rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .minimal-service-wrap {
    padding: 4rem 0;
  }
}

@media only screen and (min-width: 1200px) {
  .minimal-service .common-line, .minimal-service .common-line::after {
    display: none;
  }
}
.minimal-service .service-excerpt {
  padding-right: 2.2rem;
}
.minimal-service .service-excerpt p {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1199px) {
  .minimal-service .service-excerpt p {
    margin-bottom: 3rem;
  }
}
.minimal-service .service-excerpt .common-line, .minimal-service .service-excerpt .common-line::after {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .minimal-service .service-excerpt .common-line, .minimal-service .service-excerpt .common-line::after {
    display: none;
  }
}
.minimal-service .service-item-list {
  position: relative;
  padding-left: 3rem;
}
@media only screen and (max-width: 1199px) {
  .minimal-service .service-item-list {
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
.minimal-service .service-item-list:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #EEEEEE;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .minimal-service .service-item-list:before {
    display: none;
  }
}
.minimal-service .service-item-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .minimal-service .service-item-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.minimal-service .service-item-list ul li {
  display: flex;
  align-items: flex-start;
}
.minimal-service .service-item-list ul li img {
  padding-top: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .minimal-service .service-item-list ul li img {
    padding-top: 0.2rem;
  }
}
.minimal-service .service-item-list ul li .title {
  flex: 1;
  padding-left: 1rem;
  font-size: 2rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1599px) {
  .minimal-service .service-item-list ul li .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .minimal-service .service-item-list ul li .title {
    font-size: 1.5rem;
  }
}

.split-service-wrap {
  padding: 8rem 0;
}
@media only screen and (max-width: 767px) {
  .split-service-wrap {
    padding: 6rem 0;
  }
}

.split-service-content {
  padding-right: 5.5rem;
}
.split-service-content .title {
  margin-bottom: 2rem;
}
.split-service-content p {
  margin-bottom: 4rem;
}
.split-service-content ul {
  list-style: none;
  margin: -1.5rem 0;
  padding: 0;
}
.split-service-content ul li {
  padding-left: 3.8rem;
  margin: 1.5rem 0;
  position: relative;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .split-service-content ul li {
    font-size: 1.5rem;
  }
}
.split-service-content ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #0DC270;
  font-weight: 400;
  position: absolute;
  top: -1px;
  left: 0;
}
.split-service-content.content-right {
  padding-right: 0;
  padding-left: 5.5rem;
}
@media only screen and (max-width: 1199px) {
  .split-service-content.content-right {
    padding-left: 1rem;
  }
}

.split-service-thumbnail .thumb {
  text-align: right;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .split-service-thumbnail .thumb {
    text-align: left;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.split-service-thumbnail .thumb:after {
  content: "";
  height: 260px;
  width: 190px;
  background-color: #F0FFF8;
  position: absolute;
  bottom: 0;
  right: -6.5rem;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .split-service-thumbnail .thumb:after {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .split-service-thumbnail .thumb:after {
    display: none;
  }
}
.split-service-thumbnail.thumbnail-left .thumb {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .split-service-thumbnail.thumbnail-left .thumb {
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .split-service-thumbnail.thumbnail-left .thumb:after {
    right: auto;
    left: -6.5rem;
  }
}

/* -- Service desctiption styles
---------------------------------------- -- */
.service-details {
  padding-top: 24.5rem;
}

.web-development-media .media {
  margin-top: 5.6rem;
}

.service-description-wrapper {
  padding-bottom: 6rem;
}

.head-subhead-group h5 {
  font-size: 2rem;
  margin-bottom: 0;
}
.head-subhead-group p {
  margin-bottom: 0.8rem;
}

.processs-service-nav .nav-item .nav-link {
  padding: 0 1rem;
}

.service-process .service-tab-content {
  padding-top: 12.9rem;
}

/* -- service content
------------------------------------- -- */
.service-category {
  padding: 5.5rem 0 4.5rem;
}
.service-category .service-content {
  padding-left: 11rem;
  position: relative;
  margin-bottom: 6.8rem;
}
.service-category .service-content h4 {
  margin-bottom: 1.8rem;
}
.service-category .service-content img {
  position: absolute;
  top: 1rem;
  left: 0;
  max-width: 6rem;
}
.service-category .common-line-left.common-line, .service-category .common-line-left.common-line::after {
  margin-bottom: 6.8rem;
}

.floating-contact.service-page-contact {
  padding-top: 20rem;
}

.service-top-padding {
  padding-top: 22.2rem;
}

.service-bottom-padding {
  padding-bottom: 7.6rem;
}

.service-page-banner .banner-media {
  padding-top: 4.3rem;
}

/* -- Case study styles
----------------------------------- -- */
.case-study {
  background-color: #f9f9f9;
}

.page-case-study .case-study {
  padding-top: 0;
}

.case-study {
  padding: 8rem 0 5rem;
}

.case-study-content-wrapper {
  position: relative;
  margin-bottom: 3rem;
  z-index: 1;
}
.case-study-content-wrapper:after {
  content: "";
  height: 300px;
  width: 235px;
  background-color: #F0FFF8;
  position: absolute;
  bottom: 0;
  right: -10rem;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .case-study-content-wrapper:after {
    display: none;
  }
}
.case-study-content-wrapper .case-study-content {
  padding: 6rem 5rem 0 7rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .case-study-content-wrapper .case-study-content {
    padding: 5rem 4rem 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .case-study-content-wrapper .case-study-content {
    padding: 3rem 3rem 0 3rem;
  }
}
.case-study-content-wrapper .case-study-inner {
  padding-bottom: 5rem;
  padding-right: 6rem;
}
@media only screen and (max-width: 1199px) {
  .case-study-content-wrapper .case-study-inner {
    padding-right: 2rem;
  }
}
.case-study-content-wrapper .case-study-inner h4 {
  margin-bottom: 2rem;
}
.case-study-content-wrapper .case-study-inner .subtitle {
  margin-bottom: 3rem;
}
.case-study-content-wrapper .case-study-inner .common-line, .case-study-content-wrapper .case-study-inner .common-line::after {
  margin-bottom: 2rem;
}
.case-study-content-wrapper .case-study-inner .common-line:before {
  z-index: 0;
}

.case-study-inner img {
  margin-bottom: 2.8rem;
}
.case-study-inner h3 {
  margin-bottom: 2.6rem;
}

.off-grid-media, .off-grid-media-right {
  position: relative;
  border-radius: 8px;
  margin-right: -12rem;
}
.off-grid-media .media, .off-grid-media-right .media {
  padding: 0 2rem;
}
.off-grid-media img, .off-grid-media-right img {
  width: 100%;
  max-width: initial !important;
  position: relative;
  z-index: 9;
  border-radius: 8px;
}

.case-study-media .floated-dots {
  top: -4rem;
  right: -7.5rem;
  height: auto;
  bottom: -4rem;
}
.case-study-media .floated-dots.small-dotted-area {
  width: 51.5rem;
  height: 21.5rem;
  top: 16.4rem;
  left: -6.3rem;
}

.off-grid-media-right {
  margin-left: -12rem;
  margin-right: 0;
  text-align: right;
}
.off-grid-media-right img {
  width: 100%;
  border-radius: 8px;
}

.case-study-media-right .floated-dots {
  right: auto;
  left: -7.5rem;
}

.case-study-shadow::before {
  right: 12rem;
  bottom: -10px;
  top: 10rem;
  left: -10px;
  opacity: 0.3;
  z-index: 1;
}

.media__tab .big-shadow::before, .media__tab .case-study-shadow::before {
  top: 14rem;
  right: 30rem;
  bottom: 4rem;
  left: 3rem;
}

.media__phone .big-shadow::before, .media__phone .case-study-shadow::before {
  top: 10rem;
  right: 130px;
  bottom: -1rem;
  left: -3rem;
}

/* -- Case study details
-------------------------------- -- */
.case-banner-media .video-popup {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.case-banner-media .video-popup::before {
  width: 6.5rem;
  height: 6.5rem;
  top: 54%;
  display: none;
}
.case-banner-media .video-popup::after {
  top: 54%;
  display: none;
}
.case-banner-media .floated-dots {
  right: 9.5%;
  bottom: -4rem;
  top: 32%;
  height: auto;
}
.case-banner-media .big-shadow::before, .case-banner-media .case-study-shadow::before {
  left: 25%;
  right: 25%;
  top: 24rem;
  bottom: 9rem;
}

.page-case-study .inner-page-banner__2 {
  padding-top: 21.2rem;
  padding-bottom: 0;
}

.single-axilweb_casestudys .inner-page-banner__2 {
  padding-top: 21.7rem;
}

.single-axilweb_casestudys .case-study-content-wrapper {
  padding: 7.9rem 0;
}
.single-axilweb_casestudys .case-study-content-wrapper:nth-of-type(1) {
  padding-bottom: 8.7rem;
}

.single-axilweb_casestudys .carousel__product {
  padding-top: 19.6rem;
  padding-bottom: 9.6rem;
}

.single-case-studies .case-study-media .floated-dots {
  right: -6rem;
}
.single-case-studies .case-study-media-right .floated-dots {
  left: -6rem;
}
.single-case-studies .inner-page-banner__2 {
  padding-top: 16.5rem;
}
.single-case-studies.logged-in .inner-page-banner__2 {
  padding-top: 13rem;
}

figure.author-figure img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.elementor .elementor-widget figure.off-grid-media,
.elementor .elementor-widget figure.off-grid-media-right {
  margin-right: -12rem !important;
}

.elementor .elementor-widget figure.off-grid-media-right {
  margin-left: -12rem !important;
  margin-right: auto !important;
}

.case-study-details .case-study-content-wrapper {
  padding: 8rem 0;
  margin-bottom: 0;
}
.case-study-details .case-study-content-wrapper:after {
  display: none;
}
.case-study-details .case-study-content-wrapper .case-study-inner {
  padding-bottom: 0;
  padding-right: 0;
}
.case-study-details .case-study-media {
  position: relative;
}
.case-study-details .case-study-media:after {
  content: "";
  height: 260px;
  width: 200px;
  background-color: #F0FFF8;
  position: absolute;
  bottom: 0;
  right: -6.5rem;
  z-index: -1;
}
.case-study-details .case-study-media.case-study-media-right:after {
  right: 0;
  left: -6.5rem;
}
.case-study-details .case-study-inner .common-line, .case-study-details .case-study-inner .common-line::after {
  margin-bottom: 3rem;
}
.case-study-details .case-study-inner .counter-box {
  background-color: #F9F9F9;
  border-radius: 0.6rem;
  padding: 2rem;
}
.case-study-details .case-study-inner .counter-box h4 {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.case-study-details .case-study-inner .counter-box span {
  display: block;
}
.case-study-details .case-study-inner .counter-box .icon {
  margin-right: 10px;
  margin-top: -8px;
}
.case-study-details .case-study-inner .counter-box .icon img {
  margin-bottom: 0;
}
.case-study-details .case-study-inner .counter-box p {
  margin-bottom: 0;
}
.case-study-details.bg-color-alabaster .case-study-inner .counter-box {
  background-color: #ffffff;
}

/* -- End of .clients
------------------------------------ -- */
.clients {
  background-color: #F9F9F9;
  padding: 8rem 0;
}
@media only screen and (max-width: 767px) {
  .clients {
    padding: 6rem 0;
  }
}
.clients .big-shadow::before, .clients .case-study-shadow::before {
  top: 10rem;
  right: 10rem;
  bottom: 7rem;
  left: 10rem;
}
.clients .section-heading {
  margin-bottom: 0;
}

.clients-custom-container {
  position: relative;
  transform: translateY(50%);
  z-index: 11;
}

.client-section-shadow::before {
  top: 2rem;
  bottom: -1rem;
  left: 60px;
  right: 60px;
  height: auto;
  background: rgba(0, 0, 0, 0.1);
}

.client-logos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 60px;
  border-left: 1px solid #EEEEEE;
  padding-left: 45px;
}
@media only screen and (max-width: 991px) {
  .client-logos {
    border-left: none;
    padding-left: 0;
  }
}
.client-logos a {
  display: block;
}
.client-logos a img {
  opacity: 1;
  transition: all 0.5s;
}

/* -- Team Styles
----------------------------------- -- */
.team,
.review {
  position: relative;
}
.team-inner,
.review-inner {
  z-index: 20;
  position: relative;
}
.team-overlay,
.review-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/team/team-bg.png);
  background-size: auto;
  background-position: left 99.5%;
  background-repeat: no-repeat;
  z-index: 50;
}

.team {
  padding-top: 34rem;
  padding-bottom: 18.9rem;
}
.team-overlay {
  left: 0;
  background-position: right 215px;
}
.team-inner::before {
  content: url(../images/quote.png);
  position: absolute;
  top: -6.2rem;
  left: 0;
}
.team-inner h2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-bottom: 2.9rem;
}

.team-member-intro {
  padding-top: 30rem;
  padding-bottom: 23rem;
}

.team-member-pic {
  position: relative;
}
.team-member-pic img {
  width: 100%;
}
.team-member-pic::after {
  content: " ";
  width: 100%;
  height: 100%;
  background: #cbcad0;
  position: absolute;
  top: 3rem;
  left: 3rem;
  z-index: -1;
}
.team-member-pic .big-shadow::before, .team-member-pic .case-study-shadow::before {
  top: 4rem;
  bottom: -3rem;
  left: -3rem;
  height: auto;
  background: rgba(0, 0, 0, 0.2);
  filter: blur(4rem);
  border-radius: 30%;
  z-index: -1;
}

.bio-img img {
  width: 100%;
  position: relative;
  z-index: 10;
}

.our-team .common-card {
  margin-bottom: 4rem;
  cursor: context-menu;
}
.our-team .common-card figure {
  margin-bottom: 2rem !important;
}
.our-team .common-card img {
  width: 100%;
  filter: grayscale(1);
  border-radius: 6px;
  transition: all 0.5s;
}
.our-team .common-card .big-shadow::before, .our-team .common-card .case-study-shadow::before {
  z-index: 0;
  right: 30%;
  top: 15%;
  opacity: 0;
  transition: all 0.5s;
}
.our-team .common-card p {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
}
.our-team .common-card:hover p {
  color: #625C70;
}
.our-team .common-card:hover img {
  filter: grayscale(0);
}
.our-team .common-card:hover .big-shadow::before, .our-team .common-card:hover .case-study-shadow::before {
  opacity: 0.3;
}

ul.aw-list {
  margin-bottom: 3.9rem;
  margin-left: 0;
  padding-left: 20px;
}

/* -- Review styles
------------------------------------- -- */
.video-popup {
  position: relative;
  display: block;
}
.video-popup::before {
  content: " ";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.video-popup::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 9px solid transparent;
  border-left: 11px solid #0dc270;
  border-bottom: 9px solid transparent;
  margin-left: 0.2rem;
}
.video-popup:hover::before {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}

.review-video-popup {
  display: inline-block;
  position: relative;
  z-index: 50;
  margin-top: 1rem;
}
.review-video-popup .reviewer-img {
  width: 29rem;
  height: 29rem;
  border-radius: 50%;
}
.review-video-popup .big-shadow::before, .review-video-popup .case-study-shadow::before {
  top: 10rem;
  right: 10rem;
  bottom: -1rem;
  left: -1em;
  opacity: 0.3;
}

.floated-dots.review-dots {
  width: 51.5rem;
  height: 21.5rem;
  top: 35%;
  right: 16.5rem;
  z-index: 2;
  display: none;
}

.review-txt {
  color: #100727;
  position: relative;
  margin-bottom: 0;
}

.reviewer {
  display: block;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #100727;
  font-weight: 500;
  padding-top: 2rem;
}

.reviewer-designation {
  font-size: 1.8rem;
  font-weight: 400;
}

.carousel-wrapper {
  padding: 8rem 0;
}
.carousel-wrapper .carousel-navigator {
  position: absolute;
  bottom: 65px;
  left: 46%;
  padding-left: 2px;
  display: none;
}
.carousel-wrapper .btn-prev, .carousel-wrapper .btn-next {
  position: relative;
  font-size: 1.7rem;
  line-height: 3rem;
  color: #625C70;
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-weight: 500;
  left: 0;
  cursor: pointer;
  padding: 0.5rem 0;
  outline: none;
  letter-spacing: 0.1rem;
  z-index: 9;
  margin-right: 2.4rem;
}
.carousel-wrapper .btn-prev:hover, .carousel-wrapper .btn-next:hover {
  color: #100727;
  text-decoration: none;
}

.review-overlay__product {
  background-position-y: 60%;
}

.carousel-wrapper__product .btn-prev, .carousel-wrapper__product .btn-next {
  bottom: 14.3rem;
}

.reviewer-figure {
  position: relative;
}
.reviewer-figure .big-shadow, .reviewer-figure .case-study-shadow::before {
  position: absolute;
  width: 20rem;
  height: 20rem;
}
.reviewer-figure .big-shadow::before, .reviewer-figure .case-study-shadow::before {
  width: 20rem;
  height: 20rem;
  left: 0;
  bottom: -10rem;
  right: auto;
  top: auto;
  opacity: 0.4;
}

.reviewer-thumbnail {
  text-align: center;
  position: relative;
}
.reviewer-thumbnail .shape-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reviewer-thumbnail .shape-group li {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .reviewer-thumbnail .shape-group li {
    left: 9rem;
  }
}

.review-content {
  padding-top: 5rem;
  padding-left: 5rem;
}
@media only screen and (max-width: 991px) {
  .review-content {
    padding-left: 0;
  }
}
.review-content .qoute-icon {
  margin-bottom: 2rem;
  display: block;
}
.review-content .title {
  margin-bottom: 2rem;
}
.review-content .subtitle {
  margin-bottom: 3rem;
}

/* -- Portfolio styles
------------------------------------ -- */
.off-grid-media .product-mobile-mockup, .off-grid-media-right .product-mobile-mockup {
  position: absolute;
  width: auto;
  top: 7.5rem;
  right: 12.3rem;
}
.off-grid-media .product-mobile-mockup::before, .off-grid-media-right .product-mobile-mockup::before {
  left: -3rem;
}

.our-products-content-wrapper {
  position: relative;
  padding: 18rem 0 !important;
}

.page-portfolio .inner-page-banner__2 {
  padding-top: 19rem;
}

.split-portfolio-warp .service-excerpt {
  padding-right: 10rem;
}
@media only screen and (max-width: 1599px) {
  .split-portfolio-warp .service-excerpt {
    padding-right: 6rem;
  }
}
.split-portfolio-warp .service-excerpt p {
  margin-bottom: 4rem;
}
.split-portfolio-warp .service-excerpt .common-line::before {
  z-index: 0;
}
.split-portfolio-warp .service-excerpt.content-right {
  padding-right: 0;
  padding-left: 10rem;
}
@media only screen and (max-width: 1599px) {
  .split-portfolio-warp .service-excerpt.content-right {
    padding-left: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .split-portfolio-warp .service-excerpt.content-right {
    margin-top: 3rem;
    padding-left: 0;
  }
}
.split-portfolio-warp .split-service-thumbnail .thumb {
  padding-right: 6rem;
}
.split-portfolio-warp .split-service-thumbnail .thumb:after {
  height: 310px;
  right: 0;
}
.split-portfolio-warp .split-service-thumbnail.thumbnail-left .thumb {
  padding-right: 0;
  padding-left: 6rem;
}
@media only screen and (max-width: 767px) {
  .split-portfolio-warp .split-service-thumbnail.thumbnail-left .thumb {
    padding-left: 0;
  }
}
.split-portfolio-warp .split-service-thumbnail.thumbnail-left .thumb:after {
  left: 0;
}

/* -- Company styles
------------------------------ -- */
.company-intro {
  padding-top: 30rem;
  padding-bottom: 20rem;
}

.company-pic {
  margin-right: -11rem;
}

.overview {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.overview .txt-content h3 {
  margin-bottom: 2.6rem;
}
.overview .txt-content > p:nth-last-of-type(1) {
  margin-bottom: 3.9rem;
}
.overview .floated-dots-vertical {
  top: -10rem;
  bottom: -10.4rem;
  height: auto;
  z-index: 1;
  left: -11%;
}
.overview img {
  position: relative;
  z-index: 2;
}

.life-of-axilweb {
  padding-bottom: 8rem;
  padding-top: 8rem;
}
.life-of-axilweb figure {
  margin: 0 -5rem;
  padding-top: 5rem;
  position: relative;
}
.life-of-axilweb img {
  position: relative;
  z-index: 2;
}
.life-of-axilweb .floated-dots.grey-dots {
  left: 8px;
  top: 12px;
}
.life-of-axilweb .floated-dots:not(.grey-dots) {
  right: -2px;
  bottom: 0;
}

.big-shadow__overview::before {
  top: 40%;
  right: 20%;
  left: 0;
  bottom: 6%;
  z-index: 2;
}

.our-story {
  overflow: hidden;
}

.our-axilweb-story .modern-service-list .row {
  align-items: flex-end;
}
.our-axilweb-story .modern-service-content .common-line, .our-axilweb-story .modern-service-content .common-line::after {
  margin-bottom: 0;
}
.our-axilweb-story .modern-service-thumbnail .thumb img {
  border-radius: 10px;
}

/* -- Privacy policy
---------------------------------- -- */
.page-privacy-policy p {
  margin-bottom: 3rem;
}
.page-privacy-policy h3,
.page-privacy-policy h4 {
  margin-bottom: 2rem;
}

/* -- Blog styles
--------------------------------------- -- */
dl, ol, ul {
  margin-bottom: 2.6rem;
  padding-left: 2rem;
}

.wp-block-details {
  margin: 1rem 0;
}
.wp-block-details summary {
  margin-bottom: 0.8rem;
}

.single.single-post .inner-page-banner {
  min-height: auto;
  padding-top: 20rem;
  height: auto;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 991px) {
  .single.single-post .inner-page-banner {
    min-height: auto;
    height: auto;
    padding-top: 15rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .single.single-post .inner-page-banner {
    padding-top: 11rem;
  }
}

section.releted-blog-section {
  padding: 10rem 0 2rem !important;
}
@media only screen and (max-width: 991px) {
  section.releted-blog-section {
    padding: 4.8rem 0 2rem !important;
  }
}
@media only screen and (max-width: 767px) {
  section.releted-blog-section {
    padding: 3.8rem 0 2rem !important;
  }
}

.blog-banner {
  padding: 24.5rem 0 20rem;
}

.off-grid-media__blog-banner {
  margin-right: 0;
}

.floated-dots__blog-details-banner {
  height: auto;
  top: -8rem;
  bottom: -8rem;
}

section.blog {
  position: relative;
  padding-bottom: 7rem;
}
section.blog .floated-dots {
  z-index: 1;
  right: -30rem;
  top: 50%;
  transform: translateY(-50%);
}
section.blog .shape, section.blog .banner-shape, section.blog .story-shape, section.blog .case-study-shape, section.blog .case-study-shape-2, section.blog .case-study-shape-3, section.blog .contact-shape {
  right: -25%;
  top: 0;
}
section.blog .shape.bottom-shape, section.blog .bottom-shape.banner-shape, section.blog .bottom-shape.story-shape, section.blog .bottom-shape.case-study-shape, section.blog .bottom-shape.case-study-shape-2, section.blog .bottom-shape.case-study-shape-3, section.blog .bottom-shape.contact-shape {
  left: -28%;
  bottom: 53rem;
  top: auto;
  right: auto;
}
section.blog .shape.shape_blog-details, section.blog .shape_blog-details.banner-shape, section.blog .shape_blog-details.story-shape, section.blog .shape_blog-details.case-study-shape, section.blog .shape_blog-details.case-study-shape-2, section.blog .shape_blog-details.case-study-shape-3, section.blog .shape_blog-details.contact-shape {
  bottom: 0;
}

.floated-dots__blog-banner, .floated-dots__blog-details-banner {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
}

.author-media {
  color: #625C70;
}
.author-media .author-figure {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background-color: #ccc;
  background-image: url(../images/blog/author-img-1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 2rem;
  padding: 0;
}
.author-media h5 {
  font-family: "Yantramanav", sans-serif;
  font-size: 2rem;
}
.author-media:hover {
  text-decoration: none;
  color: #625C70;
}

.article-details {
  padding-bottom: 10rem;
}
.article-details h2 {
  scroll-margin-top: 90px;
}

.article-inner {
  position: relative;
}

.article-inner {
  padding-top: 7.5rem;
}
.article-inner h3 {
  margin-bottom: 2.6rem;
}
.article-inner p {
  margin-bottom: 2.6rem;
}
.article-inner figure,
.article-inner .article-details-media {
  text-align: center;
  padding-top: 3.3rem;
  margin-bottom: 12.7rem;
}
.article-inner:first-child {
  padding-top: 0;
}
.article-inner a {
  color: #0dc270;
}

blockquote {
  margin-top: 5.9rem;
  margin-bottom: 5.7rem;
  padding: 8.5rem 16rem 2.8rem;
  border-radius: 8px;
}
blockquote .review-txt::before {
  left: -3rem;
}

article img {
  position: relative;
  max-width: 100%;
  z-index: 9;
}

.big-shadow__article::before {
  opacity: 0.3;
  bottom: 5%;
  left: 6%;
  top: 40%;
  right: 25%;
}

.article-details-media .floated-dots {
  bottom: -12%;
  left: 0;
}

p:empty {
  display: none;
}

.grid-wrapper {
  padding-top: 5rem;
}

pre {
  margin: 2.5rem 0 !important;
  white-space: pre;
  margin: 0;
  padding: 15px 20px;
  background-color: #F8F8F8;
  border-radius: 8px;
}
pre code {
  display: inline-block;
  padding: 5px 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #DF4B43;
}

.hljs {
  color: #DF4B43;
}

.hljs-built_in {
  color: #4ADE80;
}

.hljs-string {
  color: #49964B;
}

/* Post Page New Styles */
.post-entry-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #000;
  padding: 0;
  border-radius: 4px;
  margin: 20px 0;
  position: relative;
  overflow: visible;
  list-style: none;
}
.post-entry-meta li {
  position: relative;
  padding-right: 10px;
}
.post-entry-meta li .meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #625C70;
}
.post-entry-meta li::after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: #ede7f1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.post-entry-meta li:last-child {
  padding-right: 0;
}
.post-entry-meta li:last-child::after {
  display: none;
}
.post-entry-meta .author-media .author-figure {
  width: 30px;
  height: 30px;
  margin-right: 1.5rem;
}

.post-entry-meta .meta-fact-check {
  cursor: pointer;
  position: relative;
}

.post-entry-meta .meta-fact-check:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.post-entry-meta .meta-fact-check .tooltip-text {
  visibility: visible;
  opacity: 0;
  width: 200px;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.95);
  border-radius: 4px;
  color: #dfdede;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

.post-entry-meta .meta-fact-check i {
  font-weight: 700;
  color: #0dc270;
}

.post-entry-meta .author-media .author-name {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  color: #625C70;
  text-transform: capitalize;
}

.post-entry-meta .author-figure img {
  display: block;
}

.single-post-share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post-share .share-label {
  color: #27213d;
  font-size: 18px;
}

/* Blog Details page Author Details style */
.blog-bottom-author-dtails {
  padding: 15px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border: 2px solid #ede7f1;
}

.blog-bottom-author-dtails .media {
  align-items: center;
  gap: 20px;
  flex: 1;
}

.blog-bottom-author-dtails .media .media-body {
  line-height: 1;
  max-width: 60%;
}

.blog-bottom-author-dtails .media .author-avatar {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 2px solid #f1f1f1;
}

.blog-bottom-author-dtails .media .author-avatar img {
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.blog-bottom-author-dtails .media .author-role {
  text-transform: capitalize;
  font-size: 16px;
  color: #0dc270;
  line-height: 1.3;
}

.blog-bottom-author-dtails .media .article-text {
  display: block;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 16px;
}

.blog-bottom-author-dtails .media .author-name {
  display: block;
  font-size: 20px;
  color: #100727;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 10px;
}

.blog-bottom-author-dtails .author-description {
  padding-top: 20px;
  margin-top: 30px;
  font-size: 18px;
  border-top: 1px solid #f1f1f1;
}

.blog-bottom-author-dtails .author-description .see-more-btn {
  color: #0dc270;
}

@media (min-width: 992px) {
  .blog-bottom-author-dtails {
    padding: 40px;
  }
}
.article-grid-box .article-thumbnail {
  display: block;
  overflow: hidden;
}
.article-grid-box .article-thumbnail img {
  transition: all 0.3s ease-in-out;
}
.article-grid-box a {
  text-decoration: none;
}
.article-grid-box .article-categories {
  color: #0dc270;
}
.article-grid-box .article-categories a {
  color: #0dc270;
}
.article-grid-box .article-categories a:hover {
  text-decoration: underline;
}
.article-grid-box .article-content {
  padding-bottom: 2.2rem;
}
.article-grid-box .article-content .article-title {
  margin-bottom: 20px;
}
.article-grid-box .article-content .article-title a {
  color: #100727;
}
.article-grid-box .article-content .article-title a:hover {
  color: #0dc270;
}
.article-grid-box .article-excerpt {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.article-grid-box .article-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #625C70;
}
.article-grid-box .author-info .author-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #625C70;
}
.article-grid-box .author-info img {
  border-radius: 50%;
}
.article-grid-box .common-line, .article-grid-box .common-line::after {
  margin-bottom: 20px;
}
.article-grid-box:hover .article-thumbnail img {
  transform: scale(1.05);
}

.article-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-size: 16px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .article-excerpt {
    font-size: 14px;
    line-height: 1.4;
  }
}
.axilweb-toc-box ul {
  padding: 0;
  padding-left: 0;
  list-style: none;
  color: #0dc270;
}
.axilweb-toc-box li {
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 0;
}
.axilweb-toc-box li a {
  color: #0dc270;
}

.axilweb-toc-navigation {
  position: fixed;
  left: calc(50% - 700px);
  top: 120px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  backdrop-filter: blur(5px);
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.axilweb-toc-navigation.is-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.axilweb-toc-navigation .axilweb-toc-nav-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  font-family: "Yantramanav", sans-serif;
  text-decoration: none;
}
.axilweb-toc-navigation .axilweb-toc-nav-btn:hover {
  text-decoration: none;
}
.axilweb-toc-navigation .axilweb-toc-nav-btn.axilweb-toc-prev-btn, .axilweb-toc-navigation .axilweb-toc-nav-btn.axilweb-toc-next-btn {
  background: #f8f9fa;
  color: #6c757d;
  border: 1px solid #dee2e6;
}
.axilweb-toc-navigation .axilweb-toc-nav-btn.axilweb-toc-prev-btn:hover, .axilweb-toc-navigation .axilweb-toc-nav-btn.axilweb-toc-next-btn:hover {
  background: #e9ecef;
  color: #495057;
}
.axilweb-toc-navigation .axilweb-toc-nav-btn.axilweb-toc-current-btn {
  background: #0dc270;
  color: white;
  border: 1px solid #0dc270;
  min-width: 40px;
}
.axilweb-toc-navigation .axilweb-toc-nav-btn.axilweb-toc-current-btn:hover {
  background: rgb(9.7971014493, 146.2028985507, 84.4057971014);
}
.axilweb-toc-navigation .axilweb-toc-nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.axilweb-toc-navigation .axilweb-toc-nav-btn:disabled:hover {
  background: #f8f9fa;
  color: #6c757d;
}
@media only screen and (max-width: 1600px) {
  .axilweb-toc-navigation {
    left: calc(50% - 480px);
  }
}
@media only screen and (max-width: 1199px) {
  .axilweb-toc-navigation {
    left: calc(50% - 480px);
  }
}
@media only screen and (max-width: 991px) {
  .axilweb-toc-navigation {
    left: calc(50% - 360px);
    top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .axilweb-toc-navigation {
    display: none !important;
  }
}

.logged-in .axilweb-toc-navigation {
  top: 120px;
}

.benifits-wrapper {
  padding-top: 40px;
}

.benifits-content {
  position: relative;
  margin-bottom: 6rem;
  overflow: hidden;
}
.benifits-content img {
  max-width: 6rem;
  margin-bottom: 30px;
  border-radius: 0;
}
.benifits-content .common-line, .benifits-content .common-line::after {
  margin: 0 0 30px;
}
.benifits-content h4 {
  margin-bottom: 30px;
}
.benifits-content p {
  font-size: 2.4rem;
  line-height: 4rem;
}

.benifits {
  padding-bottom: 12.9rem;
}

.life-at-axilweb {
  position: relative;
}

.life-at-axilweb-block {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.life-at-axilweb .floated-dots {
  top: 46%;
  left: -16%;
}

.life-at-axilweb-slider {
  padding-top: 50px;
}
.life-at-axilweb-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.life-at-axilweb-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.life-at-axilweb-slider .slick-slide {
  padding: 0 15px;
}
.life-at-axilweb-slider .slick-arrow {
  display: none !important;
}
.life-at-axilweb-slider .slick-dots {
  position: static;
  margin-top: 10px;
}
.life-at-axilweb-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.life-at-axilweb-slider .slick-dots button {
  background: #100727;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 0.3;
}
.life-at-axilweb-slider .slick-dots button::before {
  display: none;
}
.life-at-axilweb-slider .slick-dots .slick-active button {
  opacity: 1;
}
.life-at-axilweb-slider .txt-box {
  padding: 2.5rem 3rem;
}
.life-at-axilweb-slider .txt-box p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.positions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 4rem 5rem;
  margin-bottom: 4rem;
}

.position-details {
  padding-bottom: 4.9rem;
}

.position-description {
  padding-bottom: 5rem;
}
.position-description h4 {
  margin-bottom: 30px;
}
.position-description p {
  font-size: 2.4rem;
  line-height: 4rem;
  margin-bottom: 30px;
}

.checked-list {
  list-style: none;
  padding-left: 4rem;
  margin-bottom: 3rem;
}
.checked-list li {
  font-size: 2.4rem;
  line-height: 4rem;
  position: relative;
  margin-bottom: 1rem;
}
.checked-list li::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  color: inherit;
  position: absolute;
  top: 0;
  left: -4rem;
}

/* -- End of .floating-contact
------------------------------------ -- */
.floating-contact {
  background: #f9f9f9;
  position: relative;
  z-index: 9;
  padding-bottom: 8.6rem;
  padding-top: 8rem;
}
.floating-contact .primary-btn, .floating-contact .btn-big {
  margin-top: 0.2rem;
  margin-bottom: 4rem;
}
.floating-contact .footer-logo {
  margin-top: 1.5rem;
  padding: 5.3rem;
  background-image: url(../images/light-dots.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 2.8rem;
  display: none;
}

.contact-container-inner {
  padding: 5.5rem 0 2.5rem;
  position: relative;
  z-index: 9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 1599px) {
  .contact-container-inner {
    padding: 5.5rem 5rem 2.5rem;
  }
}
.contact-container-inner h2 {
  margin-bottom: 2rem;
}
.contact-container-inner .big-title {
  margin-bottom: 3rem;
}
address p a {
  color: #625C70;
}
address p a:hover {
  text-decoration: none;
}

.subscribe-form {
  max-width: 72rem;
  margin: 0 auto 5rem;
}
.subscribe-form .primary-btn, .subscribe-form .btn-big {
  margin: 0 1rem;
}

.contact-form {
  max-width: 81rem;
  margin: 7rem auto 0;
}
.contact-form .form-card {
  border: none;
  border-radius: 10px;
  padding: 5.5rem 7.5rem 3.3rem;
  margin-bottom: 6.5rem;
}
.contact-form .form-card h4 {
  margin-bottom: 2.8rem;
}
.contact-form.get-a-quote-form .form-card {
  margin-bottom: 2.5rem;
}
.contact-form input,
.contact-form textarea {
  font-size: 1.8rem;
  line-height: 3rem;
  border: none;
  border-bottom: 2px solid #e2e2e2;
  border-radius: 0;
  padding: 0.5rem 0;
}
.contact-form label {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #625C70;
  top: auto;
  left: 1.5rem;
  bottom: 0;
}
.contact-form .input-group {
  padding: 0 1.5rem;
  margin-bottom: 3.7rem;
  position: relative;
}
.contact-form .input-group::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  width: 0;
  height: 0.2rem;
  background: #0dc270;
  z-index: 2;
  transition: all 0.5s;
}
.contact-form .input-group.focused::after {
  width: calc(100% - 3rem);
}
.contact-form .input-group.focused label {
  font-size: 1.6rem;
  top: auto;
  bottom: -3.7rem;
}

.input-pair {
  margin-right: 2rem;
  margin-bottom: 1.5rem;
}
.input-pair label {
  min-width: 14.5rem;
  height: 4.6rem;
  font-size: 1.6rem;
  line-height: 4.4rem;
  color: #625C70;
  font-weight: 400;
  letter-spacing: 1px;
  border: 2px solid #625C70;
  border-radius: 50px;
  text-align: center;
  padding: 0 1.7rem;
  transition: all 0.5s;
  text-transform: initial;
  cursor: pointer;
}
.input-pair label:hover {
  color: #fff;
  background: #0dc270;
  border-color: #0dc270;
}
.input-pair input {
  position: absolute;
  z-index: -999999;
  visibility: hidden;
}
.input-pair input:checked + label {
  color: #fff;
  background: #0dc270;
  border-color: #0dc270;
}
.input-pair textarea {
  font-size: 1.8rem;
  line-height: 3rem;
  border: none;
  border-bottom: 2px solid #e2e2e2;
  border-radius: 0;
  padding: 0.5rem 0;
}

.form-element {
  margin-bottom: 2.5rem;
  padding-left: 7.5rem;
}
.form-element h4 {
  margin-bottom: 2.1rem;
}
.form-element .input-group {
  padding: 0;
}
.form-element .input-group::after {
  left: 0;
}
.form-element .input-group.focused::after {
  width: 100%;
}
.form-element .input-group label {
  left: 0;
  bottom: 2.7rem;
}

.file-input {
  margin-bottom: 5rem;
  margin-right: 0;
  position: relative;
}
.file-input label {
  display: block;
  border: none;
  background-color: rgba(13, 194, 112, 0.1);
  line-height: 3rem;
  border-radius: 0;
  padding: 20px;
  height: auto;
  color: #0dc270;
  font-weight: 600;
  text-align: center;
}
.file-input .clear-attachment {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: none;
  cursor: pointer;
}
.file-input.file-attached {
  background: #0dc270;
}
.file-input.file-attached label {
  color: #fff;
  text-align: left;
}
.file-input.file-attached i {
  display: block;
}

.map-container {
  padding: 1rem;
  margin-bottom: 2.8rem;
}

.map-media {
  border-radius: 10px;
  overflow: hidden;
}
.map-media iframe {
  width: 100%;
  height: 44rem;
}

.contact-us-dots {
  z-index: 0;
  top: 30%;
  left: -9%;
}
.contact-us-dots.grey-dots {
  left: auto;
  top: -16px;
  right: -9%;
}

.send-us-message__left {
  top: -16px;
}

.tab-nav-container__contuct-us .nav-item .nav-link {
  color: #625C70;
}
.tab-nav-container__contuct-us .nav-item .nav-link:hover, .tab-nav-container__contuct-us .nav-item .nav-link.active {
  color: #100727;
}

.big-shadow__contact-banner::before {
  width: 40%;
  left: 1%;
  top: 20%;
}

.contact-form .big-shadow::before, .contact-form .case-study-shadow::before {
  top: 10%;
  right: 40%;
  bottom: 10%;
  left: -10%;
  opacity: 0.2;
}

.page-contact .floating-contact {
  padding-top: 10rem;
}

.send-us-message-form .form-card {
  margin-bottom: 2.5rem;
}

span.wpcf7-not-valid-tip {
  right: auto;
  left: 0;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  color: #ff0000 !important;
}

.modern-contact-us {
  background-color: #f9f9f9;
  padding: 8rem 0 0;
}
.modern-contact-us .map-container {
  margin-bottom: 0;
}
.modern-contact-us .map-media iframe {
  height: 674px;
}

.modern-contact-form {
  margin-bottom: 3rem;
}
.modern-contact-form .form-card {
  padding: 4rem 3rem 2rem;
  border: none;
  border-radius: 6px;
  margin-top: 4rem;
}
.modern-contact-form .form-card .input-group {
  margin-bottom: 2rem;
}
.modern-contact-form .form-card .input-group:after {
  display: none;
}
.modern-contact-form .form-card label {
  font-size: 1.6rem;
  color: #100727;
  font-weight: 500;
}
.modern-contact-form .form-card label span {
  color: #0DC270;
}
.modern-contact-form .form-card input,
.modern-contact-form .form-card textarea {
  border: 1px solid #B8B8B8;
  border-radius: 4px;
  padding: 7px 20px;
  font-size: 14px;
}
.modern-contact-form .form-card input::placeholder,
.modern-contact-form .form-card textarea::placeholder {
  color: #939393;
  /* Firefox */
  opacity: 1;
}
.modern-contact-form .form-card input:-ms-input-placeholder,
.modern-contact-form .form-card textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #939393;
}
.modern-contact-form .form-card input::-ms-input-placeholder,
.modern-contact-form .form-card textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #939393;
}
.modern-contact-form .form-card textarea {
  margin-bottom: 2rem;
}
.modern-contact-form .form-card label {
  position: initial;
}
.modern-contact-form .form-card button {
  background-color: transparent;
  border: none;
  padding-left: 0;
  cursor: pointer;
}
.modern-contact-form .form-card .common-line, .modern-contact-form .form-card .common-line::after {
  margin-bottom: 1rem;
}
.modern-contact-form .form-card .common-line::before {
  z-index: 0;
}
.modern-contact-form .form-card .wpcf7-response-output {
  margin-bottom: -15px;
  width: auto;
  border-radius: 4px;
  margin: 0;
}
.modern-contact-form .wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.page-contact .grecaptcha-badge {
  visibility: visible;
  opacity: 1;
}

/*-- Footer
---------------------------- --*/
.page-footer {
  width: 100%;
  background: #100727;
  height: 28rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.page-footer p,
.page-footer a {
  font-size: 1.6rem;
  line-height: 3.4rem;
  color: #958fa3;
  margin-bottom: 0;
}
.page-footer a {
  text-decoration: none;
}
.page-footer a:hover {
  color: #0dc270;
}

.page-footer-inner {
  height: 100%;
  padding-bottom: 2.5rem;
}

.footer-links span {
  padding: 0 4px 0 1px;
}

/* -- Expertise styles
--------------------------------- -- */
.section-heading {
  margin-bottom: 4rem;
}
.section-heading .title span {
  font-weight: 700;
}

.our-expertise-wrap {
  padding: 8rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  .our-expertise-wrap {
    padding: 6rem 0 3rem;
  }
}

.our-expertise {
  margin-bottom: 3rem;
}
.our-expertise .icon {
  margin-bottom: 2rem;
}
.our-expertise .title {
  margin-bottom: 2rem;
  font-size: 2rem;
}
.our-expertise .common-line:before {
  z-index: 1;
}

.technology-use-wrap {
  padding: 8rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  .technology-use-wrap {
    padding: 6rem 0 3rem;
  }
}

.technology-logo-wrap {
  border-left: 1px solid #EEEEEE;
  padding-left: 45px;
}
@media only screen and (max-width: 991px) {
  .technology-logo-wrap {
    border-left: none;
    padding-left: 0;
  }
}

.technology-use {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.technology-use img {
  width: 64px;
}

/* -- For screens more than 1920px wide */
@media (max-width: 1920px) {
  .logged-in .inner-page-banner {
    padding-top: 7.2rem;
  }
  .logged-in .inner-page-banner__2 {
    padding-top: 15rem;
  }
}
/* -- For screens more than 1199px wide */
@media (min-width: 1600px) {
  .container {
    max-width: 126rem;
  }
}
/* -- For screens less than 1200px wide */
@media (max-width: 1199px) {
  nav li {
    margin-left: 3rem;
  }
  .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 0 2rem;
  }
  .nav-tabs .nav-item .nav-link img {
    height: 2.6rem;
  }
}
/* -- For screens less than 992px wide */
@media (max-width: 991px) {
  .section-padding {
    padding: 11rem 0 11.9rem;
  }
  .header {
    padding: 0;
  }
  /* -- team -- */
  .team-overlay {
    display: none;
  }
  .review-bg {
    display: none;
  }
  .review-overlay {
    background-size: 40%;
    background-position: center center;
    width: 100%;
  }
  .review-video-popup .reviewer-img {
    margin-top: 40rem;
  }
  .achievements .custom-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .counter-block {
    padding-left: 6rem;
  }
  .counter-block img {
    max-width: 4rem;
    top: 2rem;
  }
  .counter-txt {
    font-size: 4rem;
  }
  .counter-block p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .custom-card figure img {
    width: 100%;
  }
  .review .carousel-item {
    text-align: center;
  }
  .carousel-navigator {
    text-align: center;
    margin-top: 3rem;
  }
  .carousel-wrapper .btn-prev,
  .carousel-wrapper .btn-next {
    margin: 0 1rem;
  }
  .carousel-wrapper .btn-next i {
    margin-right: 0;
  }
  .carousel-wrapper .btn-next::before {
    left: -1.3rem;
  }
  .reviewer-figure .big-shadow, .reviewer-figure .case-study-shadow::before {
    left: 28%;
  }
  .carousel-wrapper {
    padding: 6rem 0 5rem;
  }
  .floated-dots.review-dots {
    top: 69%;
    left: 50%;
    transform: translateX(-50%) scale(0.5);
  }
  .review .common-line::after {
    left: 50%;
    margin-left: -4rem;
  }
  .custom-container-inner {
    padding: 5.5rem 0 5.7rem;
    border-radius: 0;
  }
  .off-grid-media,
  .off-grid-media-right {
    margin-left: 0;
    margin-right: 0;
  }
  .case-study-content-wrapper .case-study-inner {
    padding-bottom: 4rem;
    padding-right: 0;
  }
  .product-carousel-figure {
    margin-top: 5rem;
  }
  .product-carousel .carousel-wrapper .carousel-navigator {
    text-align: left;
  }
  .product-carousel .floated-dots {
    right: -175px;
    bottom: 155px;
  }
  .product-carousel-figure .big-shadow::before,
  .product-carousel-figure .case-study-shadow::before {
    top: 5rem;
    right: 8rem;
    bottom: 3rem;
    left: 20rem;
  }
  .list-with-no-bullete li {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .work-banner-media .big-shadow,
  .work-banner-media .case-study-shadow::before,
  .work-banner-media .big-shadow:nth-of-type(2),
  .work-banner-media .case-study-shadow:nth-of-type(2)::before {
    left: auto;
    right: 9%;
    top: 40%;
  }
  .work-banner-media .big-shadow:nth-of-type(2),
  .work-banner-media .case-study-shadow:nth-of-type(2)::before {
    left: 9%;
    right: auto;
  }
  .inner-page-banner figure,
  .overview figure {
    margin-top: 4rem !important;
  }
  .floated-dots {
    transform: scale(0.7);
  }
  nav li:nth-of-type(1) {
    margin-left: 3rem;
  }
  .navbar {
    justify-content: initial;
  }
  .header .navbar-brand {
    margin-right: auto;
  }
  .header .primary-btn, .header .btn-big {
    margin-right: 2rem;
  }
  .inner-page-banner {
    display: block;
    height: auto;
    min-height: auto;
    align-items: initial;
    padding-bottom: 11px;
  }
  .inner-page-banner__2 {
    height: auto;
    min-height: auto;
    padding-top: 17.5rem;
  }
  .elementor .elementor-widget figure.off-grid-media,
  .elementor .elementor-widget figure.off-grid-media-right {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .team-dots {
    right: -10rem;
    top: 10px;
  }
  .team img {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
  }
  .navbar-collapse {
    position: absolute;
    top: 72px;
    left: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #eee;
    transition: all 0.3s;
  }
  .navbar-collapse li a {
    display: block;
    line-height: 3.6rem;
  }
  .navbar-collapse li a::after {
    width: 0;
    left: 0;
    height: 2px;
    bottom: 0;
  }
  .navbar-collapse li a:hover::after {
    width: 100%;
  }
  .navbar-collapse .navbar-nav {
    padding: 3rem 0;
    height: 100%;
  }
  .off-grid-media img,
  .off-grid-media-right img {
    max-width: 100% !important;
    width: 100% !important;
  }
  .nav-tabs {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .nav-tabs .nav-item {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .nav-tabs .nav-item .nav-link {
    font-size: 1.3rem;
    background: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .nav-tabs .nav-item .nav-link img {
    display: none;
  }
  .header .container {
    padding: 0;
  }
  .header nav {
    padding: 1.5rem;
  }
  .header .primary-btn, .header .btn-big {
    font-size: 0.9rem;
    line-height: 3rem;
    height: 3rem;
    padding: 0 1rem;
  }
  .product-wrapper-1 .shape, .product-wrapper-1 .banner-shape, .product-wrapper-1 .story-shape, .product-wrapper-1 .case-study-shape, .product-wrapper-1 .case-study-shape-2, .product-wrapper-1 .case-study-shape-3, .product-wrapper-1 .contact-shape {
    left: -20rem;
  }
  .product-wrapper-2 .shape, .product-wrapper-2 .banner-shape, .product-wrapper-2 .story-shape, .product-wrapper-2 .case-study-shape, .product-wrapper-2 .case-study-shape-2, .product-wrapper-2 .case-study-shape-3, .product-wrapper-2 .contact-shape {
    right: -20rem;
  }
  .contact-shape {
    right: 0;
  }
  .contact-shape.subscription-shape {
    top: 20rem;
  }
  .floating-contact {
    overflow: hidden;
  }
  .contact-dots {
    bottom: -8rem;
    left: -12rem;
  }
  nav li {
    margin-right: 3rem;
    margin-bottom: 10px;
  }
  .project-showcase .owl-nav {
    display: none;
  }
  .owl-carousel .owl-dots {
    display: block;
  }
  .service-list-wrapper {
    display: none !important;
  }
  .story-block .floated-dots {
    bottom: -355px;
  }
  .page-home .case-study {
    padding-top: 5.5rem;
  }
  .page-home .case-study .case-study-content-wrapper:nth-last-of-type(1) {
    padding-bottom: 0;
  }
  .team {
    padding-top: 22rem;
    padding-bottom: 11.9rem;
  }
  .team img {
    margin-bottom: 15rem;
  }
  .home-tab-nav-container {
    margin-bottom: 4.5rem;
  }
  .service-category {
    padding: 2.1rem 0 1.1rem;
  }
  .service-top-padding {
    padding-top: 20.9rem;
  }
  .service-bottom-padding {
    padding-bottom: 4.2rem;
  }
  .review-txt::before {
    top: -4.2rem;
  }
  .page-portfolio .case-study.p-top,
  .page-case-studies .case-study.p-top {
    padding-top: 4.4rem;
  }
  .page-portfolio .case-study .case-study-content-wrapper:nth-last-of-type(1),
  .page-case-studies .case-study .case-study-content-wrapper:nth-last-of-type(1) {
    padding-bottom: 1.1rem;
  }
  .page-portfolio .floating-contact,
  .page-case-studies .floating-contact {
    padding-top: 24.9rem;
  }
  .page-company .inner-page-banner,
  .page-contact .inner-page-banner {
    padding-bottom: 13rem;
  }
  .overview {
    padding-top: 5.5rem;
    padding-bottom: 7.5rem;
  }
  .life-of-axilweb figure {
    padding-bottom: 1.1rem;
  }
  .our-team {
    padding-top: 11.1rem;
    padding-bottom: 0;
  }
  .page-company .grid-wrapper {
    padding-top: 0;
  }
  .page-company .floating-contact,
  .page-contact .floating-contact {
    padding-top: 7.1rem;
  }
  .contact-us {
    padding-top: 11.1rem;
    padding-bottom: 3.4rem;
  }
  .contact-form {
    margin-top: 3rem;
  }
  .contact-us-dots {
    left: -30%;
  }
  .contact-us-dots.grey-dots {
    right: -30%;
  }
  .single-case-studies .inner-page-banner__2 {
    padding-bottom: 1.8rem;
  }
  .case-study-details {
    padding-bottom: 6.8rem;
  }
  .carousel__product {
    padding-bottom: 0;
  }
  .page-home .inner-page-banner__2 {
    padding-top: 17.5rem;
  }
  nav li.current-menu-item a {
    color: #0dc270;
  }
}
/* -- For screens less than 768px wide */
@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .section-padding {
    padding: 4.8rem 0;
  }
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  .clients h4 {
    text-align: center;
  }
  .big-title {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .link,
  .link-small {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .inner-page-banner {
    padding-top: 10.6rem;
    padding-bottom: 0;
  }
  .inner-page-banner__2 {
    padding-top: 10.5rem;
    padding-bottom: 2.5rem;
  }
  .inner-page-banner__2 h1,
  .inner-page-banner__2 p {
    padding: 0 1rem;
  }
  .inner-page-banner__2 h1 {
    margin-bottom: 1.1rem;
  }
  br {
    display: none;
  }
  .single-axilweb_casestudys .off-grid-media,
  .single-axilweb_casestudys .off-grid-media-right,
  .page-company .off-grid-media,
  .page-company .off-grid-media-right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.4rem !important;
  }
  .page-contact .inner-page-banner .off-grid-media,
  .page-contact .inner-page-banner .off-grid-media-right {
    margin-top: 2.8rem;
  }
  .service-list {
    text-align: left;
  }
  .floated-dots {
    transform: scale(0.5) !important;
  }
  .story-block .floated-dots {
    left: -40%;
    bottom: -15rem;
    height: 20rem;
  }
  .service-tab-content .floated-dots {
    right: -10rem;
    bottom: -8rem;
  }
  .service-tab-content .big-shadow::before, .service-tab-content .case-study-shadow::before {
    top: 7rem;
    left: 11%;
    right: 20%;
    bottom: 15%;
  }
  .common-nav-container .media {
    margin-top: 2.9rem;
    padding-left: 0;
  }
  .home-tab-nav-container {
    margin-top: 1rem;
    border: none;
  }
  .nav-tabs .nav-item .nav-link img {
    display: none;
  }
  .nav-tabs .nav-item .nav-link:hover,
  .nav-tabs .nav-item .nav-link.active {
    background: #0dc270;
    color: #fff;
  }
  .nav-tabs .nav-item .nav-link:hover::after,
  .nav-tabs .nav-item .nav-link.active::after {
    display: none;
  }
  .shape,
  .banner-shape,
  .story-shape,
  .case-study-shape,
  .case-study-shape-2,
  .case-study-shape-3,
  .contact-shape,
  .subscription-shape {
    height: 5rem;
  }
  .banner-shape {
    top: 5.5rem;
  }
  .case-study,
  .page-home .case-study,
  .page-case-study .case-study {
    padding: 3rem 0 1rem;
  }
  .single-axilweb_casestudys .case-study-content-wrapper,
  .single-axilweb_casestudys .case-study-content-wrapper:nth-of-type(1) {
    padding-top: 1.8rem;
    padding-bottom: 3rem;
  }
  .off-grid-media .media,
  .off-grid-media-right .media {
    padding: 0 1rem;
  }
  .media__phone .big-shadow::before,
  .media__phone .case-study-shadow::before {
    top: 2rem;
    right: 2rem;
    left: -2rem;
  }
  .media__tab .big-shadow::before,
  .media__tab .case-study-shadow::before {
    top: 5rem;
    right: 5rem;
    bottom: 0;
    left: 3rem;
  }
  .case-study-media .floated-dots.small-dotted-area {
    top: 10rem;
  }
  .clients-custom-container {
    transform: translate(0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  .custom-container-inner {
    padding: 4.9rem 0 6rem;
  }
  .custom-container-inner h4 {
    margin-bottom: 1.5rem !important;
  }
  .case-study-media-right .floated-dots {
    bottom: -9rem;
    left: -9rem;
  }
  .team {
    padding-top: 6rem;
    padding-bottom: 1.8rem;
  }
  .floating-contact {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .floating-contact address {
    text-align: center !important;
  }
  .btn-big {
    font-size: 1.2rem;
    line-height: 4rem;
    height: 4rem;
    padding: 0 2rem;
  }
  .floating-contact .primary-btn,
  .floating-contact .btn-big {
    margin-bottom: 3.9rem;
  }
  .page-footer {
    position: static;
    height: auto;
    text-align: center;
  }
  .page-footer .footer-links {
    display: flex;
    justify-content: space-between;
  }
  .page-footer .footer-links span {
    padding-left: 6px;
  }
  .page-footer p,
  .page-footer a {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  .contact-container-inner {
    padding-bottom: 4.2rem;
  }
  .page-footer-inner {
    padding: 2.7rem 0 2.1rem;
  }
  .service-category .service-content {
    margin-bottom: 2.2rem;
    padding-left: 5rem;
  }
  .service-category .service-content img {
    max-width: 3rem;
  }
  .service-category:not(:nth-of-type(1)) {
    padding-top: 1.5rem;
  }
  .services:nth-of-type(1) {
    padding-top: 3rem;
  }
  .service-bottom-padding {
    padding-bottom: 3rem;
  }
  .service-category {
    padding-top: 1.8rem;
    padding-bottom: 0;
  }
  .review-txt {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .reviewer {
    font-size: 1.8rem;
  }
  .review-video-popup {
    text-align: center;
  }
  .review-video-popup .reviewer-img {
    width: 15rem;
    height: 15rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16rem;
  }
  .carousel-item {
    text-align: center;
  }
  .review-inner .common-line-left.common-line::after {
    left: 50%;
    margin-left: -4rem;
  }
  .floated-dots.review-dots {
    top: 68%;
    right: 0;
  }
  .carousel-wrapper {
    padding: 9rem 0 5.6rem;
  }
  .floating-contact.service-page-contact {
    padding-top: 6rem;
  }
  .reviewer-figure {
    max-width: 15rem;
    margin: 0 auto;
  }
  .reviewer-figure .big-shadow, .reviewer-figure .case-study-shadow::before {
    width: auto;
    height: auto;
  }
  .reviewer-figure .big-shadow::before,
  .reviewer-figure .case-study-shadow::before {
    width: 10rem;
    height: 10rem;
  }
  .product-banner-figure figure:not(:nth-last-of-type(1)),
  .double-banner-figure figure:nth-of-type(1) {
    margin-right: 2rem !important;
  }
  .custom-card .txt-box {
    padding: 2rem 1.5rem;
  }
  .custom-card .txt-box h5 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
  }
  .common-line,
  .common-line::after {
    margin-bottom: 2.5rem;
  }
  .equalHeight {
    height: auto !important;
  }
  .filterable-product-grid {
    padding-bottom: 3.5rem;
  }
  .product-tab-content {
    padding-top: 0;
  }
  .product-tab-content .custom-card {
    margin-top: 0.5rem;
  }
  .filterable-product-grid .floated-dots {
    transform: translateY(0) scale(0.5);
  }
  .achievements {
    padding: 6rem 0;
  }
  .achievements .custom-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.7rem;
  }
  .counter-block {
    padding-left: 5rem;
    margin-bottom: 3rem;
  }
  .counter-block img {
    max-width: 3rem;
    top: 32%;
    left: 1.5rem;
  }
  .counter-txt {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
  .counter-block p {
    font-size: 1.6rem;
  }
  .floated-dots.review-dots__product {
    top: 65%;
  }
  .product-page-contact {
    padding-top: 0;
  }
  .off-grid-media .product-mobile-mockup,
  .off-grid-media-right .product-mobile-mockup {
    top: 30px;
    right: 30px;
    max-width: 10rem;
  }
  .our-products-content-wrapper {
    padding-bottom: 6rem !important;
  }
  .floating-contact.pt-200 {
    padding-top: 6rem !important;
  }
  .case-study-details {
    padding-bottom: 3rem;
  }
  .case-study-details .case-study-inner {
    margin-bottom: 1rem;
  }
  .carousel__product,
  .single-axilweb_casestudys .carousel__product {
    padding: 4.8rem 0 2.6rem;
  }
  .product-carousel .carousel-wrapper .carousel-navigator {
    text-align: center;
    margin-top: 3rem;
  }
  .work-banner-media .big-shadow,
  .work-banner-media .case-study-shadow::before,
  .work-banner-media .big-shadow:nth-of-type(2),
  .work-banner-media .case-study-shadow:nth-of-type(2)::before {
    top: 53%;
    opacity: 0.3;
    width: 50%;
    height: 50%;
  }
  .work-banner-media {
    padding-top: 4rem;
  }
  .work-banner-media .floated-dots {
    transform: translateX(-50%) scale(0.5);
  }
  .overview {
    padding: 2.8rem 0 3rem;
  }
  .overview .txt-content {
    padding-left: 1.5rem;
  }
  .big-shadow__single-img-banner::before {
    bottom: 70%;
  }
  .inner-page-banner figure {
    padding-bottom: 3.5rem;
  }
  .filterable-product-grid > h2,
  .filterable-product-grid > p {
    padding: 0 1.5rem;
  }
  .life-of-axilweb {
    padding-bottom: 6rem;
  }
  .life-of-axilweb figure {
    padding-top: 0;
  }
  .our-team,
  section.blog {
    padding-top: 4.8rem;
    padding-bottom: 0;
  }
  .our-team .grid-wrapper .row [class^=col-]:last-child .common-card,
  section.blog .grid-wrapper .row [class^=col-]:last-child .common-card {
    margin-bottom: 2.2rem;
  }
  .blog h2,
  .blog p {
    padding: 0 1.5rem;
  }
  .blog .intro-inner p {
    padding: 0;
    margin-bottom: 2.7rem;
  }
  .blog .common-grid {
    padding-top: 0;
  }
  .blog .big-title {
    margin-bottom: 1rem;
  }
  .contact-container-inner.subscribe {
    padding-top: 4.8rem;
  }
  .contact-container-inner.subscribe .input-group {
    margin-bottom: 2rem;
  }
  .contact-container-inner.subscribe .common-line, .contact-container-inner.subscribe .common-line::after {
    margin-bottom: 4.5rem;
  }
  .subscribe-form {
    margin-bottom: 2rem;
  }
  .input-group label {
    top: 1.5rem;
  }
  .article-inner figure,
  .article-inner .article-details-media {
    margin-bottom: 4.7rem;
    padding-top: 2.3rem;
  }
  blockquote {
    padding: 8rem 3rem 5rem;
  }
  blockquote .review-txt::before {
    left: -2rem;
  }
  .article-details {
    padding-bottom: 2.6rem;
  }
  .double-banner-figure figure {
    margin-top: 0;
  }
  .contact-us {
    padding-top: 4.8rem;
    padding-bottom: 0;
  }
  .contact-us > h2,
  .contact-us > p {
    padding: 0 1.5rem;
  }
  .contact-form {
    margin-top: 0.6rem;
  }
  .contact-form .form-card {
    padding: 4.5rem 2.5rem 2.3rem;
    margin-bottom: 0;
  }
  .contact-form .input-group {
    margin-bottom: 1.7rem;
  }
  .contact-form .input-group label {
    top: auto;
    bottom: 0;
    font-size: 1.4rem;
  }
  .contact-form .input-group.focused label {
    font-size: 1.4rem;
  }
  .form-element {
    padding-left: 0;
  }
  .input-pair {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .input-pair label {
    min-width: 7rem;
    font-size: 1.2rem;
    line-height: 3rem;
    height: 3rem;
    margin-bottom: 0;
  }
  .contact-us-dots:nth-of-type(1) {
    display: none;
  }
  .contact-us-dots.grey-dots {
    left: auto;
    top: 0%;
    right: -34%;
  }
  .file-input {
    margin-top: 3.5rem;
  }
  .file-input label {
    height: auto;
    line-height: 2rem;
    padding: 2rem;
  }
  .nav-tabs .nav-item .nav-link i {
    font-size: inherit;
  }
  .form-element .custom-btn {
    margin-bottom: 6rem;
  }
  .map-container {
    margin-top: 3rem;
  }
  .carousel-wrapper .btn-prev,
  .carousel-wrapper .btn-next {
    font-size: 1.2rem;
  }
  .carousel-wrapper .btn-prev i,
  .carousel-wrapper .btn-next i {
    font-size: 1.8rem;
    vertical-align: -0.3rem;
    margin-right: 0.2rem;
  }
  .carousel-wrapper .btn-next i {
    margin-left: 0.2rem;
  }
  .carousel-wrapper .btn-next::before {
    top: 0.5rem;
    height: 1.4rem;
  }
  .reviewer {
    padding-top: 0;
  }
  .article-inner blockquote p {
    margin-bottom: 1.6rem;
  }
  .inner-page-banner .author-media .author-figure {
    margin-top: 0;
  }
  .social-links.big-icons a {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .team-dots {
    top: -11rem;
    right: -10rem;
  }
  .subscribe-form input[type=text],
  .subscribe-form input[type=password],
  .subscribe-form input[type=email],
  .subscribe-form input[type=number] {
    padding: 0.8rem 3rem;
    line-height: 2rem;
  }
  .subscribe-form .input-group label {
    top: 0.8rem;
  }
  .subscribe-form .input-group.focused label {
    top: -0.6rem;
  }
  .contact-form {
    padding-bottom: 1px;
  }
  .send-us-message-form {
    padding-bottom: 3rem;
  }
  .product-wrapper-2 .floated-dots::before {
    height: auto;
    top: -15rem;
    left: auto;
    bottom: -3rem;
    right: 0;
  }
  .navbar-collapse {
    top: 61px;
  }
  .navbar-brand img {
    width: 9.5rem;
  }
  .our-products-content-wrapper.product-wrapper-3 {
    padding-bottom: 3rem !important;
  }
  .page-portfolio .floating-contact,
  .page-case-study .floating-contact {
    padding-top: 6rem;
  }
  .service-page-banner .banner-media,
  .work-banner-media {
    padding-top: 0;
  }
  #review-carousel {
    padding-bottom: 4.7rem;
  }
  .page-services .floating-contact {
    padding-top: 6rem;
  }
  .page-portfolio .inner-page-banner__2,
  .page-case-study .inner-page-banner__2,
  .single-axilweb_casestudys .inner-page-banner__2 {
    padding-top: 13.5rem;
  }
  .subtitle {
    margin-bottom: 3.2rem;
  }
  .off-grid-media,
  .off-grid-media-right,
  .case-banner-media {
    margin-top: 0;
  }
  .product-carousel .floated-dots::before {
    top: -5rem;
    right: 6rem;
    bottom: -18.5rem;
    left: 26rem;
  }
  .product-carousel .floated-dots::after {
    right: -31rem;
    left: auto;
  }
  .single-axilweb_casestudys .case-study-content-wrapper,
  .single-axilweb_casestudys .case-study-content-wrapper:nth-of-type(1) {
    padding-bottom: 2.3rem;
  }
  .overview .floated-dots-vertical {
    top: -5rem;
    bottom: -10.4rem;
    height: auto;
    z-index: 1;
    left: -30%;
  }
  section.blog {
    padding-top: 3.8rem;
    padding-bottom: 0.7rem;
  }
  .page-contact .form-element .custom-btn {
    margin-bottom: 0;
  }
  .inner-page-banner figure,
  .overview figure {
    margin-top: 2.5rem !important;
  }
  #typed {
    height: 3.9rem;
  }
  .our-products-content-wrapper {
    padding-top: 1.8rem !important;
    padding-bottom: 3rem !important;
  }
  .page-home .floating-contact,
  .page-company .floating-contact,
  .page-contact .floating-contact {
    padding-top: 3rem;
  }
  .map-container {
    margin-top: 0;
  }
  .page-case-studies .floating-contact {
    padding-top: 6rem;
  }
  .team-inner::before {
    top: -20px;
    left: -23px;
    transform: scale(0.5);
  }
  .team-inner h2 {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .service-media-container .media {
    height: auto;
  }
  .nav-tabs .nav-item {
    margin: 0 0 1.5rem;
  }
  .home-tab-nav-container {
    margin-bottom: 0;
  }
  .team img {
    margin-bottom: 6rem;
  }
  .service-nav {
    padding-bottom: 1.5rem;
  }
  .review-overlay {
    background-size: 50%;
    background-position: center 355px;
  }
  .inner-page-banner figure {
    padding-bottom: 0;
  }
  .page-company .inner-page-banner,
  .page-contact .inner-page-banner {
    padding-bottom: 6rem;
  }
  .single-case-studies .inner-page-banner__2,
  .page-home .inner-page-banner__2 {
    padding-top: 10.5rem;
  }
  .page-portfolio .clients,
  .page-case-studies .clients {
    margin-top: 5rem;
  }
  .service-category .common-line-left.common-line,
  .service-category .common-line-left.common-line::after {
    margin-bottom: 3.8rem;
  }
}
/* -- For screens less than 576px wide */
@media (max-width: 575px) {
  .product-area {
    padding: 5rem 0 2rem;
  }
}
/* -- For screens less than 381px wide */
/* -- Browser Hacks -- */
/* -- Browser Hacks
---------------------------------- -- */
/* -- Chrome hacks -- */
/* -- Firefox hacks -- */
/* -- IE hacks -- */

/*# sourceMappingURL=main.css.map */
