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

.fadeIn {
  animation-name: fadeIn;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.main-menu .navbar-collapse li {
  cursor: pointer;
}

.scroll-top {
  align-items: center;
  justify-content: center;
}

.scroll-top:hover {
  color: #000;
}

.testimonials-wrap .slick-slide {
  padding: 0 15px;
}

:root {
  height: 100%;
  overflow-x: hidden !important;
  width: 100%;
  --bs-blue: #0d6efd;
  --bs-cyan: #0dcaf0;
  --bs-danger: #dc3545;
  --bs-dark: #212529;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-green: #198754;
  --bs-indigo: #6610f2;
  --bs-info: #0dcaf0;
  --bs-light: #f8f9fa;
  --bs-orange: #fd7e14;
  --bs-pink: #d63384;
  --bs-primary: #0d6efd;
  --bs-purple: #6f42c1;
  --bs-red: #dc3545;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-teal: #20c997;
  --bs-warning: #ffc107;
  --bs-white: #fff;
  --bs-yellow: #ffc107;
}

html {
  scroll-behavior: smooth !important;
}

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

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

body {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #212529;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden !important;
  width: 100%;
}

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

hr {
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

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

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

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

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%;
}

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

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

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

b {
  font-weight: bolder;
}

button {
  border-radius: 0;
}

button {
  text-transform: none;
}

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #212529;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

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

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

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control:focus {
  background-color: #fff;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem #0d6efd40;
  color: #212529;
  outline: 0;
}

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

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}

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

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

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

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

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

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

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

.pb-5 {
  padding-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

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

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

  .text-lg-end {
    text-align: right !important;
  }
}

* {
  border: none;
  box-shadow: none;
  margin: 0;
  outline: none;
  padding: 0;
}

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-feature-settings: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa,
.fal,
.far,
.fas {
  font-family: Font Awesome\5Pro;
}

