/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/css-unicode-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 991px) {
  .container {
    max-width: 991px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1279px) {
  .container {
    max-width: 1279px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.left-\[calc\(50\%-3rem\)\] {
  left: calc(50% - 3rem);
}
.top-0 {
  top: 0px;
}
.top-\[calc\(50\%-3rem\)\] {
  top: calc(50% - 3rem);
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-\[1rem\] {
  margin-bottom: 1rem !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mb-80 {
  margin-bottom: 20rem;
}
.mb-\[1rem\] {
  margin-bottom: 1rem;
}
.mb-\[3\.75rem\] {
  margin-bottom: 3.75rem;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[0\.8\] {
  aspect-ratio: 0.8;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-24 {
  width: 6rem;
  height: 6rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-\[110\%\] {
  height: 110%;
}
.h-\[120\%\] {
  height: 120%;
}
.h-full {
  height: 100%;
}
.w-\[35\%\] {
  width: 35%;
}
.w-full {
  width: 100%;
}
.min-w-52 {
  min-width: 13rem;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.max-w-48 {
  max-width: 12rem;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.\!bg-center {
  background-position: center !important;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[0\.5rem\] {
  padding: 0.5rem;
}
.\!px-\[15px\] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pb-10 {
  padding-bottom: 2.5rem !important;
}
.\!pb-\[3\.75rem\] {
  padding-bottom: 3.75rem !important;
}
.\!pb-\[40px\] {
  padding-bottom: 40px !important;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.\!pt-10 {
  padding-top: 2.5rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-60 {
  padding-bottom: 15rem;
}
.pb-80 {
  padding-bottom: 20rem;
}
.pb-\[3\.125rem\] {
  padding-bottom: 3.125rem;
}
.pb-\[3\.75rem\] {
  padding-bottom: 3.75rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-\[1\.25rem\] {
  padding-top: 1.25rem;
}
.pt-\[8\.75rem\] {
  padding-top: 8.75rem;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.tp-header-logo img,
.des-footer-logo img {
  filter: brightness(0) invert(1);
}

.filters .select-box {
  width: 200px;
}
.filters .select-box.multi-select {
  max-width: 50% !important;
  width: 100% !important;
  min-width: auto !important;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .filters .select-box.multi-select {
    max-width: 100% !important;
  }
}
.filters .select-box.multi-select .select2-selection__arrow {
  height: 12px;
  width: 12px;
  top: calc(50% - 8px);
  right: 20px;
  transform: translateY(0%) rotate(-135deg);
  transition: 0.3s all ease-out;
  position: absolute;
}
.filters .select-box.multi-select .select2-selection__arrow b {
  position: absolute;
  height: 14px;
  width: 14px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 0;
  border-bottom: 0;
  border-width: 1px !important;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  transition: 0.3s all ease-out;
}
@media only screen and (max-width: 991px) {
  .filters .select-box.single-select {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.filters .select-box.single-select .select2-container {
  height: 100% !important;
}
.filters .select-box.single-select .select2-container .selection {
  height: 100%;
  display: inline;
}
.filters .select-box.single-select .select2-container .selection .select2-selection--single {
  height: 100% !important;
}
.filters .select-box.multi-select:has(.select2-container--open) .select2-selection__arrow {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.filters .select2-container {
  width: 100% !important;
}
.filters .select2-container .select2-selection--single {
  background-color: transparent;
  border-radius: 3rem !important;
  height: auto;
  border: 1px solid #fff;
}
.filters .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 20px;
  color: white;
  font-size: 16px;
  line-height: 1;
}
.filters .select2-container .select2-selection--single .select2-selection__arrow {
  height: 12px;
  width: 12px;
  top: calc(50% - 8px);
  right: 20px;
  transform: translateY(0%) rotate(-135deg);
  transition: 0.3s all ease-out;
  position: absolute;
}
.filters .select2-container .select2-selection--single .select2-selection__arrow b {
  height: 14px;
  width: 14px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 0;
  border-bottom: 0;
  border-width: 1px !important;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  transition: 0.3s all ease-out;
}
.filters .select2-container .select2-selection--multiple {
  background-color: transparent !important;
  padding: 15px !important;
  border-radius: 3rem !important;
  border: 1px solid #fff !important;
  min-height: auto !important;
  display: flex;
}
.filters .select2-container .select2-selection--multiple .select2-search--inline {
  height: 30px !important;
  display: inline-flex !important;
  align-items: center;
}
.filters .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  color: white;
  height: 20px;
  position: relative;
}
.filters .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.filters .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.filters .select2-container .select2-selection--multiple .select2-selection__rendered {
  height: 30px !important;
  display: flex !important;
  flex-wrap: wrap;
  color: white;
}
@media only screen and (max-width: 991px) {
  .filters .select2-container .select2-selection--multiple .select2-selection__rendered {
    height: auto !important;
    gap: 5px !important;
  }
}
.filters .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-top: 0px !important;
  background-color: #25bace !important;
  border: none !important;
  color: white !important;
  border-radius: 3rem !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  display: flex;
}
.filters .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  height: 100%;
  color: white;
  padding-left: 10px;
}
.filters .select2-container .select2-selection--multiple .select2-selection__choice__display {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.filters .dropdown-result {
  position: absolute;
  min-width: 15.625rem;
  min-height: 16.25rem;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  box-shadow: 0 0.25rem 3.375rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .filters .dropdown-result {
    left: auto;
    right: 0;
    transform: translateX(0) !important;
    top: 6.5rem;
    min-width: 100%;
  }
}
.filters .dropdown-result .select2-container {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.filters .dropdown-result .select2-container .select2-dropdown {
  width: 100% !important;
}
.filters .dropdown-result .select2-dropdown {
  border: none;
  height: 100%;
  overflow-y: auto;
}
.filters .dropdown-result .select2-results .select2-results__option--selected {
  background-color: rgba(37, 186, 206, 0.3);
}
.filters .dropdown-result .select2-results .select2-results__options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: none;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
}
.filters .dropdown-result .select2-results .select2-results__options .select2-results__option,
.filters .dropdown-result .select2-results .select2-results__options .select2-selection__placeholder {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  color: black;
  text-transform: capitalize;
  padding: 16px 10px;
  will-change: font-weight, color, background-color;
  transition: all 0.4s ease-out;
}
.filters .dropdown-result .select2-results .select2-results__options .select2-results__option.select-2-results__option--selected, .filters .dropdown-result .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted,
.filters .dropdown-result .select2-results .select2-results__options .select2-selection__placeholder.select-2-results__option--selected,
.filters .dropdown-result .select2-results .select2-results__options .select2-selection__placeholder.select2-results__option--highlighted {
  background-color: #25bace !important;
  color: var(--tp-common-white);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(44deg) translate(5px, 5px);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #fff !important;
}

.formidable .form-group {
  margin-bottom: 1.25rem;
}
.formidable .form-group label {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  line-height: 1;
  margin-bottom: 12px;
}
.formidable .form-group input,
.formidable .form-group textarea {
  background: #1d1d1f;
  border-color: #1d1d1f;
  color: var(--tp-common-white);
  box-shadow: none !important;
}
.formidable .form-group input:focus,
.formidable .form-group textarea:focus {
  border-color: #25bace;
  background-color: #25bace;
}
.formidable .form-group textarea {
  resize: none;
  height: 160px;
}

.tp-contact-form-btn button {
  background-color: #fff669 !important;
  border-color: #fff669 !important;
}

.collapse {
  visibility: visible !important;
}

header.header {
  z-index: 99;
  transition: 0.6s ease-out transform, 0.4s ease-out 0.1s background-color;
}
@media only screen and (max-width: 1279px) {
  header.header {
    transition: 0.4s ease-out transform, 0.4s ease-out 0.1s background-color;
  }
}
header.header .tp-header-2-area {
  padding: 40px 0;
}
@media only screen and (max-width: 640px) {
  header.header .tp-header-2-area {
    margin-top: 0px !important;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1279px) {
  header.header .tp-header-logo {
    padding: 0 !important;
  }
}
header.header .tp-header-logo img {
  width: auto;
  max-width: 80px;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1279px) {
  header.header .tp-header-logo img {
    width: 60px;
  }
}
header.header.top {
  transform: translateY(-100%);
}
header.header.top .tp-header-2-area {
  margin-top: 0px !important;
  padding: 15px 0;
}
header.header.top .tp-header-logo img {
  width: 60px;
}
@media only screen and (max-width: 640px) {
  header.header.top .tp-header-logo img {
    width: 50px;
  }
}
header.header.sticky-header {
  transform: translateY(0);
  background-color: white;
}
header.header.sticky-header .tp-header-logo img {
  filter: brightness(0) invert(0);
  transition: all 0.3s ease-out;
}
header.header.sticky-header .tp-header-2-bar span {
  color: black;
  transition: all 0.3s ease-out;
}
header.header.sticky-header .tp-header-2-bar span i {
  background-color: black;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .services-listing {
    padding-bottom: 0 !important;
  }
  .services-listing .des-text-title-box:last-of-type {
    padding-bottom: 0 !important;
  }
  .services-listing .des-text-item.sm span {
    font-size: 80px !important;
  }
  .services-listing .des-text-item span {
    padding-right: 60px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .des-brand-area .des-brand-item-inner {
    min-width: auto !important;
    width: calc(50% - 5px) !important;
    margin: 0 !important;
    background-color: #1b1b1d;
    height: 120px;
    display: grid;
    padding: 20px;
    border-radius: 20px;
    place-content: center;
  }
  .des-brand-area .des-brand-item-inner img {
    filter: invert(1);
    max-width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .our-team-section .des-team-item-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .our-team-section .des-team-item-box:first-of-type {
    padding-top: 0 !important;
  }
}
.our-team-section .des-team-item-box span {
  color: #25bace !important;
  opacity: 0.5 !important;
}
.our-team-section .des-team-item-box.active span {
  opacity: 1 !important;
}
@media only screen and (max-width: 767px) {
  .our-team-section .des-team-item-box .des-team-reveal-img {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    aspect-ratio: 0.8 !important;
    height: auto !important;
    transform: none !important;
    opacity: 1 !important;
    margin: 0 0 20px 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .des-footer-wrap p {
    margin-bottom: 0px !important;
  }
  .des-footer-wrap .des-footer-logo {
    padding: 0px !important;
  }
  .des-footer-wrap .des-footer-top {
    margin-bottom: 30px !important;
  }
  .des-footer-wrap .des-footer-middle {
    padding-bottom: 30px !important;
  }
  .des-project-area .des-project-banner img {
    transform: none !important;
  }
}

.page-type-portfolio .tp-hero-2-wrapper .tp-about-us-area {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 1279px) {
  .body.tp-magic-cursor #magic-cursor {
    display: none !important;
  }
}

@media only screen and (max-width: 1279px) {
  .page-template-portfolio-detail .next-prev-portfolio-block .col-lg-8 {
    width: 100% !important;
  }
  .page-template-portfolio-detail .next-prev-portfolio-block .tp-pd-1-np-box {
    position: relative;
    padding: 60px;
  }
}
.page-template-portfolio-detail .next-prev-portfolio-block .tp-pd-1-np-box span,
.page-template-portfolio-detail .next-prev-portfolio-block .tp-pd-1-np-box p {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1279px) {
  .page-template-portfolio-detail .next-prev-portfolio-block .tp-pd-1-np-box .tp-award-reveal-img {
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    margin: 0 !important;
    transform: none !important;
    mix-blend-mode: color;
  }
  .page-template-portfolio-detail .next-prev-portfolio-block .tp-pd-1-np-box .tp-award-reveal-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (min-width: 1279px) {
  .des-portfolio-panel {
    max-height: 90vh;
    aspect-ratio: 2.215;
  }
}
@media only screen and (max-width: 991px) {
  .des-portfolio-panel {
    min-height: 500px !important;
  }
}
@media only screen and (max-width: 767px) {
  .des-portfolio-panel {
    min-height: auto !important;
    aspect-ratio: 0.8;
  }
}
@media only screen and (max-width: 991px) {
  .des-portfolio-panel > a {
    position: absolute;
    inset: 0;
  }
  .des-portfolio-panel > a .des-portfolio-thumb {
    position: absolute;
    inset: 0;
  }
  .des-portfolio-panel > a .des-portfolio-thumb img {
    height: 100% !important;
  }
}
.des-portfolio-panel .des-portfolio-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .des-portfolio-panel .des-portfolio-content {
    bottom: auto !important;
    top: calc(50% + 20px) !important;
    transform: translateY(-50%);
  }
}
.des-portfolio-panel .des-portfolio-content .tp-perspective-category {
  font-size: 40px;
  line-height: 1.2;
  color: white;
}
@media only screen and (max-width: 767px) {
  .des-portfolio-panel .des-portfolio-content .tp-perspective-category {
    font-size: 20px;
  }
}

.tp-section-title.lts,
.tp-benefit-item-title {
  letter-spacing: 0px !important;
}

.tp-benefit-item-title {
  font-family: "Inter", sans-serif;
}

@media only screen and (max-width: 767px) {
  .tp-benefit-ptb {
    padding-top: 0 !important;
  }
  .page-template-careers .tp-hero-2-wrapper .tp-about-us-area {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .page-template-careers .career-heading {
    display: none !important;
  }
}
.page-template-careers .tp-career-opening-ptb .tp-career-opening-title-name {
  letter-spacing: 0.5px !important;
}

.page-template-blog-detail .postbox-title {
  letter-spacing: 0.5px !important;
}
.page-template-blog-detail .postbox-author-name {
  font-family: "Inter", sans-serif;
  letter-spacing: 0px;
}
@media only screen and (max-width: 767px) {
  .page-template-blog-detail .tp-blog-details-ptb {
    padding-top: 0 !important;
  }
  .page-template-blog-detail .tp-blog-details-ptb .tp-blog-details-banner img {
    transform: none !important;
  }
}
.page-template-blog-detail .postbox-details-nevigation-title {
  letter-spacing: 0.5px !important;
}
@media only screen and (max-width: 767px) {
  .page-template-blog-detail .postbox-details-nevigation-title {
    font-size: 30px;
  }
  .page-template-blog-detail .postbox-details-nevigation-wrap {
    height: auto !important;
    aspect-ratio: 1 !important;
    margin-top: 30px;
  }
  .page-template-blog-detail .postbox-details-nevigation-thumb:after {
    top: 0 !important;
  }
}
@media only screen and (max-width: 1279px) {
  .page-template-blog-detail .postbox-details-nevigation-thumb img {
    transform: none !important;
  }
}

.tp-blog-masonry-title {
  letter-spacing: 0.5px !important;
  font-size: 30px;
}

.des-brand-area .des-brand-item-inner {
  height: 150px;
  min-width: 200px;
  padding: 20px;
}
.crp-success-item.about-us-img .crp-about-us-item-img {
  padding: 0 !important;
}

.tp-btn-border {
  border: 1px solid #25bace !important;
}
.tp-btn-border:hover {
  background-color: #25bace !important;
  color: white !important;
}

.des-text-moving-area span:after {
  background-color: #25bace !important;
}

.des-project-area .des-project-wrap .des-project-item .des-project-total span {
  color: #25bace !important;
}
.des-project-area .des-project-wrap .des-project-item .des-project-total span::before {
  background-color: #25bace !important;
}

.tp-blog-masonry-btn a {
  color: #25bace !important;
}
.tp-blog-masonry-btn a span svg path {
  stroke: #25bace !important;
}

.des-about-text p span {
  color: #25bace !important;
}

.pp-service-2-title-box .ar-about-us-4-title {
  letter-spacing: -0.5px !important;
  font-family: "MangoGrotesque", serif !important;
}

.tp-section-title, .tp-work-title {
  letter-spacing: -0.5px !important;
  font-family: "MangoGrotesque", serif !important;
}

.tp-work-title {
  letter-spacing: 0px !important;
}

.tp-work-item {
  background-color: white !important;
  color: #111013 !important;
  border: none !important;
  border-radius: 10px;
}
.tp-work-item .tp-work-title {
  color: #111013 !important;
}
.tp-work-item p {
  color: rgba(17, 16, 19, 0.6) !important;
}

.tp-work-number span {
  background-color: #25bace !important;
}

.ai-faq-accordion-wrap .accordion-header .accordion-buttons {
  letter-spacing: 0px !important;
}

.creative-footer-style .tp-footer-widget-social a {
  background-color: #25bace !important;
  color: white !important;
}
.creative-footer-style .tp-footer-widget-social a:hover {
  background-color: white !important;
  color: #25bace !important;
}

.postbox-details-text p span, .postbox-details-list ul li i {
  color: #25bace !important;
}

.postbox-details-nevigation-thumb::after {
  background-color: rgba(37, 186, 206, 0.4) !important;
}

.tp-portfolio-details-btn {
  border: 1px solid rgba(37, 186, 206, 0.5) !important;
}
@media only screen and (min-width: 1279px) {
  .tp-portfolio-details-btn:hover {
    border-color: #25bace !important;
    background-color: #25bace !important;
    color: white !important;
  }
}

.tp-section-subtitle.pre::before {
  background-color: #25bace !important;
}

.tp-btn-black.btn-red-bg .tp-btn-black-circle, .tp-btn-black.btn-red-bg .tp-btn-black-text {
  background-color: #25bace !important;
}

.tp-contact-me-interest-form-wrap .tp-contact-form-btn button {
  background-color: #25bace !important;
  color: white !important;
  border-color: #25bace !important;
}

.tp-contact-me-heading .tp-section-subtitle-clash.clash-subtitle-pos.body-ff::before {
  background-color: #25bace !important;
}

.tp-contact-category-btn:hover, .tp-contact-category-btn.active {
  background-color: #25bace !important;
  color: white !important;
}

.first-of-type\:\!translate-y-0:first-of-type {
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

@media not all and (min-width: 640px) {
  .max-sm\:mb-\[30px\] {
    margin-bottom: 30px;
  }
  .max-sm\:hidden {
    display: none;
  }
  .max-sm\:flex-col {
    flex-direction: column;
  }
  .max-sm\:px-\[1\.25rem\] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .max-sm\:py-\[0\.625rem\] {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 640px) {
  .sm\:hidden {
    display: none;
  }
  .sm\:\!-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:pb-\[3\.75rem\] {
    padding-bottom: 3.75rem;
  }
  .sm\:pb-\[6\.25rem\] {
    padding-bottom: 6.25rem;
  }
}

@media (min-width: 768px) {
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-\[16\%\] {
    width: 16%;
  }
}

@media (min-width: 991px) {
  .xmd\:\!mb-\[6\.25rem\] {
    margin-bottom: 6.25rem !important;
  }
}

@media (min-width: 1024px) {
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:min-w-52 {
    min-width: 13rem;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
}

@media (min-width: 1279px) {
  .xl\:left-\[calc\(50\%-4\.5rem\)\] {
    left: calc(50% - 4.5rem);
  }
  .xl\:top-\[calc\(50\%-4\.5rem\)\] {
    top: calc(50% - 4.5rem);
  }
  .xl\:\!mb-\[2rem\] {
    margin-bottom: 2rem !important;
  }
  .xl\:mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .xl\:mb-\[3\.75rem\] {
    margin-bottom: 3.75rem;
  }
  .xl\:mb-\[6\.25rem\] {
    margin-bottom: 6.25rem;
  }
  .xl\:size-36 {
    width: 9rem;
    height: 9rem;
  }
  .xl\:max-w-\[70\%\] {
    max-width: 70%;
  }
  .xl\:p-4 {
    padding: 1rem;
  }
  .xl\:p-\[1rem\] {
    padding: 1rem;
  }
  .xl\:\!pb-20 {
    padding-bottom: 5rem !important;
  }
  .xl\:\!pb-\[6\.25rem\] {
    padding-bottom: 6.25rem !important;
  }
  .xl\:\!pt-24 {
    padding-top: 6rem !important;
  }
  .xl\:pb-\[6\.25rem\] {
    padding-bottom: 6.25rem;
  }
  .xl\:pt-24 {
    padding-top: 6rem;
  }
  .xl\:pt-\[2\.5rem\] {
    padding-top: 2.5rem;
  }
}

.\[\&\>p\]\:flex>p {
  display: flex;
}

/*# sourceMappingURL=app.min.css.map*/