.fa,
.fas {
  font-weight: 900;
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-phone:before {
  content: "\f095";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-text:before {
  content: "\f893";
}

.fa-times:before {
  content: "\f00d";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-user:before {
  content: "\f007";
}

.fa-expand:before {
  content: "\f065";
}

.fab {
  font-family: Font Awesome\5 Brands;
  font-weight: 400;
}

.fal {
  font-weight: 300;
}

.far {
  font-weight: 400;
}

.flaticon-asterisk-1:before {
  content: "";
}

.form-control,
input,
textarea {
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #2929291a;
  border-radius: 0;
  font-size: 20px;
  height: auto;
  padding: 20px 0;
  width: 100%;
}

.form-control::placeholder,
input::placeholder,
textarea::placeholder {
  color: var(--heading-color);
}

.form-control:focus,
button:focus,
input:focus {
  border-color: #cfdbf1;
  box-shadow: none;
  outline: none;
}

.form-control:focus,
input:focus,
textarea:focus {
  border-bottom: 2px solid #2929291a;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.page-wrapper {
  margin: 0 auto;
  min-width: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 9;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.slick-list,
.slick-slider {
  display: block;
  position: relative;
}

.slick-list:focus {
  outline: 0;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  touch-action: pan-y;
  user-select: none;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:after {
  clear: both;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

a {
  color: var(--base-color);
  cursor: pointer;
  transition: 0.5s;
}

a,
a:focus,
a:hover,
a:visited {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

body {
  background: #131313;
  color: var(--base-color);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  --base-color: hsla(0, 0%, 100%, 0.65);
  --black-color: #070707;
  --border-color: hsla(0, 0%, 100%, 0.1);
  --heading-color: #fff;
  --lighter-color: #1f1f1f;
  --primary-color: #c9f31d;
}

footer:after,
header:after,
section:after {
  clear: both;
  content: "";
  display: block;
}

h2 a,
h5 a {
  color: var(--heading-color);
}

html {
  scroll-behavior: unset !important;
}

i[class^="flaticon-"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: flaticon_noxfolio !important;
  font-feature-settings: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400 !important;
  text-transform: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  color: var(--base-color);
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
}

li,
ul:not(.with-bullet) {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  display: inherit;
  padding-top: 20px;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.container-1620 {
    max-width: 1650px;
  }
}

.row {
  --bs-gutter-x: 30px;
}

@media only screen and (min-width: 1400px) {
  .gap-100 {
    --bs-gutter-x: 100px;
  }

  .gap-90 {
    --bs-gutter-x: 90px;
  }
}

.section-title {
  margin-top: -7px;
}

.section-title .sub-title {
  color: hsla(0, 0%, 100%, 0.65);
  display: block;
  font-weight: 500;
}

.section-title h2 {
  margin-bottom: 25px;
}

.section-title h2 span {
  color: var(--primary-color);
}

@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 479px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}

.section-title h6 {
  font-size: 18px;
}

.section-title h6 span {
  color: var(--primary-color);
}

.theme-btn i,
a.theme-btn i {
  margin-left: 10px;
  transition: 0.5s;
}

.theme-btn,
a.theme-btn {
  align-items: center;
  background: var(--primary-color);
  border-radius: 15px;
  color: var(--black-color);
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  overflow: hidden;
  padding: 10px 35px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s;
  z-index: 1;
}

.theme-btn:hover i,
a.theme-btn:hover i {
  margin-left: 13px;
  margin-right: -3px;
}

@media only screen and (max-width: 575px) {
  .theme-btn,
  a.theme-btn {
    padding: 8px 25px;
  }
}

.expand-btn {
  background: #131313;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transform: rotate(-45deg);
  width: 50px;
  cursor: pointer;
}

.expand-btn:hover {
  background: var(--primary-color);
  color: var(--black-color);
}

.list-style-one li {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 500;
}

.read-more {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  text-transform: capitalize;
}

.read-more i {
  float: right;
  margin-left: 7px;
  margin-top: 2px;
  transition: 0.5s;
}

.read-more:hover {
  color: var(--primary-color);
}

.read-more:hover i {
  margin-left: 10px;
}

@media only screen and (min-width: 376px) {
  .list-style-one li {
    font-size: 20px;
  }
}

.list-style-one li:before {
  color: var(--primary-color);
  content: "\f00c";
  font-family: Font Awesome\5Pro;
  line-height: 1;
  margin-right: 12px;
  margin-top: 2px;
}

.list-style-one li:not(:last-child) {
  margin-bottom: 20px;
}

.list-style-one.two-column {
  display: flex;
  flex-wrap: wrap;
}

.list-style-one.two-column li {
  width: 48%;
}

@media only screen and (max-width: 479px) {
  .list-style-one.two-column li {
    width: 100%;
  }
}

.list-style-two li {
  align-items: center;
  display: flex;
}

@media only screen and (min-width: 376px) {
  .list-style-two li {
    font-size: 20px;
  }
}

.bg-lines span {
  animation: leftRightOne 18s infinite;
  background: hsla(0, 0%, 100%, 0.05);
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: -1;
}

.bg-lines span:first-child {
  left: 10%;
}

.bg-lines span:nth-child(2) {
  left: 20%;
}

.bg-lines span:nth-child(3) {
  left: 30%;
}

.bg-lines span:nth-child(4) {
  left: 40%;
}

.bg-lines span:nth-child(5) {
  left: 50%;
}

.bg-lines span:nth-child(6) {
  left: 60%;
}

.bg-lines span:nth-child(7) {
  left: 70%;
}

.bg-lines span:nth-child(8) {
  left: 80%;
}

.bg-lines span:nth-child(9) {
  left: 90%;
}

.bgc-black {
  background-color: var(--black-color);
}

.for-bgc-black {
  background: var(--black-color);
  margin-left: auto;
  margin-right: auto;
  max-width: 1620px;
}

.for-bgc-black-full {
  background: var(--black-color);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.form-control,
.h2,
h1,
h2,
h4,
h5,
h6,
input,
textarea {
  color: var(--heading-color);
  font-family: "Inter", sans-serif;
}

.h2,
h2 {
  font-size: 45px;
}

.list-style-two li:before {
  background: var(--primary-color);
  border-radius: 50%;
  color: var(--lighter-color);
  content: "\f00c";
  font-family: Font Awesome\5Pro;
  font-size: 16px;
  height: 30px;
  line-height: 1;
  line-height: 30px;
  margin-right: 20px;
  text-align: center;
  width: 30px;
}

.list-style-two li:not(:last-child) {
  margin-bottom: 25px;
}

.mb-15,
.my-15 {
  margin-bottom: 15px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

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

.mb-65 {
  margin-bottom: 65px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-85 {
  margin-top: 85px;
}

.my-15 {
  margin-top: 15px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-130,
.py-130 {
  padding-bottom: 130px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.preloader {
  background-color: #131313;
  background-image: url(https://noxfolio.vercel.app/_next/static/media/preloader.2c80df80.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.pt-100 {
  padding-top: 100px;
}

.pt-130,
.py-130 {
  padding-top: 130px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-95 {
  padding-top: 95px;
}

.rel {
  position: relative;
}

.scroll-top {
  animation: pulse 2s infinite;
  background: var(--primary-color);
  border-radius: 5px;
  bottom: 25px;
  color: #000;
  cursor: pointer;
  display: none;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 0;
  width: 40px;
  z-index: 99;
}

.slick-arrow {
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  color: #fff;
  height: 50px;
  line-height: 50px;
  transition: 0.5s;
  width: 50px;
}

.slick-arrow:focus,
.slick-arrow:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--black-color);
}

.slider-arrows button:first-child {
  margin-right: 5px;
  transform: rotate(45deg);
}

.slider-arrows button:last-child {
  transform: rotate(-45deg);
}

.social-style-one {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.social-style-one a {
  background: #0c0b0b;
  border-radius: 50%;
  color: #b0afaf;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  width: 35px;
}

.social-style-one a:hover {
  background: var(--primary-color);
  color: var(--black-color);
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

h1 {
  font-size: 65px;
}

h4 {
  font-size: 24px;
  line-height: 1.1;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
}

h6 {
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .rmb-55 {
    margin-bottom: 55px;
  }

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

  .rpb-100,
  .rpy-100 {
    padding-bottom: 100px;
  }

  .rpb-70 {
    padding-bottom: 70px;
  }

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

  .rpt-100,
  .rpy-100 {
    padding-top: 100px;
  }

  .rpt-25 {
    padding-top: 25px;
  }

  .rpt-70 {
    padding-top: 70px;
  }
}

.delay-0-2s {
  animation-delay: 0.2s;
}

.delay-0-3s {
  animation-delay: 0.3s;
}

.delay-0-4s {
  animation-delay: 0.4s;
}

.delay-0-5s {
  animation-delay: 0.5s;
}

.delay-0-6s {
  animation-delay: 0.6s;
}

.main-header {
  left: 0;
  position: relative;
  top: 0;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 999;
}

.main-header .header-upper {
  position: relative;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 5;
}

.main-header .logo-outer {
  flex: none;
}

@media only screen and (max-width: 991px) {
  .main-header .logo-outer {
    display: none;
  }
}

.main-header .logo {
  padding: 2px 0;
  position: relative;
  z-index: 9;
}

.main-header.menu-absolute .header-upper {
  position: absolute;
}

.nav-outer {
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .main-menu,
  .nav-outer {
    width: 100%;
  }
}

.main-menu .mobile-logo {
  margin-right: auto;
}

@media only screen and (max-width: 575px) {
  .main-menu .mobile-logo {
    max-width: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .collapse {
    overflow: auto;
  }
}

.main-menu .navbar-collapse {
  padding: 0;
}

.main-menu .navbar-collapse > ul {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse {
    left: 0;
    position: absolute;
    width: 100%;
  }

  .main-menu .navbar-collapse > ul {
    background: var(--lighter-color);
    display: block;
    max-height: calc(100vh - 100px);
    overflow-x: hidden;
    padding: 25px 0;
  }

  .main-menu .navbar-collapse > ul > li:last-child {
    border-bottom: 1px solid var(--border-color);
  }
}

.main-menu .navbar-collapse li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
}

@media only screen and (max-width: 1399px) {
  .main-menu .navbar-collapse li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li {
    border-top: 1px solid var(--border-color);
    display: block;
    padding: 0 15px;
  }
}

.main-menu .navbar-collapse li a {
  color: var(--heading-color);
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  opacity: 1;
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li a {
    line-height: 22px;
    padding: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .main-menu .navbar-collapse li a:after {
    background: var(--primary-color);
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: 0.5s;
    width: 25px;
  }
}

.main-menu .navbar-collapse li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.main-menu .navbar-collapse li a:hover:after {
  opacity: 1;
}

.main-menu .navbar-header {
  display: none;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-header {
    align-items: center;
    display: flex;
    justify-content: start;
  }
}

.main-menu .navbar-header .navbar-toggle {
  background: transparent;
  cursor: pointer;
  float: right;
  padding: 4px 0;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
  background: var(--base-color);
  display: block;
  height: 2px;
  margin: 7px 0;
  width: 30px;
}

.menu-btns,
.menu-sidebar button {
  align-items: center;
  display: flex;
}

.menu-sidebar button {
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  height: 50px;
  justify-content: center;
  text-align: center;
  width: 50px;
}

@media only screen and (max-width: 991px) {
  .menu-sidebar button {
    height: 45px;
    width: 45px;
  }
}

.hidden-bar {
  background-color: var(--lighter-color);
  border-left: 1px solid #231b26;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  right: -350px;
  top: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 350px;
  z-index: 99999;
}

@media only screen and (max-width: 375px) {
  .hidden-bar {
    width: 300px;
  }
}

.hidden-bar .inner-box {
  padding: 100px 40px 50px;
  position: relative;
}

.hidden-bar .social-style-one a {
  height: 40px;
  line-height: 40px;
  width: 40px;
}

@media only screen and (max-width: 375px) {
  .hidden-bar .inner-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.form-back-drop {
  background: #000000b3;
  height: 100%;
  left: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 9990;
}

.hero-content {
  max-width: 415px;
}

.hero-content .h2 {
  color: hsla(0, 0%, 100%, 0.35);
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

.hero-content h1 {
  margin-bottom: 25px;
}

.hero-content h1 b {
  color: var(--primary-color);
}

.hidden-bar .appointment-form {
  position: relative;
}

.hidden-bar .appointment-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.hidden-bar .appointment-form .form-group button {
  border-color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 100%;
}

.hidden-bar .appointment-form input::placeholder {
  color: #bdbdbd;
  font-size: 14px;
}

.hidden-bar .appointment-form input[type="email"],
.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form textarea {
  background: none;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 23px;
  padding: 10px 25px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}

.hidden-bar .appointment-form textarea {
  resize: none;
}

.hidden-bar .appointment-form textarea::placeholder {
  color: #bdbdbd;
  font-size: 14px;
}

.hidden-bar .inner-box .cross-icon {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: all 0.5s ease;
}

.hidden-bar .inner-box h4 {
  color: #fff;
  margin-bottom: 35px;
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .hero-content h1 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 375px) {
  .hero-content h1 {
    font-size: 40px;
  }
}

.author-image-part {
  border-radius: 0 0 580px 565px;
  margin-left: auto;
  margin-right: auto;
  max-width: 575px;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}

.author-image-part .bg-circle {
  background: var(--black-color);
  border-radius: 50%;
  height: 425px;
  left: 5%;
  position: absolute;
  top: 4%;
  width: 425px;
  z-index: -2;
}

.hero-content .hero-btns .read-more {
  margin-top: 15px;
  text-decoration: underline;
}

.hero-content .hero-btns .theme-btn {
  margin-right: 35px;
  margin-top: 15px;
}

@media only screen and (max-width: 1399px) {
  .author-image-part .bg-circle {
    height: 300px;
    left: 0;
    top: 15%;
    width: 300px;
  }
}

.author-image-part .progress-shape {
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: -1;
}

.hero-counter-wrap {
  background: var(--black-color);
  border-radius: 16px;
  padding: 35px 40px;
}

@media only screen and (min-width: 768px) {
  .hero-counter-wrap {
    max-width: 265px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-counter-wrap {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-counter-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.about-content-part .section-title p {
  max-width: 620px;
}

.about-image-part {
  padding-left: 40px;
  position: relative;
}

.hero-counter-wrap .count-text {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.hero-counter-wrap .count-text.k-plus:after {
  content: "k+";
}

.hero-counter-wrap .count-text.percent:after {
  content: "%+";
}

.hero-counter-wrap .count-text.plus:after {
  content: "+";
}

.hero-counter-wrap .counter-item:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.hero-counter-wrap .counter-title {
  display: block;
}

@media only screen and (max-width: 991px) {
  .about-image-part {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 375px) {
  .about-image-part {
    padding-left: 50px;
  }
}

.about-image-part .dot-shape {
  animation: rotated_circle 10s linear infinite;
  left: -10%;
  position: absolute;
  top: -15%;
}

.about-info-box {
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 580px;
  padding: 16px 40px 2px;
}

@media only screen and (max-width: 375px) {
  .about-info-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.about-info-box .info-box-item {
  margin-bottom: 15px;
}

.about-info-box .info-box-item:not(:last-child) {
  margin-right: 50px;
}

.info-box-item {
  align-items: center;
  display: flex;
}

.info-box-item .content {
  line-height: 1.5;
}

.info-box-item .content span {
  font-size: 14px;
}

.info-box-item > i {
  background: var(--primary-color);
  border-radius: 50%;
  color: var(--black-color);
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
  width: 40px;
}

@media only screen and (min-width: 376px) {
  .info-box-item .content a {
    font-size: 18px;
  }
}

.about-btn {
  align-items: center;
  background: #fff;
  border-radius: 32px;
  color: var(--black-color);
  display: flex;
  padding: 10px 25px 10px 15px;
}

.about-btn h6 {
  color: var(--black-color);
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 15px;
}

.about-btn img {
  border-radius: 50%;
  margin-right: 15px;
}

.info-box-item .content a:not(:hover) {
  color: #fff;
}

@media only screen and (max-width: 479px) {
  .about-btn h6 {
    font-size: 14px;
  }
}

.about-btn i {
  transform: rotate(-45deg);
}

.about-btn.btn-one {
  bottom: 42%;
  left: -10%;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .about-btn.btn-one {
    left: 5%;
  }
}

.about-btn.btn-one h6 {
  margin-right: 9px;
}

.about-btn.btn-two {
  bottom: 23%;
  left: -18%;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .about-btn.btn-two {
    left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .about-btn.btn-two {
    bottom: 12%;
  }
}

.service-item {
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 15px;
  display: flex;
  margin-bottom: 30px;
  padding: 35px 50px;
  transition: 0.5s;
}

@media only screen and (max-width: 575px) {
  .service-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .service-item {
    display: block;
  }
}

.service-item .number {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  margin-right: 50px;
}

@media only screen and (max-width: 479px) {
  .service-item .content {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.big-icon {
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 130px;
  height: 270px;
  line-height: 270px;
  text-align: center;
  width: 270px;
}

.service-item .content p {
  margin-bottom: 0;
}

.service-item .expand-btn {
  align-self: center;
  flex: none;
  margin-left: auto;
}

.service-item:hover {
  border-color: var(--primary-color);
}

.service-item:hover .expand-btn {
  background: var(--primary-color);
  color: var(--black-color);
}

.skill-item {
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  margin-bottom: 30px;
  padding: 25px 10px 10px;
  text-align: center;
  transition: 0.5s;
}

.skill-item .percent {
  background: #131313;
  border-radius: 14px;
  color: hsla(0, 0%, 100%, 0.35);
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px;
  transition: 0.5s;
}

.skill-item h5 {
  margin-bottom: 16px;
  margin-top: 15px;
}

.skill-item:hover {
  border-color: var(--primary-color);
}

.skill-item:hover .percent {
  background: var(--primary-color);
  color: var(--black-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .big-icon {
    font-size: 100px;
    height: 200px;
    line-height: 200px;
    width: 200px;
  }
}

@media only screen and (max-width: 375px) {
  .big-icon {
    font-size: 100px;
    height: 200px;
    line-height: 200px;
    width: 200px;
  }
}

.resume-items-wrap {
  background: var(--lighter-color);
  border-radius: 15px;
  padding: 60px 60px 1px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .resume-items-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.resume-items-wrap:before {
  background: var(--border-color);
  content: "";
  height: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
}

@media only screen and (max-width: 1199px) {
  .resume-items-wrap:before {
    left: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .resume-items-wrap:before {
    display: none;
  }
}

.resume-item {
  display: flex;
  margin-bottom: 55px;
}

.resume-item .content .years {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}

.resume-item .content h4 {
  margin-bottom: 5px;
}

.resume-item .icon {
  background: #131313;
  border-radius: 50%;
  color: hsla(0, 0%, 100%, 0.35);
  flex: none;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  text-align: center;
  transform: rotate(-45deg);
  transition: 0.5s;
  width: 40px;
}

@media only screen and (max-width: 479px) {
  .resume-item .content h4 {
    font-size: 20px;
    line-height: 1.3;
  }
}

.form-style-one .form-group {
  margin-bottom: 32px;
}

.form-style-one .form-group .for-icon {
  color: hsla(0, 0%, 100%, 0.2);
  font-size: 16px;
  margin-bottom: 0;
  margin-top: -45px;
  position: absolute;
  right: 26px;
}

.form-style-one .form-group .form-control {
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  padding: 19px 45px 19px 30px;
}

.form-style-one .form-group .form-control::placeholder {
  color: hsla(0, 0%, 100%, 0.2);
}

.form-style-one .form-group .form-control:focus {
  background: #070707;
  border-color: var(--primary-color);
  box-shadow: none;
}

.form-style-one .form-group .form-control:focus ~ .for-icon {
  color: #fff;
}

.form-style-one .form-group .form-control:focus::placeholder {
  color: #fff;
}

.form-style-one .form-group label {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}

.project-content {
  margin-bottom: 45px;
  padding-left: 60px;
  padding-right: 60px;
}

.project-image {
  margin-bottom: 45px;
}

.project-image img {
  width: 100%;
}

.resume-item .content .company {
  color: var(--primary-color);
}

.resume-item .content .description {
  color: var(--heading-color);
}

.resume-item .content .projects {
  margin: 0;
  padding: 0;
}

.resume-item .content .projects hr {
  margin: 0;
}

.resume-item .content .projects li {
  align-items: center;
  display: flex;
  font-size: small;
  font-weight: 300;
  justify-content: space-between;
  padding: 5px 0;
  text-align: left;
}

.resume-item .content .projects li .project-title::before {
  color: var(--primary-color);
  content: "\f00c";
  font-family: Font Awesome\5Pro;
  line-height: 1;
  margin-right: 12px;
  margin-top: 2px;
}

.resume-item .content .projects li .read-more {
  align-items: center;
  cursor: pointer;
  display: flex;
}

.resume-item .content .projects li .read-more svg {
  margin-left: 5px;
}

.resume-item .content .projects li strong {
  color: var(--heading-color);
}

.resume-item:hover .icon {
  background: var(--primary-color);
  color: var(--black-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .project-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .project-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 375px) {
  .project-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.project-content h2 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .project-content h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 479px) {
  .project-content h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}

.project-content .expand-btn {
  margin-top: 25px;
}

.testimonial-item {
  background: var(--black-color);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 50px 60px;
  text-align: center;
  transition: 0.5s;
}

@media only screen and (max-width: 1199px) {
  .testimonial-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.testimonial-item .author {
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
}

.testimonial-item .author img {
  display: inline-block;
}

.testimonial-item .testi-des h5 {
  margin-bottom: 0;
}

.testimonial-item .text {
  margin-bottom: 30px;
}

@media only screen and (min-width: 376px) {
  .testimonial-item .testi-des h5 {
    font-size: 22px;
  }
}

.pricing-item {
  background: var(--lighter-color);
  border-radius: 16px;
  margin-bottom: 30px;
  padding: 10px;
}

.pricing-item .pricing-header {
  background: #131313;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 47px 50px;
}

.testimonial-item .testi-des span {
  color: var(--primary-color);
  font-size: 14px;
}

.testimonial-item:hover {
  background: #131313;
}

.testimonial-item:hover .author:before {
  background: var(--primary-color);
  color: var(--black-color);
}

.testimonials-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonials-wrap .testimonial-item {
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (max-width: 1199px) {
  .pricing-item .pricing-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.pricing-item .pricing-header .price {
  color: var(--primary-color);
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.pricing-item .pricing-header .save-percent {
  color: hsla(0, 0%, 100%, 0.35);
  margin-bottom: 40px;
}

.pricing-item .pricing-header .save-percent span {
  color: var(--primary-color);
}

@media only screen and (max-width: 1199px) {
  .pricing-item .pricing-header .price {
    font-size: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .pricing-item .pricing-header .price {
    font-size: 35px;
  }
}

.pricing-item .pricing-details {
  padding: 40px 50px;
}

.pricing-item .pricing-header .price:after {
  color: var(--base-color);
  content: "/per month";
  font-size: 16px;
  font-weight: 400;
}

.pricing-item .pricing-header .price:before {
  content: "$";
}

@media only screen and (max-width: 1199px) {
  .pricing-item .pricing-details {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.pricing-item .pricing-details p {
  margin-bottom: 35px;
}

.pricing-item .pricing-details ul {
  padding-bottom: 12px;
}

.pricing-item .pricing-details ul li {
  color: #fff;
  font-size: 20px;
  margin-bottom: 34px;
}

@media only screen and (max-width: 375px) {
  .pricing-item .pricing-details ul li {
    font-size: 18px;
  }
}

.client-logo-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -30px;
  margin-right: -30px;
}

.pricing-item .pricing-details ul li.unable {
  color: #fff;
  opacity: 0.35;
}

.pricing-item .pricing-details ul li.unable:before {
  color: #fff;
}

.pricing-item .pricing-details ul li:before {
  color: var(--primary-color);
  content: "\f00c";
  font-family: Font Awesome\5Pro;
  font-size: 18px;
  margin-right: 15px;
}

.pricing-item:not(:hover) .theme-btn {
  background: hsla(0, 0%, 100%, 0.1);
  color: var(--base-color);
}

@media only screen and (max-width: 991px) {
  .client-logo-wrap {
    justify-content: center;
  }
}

.client-logo-wrap .client-logo-item {
  filter: grayscale(0.5) opacity(0.8);
  margin: 0 30px 70px;
  width: calc(20% - 60px);
}

@media only screen and (max-width: 991px) {
  .client-logo-wrap .client-logo-item {
    margin-bottom: 40px;
    width: calc(25% - 60px);
  }
}

@media only screen and (max-width: 767px) {
  .client-logo-wrap .client-logo-item {
    width: calc(33.33% - 60px);
  }
}

@media only screen and (max-width: 375px) {
  .client-logo-wrap .client-logo-item {
    width: calc(50% - 60px);
  }
}

.blog-item {
  align-items: center;
  background: var(--lighter-color);
  border: 1px solid transparent;
  border-radius: 16px;
  display: flex;
  margin-bottom: 30px;
  padding: 10px;
  transition: 0.4s;
}

.blog-item:hover {
  border-color: hsla(0, 0%, 100%, 0.1);
}

.client-logo-wrap .client-logo-item:hover {
  filter: grayscale(0) opacity(1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-item {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .blog-item {
    display: block;
  }
}

.blog-item .image {
  flex: none;
  margin-right: 40px;
  max-width: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-item .image {
    margin-bottom: 15px;
    margin-right: 0;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .blog-item .image {
    margin-bottom: 15px;
    margin-right: 0;
    max-width: none;
  }
}

.blog-item .content {
  padding-right: 30px;
}

.blog-item .image img {
  border-radius: 16px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-item .content {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-item .content {
    padding: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .blog-item .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.blog-item .content h5 {
  font-size: 22px;
  line-height: 1.55;
  margin-bottom: 30px;
}

@media only screen and (max-width: 375px) {
  .blog-item .content h5 {
    font-size: 20px;
  }
}

.blog-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.blog-meta i {
  color: #fff;
  margin-right: 10px;
}

.footer-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 28px;
  margin-top: -5px;
}

.footer-widget {
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) {
  .widget_nav_menu {
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
  }
}

.widget_nav_menu ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
}

.widget_nav_menu ul li {
  font-family: "Inter", sans-serif;
  margin: 0 22px 5px;
}

.widget_newsletter form {
  align-items: center;
  display: flex;
  max-width: 430px;
}

@media only screen and (min-width: 992px) {
  .widget_newsletter form {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-bottom {
  position: relative;
}

.footer-bottom .copyright-text {
  color: #fff;
}

.footer-bottom .copyright-text a {
  color: var(--primary-color);
}

.footer-bottom .scroll-top {
  border-radius: 14px;
  color: var(--lighter-color);
  font-size: 22px;
  height: 60px;
  left: calc(50% - 30px);
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 60px;
}

.widget_contact_info ul li {
  display: flex;
  font-size: 18px;
}

.widget_contact_info ul li a:hover {
  color: #fff;
}

.widget_contact_info ul li i {
  color: var(--primary-color);
  font-size: 16px;
  margin-right: 20px;
  margin-top: 8px;
}

.widget_contact_info ul li:not(:last-child) {
  margin-bottom: 20px;
}

.widget_newsletter form button {
  background: var(--primary-color);
  border-radius: 14px;
  color: #000;
  flex: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-left: 20px;
  padding: 14px 25px;
}

.widget_newsletter form button i {
  margin-left: 5px;
}

.widget_newsletter form input {
  background: transparent;
  border: none;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.2);
  color: var(--base-color);
  font-size: 16px;
  margin-right: auto;
  padding: 0 0 12px 15px;
}

.widget_newsletter form input::placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.widget_newsletter form label {
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.2);
  color: var(--primary-color);
  line-height: 1;
  margin: 5px 0 0;
  padding-bottom: 21px;
}

@media only screen and (max-width: 991px) {
  .footer-bottom .scroll-top {
    font-size: 16px;
    height: 40px;
    left: calc(50% - 20px);
    line-height: 40px;
    width: 40px;
  }
}

.footer-bottom-nav {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
}

.footer-bottom-nav li {
  margin: 0 22px 5px;
}

.footer-bottom-nav li a:hover {
  color: #fff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes leftRightOne {
  0%,
  to {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100px);
  }
}

@keyframes rotated_circle {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.main-header {
  left: 0;
  position: relative;
  top: 0;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 999;
}

.main-header .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (min-width: 1200px) {
  .main-header .container-fluid {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.main-header .header-upper {
  position: relative;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 5;
}

.main-header .logo-outer {
  flex: none;
}

@media only screen and (max-width: 991px) {
  .main-header .logo-outer {
    display: none;
  }
}

.main-header .logo {
  padding: 2px 0;
  position: relative;
  z-index: 9;
}

.main-header .nice-select .current {
  color: #fff;
}

.main-header.fixed-header .header-upper {
  animation: sticky 1s;
  background: var(--lighter-color);
  box-shadow: 0 0 30px 0 #575ff51a;
  left: 0;
  position: fixed;
  top: 0;
}

.main-header.menu-absolute .header-upper {
  position: absolute;
}

@media only screen and (min-width: 992px) {
  .main-header.fixed-header .main-menu .navbar-collapse > ul > li {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .menu-social {
    display: none;
  }
}

.menu-social a {
  margin-left: 18px;
  margin-right: 18px;
}

.onepage-menu {
  background: #232323;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  padding: 30px 20px;
  text-align: center;
  width: max-content;
}

@media only screen and (max-width: 1399px) {
  .onepage-menu {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.onepage-menu li .menu-item {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 25px 5px;
}

@media only screen and (max-width: 1399px) {
  .onepage-menu li .menu-item {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .onepage-menu li .menu-item {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.onepage-menu li .menu-item i {
  font-size: 22px;
}

.onepage-menu li .menu-item span {
  display: block;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .onepage-menu li .menu-item span {
    display: none;
  }
}

.onepage-menu .active a {
  background: var(--primary-color);
  border-radius: 16px;
  color: #000;
}

.onepage-menu li:not(:last-child) a {
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 1399px) {
  .onepage-menu .active a {
    border-radius: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-menu {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .hero-menu li .menu-item span {
    display: none;
  }
}

.nav-outer {
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .main-menu,
  .nav-outer {
    width: 100%;
  }
}

.main-menu .mobile-logo {
  margin-right: auto;
}

@media only screen and (max-width: 575px) {
  .main-menu .mobile-logo {
    max-width: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .collapse {
    overflow: auto;
  }
}

.main-menu .navbar-collapse {
  padding: 0;
}

.main-menu .navbar-collapse > ul {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse {
    left: 0;
    position: absolute;
    width: 100%;
  }

  .main-menu .navbar-collapse > ul {
    background: var(--lighter-color);
    display: block;
    max-height: calc(100vh - 100px);
    overflow-x: hidden;
    padding: 25px 0;
  }

  .main-menu .navbar-collapse > ul > li:last-child {
    border-bottom: 1px solid var(--border-color);
  }
}

.main-menu .navbar-collapse li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
}

@media only screen and (max-width: 1399px) {
  .main-menu .navbar-collapse li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li {
    border-top: 1px solid var(--border-color);
    display: block;
    padding: 0 15px;
  }
}

.main-menu .navbar-collapse li.dropdown .dropdown-btn {
  color: var(--heading-color);
  cursor: pointer;
  font-size: 12px;
  margin-left: 5px;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li.dropdown .dropdown-btn {
    border-left: 1px solid var(--border-color);
    height: 43px;
    line-height: 43px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 50px;
  }
}

.main-menu .navbar-collapse li a {
  color: var(--heading-color);
  display: block;
  font-family: var(--font-dm_sans);
  font-weight: 500;
  opacity: 1;
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li a {
    line-height: 22px;
    padding: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .main-menu .navbar-collapse li a:after {
    background: var(--primary-color);
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: 0.5s;
    width: 25px;
  }
}

.main-menu .navbar-collapse li .megamenu {
  background: var(--lighter-color);
  box-shadow: 2px 2px 5px 1px #00000026 -2px 0 5px 1px #00000026;
  display: none;
  left: 0;
  padding: 20px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
}

.main-menu .navbar-collapse li .megamenu:after {
  clear: both;
  content: "";
  display: block;
}

.main-menu .navbar-collapse li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.main-menu .navbar-collapse li a:hover:after {
  opacity: 1;
}

.main-menu .navbar-collapse li li {
  border-top: 1px solid var(--border-color);
}

.main-menu .navbar-collapse li li a {
  text-transform: capitalize;
}

.main-menu .navbar-collapse li li a:after {
  display: none;
}

.main-menu .navbar-collapse li.current-menu-item > a,
.main-menu .navbar-collapse li.current > a {
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li .megamenu {
    box-shadow: none;
    position: relative;
    width: 100%;
  }

  .main-menu .navbar-collapse li .megamenu .container {
    max-width: 100%;
  }

  .main-menu .navbar-collapse li .megamenu .row {
    margin: 0;
  }
}

.main-menu .navbar-collapse li .megamenu ul {
  box-shadow: none;
  display: block;
  position: relative;
  top: 0;
  width: 100%;
}

.main-menu .navbar-collapse li ul {
  background: var(--lighter-color);
  box-shadow: 2px 2px 5px 1px #00000026 -2px 0 5px 1px #00000026;
  display: none;
  left: inherit;
  min-width: 250px;
  position: absolute;
  top: 100%;
  z-index: 100;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul {
    box-shadow: none;
    display: none;
    position: relative;
    width: 100%;
  }

  .main-menu .navbar-collapse li ul:after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (max-width: 991px) and (max-width: 375px) {
  .main-menu .navbar-collapse li ul {
    min-width: auto;
  }
}

.main-menu .navbar-collapse li ul li {
  padding: 7px 20px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li {
    padding: 0 15px;
  }
}

.main-menu .navbar-collapse li ul li ul {
  left: 100%;
  top: 0;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li ul {
    left: auto;
  }
}

.main-menu .navbar-header {
  display: none;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-header {
    align-items: center;
    display: flex;
    justify-content: start;
  }
}

.main-menu .navbar-header .navbar-toggle {
  background: transparent;
  cursor: pointer;
  float: right;
  padding: 4px 0;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
  background: var(--base-color);
  display: block;
  height: 2px;
  margin: 7px 0;
  width: 30px;
}

.menu-btns,
.menu-sidebar button {
  align-items: center;
  display: flex;
}

.menu-sidebar button {
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  height: 50px;
  justify-content: center;
  text-align: center;
  width: 50px;
}

@media only screen and (max-width: 991px) {
  .menu-sidebar button {
    height: 45px;
    width: 45px;
  }
}

.hidden-bar {
  background-color: var(--lighter-color);
  border-left: 1px solid #231b26;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  right: -350px;
  top: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 350px;
  z-index: 99999;
}

@media only screen and (max-width: 375px) {
  .hidden-bar {
    width: 300px;
  }
}

.hidden-bar .inner-box {
  padding: 100px 40px 50px;
  position: relative;
}

.hidden-bar .social-style-one a {
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.side-content-visible .hidden-bar {
  opacity: 1;
  right: 0;
  visibility: visible;
}

@media only screen and (max-width: 375px) {
  .hidden-bar .inner-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.form-back-drop {
  background: #000000b3;
  height: 100%;
  left: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 9990;
}

.hidden-bar .appointment-form {
  position: relative;
}

.hidden-bar .appointment-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.hidden-bar .appointment-form .form-group button {
  border-color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 100%;
}

.hidden-bar .appointment-form input::placeholder {
  color: #bdbdbd;
  font-size: 14px;
}

.hidden-bar .appointment-form input[type="email"],
.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form textarea {
  background: none;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 23px;
  padding: 10px 25px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}

.hidden-bar .appointment-form textarea {
  resize: none;
}

.hidden-bar .appointment-form textarea::placeholder {
  color: #bdbdbd;
  font-size: 14px;
}

.hidden-bar .inner-box .cross-icon {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: all 0.5s ease;
}

.hidden-bar .inner-box h4 {
  color: #fff;
  margin-bottom: 35px;
  position: relative;
}

.main-header.header-white {
  position: absolute;
}

.side-content-visible .form-back-drop {
  left: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1200px) {
  .main-header.header-white .nav-outer {
    margin-left: 110px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header.header-white .nav-outer {
    margin-left: 60px;
  }
}

.main-header.header-white .menu-btns > button,
.main-header.header-white .menu-phone-number a,
.main-header.header-white .nav-search > button,
.main-header.header-white .shopping-bag {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .main-header.header-white .main-menu .navigation > .dropdown > .dropdown-btn,
  .main-header.header-white .main-menu .navigation > li > a {
    color: #fff;
  }
}

.main-header.header-white .main-menu .navbar-toggle .icon-bar,
.main-header.header-white .menu-sidebar button .icon-bar {
  background: #fff;
}

.main-header.header-white .main-menu .navigation li li a:hover {
  color: var(--primary-color);
}

@media only screen and (max-width: 1299px) {
  .main-header.header-white .language-switcher {
    display: none;
  }
}

.main-header.header-two .menu-btns .theme-btn {
  margin-left: 26px;
}

.main-header.header-two .menu-sidebar button {
  background: transparent;
  border: 1px solid var(--border-color);
}

.main-header.header-white.fixed-header .header-upper {
  background: #17171a;
}

@media only screen and (max-width: 1199px) {
  .main-header.header-two .menu-btns .theme-btn {
    display: none;
  }
}

.banner-inner h1 {
  font-size: 75px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .banner-inner h1 {
    font-size: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-inner h1 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-inner h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-inner h1 {
    font-size: 35px;
  }
}

.banner-inner h3 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .banner-inner h3 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-inner h3 {
    font-size: 25px;
  }
}

.breadcrumb {
  background: transparent;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

@media only screen and (max-width: 375px) {
  .breadcrumb {
    font-size: 16px;
  }
}

.breadcrumb .breadcrumb-item {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  flex: none;
  height: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  width: 5px;
}

.breadcrumb .breadcrumb-item a {
  color: #fff;
}

.breadcrumb .breadcrumb-item.active {
  color: var(--primary-color);
  text-decoration: underline;
}

.hero-content {
  max-width: 415px;
}

.hero-content .h2 {
  color: hsla(0, 0%, 100%, 0.35);
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

.hero-content h1 {
  margin-bottom: 25px;
}

.hero-content h1 b {
  color: var(--primary-color);
}

@media only screen and (max-width: 1399px) {
  .hero-content h1 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 375px) {
  .hero-content h1 {
    font-size: 40px;
  }
}

.author-image-part {
  border-radius: 0 0 580px 565px;
  margin-left: auto;
  margin-right: auto;
  max-width: 575px;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}

.author-image-part .bg-circle {
  background: var(--black-color);
  border-radius: 50%;
  height: 425px;
  left: 5%;
  position: absolute;
  top: 4%;
  width: 425px;
  z-index: -2;
}

.hero-content .hero-btns .read-more {
  margin-top: 15px;
  text-decoration: underline;
}

.hero-content .hero-btns .theme-btn {
  margin-right: 35px;
  margin-top: 15px;
}

@media only screen and (max-width: 1399px) {
  .author-image-part .bg-circle {
    height: 300px;
    left: 0;
    top: 15%;
    width: 300px;
  }
}

.author-image-part .progress-shape {
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: -1;
}

.hero-counter-wrap {
  background: var(--black-color);
  border-radius: 16px;
  padding: 35px 40px;
}

@media only screen and (min-width: 768px) {
  .hero-counter-wrap {
    max-width: 265px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-counter-wrap {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-counter-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.hero-area-two .author-image-part {
  border-radius: 0;
  margin-top: -25%;
  max-width: none;
}

.hero-area-two .author-image-part .bg-circle {
  background: var(--primary-color);
  left: 50%;
  position: absolute;
  top: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
}

.hero-counter-wrap .count-text {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.hero-counter-wrap .count-text.k-plus:after {
  content: "k+";
}

.hero-counter-wrap .count-text.percent:after {
  content: "%+";
}

.hero-counter-wrap .count-text.plus:after {
  content: "+";
}

.hero-counter-wrap .counter-item:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.hero-counter-wrap .counter-title {
  display: block;
}

@media only screen and (min-width: 576px) {
  .hero-area-two .author-image-part .bg-circle {
    height: 485px;
    width: 485px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-area-two .author-image-part .bg-circle {
    height: 350px;
    width: 350px;
  }
}

@media only screen and (max-width: 375px) {
  .hero-area-two .author-image-part .bg-circle {
    height: 300px;
    width: 300px;
  }
}

.hero-area-two .scroll-down {
  bottom: 0;
  left: 50%;
  max-width: 22%;
  position: absolute;
  transform: translate(-50%, 50%);
  z-index: 3;
}

.hero-two-content .sub-title {
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}

.hero-two-content .title {
  color: #fff;
  font-size: 200px;
  line-height: 0.9em;
  margin-left: -13px;
  position: relative;
  z-index: 5;
}

.hero-two-content span {
  display: block;
  font-family: var(--font-dm_sans);
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .hero-two-content .title {
    display: flex;
    font-size: 10vw;
    justify-content: space-between;
  }
}

.hero-two-content .name {
  color: #fff;
  font-size: 90px;
  line-height: 1;
  position: absolute;
  right: 0;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 13px;
  top: 40%;
  z-index: 5;
}

.hero-two-content .title small {
  color: var(--primary-color);
  font-size: 0.45em;
  margin-left: 10%;
}

@media only screen and (max-width: 991px) {
  .hero-two-content .name {
    font-size: 5vw;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
  }
}

.hero-two-content .designations {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: linear-gradient(94deg, #3132349c 46.62%, #584d4d9c 115.88%);
  border-radius: 60px;
  bottom: 25%;
  color: #fff;
  display: flex;
  font-size: 90px;
  left: 0;
  line-height: 1;
  padding: 15px 35px;
  position: absolute;
  z-index: 5;
}

@media only screen and (max-width: 991px) {
  .hero-two-content .designations {
    font-size: 5vw;
  }
}

.about-content-part .section-title p {
  max-width: 620px;
}

.about-image-part {
  padding-left: 40px;
  position: relative;
}

.hero-two-content .designations span {
  font-weight: 400;
  margin-right: 15px;
}

@media only screen and (max-width: 991px) {
  .about-image-part {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 375px) {
  .about-image-part {
    padding-left: 50px;
  }
}

.about-image-part .dot-shape {
  animation: rotated_circle 10s linear infinite;
  left: -10%;
  position: absolute;
  top: 25%;
}

.about-info-box {
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 580px;
  padding: 16px 40px 2px;
}

@media only screen and (max-width: 375px) {
  .about-info-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.about-info-box .info-box-item {
  margin-bottom: 15px;
}

.about-info-box .info-box-item:not(:last-child) {
  margin-right: 50px;
}

.info-box-item {
  align-items: center;
  display: flex;
}

.info-box-item .content {
  line-height: 1.5;
}

.info-box-item .content span {
  font-size: 14px;
}

.info-box-item > i {
  background: var(--primary-color);
  border-radius: 50%;
  color: var(--black-color);
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
  width: 40px;
}

@media only screen and (min-width: 376px) {
  .info-box-item .content a {
    font-size: 18px;
  }
}

.about-btn {
  align-items: center;
  background: #fff;
  border-radius: 32px;
  color: var(--black-color);
  display: flex;
  padding: 10px 25px 10px 15px;
}

.about-btn h6 {
  color: var(--black-color);
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 15px;
}

.about-btn img {
  border-radius: 50%;
  margin-right: 15px;
}

.info-box-item .content a:not(:hover) {
  color: #fff;
}

@media only screen and (max-width: 479px) {
  .about-btn h6 {
    font-size: 14px;
  }
}

.about-btn i {
  transform: rotate(-45deg);
}

.about-btn.btn-one {
  bottom: 42%;
  left: -10%;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .about-btn.btn-one {
    left: 5%;
  }
}

.about-btn.btn-one h6 {
  margin-right: 9px;
}

.about-btn.btn-two {
  bottom: 23%;
  left: -18%;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .about-btn.btn-two {
    left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .about-btn.btn-two {
    bottom: 12%;
  }
}

.what-i-do-images {
  padding-bottom: 13%;
  padding-right: 17%;
  position: relative;
}

.what-i-do-images .icon {
  color: var(--primary-color);
  font-size: 85px;
  line-height: 1;
  position: absolute;
  z-index: -1;
}

.what-i-do-images .last-image {
  bottom: 0;
  max-width: 55%;
  position: absolute;
  right: 0;
}

.what-i-do-images img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .what-i-do-images .icon {
    font-size: 45px;
  }
}

.about-right-part {
  height: 465px;
  position: relative;
}

.what-i-do-images .icon.first {
  right: 0;
  top: 11%;
}

.what-i-do-images .icon.last {
  bottom: 0;
  left: 12%;
}

@media only screen and (max-width: 479px) {
  .about-right-part {
    height: 400px;
  }
}

.about-right-part:after {
  background: var(--lighter-color);
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 390px;
  position: absolute;
  right: 10%;
  width: 390px;
  z-index: -2;
}

@media only screen and (max-width: 479px) {
  .about-right-part:after {
    height: 250px;
    width: 250px;
  }
}

.about-right-part .experience-years {
  background: var(--primary-color);
  border-radius: 50%;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: var(--font-dm_sans);
  font-weight: 700;
  height: 190px;
  justify-content: center;
  padding: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 190px;
}

@media only screen and (max-width: 479px) {
  .about-right-part .experience-years {
    height: 130px;
    padding: 25px;
    top: 0;
    transform: translateY(-30%);
    width: 130px;
  }
}

.about-right-part .experience-years b {
  display: block;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 6px;
}

@media only screen and (max-width: 479px) {
  .about-right-part .experience-years b {
    font-size: 25px;
  }
}

.about-right-part .experience-years h5 {
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .about-right-part .experience-years h5 {
    font-size: 16px;
  }
}

.about-right-part .about-btn {
  position: absolute;
}

.about-right-part .about-btn.one {
  left: 0;
  top: 30%;
}

.about-right-part .about-btn.two {
  left: 10%;
  top: calc(60% - 30px);
}

@media only screen and (max-width: 479px) {
  .about-right-part .about-btn.two {
    left: 0;
  }
}

.about-right-part .about-btn.three {
  bottom: 10%;
  left: 20%;
}

@media only screen and (max-width: 479px) {
  .about-right-part .about-btn.three {
    left: 0;
  }
}

.about-content-two .text {
  color: #757575;
  max-width: 530px;
}

.about-counter-wrap {
  position: relative;
}

.about-counter-wrap .counter-item {
  align-items: center;
  border: 1px solid var(--border-color);
  border-radius: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px 35px;
  text-align: center;
}

.about-counter-wrap .counter-item .count-text {
  -webkit-text-stroke-color: #ffffff42;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  font-family: var(--font-dm_sans);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  stroke: #ffffff42;
  stroke-width: 1px;
}

.about-info-item {
  font-family: var(--font-dm_sans);
  font-weight: 500;
  margin-top: 40px;
  text-transform: uppercase;
}

.about-info-item b {
  color: #fff;
  display: block;
}

.about-info-item small {
  color: var(--primary-color);
  font-size: 14px;
}

.about-right-part .dot-shape {
  position: absolute;
  z-index: -1;
}

.about-right-part .dot-shape.one {
  left: 30%;
  top: 0;
}

.about-right-part .dot-shape.two {
  bottom: 0;
  right: 15%;
}

@media only screen and (max-width: 375px) {
  .about-counter-wrap .counter-item .count-text {
    font-size: 35px;
  }
}

.about-counter-wrap .counter-item .count-text.k:after {
  content: "K";
}

.about-counter-wrap .counter-item .counter-title {
  color: #fff;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) {
  .about-counter-wrap .counter-item .counter-title {
    font-size: 20px;
  }
}

.about-counter-wrap .counter-logo {
  background: var(--primary-color);
  border-radius: 50%;
  height: 117px;
  left: 50%;
  line-height: 117px;
  position: absolute;
  text-align: center;
  top: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 117px;
}

.award-box {
  border: 1px solid var(--border-color);
  font-family: var(--font-dm_sans);
  margin: 0 -1px -1px 0;
  padding: 55px 35px 45px 45px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .award-box {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.award-box .tag {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  display: block;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  text-transform: uppercase;
  transition: 0.35s;
}

.award-box .year {
  background-color: var(--primary-color);
  color: var(--black-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  opacity: 0;
  padding: 10px 35px;
  position: absolute;
  right: 0;
  top: 10px;
  transition: 0.25s;
}

@media only screen and (max-width: 375px) {
  .award-box .tag {
    font-size: 40px;
  }
}

.award-box .count-title .count {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}

@media only screen and (max-width: 375px) {
  .award-box .count-title .count {
    font-size: 30px;
  }
}

.award-box .count-title .title {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (max-width: 375px) {
  .award-box .count-title .title {
    font-size: 14px;
  }
}

.award-box .count-title .title:before {
  content: "/";
  margin: 0 5px;
}

.award-box:hover .tag {
  color: #fff;
}

.award-box:hover .year {
  opacity: 1;
  top: 0;
}

.service-item {
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 15px;
  display: flex;
  margin-bottom: 30px;
  padding: 35px 50px;
  transition: 0.5s;
}

@media only screen and (max-width: 575px) {
  .service-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .service-item {
    display: block;
  }
}

.service-item .number {
  color: #fff;
  font-family: var(--font-dm_sans);
  font-size: 24px;
  margin-right: 50px;
}

@media only screen and (max-width: 479px) {
  .service-item .content {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.service-item .content p {
  margin-bottom: 0;
}

.service-item .expand-btn {
  align-self: center;
  flex: none;
  margin-left: auto;
}

.service-item-two {
  align-items: center;
  display: flex;
}

.service-item:hover {
  border-color: var(--primary-color);
}

.service-item:hover .expand-btn {
  background: var(--primary-color);
  color: var(--black-color);
}

@media only screen and (max-width: 991px) {
  .service-item-two {
    flex-wrap: wrap;
  }
}

.service-item-two .icon {
  flex: none;
  margin-right: 2%;
  text-align: center;
  width: 10%;
}

.service-item-two > * {
  margin-bottom: 25px;
}

.service-item-two:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 50px;
  padding-bottom: 35px;
}

@media only screen and (max-width: 991px) {
  .service-item-two .icon {
    margin-right: 20px;
    max-width: 30%;
    width: auto;
  }
}

.service-item-two .title {
  flex: none;
  letter-spacing: 1.8px;
  line-height: 1.6;
  margin-right: 5%;
  text-transform: uppercase;
  width: 16%;
}

@media only screen and (max-width: 991px) {
  .service-item-two .title {
    margin-right: 0;
    max-width: calc(70% - 20px);
    width: auto;
  }
}

.service-item-two .text {
  border-left: 1px solid var(--primary-color);
  color: #757575;
  font-family: var(--font-dm_sans);
  line-height: 1.5;
  margin-right: 5%;
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  .service-item-two .text {
    width: auto;
  }
}

.service-item-two .list {
  flex: none;
  font-size: 18px;
  font-weight: 500;
  margin-right: 7%;
  width: 15%;
}

@media only screen and (max-width: 991px) {
  .service-item-two .list {
    width: auto;
  }
}

.service-item-two .expand-btn {
  flex: none;
}

.service-item-two .list li {
  color: #fff;
  display: flex;
  font-family: var(--font-dm_sans);
}

.service-item-two .list li:before {
  color: var(--primary-color);
  content: "\f069";
  font-family: Font Awesome\5Pro;
  font-size: 14px;
  margin-right: 10px;
}

@media only screen and (min-width: 376px) {
  .service-item-two .expand-btn {
    font-size: 40px;
    height: 78px;
    line-height: 78px;
    width: 78px;
  }
}

.service-item-two:hover .expand-btn {
  background: var(--primary-color);
  color: var(--black-color);
  transform: rotate(0);
}

@media only screen and (min-width: 1400px) {
  .services-more-btn .theme-btn {
    padding: 20px 50px;
  }
}

.skill-area-two {
  background: #0f0e0e;
}

.skill-item {
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  margin-bottom: 30px;
  padding: 25px 10px 10px;
  text-align: center;
  transition: 0.5s;
}

.skill-item .percent {
  background: #131313;
  border-radius: 14px;
  color: hsla(0, 0%, 100%, 0.35);
  display: block;
  font-family: var(--font-dm_sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px;
  transition: 0.5s;
}

.skill-item h5 {
  margin-bottom: 16px;
  margin-top: 15px;
}

.skill-item:hover {
  border-color: var(--primary-color);
}

.skill-item:hover .percent {
  background: var(--primary-color);
  color: var(--black-color);
}

.skill-wrap-two {
  max-width: 615px;
}

@media only screen and (min-width: 992px) {
  .skill-wrap-two {
    margin-left: auto;
  }
}

.skill-item-two {
  margin-bottom: 35px;
  text-align: center;
}

.skill-item-two .icon-percent {
  background: #171717;
  border-radius: 148px;
  margin-bottom: 15px;
  padding: 55px 35px;
}

@media only screen and (max-width: 575px) {
  .skill-item-two .icon-percent {
    border-radius: 75px;
  }
}

.skill-item-two .icon-percent .percent {
  color: var(--primary-color);
  display: block;
  font-size: 30px;
  margin-top: 25px;
}

.skill-item-two .title {
  border: 1px solid var(--border-color);
  border-radius: 50px;
  margin-bottom: 0;
  padding: 8px;
  transition: 0.35s;
}

@media only screen and (max-width: 375px) {
  .skill-item-two .title {
    font-size: 18px;
  }
}

.big-icon {
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 130px;
  height: 270px;
  line-height: 270px;
  text-align: center;
  width: 270px;
}

.skill-item-two:hover .title {
  background: #171717;
  border-color: #171717;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .big-icon {
    font-size: 100px;
    height: 200px;
    line-height: 200px;
    width: 200px;
  }
}

@media only screen and (max-width: 375px) {
  .big-icon {
    font-size: 100px;
    height: 200px;
    line-height: 200px;
    width: 200px;
  }
}

.resume-items-wrap {
  background: var(--lighter-color);
  border-radius: 15px;
  padding: 60px 60px 1px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .resume-items-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.resume-items-wrap:before {
  background: var(--border-color);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
}

@media only screen and (max-width: 1199px) {
  .resume-items-wrap:before {
    left: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .resume-items-wrap:before {
    display: none;
  }
}

.resume-item {
  display: flex;
  margin-bottom: 55px;
}

.resume-item .content .years {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}

.resume-item .content h4 {
  margin-bottom: 5px;
}

.resume-item .icon {
  background: #131313;
  border-radius: 50%;
  color: hsla(0, 0%, 100%, 0.35);
  flex: none;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  text-align: center;
  transform: rotate(-45deg);
  transition: 0.5s;
  width: 40px;
}

@media only screen and (max-width: 479px) {
  .resume-item .content h4 {
    font-size: 20px;
    line-height: 1.3;
  }
}

.resume-area-two {
  -webkit-clip-path: polygon(50% 0, 100% 65px, 100% 100%, 0 100%, 0 65px);
  clip-path: polygon(50% 0, 100% 65px, 100% 100%, 0 100%, 0 65px);
}

.resume-item .content {
  width: 100%;
}

.resume-item .content .company {
  color: var(--primary-color);
}

.resume-item:hover .icon {
  background: var(--primary-color);
  color: var(--black-color);
}

@media only screen and (max-width: 991px) {
  .resume-area-two {
    -webkit-clip-path: polygon(50% 0, 100% 35px, 100% 100%, 0 100%, 0 35px);
    clip-path: polygon(50% 0, 100% 35px, 100% 100%, 0 100%, 0 35px);
  }
}

.resume-box {
  background: var(--lighter-color);
  display: flex;
  justify-content: space-between;
  padding: 60px;
}

@media only screen and (max-width: 575px) {
  .resume-box {
    display: block;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 375px) {
  .resume-box {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.resume-box .timeline-item .expand-btn {
  border: none;
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.resume-box .timeline-item .duration {
  color: #fff;
  display: block;
  font-family: var(--font-dm_sans);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.resume-box .timeline-item .duration i {
  color: var(--primary-color);
  margin-right: 7px;
}

.resume-box .timeline-item .title {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.resume-box .timeline-item:hover .expand-btn {
  background: var(--primary-color);
  color: var(--black-color);
}

.resume-box .timeline-item:not(:last-child) {
  margin-bottom: 60px;
}

@media only screen and (max-width: 575px) {
  .resume-box .timeline-item {
    margin-bottom: 35px !important;
  }
}

.resume-box .resume-column:not(:first-child) {
  order: 2;
}

.resume-box .resume-line {
  border-right: 1px dashed var(--border-color);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 0;
}

@media only screen and (max-width: 767px) {
  .resume-box .resume-line {
    display: none;
  }
}

.resume-box .resume-line .resume-dots {
  background: var(--primary-color);
  border-radius: 50%;
  height: 8px;
  margin-left: -4px;
  position: relative;
  width: 8px;
}

.resume-box .resume-line .resume-dots:after {
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  content: "";
  height: 28px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
}

.timeline-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.timeline-heading .title {
  background: var(--lighter-color);
  border-radius: 80px;
  color: #fff;
  display: inline-block;
  font-family: var(--font-dm_sans);
  font-size: 115px;
  font-weight: 500;
  line-height: 1;
  padding: 22px 75px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .timeline-heading .title {
    font-size: 10vw;
  }
}

.timeline-heading .arrow {
  font-size: 85px;
  margin-bottom: 45px;
  margin-top: 15px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .timeline-heading .arrow {
    font-size: 10vw;
  }
}

.resume-box-wrap {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1200px) {
  .resume-box-wrap.design-two .timeline-heading .arrow {
    margin-bottom: 15px;
    margin-top: 45px;
    transform: rotate(180deg);
  }

  .resume-box-wrap.design-two .timeline-heading,
  .resume-box-wrap.design-two .timeline-heading .title {
    order: 2;
  }
}

.contact-form-two {
  background: #0f0e0e;
  border-radius: 6px;
  padding: 60px 43px 43px;
}

.form-style-one .form-group {
  margin-bottom: 32px;
}

.form-style-one .form-group .for-icon {
  color: hsla(0, 0%, 100%, 0.2);
  font-size: 16px;
  margin-bottom: 0;
  margin-top: -45px;
  position: absolute;
  right: 26px;
}

.form-style-one .form-group .form-control,
.form-style-one .form-group .nice-select {
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  color: #fff;
  font-family: var(--font-dm_sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  padding: 19px 45px 19px 30px;
}

.form-style-one .form-group .form-control::placeholder,
.form-style-one .form-group .nice-select::placeholder {
  color: hsla(0, 0%, 100%, 0.2);
}

.form-style-one .form-group .form-control:focus ~ .for-icon,
.form-style-one .form-group .nice-select:focus ~ .for-icon {
  color: #fff;
}

.form-style-one .form-group .form-control:focus,
.form-style-one .form-group .nice-select:focus {
  background: #070707;
  border-color: var(--primary-color);
  box-shadow: none;
}

.form-style-one .form-group .form-control:focus::placeholder,
.form-style-one .form-group .nice-select:focus::placeholder {
  color: #fff;
}

.form-style-one .form-group .nice-select .current {
  color: hsla(0, 0%, 100%, 0.2);
  font-weight: 400;
}

.form-style-one .form-group .nice-select .list {
  background: var(--black-color);
}

.form-style-one .form-group .nice-select .option.focus,
.form-style-one .form-group .nice-select .option.selected.focus,
.form-style-one .form-group .nice-select .option:hover {
  background-color: #5c5a5a;
}

.form-style-one .form-group .nice-select:after {
  border-color: hsla(0, 0%, 100%, 0.2);
  margin-top: -6px;
  right: 26px;
}

.form-style-one .form-group .nice-select:focus .current {
  color: #fff;
}

.form-style-one .form-group .nice-select:focus:after {
  border-color: #fff;
}

.form-style-one .form-group label {
  color: #fff;
  font-family: var(--font-dm_sans);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}

@media only screen and (max-width: 375px) {
  .contact-form-two {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.contact-form-two .form-group {
  margin-bottom: 44px;
}

.contact-form-two .form-group .for-icon {
  color: var(--primary-color);
  margin-top: -41px;
}

.contact-form-two .form-group .for-title {
  background: #0f0e0e;
  color: #838287;
  font-size: 16px;
  left: 28px;
  line-height: 1;
  margin-bottom: 0;
  padding: 0 8px;
  position: absolute;
  top: -8px;
}

.contact-form-two .form-group .form-control {
  background: transparent;
  border-radius: 5px;
  padding-bottom: 16px;
  padding-top: 16px;
}

.contact-form-two .theme-btn {
  border-radius: 28px;
  width: 100%;
}

.contact-form-two .theme-btn i {
  margin-left: 0;
  margin-right: 8px;
}

.contact-two-content h3 {
  margin-bottom: 33px;
}

.contact-two-content h5 {
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
  .contact-two-content h5 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 375px) {
  .contact-two-content h5 {
    font-size: 18px;
  }
}

.contact-two-content .arrow {
  color: var(--primary-color);
  font-size: 150px;
  transform: rotate(-45deg) translateX(-15px);
}

.contact-two-content h5 i {
  color: var(--primary-color);
  margin-right: 15px;
}

@media only screen and (max-width: 575px) {
  .contact-two-content .arrow {
    display: none;
  }
}

.social-flow {
  align-items: center;
  display: inline-flex;
}

.social-flow .social-style-one a {
  background: transparent;
  border: 1px solid var(--border-color);
}

.social-flow .social-style-one,
.social-flow h4 {
  margin-bottom: 15px;
}

.social-flow h4 {
  margin-right: 25px;
}

@media only screen and (min-width: 376px) {
  .social-flow .social-style-one a {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}

.contact-page-content .social-style-one a {
  color: var(--lighter-color);
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.contact-page-content .social-style-one a:not(:hover) {
  background: #fff;
}

.contact-page-content h6 {
  font-size: 18px;
  margin-bottom: 22px;
}

.contact-page-form {
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 45px 50px 50px;
}

.social-flow .social-style-one a:hover {
  background: var(--primary-color);
}

@media only screen and (max-width: 479px) {
  .contact-page-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact-page-form .form-group .form-control,
.contact-page-form .form-group .nice-select {
  background: hsla(0, 0%, 100%, 0.07);
}

.our-location iframe {
  height: 600px;
}

@media only screen and (max-width: 1399px) {
  .our-location iframe {
    height: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .our-location iframe {
    height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .our-location iframe {
    height: 350px;
  }
}

#msgSubmit.h4 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 10px;
}

.has-error .help-block.with-errors {
  color: red;
  margin-top: 5px;
}

.project-content {
  margin-bottom: 45px;
  padding-left: 60px;
  padding-right: 60px;
}

.project-image {
  margin-bottom: 45px;
}

.project-image img {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .project-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .project-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 375px) {
  .project-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.project-content .sub-title {
  color: var(--base-color);
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.project-content h2 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .project-content h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 479px) {
  .project-content h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}

.project-content .expand-btn {
  margin-top: 25px;
}

.project-item.style-two {
  margin-bottom: 20px;
}

.project-item.style-two .project-content {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.project-item.style-two .project-image {
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}

.project-item.style-two .project-image .expand-btn {
  background: var(--primary-color);
  border-radius: 50%;
  color: var(--black-color);
  font-size: 20px;
  height: 65px;
  left: 50%;
  line-height: 65px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 65px;
  z-index: 2;
}

.project-item.style-two .project-image:before {
  background-color: var(--lighter-color);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: -1;
  z-index: 1;
}

@media only screen and (max-width: 479px) {
  .project-item.style-two .project-content h3 {
    font-size: 25px;
  }
}

.project-item.style-three {
  margin-bottom: 30px;
  position: relative;
}

.project-item.style-three .project-content {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  opacity: 0;
  padding: 40px;
  position: absolute;
  transition: 0.5s;
  width: 100%;
}

.project-item.style-three .project-image {
  margin-bottom: 0;
}

.project-item.style-three:before {
  background: linear-gradient(180deg, #c9f31d00, #c9f31d);
  bottom: 0;
  content: "";
  height: 250px;
  left: 0;
  max-height: 100%;
  opacity: 0;
  position: absolute;
  transition: 0.5s;
  width: 100%;
}

.project-item.style-two:hover .project-image .expand-btn {
  opacity: 1;
}

.project-item.style-two:hover .project-image:before {
  opacity: 0.65;
}

.project-item.style-two:hover .project-image.expanded:before {
  opacity: 0;
}

@media only screen and (max-width: 375px) {
  .project-item.style-three .project-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.project-item.style-four {
  margin-bottom: 50px;
}

.project-item.style-four .image {
  position: relative;
}

.project-item.style-four .image .hover-box {
  align-items: center;
  background: url(/_next/static/media/btn-bg.f348dd20.png);
  background-size: cover;
  border-radius: 50%;
  color: var(--black-color);
  display: flex;
  flex-direction: column;
  font-weight: 700;
  height: 170px;
  justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  top: 28%;
  transform: translate(-50%);
  transition: 0.5s;
  width: 170px;
}

.project-item.style-three .project-content .project-btn {
  color: var(--lighter-color);
  display: inline-block;
  font-size: 22px;
  margin-bottom: 5px;
  transform: rotate(-45deg);
}

.project-item.style-three .project-content .sub-title {
  color: var(--lighter-color);
  font-weight: 500;
  margin-bottom: 2px;
}

.project-item.style-three .project-content h4 {
  font-weight: 700;
  margin-bottom: 0;
}

.project-item.style-three .project-content h4 a {
  color: var(--lighter-color);
}

.project-item.style-three:hover .project-content,
.project-item.style-three:hover:before {
  opacity: 1;
}

.projects-area-four {
  background: #0f0e0e;
}

@media only screen and (max-width: 991px) {
  .project-item.style-four .image .hover-box {
    top: 15%;
  }
}

@media only screen and (max-width: 375px) {
  .project-item.style-four .image .hover-box {
    font-size: 14px;
    height: 120px;
    width: 120px;
  }
}

.project-details-btn {
  text-align: center;
}

.project-details-btn .more-btn {
  align-items: center;
  border: 2px solid var(--border-color);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-size: 85px;
  font-weight: 500;
  height: 400px;
  justify-content: center;
  line-height: 1;
  padding-top: 5%;
  text-transform: uppercase;
  width: 400px;
}

.project-item.style-four .content {
  bottom: 25px;
  left: 20px;
  position: absolute;
}

.project-item.style-four .content .sub-title {
  background: var(--black-color);
  color: hsla(0, 0%, 100%, 0.6);
  display: inline-block;
  padding: 6px 15px;
  text-transform: capitalize;
}

.project-item.style-four .content .title {
  background: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0;
  min-width: 243px;
  padding: 7px 15px;
}

.project-item.style-four .content .title a {
  color: var(--black-color);
}

.project-item.style-four .image .hover-box i {
  margin-top: 5px;
  transform: rotate(45deg);
}

.project-item.style-four:hover .hover-box {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .project-details-btn .more-btn {
    font-size: 44px;
    height: 250px;
    width: 250px;
  }
}

.project-details-btn .more-btn i {
  color: var(--primary-color);
  font-size: 1.5em;
  margin-top: 10px;
  transform: rotate(45deg);
}

.project-details-content .list-style-one {
  justify-content: space-between;
  max-width: 600px;
}

.project-details-content .list-style-one li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.project-details-content .list-style-one li:before {
  font-size: 24px;
  margin-right: 15px;
}

.project-details-content h3 {
  margin-bottom: 35px;
}

.project-details-info {
  background-color: var(--primary-color);
  border-radius: 15px;
  padding: 40px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-details-info {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .project-details-info {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.pd-info-item h5 {
  color: var(--lighter-color);
  font-family: var(--font-inter);
}

.pd-info-item span {
  color: var(--lighter-color);
  display: block;
  font-family: var(--font-dm_sans);
}

.pd-info-item:not(:last-child) {
  margin-bottom: 35px;
}

@media only screen and (min-width: 376px) {
  .pd-info-item h5 {
    font-size: 22px;
  }
}

.tag-share {
  align-items: center;
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 40px 0;
}

@media only screen and (max-width: 479px) {
  .tag-share {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.big-letter:first-letter {
  background: var(--primary-color);
  border-radius: 12px;
  color: var(--lighter-color);
  float: left;
  font-family: var(--font-dm_sans);
  font-size: 27px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 5px;
  padding: 10px 16px;
  text-transform: uppercase;
}

.marquee-inner {
  display: flex;
}

.marquee-inner.left {
  animation: marquee_left 20s linear infinite;
}

.marquee-inner.right {
  animation: marquee_right 20s linear infinite;
}

.marquee-item {
  color: #fff;
  font-family: var(--font-dm_sans);
  font-size: 20px;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
}

.marquee-item i {
  color: var(--primary-color);
  margin-left: 30px;
}

.marquee-wrap {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.style-two .marquee-item {
  font-size: 140px;
  line-height: 1;
  text-transform: capitalize;
}

.tag-share .item {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.tag-share .item > b {
  color: #fff;
  font-weight: 500;
  margin-right: 20px;
}

.tag-share .item h5 {
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 1199px) {
  .style-two .marquee-item {
    font-size: 10vw;
  }
}

.headline-area-h2 {
  transform: rotate(4.4deg);
}

.style-two .marquee-item span {
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  color: transparent;
}

.testimonial-item {
  background: var(--black-color);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 50px 60px;
  text-align: center;
  transition: 0.5s;
}

@media only screen and (max-width: 1199px) {
  .testimonial-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.testimonial-item .author {
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
}

.testimonial-item .author img {
  display: inline-block;
}

.testimonial-item .author:before {
  align-items: center !important;
  background: #1f1f1f;
  border-radius: 50%;
  color: var(--primary-color);
  content: "\201F";
  display: flex !important;
  font-size: 3rem;
  font-weight: 900;
  height: 50px;
  justify-content: center !important;
  position: absolute;
  right: 90%;
  top: 5px;
  transition: 0.5s;
  width: 50px;
}

.testimonial-item .testi-des h5 {
  margin-bottom: 0;
}

.testimonial-item .text {
  margin-bottom: 30px;
}

@media only screen and (min-width: 376px) {
  .testimonial-item .testi-des h5 {
    font-size: 22px;
  }
}

.pricing-item {
  background: var(--lighter-color);
  border-radius: 16px;
  margin-bottom: 30px;
  padding: 10px;
}

.pricing-item .pricing-header {
  background: #131313;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 47px 50px;
}

.testimonial-item .testi-des span {
  color: var(--primary-color);
  font-size: 14px;
}

.testimonial-item:hover {
  background: #131313;
}

.testimonial-item:hover .author:before {
  background: var(--primary-color);
  color: var(--black-color);
}

.testimonials-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonials-wrap .testimonial-item {
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (max-width: 1199px) {
  .pricing-item .pricing-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.pricing-item .pricing-header .price {
  color: var(--primary-color);
  font-family: var(--font-dm_sans);
  font-size: 48px;
  font-weight: 500;
}

.pricing-item .pricing-header .save-percent {
  color: hsla(0, 0%, 100%, 0.35);
  margin-bottom: 40px;
}

.pricing-item .pricing-header .save-percent span {
  color: var(--primary-color);
}

@media only screen and (max-width: 1199px) {
  .pricing-item .pricing-header .price {
    font-size: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .pricing-item .pricing-header .price {
    font-size: 35px;
  }
}

.pricing-item .pricing-details {
  padding: 40px 50px;
}

.pricing-item .pricing-header .price:after {
  color: var(--base-color);
  content: "/per month";
  font-size: 16px;
  font-weight: 400;
}

.pricing-item .pricing-header .price:before {
  content: "$";
}

@media only screen and (max-width: 1199px) {
  .pricing-item .pricing-details {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.pricing-item .pricing-details p {
  margin-bottom: 35px;
}

.pricing-item .pricing-details ul {
  padding-bottom: 12px;
}

.pricing-item .pricing-details ul li {
  color: #fff;
  font-size: 20px;
  margin-bottom: 34px;
}

@media only screen and (max-width: 375px) {
  .pricing-item .pricing-details ul li {
    font-size: 18px;
  }
}

.pricing-item .pricing-details ul li.unable {
  color: #fff;
  opacity: 0.35;
}

.pricing-item .pricing-details ul li.unable:before {
  color: #fff;
}

.pricing-item .pricing-details ul li:before {
  color: var(--primary-color);
  content: "\f00c";
  font-family: Font Awesome\5Pro;
  font-size: 18px;
  margin-right: 15px;
}

.pricing-item.style-two {
  border-radius: 10px;
  padding: 60px 50px;
}

.pricing-item:not(:hover) .theme-btn {
  background: hsla(0, 0%, 100%, 0.1);
  color: var(--base-color);
}

@media only screen and (max-width: 767px) {
  .pricing-item.style-two {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.pricing-item.style-two .arrow {
  margin-bottom: 60px;
  text-align: right;
}

.pricing-item.style-two .price {
  color: #fff;
  display: block;
  font-family: var(--font-dm_sans);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.pricing-item.style-two .price:after {
  color: #888686;
  content: " Monthly";
  font-size: 16px;
  font-weight: 500;
}

.pricing-item.style-two .price:before {
  content: "$";
}

.pricing-item.style-two .title {
  display: flex;
  margin-bottom: 20px;
}

.pricing-item.style-two .title .icon {
  background: var(--primary-color);
  border-radius: 50%;
  color: var(--black-color);
  flex: none;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  margin-right: 20px;
  margin-top: 3px;
  text-align: center;
  width: 33px;
}

.pricing-item.style-two .title .save {
  color: #888686;
}

.pricing-item.style-two .title h4 {
  font-size: 26px;
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .pricing-item.style-two .arrow {
    margin-bottom: 40px;
    text-align: left;
  }
}

.pricing-item.style-two .theme-btn {
  border-radius: 7px;
  font-size: 15px;
  padding-left: 33px;
  padding-right: 33px;
}

@media only screen and (max-width: 575px) {
  .pricing-item.style-two .list {
    margin-top: 45px;
  }
}

.lets-talk-text {
  color: #fff;
  display: inline-block;
  font-size: 145px;
  font-weight: 600;
  text-transform: capitalize;
}

.pricing-item.style-two .list li {
  color: #fff;
  display: flex;
  font-family: var(--font-dm_sans);
  font-size: 18px;
  justify-content: space-between;
  line-height: 1.3;
}

.pricing-item.style-two .list li i {
  background: #353535;
  border-radius: 50%;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  margin-left: 10px;
  text-align: center;
  transition: 0.4s;
  width: 22px;
}

.pricing-item.style-two .list li:hover i {
  background: var(--primary-color);
  color: var(--black-color);
}

.pricing-item.style-two .list li:not(:last-child) {
  margin-bottom: 40px;
}

.pricing-tab {
  justify-content: center;
}

.pricing-tab li button {
  align-items: center;
  background: transparent;
  color: #fefeff;
  display: flex;
  font-family: var(--font-dm_sans);
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.pricing-tab li button.active {
  color: var(--primary-color);
}

.pricing-tab li button:focus,
.pricing-tab li button:hover {
  color: #fefeff;
}

.pricing-tab li:first-child button.active:after,
.pricing-tab li:last-child button.active:before {
  background: #fff;
}

.pricing-tab li:first-child button:after {
  margin-left: 10px;
}

.pricing-tab li:first-child button:after,
.pricing-tab li:last-child button:before {
  background: #0fcd81;
  border-radius: 50%;
  content: "";
  height: 30px;
  transition: 0.5s;
  width: 30px;
}

.pricing-tab li:first-child button:before {
  background: #0fcd81;
  border-radius: 25px;
  content: "";
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 60px;
  z-index: -1;
}

.pricing-tab li:last-child button:before {
  margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .lets-talk-text {
    font-size: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .lets-talk-text {
    font-size: 10vw;
  }
}

.lets-talk-text i {
  color: var(--primary-color);
  transform: rotate(-45deg) translateX(-15px);
}

@media only screen and (max-width: 575px) {
  .lets-talk-text i {
    transform: rotate(-45deg) translateX(-10px);
  }
}

@media only screen and (max-width: 375px) {
  .lets-talk-text i {
    transform: rotate(-45deg) translateX(-5px);
  }
}

.client-logo-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -30px;
  margin-right: -30px;
}

.lets-talk-text:hover {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .client-logo-wrap {
    justify-content: center;
  }
}

.client-logo-wrap .client-logo-item {
  filter: grayscale(1) opacity(0.8);
  margin: 0 30px 70px;
  width: calc(20% - 60px);
}

@media only screen and (max-width: 991px) {
  .client-logo-wrap .client-logo-item {
    margin-bottom: 40px;
    width: calc(25% - 60px);
  }
}

@media only screen and (max-width: 767px) {
  .client-logo-wrap .client-logo-item {
    width: calc(33.33% - 60px);
  }
}

@media only screen and (max-width: 375px) {
  .client-logo-wrap .client-logo-item {
    width: calc(50% - 60px);
  }
}

.blog-item {
  align-items: center;
  background: var(--lighter-color);
  border: 1px solid transparent;
  border-radius: 16px;
  display: flex;
  margin-bottom: 30px;
  padding: 10px;
  transition: 0.4s;
}

.blog-item:hover {
  border-color: hsla(0, 0%, 100%, 0.1);
}

.client-logo-wrap .client-logo-item:hover {
  filter: grayscale(0) opacity(1);
}

.style-two.client-logo-wrap .client-logo-item {
  filter: grayscale(0) opacity(1);
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-item {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .blog-item {
    display: block;
  }
}

.blog-item .image {
  flex: none;
  margin-right: 40px;
  max-width: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-item .image {
    margin-bottom: 15px;
    margin-right: 0;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .blog-item .image {
    margin-bottom: 15px;
    margin-right: 0;
    max-width: none;
  }
}

.blog-item .content {
  padding-right: 30px;
}

.blog-item .image img {
  border-radius: 16px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-item .content {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-item .content {
    padding: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .blog-item .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.blog-item .content h5 {
  font-size: 22px;
  line-height: 1.55;
  margin-bottom: 30px;
}

@media only screen and (max-width: 375px) {
  .blog-item .content h5 {
    font-size: 20px;
  }
}

.blog-item.style-two {
  border: 1px solid var(--border-color);
  display: block;
  overflow: hidden;
}

.blog-item.style-two .content {
  padding: 0 35px;
}

.blog-item.style-two .image {
  margin: 0 0 40px;
  max-width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-item.style-two .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .blog-item.style-two .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-content {
  background: #fff;
  box-shadow: 0 10px 60px #00000012;
  padding: 35px 40px 30px;
}

.blog-item.style-two .content h5 {
  font-size: 20px;
}

.blog-item.style-two .content hr {
  margin-left: -45px;
  margin-right: -45px;
}

@media only screen and (max-width: 991px) {
  .blog-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.blog-content h4 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .blog-content h4 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 375px) {
  .blog-content h4 {
    font-size: 20px;
  }
}

.blog-content p {
  margin-bottom: 20px;
}

.blog-item-two {
  margin-bottom: 30px;
}

.blog-item-two .image {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.blog-item-two .image .expand-btn {
  background: var(--primary-color);
  color: var(--black-color);
  font-size: 42px;
  height: 100px;
  left: 50%;
  line-height: 100px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  z-index: 2;
}

.blog-item-two .image img {
  filter: grayscale(1);
  transition: 0.5s;
  width: 100%;
}

.blog-item-two .image:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: -1;
  z-index: 1;
}

.blog-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.blog-meta .tag {
  background: hsla(0, 0%, 100%, 0.1);
  border-radius: 10px;
  color: var(--base-color);
  line-height: 1;
  padding: 10px 20px;
}

.blog-meta .tag:hover {
  background: var(--primary-color);
  color: var(--lighter-color);
}

.blog-meta .tag:not(:last-child) {
  margin-right: 10px;
}

.blog-meta i {
  color: #fff;
  margin-right: 10px;
}

@media only screen and (max-width: 375px) {
  .blog-item-two .image .expand-btn {
    font-size: 30px;
    height: 75px;
    line-height: 75px;
    width: 75px;
  }
}

.blog-item-two .content .title {
  line-height: 1.5;
  margin-bottom: 20px;
}

.blog-item-two .image .expand-btn i {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 376px) {
  .blog-item-two .content .title {
    font-size: 26px;
  }
}

.blog-details-wrap {
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 15px;
}

.blog-details-wrap .content {
  padding-left: 35px;
  padding-right: 35px;
}

.blog-item-two .content .read-more {
  align-items: center;
  display: inline-flex;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.blog-item-two .content .read-more img {
  margin-left: 20px;
}

.blog-item-two:hover .image .expand-btn {
  opacity: 1;
}

.blog-item-two:hover .image img {
  filter: grayscale(0);
}

.blog-item-two:hover .image:before {
  opacity: 0.68;
}

@media only screen and (max-width: 1199px) {
  .blog-details-wrap .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-details-wrap .content {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog-details-wrap .content h4 {
  margin-bottom: 18px;
}

@media only screen and (min-width: 480px) {
  .blog-details-wrap .content h4 {
    font-size: 27px;
  }
}

.author-date-share {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.author-date-share .author {
  margin-right: 20px;
}

.author-date-share .author img {
  border-radius: 50%;
}

.author-date-share .text {
  margin-right: 70px;
}

.author-date-share > * {
  margin-bottom: 10px;
}

.blog-details-wrap .content .tag-share {
  border-left: none;
  border-radius: 0;
  border-right: none;
  padding-left: 0;
  padding-right: 0;
}

.blog-details-wrap .image img {
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .author-date-share .text {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .author-date-share .text {
    margin-right: 20px;
  }
}

.author-date-share .text h5 {
  margin-bottom: 0;
}

.author-date-share .text span {
  font-family: var(--font-dm_sans);
}

@media only screen and (min-width: 576px) {
  .author-date-share .text h5 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 375px) {
  .author-date-share .text h5 {
    font-size: 18px;
  }
}

.author-date-share .expand-btn {
  height: 55px;
  line-height: 55px;
  margin-left: auto;
  transform: rotate(0deg);
  width: 55px;
}

.author-date-share .expand-btn:not(:hover) {
  color: #fff;
}

blockquote {
  background: #131313;
  border-left: 3px solid var(--primary-color);
  color: #fff;
  font-family: var(--font-dm_sans);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 45px;
  margin-top: 45px;
  padding: 30px 40px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  blockquote {
    font-size: 22px;
    padding-left: 100px;
  }

  blockquote:before {
    font-size: 40px;
    left: 30px;
  }
}

@media only screen and (max-width: 479px) {
  blockquote {
    font-size: 20px;
    padding-left: 60px;
    padding-right: 25px;
  }

  blockquote:before {
    font-size: 25px;
    left: 15px;
  }
}

@media only screen and (max-width: 375px) {
  blockquote {
    font-size: 18px;
    padding-left: 25px;
  }

  blockquote:before {
    display: none;
  }
}

.next-prev-post {
  border-bottom: 1px solid var(--border-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.next-prev-post .post-item {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  max-width: 330px;
}

.next-prev-post .post-item .date {
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.next-prev-post .post-item .date i {
  color: #fff;
  margin-right: 10px;
}

.next-prev-post .post-item .image {
  flex: none;
  margin-right: 30px;
  max-width: 65px;
}

.next-prev-post .post-item .image img {
  border-radius: 50%;
}

.next-prev-post .post-item h6 {
  line-height: 1.5;
  margin-bottom: 0;
}

blockquote .blockquote-footer {
  color: hsla(0, 0%, 100%, 0.35);
  display: block;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 20px;
}

blockquote .blockquote-footer:before {
  color: var(--primary-color);
  content: "——";
  letter-spacing: -2px;
  margin-right: 30px;
}

@media only screen and (min-width: 376px) {
  .next-prev-post .post-item h6 {
    font-size: 18px;
  }
}

.comments {
  background: #fff;
  box-shadow: 0 4px 60px 0 hsla(0, 4%, 5%, 0.07);
  padding: 40px 50px 35px;
}

@media only screen and (max-width: 767px) {
  .comments {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .comments {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.comment-body {
  max-width: 693px;
  padding-bottom: 10px;
  padding-top: 35px;
}

.comment-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .comment-body {
    display: flex;
  }
}

.comment-body .author-thumb {
  flex: none;
  margin-bottom: 20px;
  margin-right: 35px;
  max-width: 100px;
}

.comment-body .author-thumb img {
  border-radius: 50%;
}

.comment-body .content {
  padding-left: 0;
  padding-right: 0;
}

.comment-body .content .blog-meta li {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.comment-body .content .blog-meta li a {
  color: var(--primary-color);
}

.comment-body .content .blog-meta li:not(:last-child):after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 5px;
  margin-left: 20px;
  margin-right: 20px;
  width: 5px;
}

.comment-body .content h6 {
  margin-bottom: 0;
}

@media only screen and (min-width: 376px) {
  .comment-body .content h6 {
    font-size: 18px;
  }
}

.comment-body .content p {
  margin-bottom: 10px;
}

.comment-body.comment-child {
  margin-left: 50px;
}

@media only screen and (max-width: 575px) {
  .comment-body.comment-child {
    margin-left: 30px;
  }
}

.admin-comment .comment-body {
  align-items: center;
  background: #131313;
  border: none;
  border-radius: 10px;
  max-width: none;
  padding: 30px 50px;
}

@media only screen and (max-width: 767px) {
  .admin-comment .comment-body {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .admin-comment .comment-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.admin-comment .comment-body .content h5 {
  margin-bottom: 12px;
}

@media only screen and (min-width: 376px) {
  .admin-comment .comment-body .content h5 {
    font-size: 22px;
  }
}

.admin-comment .comment-body .author-thumb {
  margin-right: 50px;
  max-width: 160px;
}

@media only screen and (min-width: 768px) {
  .admin-comment .comment-body .author-thumb {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 375px) {
  .admin-comment .comment-body .author-thumb {
    max-width: 100px;
  }
}

.comment-form {
  border-top: 1px solid var(--border-color);
}

.comment-form h5 {
  font-size: 24px;
  margin-bottom: 20px;
}

.error-content .section-title h1 {
  margin-bottom: 0;
}

@media only screen and (min-width: 1400px) {
  .error-content .section-title h1 {
    font-size: 85px;
  }

  .error-content .section-title h2 {
    font-size: 55px;
  }
}

.faq-image-part {
  max-width: 550px;
  padding-bottom: 25%;
  padding-right: 22%;
  position: relative;
}

.faq-image-part .image-two {
  bottom: 0;
  max-width: 75%;
  position: absolute;
  right: 0;
}

.faq-image-part:after,
.faq-image-part:before {
  background: url(/_next/static/media/faq-dots.b80c4562.png);
  content: "";
  height: 305px;
  position: absolute;
  width: 305px;
  z-index: -1;
}

@media only screen and (max-width: 479px) {
  .faq-image-part:after,
  .faq-image-part:before {
    height: 200px;
    width: 200px;
  }
}

.accordion-item {
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 20px 25px;
}

.faq-image-part .square-shape {
  background: var(--primary-color);
  bottom: 10.5%;
  height: 25px;
  left: 7.5%;
  position: absolute;
  width: 25px;
}

.faq-image-part:after {
  bottom: 8%;
  left: 10%;
}

.faq-image-part:before {
  right: 14%;
  top: 6%;
}

@media only screen and (max-width: 375px) {
  .accordion-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.accordion-item .accordion-body {
  padding: 15px 0 0 40px;
}

.accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-item .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.accordion-item .accordion-button:after {
  display: none;
}

.accordion-item .accordion-button:before {
  background: var(--primary-color);
  border-radius: 50%;
  color: #000;
  content: "\f105";
  flex: none;
  font-family: Font Awesome\5Pro;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  margin-right: 15px;
  text-align: right;
  text-align: center;
  transition: 0.5s;
  width: 25px;
}

.accordion-item .accordion-button:focus {
  box-shadow: none;
}

.accordion-item .accordion-button:not(.collapsed):before {
  transform: rotate(90deg);
}

.accordion-item:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.accordion-item:last-of-type {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.accordion-item:not(:last-child) {
  margin-bottom: 15px;
}

.main-sidebar {
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 50px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .main-sidebar {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.widget-category ul li {
  align-items: center;
  color: hsla(0, 0%, 100%, 0.3);
  display: flex;
  font-size: 18px;
}

.widget-category ul li a {
  font-family: var(--font-dm_sans);
  font-weight: 500;
}

.widget-category ul li a:not(:hover) {
  color: hsla(0, 0%, 100%, 0.3);
}

.widget-category ul li i {
  margin-right: 12px;
}

.widget-category ul li:not(:last-child) {
  margin-bottom: 14px;
}

.widget-recent-news ul li {
  align-items: center;
  display: flex;
}

.widget-recent-news ul li .image {
  flex: none;
  margin-right: 30px;
  max-width: 65px;
}

.widget-recent-news ul li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.widget-search .widget-title {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.widget-search .widget-title:after {
  content: none;
}

.widget-search form {
  align-items: center;
  background: #131313;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  display: flex;
  padding: 14px 25px;
}

.widget-search form button {
  background: transparent;
  color: var(--primary-color);
  flex: none;
}

.widget-search form input {
  background: transparent;
  border: none;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}

.widget-search form input::placeholder {
  color: #3e3e3e;
}

.widget-title {
  margin-bottom: 34px;
  padding-bottom: 25px;
  position: relative;
}

.widget-title:after {
  background: hsla(0, 0%, 100%, 0.1);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}

.widget:not(:last-child) {
  margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
  .widget-recent-news ul li .image {
    margin-right: 20px;
  }
}

.widget-recent-news ul li .blog-meta {
  text-transform: uppercase;
}

.widget-recent-news ul li .image img {
  border-radius: 50%;
}

.widget-recent-news ul li h5 {
  font-size: 18px;
  margin-bottom: 0;
}

@media only screen and (max-width: 375px) {
  .widget-recent-news ul li h5 {
    font-size: 16px;
  }
}

.cta-widget {
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  overflow: hidden;
  padding: 115px 40px 40px;
  position: relative;
  z-index: 1;
}

.cta-widget:before {
  background-color: #131313;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.tag-coulds {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}

.tag-coulds a {
  background: hsla(0, 0%, 100%, 0.1);
  border-radius: 10px;
  font-family: var(--font-dm_sans);
  font-weight: 500;
  margin: 10px 5px 0;
  padding: 2px 20px;
  text-transform: capitalize;
}

.tag-coulds a:hover {
  background: var(--primary-color);
  color: var(--black-color);
}

@media only screen and (max-width: 375px) {
  .cta-widget {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.cta-widget .sub-title {
  color: var(--primary-color);
  display: inline-block;
  margin-bottom: 10px;
}

.cta-widget h4 {
  line-height: 1.45;
}

.cta-widget h4,
.widget-search-filter .form-group {
  margin-bottom: 30px;
}

.cta-widget:before {
  mix-blend-mode: multiply;
}

.footer-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 28px;
  margin-top: -5px;
}

.footer-widget {
  margin-bottom: 50px;
}

.widget-search-filter .form-group .nice-select .current {
  color: #cdcdcd;
}

.widget-search-filter .form-group .nice-select,
.widget-search-filter .form-group input {
  border-bottom: none;
  color: #cdcdcd;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 16px 25px;
}

.widget-search-filter .form-group .nice-select:after {
  border-color: #cdcdcd;
  right: 25px;
}

.widget-search-filter .form-group label {
  color: var(--heading-color);
  font-family: var(--font-dm_sans);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.widget-search-filter .form-group:after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (min-width: 992px) {
  .widget_nav_menu {
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
  }
}

.widget_nav_menu ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
}

.widget_nav_menu ul li {
  font-family: var(--font-dm_sans);
  margin: 0 22px 5px;
}

.widget_newsletter form {
  align-items: center;
  display: flex;
  max-width: 430px;
}

@media only screen and (min-width: 992px) {
  .widget_newsletter form {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-bottom {
  position: relative;
}

.footer-bottom .copyright-text {
  color: #fff;
}

.footer-bottom .copyright-text a {
  color: var(--primary-color);
}

.footer-bottom .scroll-top {
  border-radius: 14px;
  color: var(--lighter-color);
  font-size: 22px;
  height: 60px;
  left: calc(50% - 30px);
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 60px;
}

.widget_contact_info ul li {
  display: flex;
  font-size: 18px;
}

.widget_contact_info ul li a:hover {
  color: #fff;
}

.widget_contact_info ul li i {
  color: var(--primary-color);
  font-size: 16px;
  margin-right: 20px;
  margin-top: 8px;
}

.widget_contact_info ul li:not(:last-child) {
  margin-bottom: 20px;
}

.widget_newsletter form button {
  background: var(--primary-color);
  border-radius: 14px;
  color: #000;
  flex: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-left: 20px;
  padding: 14px 25px;
}

.widget_newsletter form button i {
  margin-left: 5px;
}

.widget_newsletter form input {
  background: transparent;
  border: none;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.2);
  color: var(--base-color);
  font-size: 16px;
  margin-right: auto;
  padding: 0 0 12px 15px;
}

.widget_newsletter form input::placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.widget_newsletter form label {
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.2);
  color: var(--primary-color);
  line-height: 1;
  margin: 5px 0 0;
  padding-bottom: 21px;
}

@media only screen and (max-width: 991px) {
  .footer-bottom .scroll-top {
    font-size: 16px;
    height: 40px;
    left: calc(50% - 20px);
    line-height: 40px;
    width: 40px;
  }
}

.footer-bottom-nav {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
}

.footer-bottom-nav li {
  margin: 0 22px 5px;
}

.footer-bottom-nav li a:hover {
  color: #fff;
}

.footer-two .footer-widget {
  margin-bottom: 25px;
}

.footer-two hr {
  background: #212324;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .footer-two .widget_nav_menu ul {
    justify-content: center;
  }
}

.social-style-one a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.social-style-one path,
.social-style-one svg {
  fill: #fff;
}

@font-face {
  font-family: flaticon_noxfolio;
  src: url(https://noxfolio.vercel.app/_next/static/media/flaticon_noxfolio.80b2d8c7.ttf)
      format("truetype"),
    url(https://noxfolio.vercel.app/_next/static/media/flaticon_noxfolio.2e590047.woff)
      format("woff"),
    url(https://noxfolio.vercel.app/_next/static/media/flaticon_noxfolio.9829f145.woff2)
      format("woff2"),
    url(https://noxfolio.vercel.app/_next/static/media/flaticon_noxfolio.27a3d351.eot#iefix)
      format("embedded-opentype");
}

@font-face {
  font-display: block;
  font-family: Font Awesome\5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(https://noxfolio.vercel.app/_next/static/media/fa-brands-400.e7764026.eot);
  src: url(https://noxfolio.vercel.app/_next/static/media/fa-brands-400.e7764026.eot?#iefix)
      format("embedded-opentype"),
    url(https://noxfolio.vercel.app/_next/static/media/fa-brands-400.9dc90a51.woff2)
      format("woff2"),
    url(https://noxfolio.vercel.app/_next/static/media/fa-brands-400.f44694f2.woff)
      format("woff"),
    url(https://noxfolio.vercel.app/_next/static/media/fa-brands-400.9304401a.ttf)
      format("truetype");
}

@font-face {
  font-display: block;
  font-family: Font Awesome\5Pro;
  font-style: normal;
  font-weight: 300;
  src: url(https://noxfolio.vercel.app/_next/static/media/fa-light-300.0317c527.eot);
  src: url(https://noxfolio.vercel.app/_next/static/media/fa-light-300.0317c527.eot?#iefix)
      format("embedded-opentype"),
    url(https://noxfolio.vercel.app/_next/static/media/fa-light-300.2bf775fd.woff2)
      format("woff2"),
    url(https://noxfolio.vercel.app/_next/static/media/fa-light-300.675398aa.woff)
      format("woff"),
    url(https://noxfolio.vercel.app/_next/static/media/fa-light-300.9d7fc88b.ttf)
      format("truetype");
}

@font-face {
  font-display: block;
  font-family: Font Awesome\5Pro;
  font-style: normal;
  font-weight: 400;
  src: url(https://noxfolio.vercel.app/_next/static/media/fa-regular-400.e31085df.eot);
  src: url(https://noxfolio.vercel.app/_next/static/media/fa-regular-400.e31085df.eot?#iefix)
      format("embedded-opentype"),
    url(https://noxfolio.vercel.app/_next/static/media/fa-regular-400.774b31a5.woff2)
      format("woff2"),
    url(https://noxfolio.vercel.app/_next/static/media/fa-regular-400.b168bc37.woff)
      format("woff"),
    url(https://noxfolio.vercel.app/_next/static/media/fa-regular-400.d987cf4a.ttf)
      format("truetype");
}

@font-face {
  font-display: block;
  font-family: Font Awesome\5Pro;
  font-style: normal;
  font-weight: 900;
  src: url(https://noxfolio.vercel.app/_next/static/media/fa-solid-900.2cfa55e4.eot);
  src: url(https://noxfolio.vercel.app/_next/static/media/fa-solid-900.2cfa55e4.eot?#iefix)
      format("embedded-opentype"),
    url(https://noxfolio.vercel.app/_next/static/media/fa-solid-900.a90ebe38.woff2)
      format("woff2"),
    url(https://noxfolio.vercel.app/_next/static/media/fa-solid-900.64d0e58e.woff)
      format("woff"),
    url(https://noxfolio.vercel.app/_next/static/media/fa-solid-900.7c3b1f93.ttf)
      format("truetype");
}

.main-hero-area {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
}

.page-content {
  margin: 75px 0;
}

.posts__grid-new * {
  box-sizing: inherit;
  box-sizing: border-box;
}

.posts__grid-new .articles.row .blog-post {
  min-height: calc(100% - 30px);
}

.posts__grid-new .blog-post {
  background: #00000080;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}

.posts__grid-new .blog-post .blog-post-info {
  line-height: 1;
}

.posts__grid-new .blog-post .featured-image {
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}

.posts__grid-new .blog-post .featured-image img {
  display: block;
  transition: all 1s cubic-bezier(0.104, 0.204, 0.492, 1);
  will-change: scale;
}

.posts__grid-new .blog-post .post-excerpt {
  font-size: 0.9375rem;
  margin-bottom: 20px;
}

.posts__grid-new .blog-post .post-excerpt p {
  margin-bottom: 0;
}

.posts__grid-new .blog-post .post-meta {
  color: var(--color-body, #ececec);
  font-size: 0.75rem;
  margin-bottom: 15px;
  opacity: 0.7;
}

.posts__grid-new .blog-post h5 {
  margin-bottom: 10px;
}

.posts__grid-new .blog-post--content-spacing-true {
  isolation: isolate;
}

.posts__grid-new .blog-post--content-spacing-true .blog-post-info {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  padding: 20px;
}

.posts__grid-new .blog-post--content-spacing-true .blog-post-info .read-more {
  margin-top: auto;
}

.posts__grid-new .blog-post--content-spacing-true .featured-image {
  margin-bottom: 0;
}

.posts__grid-new .columns {
  flex: 1 1;
  min-width: 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.posts__grid-new .has-shadow--true {
  box-shadow: 0 4px 6px #00000014;
}

.posts__grid-new .row {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  padding: 0 11px;
}

.posts__grid-new .row .columns {
  padding: 0 4px;
}

.posts__grid-new .row.no-padding {
  padding: 0;
}

.posts__grid-new .row.vertical-posts-grid {
  flex-flow: column wrap !important;
}

.posts__grid-new .section-header {
  display: flex;
  flex-direction: column;
  padding: 0 0 30px;
}

.posts__grid-new .section-header--content > :last-child {
  margin-bottom: 0;
}

.posts__grid-new .section-header--description {
  font-size: 0.9375rem;
}

.posts__grid-new .section-header--description p {
  font-size: inherit;
  margin-bottom: 0;
}

.posts__grid-new .section-header--title {
  margin-bottom: 10px;
}

.posts__grid-new .section-spacing {
  margin-bottom: var(--section-spacing-mobile, 0);
  margin-top: var(--section-spacing-mobile, 0);
}

.posts__grid-new .section-spacing.section-spacing--disable-top {
  margin-top: 0;
}

.posts__grid-new .small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.posts__grid-new .text-button {
  align-items: center;
  color: var(--color-accent, #c9f31d);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: var(--button-letter-spacing, 0.02em);
  line-height: 1;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.posts__grid-new .text-button span {
  margin-left: 6px;
  overflow: hidden;
}

.posts__grid-new .text-button--has-icon {
  text-decoration: none;
}

.posts__grid-new .text-left {
  text-align: left;
}

.posts__grid-new :after,
.posts__grid-new :before {
  box-sizing: inherit;
}

.posts__grid-new a {
  -webkit-tap-highlight-color: #0000;
  background-color: transparent;
  color: var(--color-body, #fff);
  cursor: pointer;
  line-height: 1.1;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.posts__grid-new a:focus,
.posts__grid-new a:hover {
  color: var(--color-accent, #c9f31d);
}

.posts__grid-new div {
  margin: 0;
  padding: 0;
}

.posts__grid-new figure {
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0;
}

.posts__grid-new h5 {
  color: var(--color-heading, #1a1c1d);
  font-size: 1.5rem;
  font-size: calc(var(--font-heading-scale) * 24px);
  font-style: normal;
  font-weight: 700;
  font-weight: 600;
  letter-spacing: var(--font-heading-letter-spacing, normal);
  line-height: 1.45;
  line-height: calc(
    var(--font-heading-line-height-scale) *
      calc(var(--font-heading-scale) * 32px)
  );
  margin: 0 0 1.25rem;
  padding: 0;
  text-rendering: optimizeLegibility;
}

.posts__grid-new img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.posts__grid-new p {
  font-feature-settings: kern 1, kern;
  font-kerning: normal;
  font-size: inherit;
  line-height: 1.6;
  line-height: 1.25;
  margin: 0 0 1.25rem;
  padding: 0;
  text-rendering: optimizeLegibility;
  word-spacing: 0.001em;
}

@media print {
  .posts__grid-new * {
    -webkit-print-color-adjust: economy;
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    print-color-adjust: economy;
    text-shadow: none !important;
  }

  .posts__grid-new .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .posts__grid-new .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .posts__grid-new a,
  .posts__grid-new a:visited {
    text-decoration: underline;
  }

  .posts__grid-new a[href]:after {
    content: " (" attr(href) ")";
  }

  .posts__grid-new h5 {
    font-size: 1.5rem;
  }

  .posts__grid-new img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  .posts__grid-new p {
    orphans: 3;
    widows: 3;
  }
}

@media screen and (min-width: 66.75em) {
  .posts__grid-new h5 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 48em) {
  .posts__grid-new .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .posts__grid-new .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .posts__grid-new .row,
  .posts__grid-new .row .columns {
    padding: 0 15px;
  }

  .posts__grid-new .section-header {
    align-items: end;
    flex-direction: row;
    grid-gap: 30px;
    justify-content: space-between;
  }

  .posts__grid-new .section-header--button {
    flex-shrink: 0;
  }

  .posts__grid-new .section-header--description {
    font-size: 1.0625rem;
  }

  .posts__grid-new .section-spacing {
    margin-bottom: var(--section-spacing-desktop, 0);
    margin-top: var(--section-spacing-desktop, 0);
  }
}

@media (hover: hover) {
  .posts__grid-new .text-button:hover svg {
    animation: text-button-arrow 0.35s linear 1 forwards;
  }
}

@media only screen and (max-width: 767px) {
  .posts__grid-new .blog-posts.swipe-on-mobile .row {
    -ms-scroll-snap-type: x mandatory;
    display: grid;
    grid-auto-columns: minmax(calc(90vw - 15px), 1fr);
    grid-auto-flow: column;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(calc(90vw - 15px), 1fr));
    margin-left: -15px;
    overflow-x: auto;
    padding: 0 15px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: calc(100% + 30px);
  }

  .posts__grid-new .blog-posts.swipe-on-mobile .row .columns {
    padding: 0;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .posts__grid-new .blog-posts.swipe-on-mobile .row::-webkit-scrollbar {
    display: none;
  }
}

@keyframes text-button-arrow {
  0% {
    transform: translate(0);
  }

  50% {
    transform: translate(100%);
  }

  51% {
    transform: translate(-100%);
  }

  to {
    transform: translate(0);
  }
}

.post-area h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.post-img {
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.text-white {
  color: #fff;
}

@media only screen and (min-width: 767px) {
  .post-area h1 {
    font-size: 55px;
  }

  .related-posts {
    padding: 50px 100px;
  }
}

.code pre {
  background: transparent;
  border: none;
  color: #e4f500;
  font-family: var(--font-inter);
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pagination a {
  background-color: var(--primary-color);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin: 0 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.pagination a.active {
  background-color: #fff;
  color: var(--primary-color);
}

.pagination a.disabled {
  display: none;
}

.pagination a:hover {
  background-color: #fff;
  color: var(--primary-color);
}

.post-area .excerpt {
  background-color: #c9f31d1a;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
  padding: 25px 15px;
}

.post-area li:before {
  color: var(--primary-color);
  content: "\2714";
  counter-increment: list;
  font-weight: 700;
  margin-right: 10px;
}

.post-area ol,
.post-area ul {
  color: #fff;
  padding-left: 20px;
}

.post-content h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
}

.related-post-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
}

.hidden {
  display: none !important;
}

.my-creative-journey .image-left,
.image-right {
  border-radius: 8px;
  float: left;
  margin: 0 15px 15px 0;
  max-width: 350px;
}

.my-creative-journey .image-right {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}

.my-creative-journey .text-wrap {
  margin-bottom: 20px;
  text-align: justify;
}

.my-creative-journey h2 {
  margin: 25px 0;
}

.my-creative-journey strong {
  color: var(--primary-color);
  margin: 0 5px;
}

.project-area ul li::before,
.project-area ol li::before {
  color: var(--primary-color);
  content: "\263B";
  font-size: 1.7rem;
  font-weight: 400;
  margin-right: 10px;
}

.service-area .m-0 {
  color: var(--primary-color);
  margin: 0;
}

.service-area h3 {
  color: var(--primary-color);
  margin-bottom: 0;
  padding-bottom: 0;
}

.service-area ul li,
.service-area ol li {
  color: #fff;
}

.service-area ul li::before,
.service-area ol li::before {
  color: var(--primary-color);
  content: "\2665";
  font-size: 1.7rem;
  font-weight: 400;
  margin-right: 10px;
}

.service-area ul,
.service-area ol {
  margin-top: 1rem;
}

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

@media (max-width: 600px) {
  .my-creative-journey .image-left,
  .image-right {
    display: block;
    float: none;
    margin: 0 auto 15px;
    width: 100%;
  }
}

.breadcrumb-arrow {
  color: var(--primary-color);
  margin: 0 8px;
}

.pmw .project-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.pmw .project-item {
  position: relative;
  overflow: hidden;
}

.pmw .project-image img {
  width: 100%;
  height: 400px; /* Fixed square size */
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.pmw .project-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
}

.pmw .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pmw .project-item:hover .overlay {
  opacity: 1;
}

.pmw .project-item:hover img {
  filter: grayscale(100%);
}

.pmw .overlay i {
  font-size: 2em;
  color: #fff;
  cursor: pointer;
}

/* Responsive Layout */
@media (max-width: 992px) {
  .pmw .project-images {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .pmw .project-images {
    grid-template-columns: 1fr;
  }
}

/* Expanded Image Modal */
.pmw .expanded-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.pmw .expanded-image-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.pmw .expanded-image {
  max-width: 90%;
  max-height: 90%;
  position: relative;
}

.pmw .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2em;
  color: #fff;
  cursor: pointer;
}

.page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -20;
  transition: all 0.3s ease-in-out;
}

.page-overlay.active {
  z-index: 100;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.project-masonry .project-image img {
  width: 100%;
  height: 400px; /* Fixed square size */
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.project-masonry .project-image.expanded {
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1150;
}

.project-masonry .project-image.expanded img {
  width: 100%;
  height: 100%;
  max-width: 80vw;
  max-height: 80vh;
  object-fit: contain;
  z-index: 150;
}

.project-masonry .project-image.expanded .expand-btn i::before {
  content: "\f00d";
}

.project-masonry .project-image.expanded .expand-btn {
  transform: rotate(180deg);
}

.project-content {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.project-content h3 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.project-item.style-two {
  position: relative;
  overflow: hidden;
  background: #000;
}

.posts__grid-new .event-card {
  background: #00000080;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}

.posts__grid-new .event-card .event-info {
  width: 60%;
}

.posts__grid-new .event-card img {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .posts__grid-new .event-card {
    flex-direction: column;
  }

  .posts__grid-new .event-card img {
    width: 100%;
  }

  .posts__grid-new .event-card .event-info {
    width: 100%;
  }
}

.mr-10 {
  margin-right: 10px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.divider-dots {
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background: #a8a8a8;
  background: linear-gradient(
    to right,
    #D8D2C2 0%,
    #D8D2C2 50%,
    transparent 50%,
    transparent 100%
  );
  background-size: 8px 5px;

}


.img-ratio-3-by-2 {
  width: 100%; /* Make the image width 100% of its container */
  height: auto; /* Maintain the natural aspect ratio of the image */
  object-fit: cover; /* Ensures the image covers the box and doesn't stretch */
  aspect-ratio: 3 / 2; /* Forces the image to maintain a 3:2 aspect ratio */
}