@font-face {
  font-family: AVGARDD_2;
  src: url(../fonts/AVGARDD_2.TTF);
}

:root,
:root .v-light,
:root .v-light-head {
  --bg-color: #fff;
  --assistant-color: #E9E9E9;
  --theme-color: #F2B127;
  --theme-color-font: #fff;
  --font-color: #5c5c5c;
  --heading-color: #000;
  --border-color: #dcdcdc;
  --smooth-color: #141414;
  --reverse-color: #141414;
  --reverse-heading-color: #fff;
  --bg-btn: #f6fafd;
}

:root .background-theme,
:root.background-theme,
:root .calendar_wrap table tr td#today,
:root .v-light .background-theme,
:root .v-light.background-theme,
:root .v-light .calendar_wrap table tr td#today,
:root .v-light-head .background-theme,
:root .v-light-head.background-theme,
:root .v-light-head .calendar_wrap table tr td#today {
  --heading-color: #fff;
  --font-color: #fff;
  color: var(--font-color);
}

:root .v-dark,
:root .v-dark-head {
  --bg-color: #0a0909;
  --assistant-color: #110f0f;
  --theme-color: #F2B127;
  --font-color: #d9d9d9;
  --heading-color: #fff;
  --border-color: #373737;
  --smooth-color: #f9f9f9;
  --reverse-color: #f9f9f9;
  --reverse-heading-color: #000;
  --bg-btn: #0a0909;
}

@media only screen and (max-width: 991px) {
  .v-dark-head-mobile {
    --bg-color: #0a0909;
    --assistant-color: #110f0f;
    --theme-color: #F2B127;
    --font-color: #d9d9d9;
    --heading-color: #fff;
    --border-color: #373737;
    --smooth-color: #f9f9f9;
    --reverse-color: #f9f9f9;
    --reverse-heading-color: #000;
    --bg-btn: #0a0909;
  }
}

:root {
  --body-font: "Poppins", sans-serif;
  --heading-font: "AVGARDD_2", sans-serif;
  --font-code: Menlo, monaco, Consolas, Lucida Console, monospace;
  --font-pre: "Satisfy", cursive;
  --font-size-base: 15px;
  --font-size-h1: 40px;
  --font-size-h2: 35px;
  --font-size-h3: 30px;
  --font-size-h4: 25px;
  --font-size-h5: 22px;
  --font-size-h6: 16px;
  --menu-size: 12px;
  --line-height-base: 1.5;
  --line-height-content: 1.8;
  --font-weight-heading: 600;
  --font-weight-body: 500;
  --smooth-width: 4px;
  --bg-overlay: #000;
  --overlay-blend-mode: unset;
}

@media only screen and (min-width: 1400px) {
  :root {
    --dsn-gap-container: 100px;
    --title-heading: 60px;
  }

  :root .container,
  :root .dsn-left-container,
  :root .dsn-right-container {
    --dsn-gap-container: 50px;
  }

}

@media only screen and (max-width: 1399px) {
  :root {
    --dsn-gap-container: 50px;
    --title-heading: 65px;
  }
}

@media only screen and (max-width: 1200px) {
  :root {
    --title-heading: 65px;
  }
}

@media only screen and (min-width: 992px) {
  :root {
    --margin-padding: 120px;
    --box-padding: 80px 40px;
  }

  :root .d-lg-none {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  :root {
    --margin-padding: 80px;
    --box-padding: 60px var(--dsn-gap-container);
    --title-heading: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :root {
    --dsn-gap-container: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  :root {
    --dsn-gap-container: 25px;
    --title-heading: 47px;
  }
}

@media only screen and (max-width: 575px) {
  :root {
    --dsn-gap-container: 15px;
    --title-heading: 37px;
  }
}

html {
  font-size: var(--font-size-base);
  scroll-behavior: initial;
}

body {
  background-color: var(--bg-color);
  color: var(--font-color);
  line-height: var(--line-height-base);
  font-family: var(--body-font);
  font-weight: var(--font-weight-body);
  margin: 0;
  text-rendering: optimizeLegibility;
  transition: 100ms;
  transition-property: background-color, color;
  width: 100%;
  min-height: 100%;
}

#dsn_cursor,
#dsn_cursor_inner {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99;
}

body:not(.dsn-cursor-effect) #dsn_cursor,
body:not(.dsn-cursor-effect) #dsn_cursor_inner {
  display: none;
}

@media only screen and (max-width: 991px) {

  #dsn_cursor,
  #dsn_cursor_inner {
    display: none;
  }
}

#dsn_cursor {
  width: 30px;
  height: 30px;
  border: 2px solid var(--theme-color);
}

#dsn_cursor path {
  display: none;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  stroke-width: 1;
}

#dsn_cursor_inner {
  width: 7px;
  height: 7px;
  background-color: var(--theme-color);
}

#dsn_preloader {
  position: fixed;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  z-index: 101;
  flex-direction: column;
  overflow: hidden;
  left: 0;
}

#dsn_preloader .bg-load {
  z-index: -1;
}

@media only screen and (min-width: 992px) {
  #dsn_preloader {
    --width-loading-circle: 25vw;
  }
}

@media only screen and (max-width: 991px) {
  #dsn_preloader {
    --width-loading-circle: 50vw;
  }
}

#dsn_preloader .logo-box:after,
#dsn_preloader .logo-box:before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  bottom: -5px;
}

#dsn_preloader .logo-box:after {
  width: var(--wd-progress, 0);
  background-color: var(--heading-color);
}

#dsn_preloader .logo-box:before {
  width: 100%;
  background-color: var(--border-color);
}

#dsn_preloader .loading-count {
  color: var(--heading-color);
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

#dsn_preloader .loading-text {
  position: absolute;
  color: var(--heading-color);
  right: var(--dsn-gap-container);
  bottom: 50px;
  letter-spacing: 2px;
}

.dsnload {
  bottom: 50px;
  left: var(--dsn-gap-container);
}

.dsnload .dsnload__img {
  display: block;
  transform-origin: bottom left;
  animation: moveIn 2s 0s cubic-bezier(0.36, 0, 0.06, 1) alternate infinite;
}

.dsnload .dsnload__img img {
  width: 96px;
}

.dsnload .dsnload__row:nth-child(1) {
  -webkit-clip-path: polygon(-10% 75%, 110% 75%, 110% 110%, -10% 110%);
  clip-path: polygon(-10% 75%, 110% 75%, 110% 110%, -10% 110%);
}

.dsnload .dsnload__row:nth-child(1) .dsnload__img {
  transform: translateY(-0.1em);
}

.dsnload .dsnload__row:nth-child(2) {
  -webkit-clip-path: polygon(-10% 50%, 110% 50%, 110% 75.3%, -10% 75.3%);
  clip-path: polygon(-10% 50%, 110% 50%, 110% 75.3%, -10% 75.3%);
}

.dsnload .dsnload__row:nth-child(2) .dsnload__img {
  transform: translateY(-0.3em) scaleY(1.1);
}

.dsnload .dsnload__row:nth-child(3) {
  -webkit-clip-path: polygon(-10% 25%, 110% 25%, 110% 50.3%, -10% 50.3%);
  clip-path: polygon(-10% 25%, 110% 25%, 110% 50.3%, -10% 50.3%);
}

.dsnload .dsnload__row:nth-child(3) .dsnload__img {
  transform: translateY(-0.5em) scaleY(1.2);
}

.dsnload .dsnload__row:nth-child(4) {
  -webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 25.3%, -10% 25.3%);
  clip-path: polygon(-10% 0%, 110% 0%, 110% 25.3%, -10% 25.3%);
}

.dsnload .dsnload__row:nth-child(4) .dsnload__img {
  transform: translateY(-0.7em) scaleY(1.3);
}

.dsnload .dsnload__row.dsnload__row--sibling {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  user-select: none;
}

@keyframes moveIn {

  50%,
  100% {
    transform: translateY(0em);
  }

  0% {
    opacity: 0;
    filter: blur(5px);
  }

  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

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

  100% {
    transform: rotate(360deg);
  }
}

.day-night {
  position: fixed;
  z-index: 100;
  top: 50px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}

@media only screen and (min-width: 1400px) {
  .day-night {
    left: 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .day-night {
    left: 10px;
  }
}

.day-night svg {
  width: 30px;
  height: 30px;
}

.day-night .title-mode {
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  margin-top: 10px;
  letter-spacing: 7px;
  background-color: var(--assistant-color);
  width: 40px;
  margin-left: -5px;
  padding-bottom: 10px;
  border-radius: 0 0 15px 15px;
  line-height: 38px;
}

.day-night .title-mode:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -10px;
  height: 50px;
  width: 40px;
  background-color: inherit;
  z-index: -1;
  border-radius: 15px 15px 0 0;
}

@media only screen and (max-width: 991px) {
  .day-night {
    top: 30px;
    left: 200px;
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .day-night {
    top: 50px;
    left: 150px;
    display: none;
  }
}

.day-night .night,
.day-night .moon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.2s;
  border-radius: 100%;
  opacity: 0;
}

.day-night .night svg,
.day-night .moon svg {
  width: 100%;
  height: 100%;
}

.day-night .night {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #fff;
  opacity: 1;
}

.day-night .night svg {
  fill: #000;
  width: 100%;
  height: 100%;
}

.day-night .moon {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #000;
  opacity: 0;
}

.day-night .moon svg {
  transform: rotate(270deg);
  fill: #f0f0f0;
}

.v-light .day-night .night {
  opacity: 0;
}

.v-light .day-night .moon {
  opacity: 1;
}

.active-v-scroll .grid-item {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
}

.active-v-scroll .grid-item .box-content {
  position: relative;
  width: 100%;
}

.active-v-scroll .grid-item:not(:last-child) {
  height: 100vh;
}

.dsn-fill.color-light span.word {
  -webkit-text-fill-color: rgba(255, 255, 255, var(--opacity, 0.3));
}

.dsn-fill:not(.color-light) span.word {
  -webkit-text-fill-color: rgba(166, 166, 166, var(--opacity, 0.1));
}

.dsn-fill span.word {
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--heading-color), var(--heading-color));
  background-size: 0 100%;
}

.pin-spacer {
  pointer-events: auto !important;
}

.bg-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.bg-load svg {
  fill: var(--dsn-color-icon, var(--theme-color));
  pointer-events: none;
  width: 100%;
  height: 150px;
}

.bg-load svg.dsn-separator-bottom {
  transform: translateY(148px);
}

.bg-load svg.dsn-separator-top {
  transform: translateY(-148px) rotate(180deg);
}

.dsn-heading-title.p-10 {
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 2px;
}

#line_head {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.2;
}

#line_head>.container {
  position: relative;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

#line_head>.container:before {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  background-color: var(--border-color);
  height: 100%;
  margin: 0 auto;
}

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

input[type=search]::-webkit-search-decoration {
  display: none;
}

fieldset {
  padding: 30px;
}

fieldset form>* {
  margin-bottom: 30px;
}

fieldset form:last-child {
  margin-bottom: 0;
}

fieldset form p {
  margin-top: 0;
}

fieldset form textarea,
fieldset form input {
  margin-bottom: 0;
  padding: 10px;
}

.dsn-no-results .dsn-search .search-form input {
  min-width: 460px;
}

.entry-form label {
  font-weight: 600;
  font-family: var(--heading-font);
  padding-bottom: 10px;
  display: block;
}

.entry-form input,
.entry-form textarea {
  font-family: var(--heading-font);
  font-size: 14px;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--border-color);
  color: var(--heading-color);
  padding: 10px;
  letter-spacing: 2px;
  background-color: var(--assistant-color);
}

.entry-form input::placeholder,
.entry-form textarea::placeholder {
  color: var(--heading-color);
  font-size: 14px;
  letter-spacing: 2px;
}

.entry-form textarea {
  min-height: 80px;
}

.dsn-def-btn>*,
.dsn-def-btn>* .dsn-btn,
.dsn-normal-btn>*,
.dsn-normal-btn>* .dsn-btn {
  display: flex;
  align-items: center;
}

.btn-lg {
  position: relative;
  width: auto;
}

.btn-lg a {
  border-bottom-width: 1px;
  border: 1px solid var(--heading-color);
  border-radius: 100px;
  place-content: center;
  align-items: center;
  display: flex;
  flex-flow: row;
  padding: 15px;
  position: relative;
  text-decoration: none;
  width: 528px;
}

@media only screen and (max-width: 767px) {
  .btn-lg a {
    width: auto;
  }
}

@media only screen and (max-width: 575px) {
  .btn-lg a {
    padding: 0;
  }
}

.btn-lg a .btn-lg-inner {
  border-radius: 100px;
  place-content: center space-between;
  align-items: center;
  display: flex;
  flex: 1 0 0px;
  flex-flow: row;
  height: -webkit-min-content;
  height: min-content;
  overflow: hidden;
  padding: 12px 12px 12px 72px;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .btn-lg a .btn-lg-inner {
    padding: 15px 25px;
  }
}

.btn-lg a .btn-lg-inner .text-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  transform-origin: 50% 50% 0px;
  flex: 0 0 auto;
  position: relative;
}

.btn-lg a .btn-lg-inner .text-inner p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .btn-lg a .btn-lg-inner .text-inner p {
    font-size: 16px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .btn-lg a .btn-lg-inner .text-inner p {
    margin-right: 0;
  }
}

.btn-lg a .icon-lg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  position: relative;
  width: 120px;
  border: 1px solid var(--heading-color);
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .btn-lg a .icon-lg {
    height: 70px;
    width: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .btn-lg a .icon-lg {
    display: none;
  }
}

.btn-lg a .icon-lg svg {
  width: 30px;
  fill: var(--heading-color);
}

@media only screen and (max-width: 767px) {
  .btn-lg a .icon-lg svg {
    width: 20px;
  }
}

.dsn-normal-btn>* .dsn-btn {
  justify-content: center;
}

.dsn-btn {
  position: relative;
  text-align: center;
}

.dsn-btn .title-btn,
.dsn-btn .dsn-icon {
  z-index: 2;
}

.dsn-btn .icon-circle {
  z-index: 1 !important;
}

.dsn-btn .btn-icon-left {
  margin-right: 10px;
}

.dsn-btn .btn-icon-right {
  margin-left: 10px;
}

.dsn-btn .title-btn {
  position: relative;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 300;
}

.dsn-def-btn {
  --dsn-icon-size: 15px;
}

.dsn-def-btn .dsn-btn,
.dsn-def-btn .dsn-icon:before,
.dsn-def-btn .dsn-icon i,
.dsn-def-btn .dsn-icon svg {
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-property: width, padding, margin;
}

.dsn-def-btn .icon-circle {
  display: none;
}

.dsn-def-btn .dsn-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dsn-def-btn .dsn-icon>* {
  position: relative;
  z-index: 1;
}

.dsn-def-btn .dsn-icon:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

.dsn-def-btn .dsn-icon.btn-icon-left:before {
  left: 0;
}

.dsn-def-btn .dsn-icon.btn-icon-right:before {
  right: 0;
}

.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-left {
  padding-right: 50px;
}

.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-left .dsn-icon i,
.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-left .dsn-icon svg {
  margin-left: calc(50px / 2);
}

.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-right {
  padding-left: calc(50px / 2);
}

.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-right .dsn-icon i,
.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-right .dsn-icon svg {
  margin-right: calc(50px / 2);
}

.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover .dsn-icon:before {
  width: 100%;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn .title-btn {
  position: relative;
  padding-bottom: 5px;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn .title-btn:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  transform-origin: right;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon {
  position: absolute;
  margin-bottom: 5px;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon.btn-icon-left,
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon.btn-icon-left:after {
  left: 0;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon.btn-icon-right,
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon.btn-icon-right:after {
  right: 0;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  line-height: 7px;
  border-radius: 50px;
  border: 1px solid var(--heading-color);
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:before {
  transform: scale(0);
}

.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon i,
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon svg {
  opacity: 0;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon,
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:before,
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:after,
.dsn-def-btn.dsn-hover-icon .dsn-btn i,
.dsn-def-btn.dsn-hover-icon .dsn-btn svg,
.dsn-def-btn.dsn-hover-icon .dsn-btn .title-btn,
.dsn-def-btn.dsn-hover-icon .dsn-btn .title-btn:after {
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.dsn-def-btn.dsn-hover-icon .dsn-btn.has-icon-left .title-btn {
  margin-left: 15px;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn.has-icon-right .title-btn {
  margin-right: 15px;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn:hover.has-icon-left .title-btn {
  margin-left: calc(50px + 10px);
}

.dsn-def-btn.dsn-hover-icon .dsn-btn:hover.has-icon-right .title-btn {
  margin-right: calc(50px + 10px);
}

.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  z-index: 0;
  border: 0;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon.btn-icon-left:after {
  left: 25px;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon.btn-icon-right:after {
  right: 25px;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon:before,
.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon i,
.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon svg {
  transform: none;
  opacity: 1;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .title-btn:after {
  transform: scale(0);
}

.dsn-normal-btn .dsn-btn {
  padding: 12px 18px;
}

.dsn-default-btn .dsn-btn.button-def-padding {
  padding: 10px 24px;
}

.dsn-default-btn .dsn-btn.border-rdu {
  border-radius: 31px;
}

.dsn-default-btn .dsn-btn .dsn-icon {
  padding: 7px 17px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsn-default-btn .dsn-btn .dsn-icon.no-padding {
  padding: 0;
}

.dsn-btn .title-btn[data-animate-text] {
  overflow: hidden;
}

.dsn-btn .title-btn[data-animate-text]>span,
.dsn-btn .title-btn[data-animate-text]:before {
  transition: 0.8s cubic-bezier(0.65, 0, 0.076, 1);
  transform-origin: 0 center;
}

.dsn-btn .title-btn[data-animate-text]:before {
  position: absolute;
  content: attr(data-animate-text);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotateZ(7deg);
  opacity: 0;
}

.dsn-btn:hover .title-btn[data-animate-text]>span {
  transform: rotateZ(-7deg);
  opacity: 0;
}

.dsn-btn:hover .title-btn[data-animate-text]:before {
  transform: none;
  opacity: 1;
}

.dsn-btn-shape {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  filter: url(#buttonFilter);
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.dsn-btn-shape.no-padding .button {
  padding: 0 15px 0 0;
}

.dsn-btn-shape.rotate-icon .icon svg {
  rotate: 90deg;
}

.dsn-btn-shape .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
  border: 1px solid #d9d9d9;
}

.dsn-btn-shape .icon svg {
  fill: var(--heading-color);
  width: 12px;
  height: 12px;
}

.dsn-btn-shape .icon.theme-color svg {
  fill: var(--theme-color);
}

.dsn-btn-shape .button {
  position: relative;
  text-align: center;
  color: var(--heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  height: 40px;
  line-height: 1;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d9d9d9;
}

.dsn-btn-shape:hover .icon {
  transform: translateX(0.75rem) rotate(45deg);
}

.dsn-btn-play {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(251, 251, 251, 0.18);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dsn-btn-play i {
  font-size: 19px;
  margin-right: 10px;
}

a {
  outline: 0;
  outline-style: none;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #4f4c4c5e;
  border-radius: 50px;
  transition-property: background-color, padding-top, padding-bottom, transform;
  transition-duration: 0.5s;
  z-index: 97;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.site-header:not(.dsn-open) {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.site-header>.p-relative.dsn-container {
  padding: 0;
  display: flex;
  align-items: center;
}

.site-header .dsn-svg-transition {
  fill: var(--assistant-color);
}

.site-header .bg-load:not(.dsn-svg-transition) {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.site-header .bg-load {
  position: fixed;
  pointer-events: none;
}

.admin-bar .site-header {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.site-header .main-logo {
  position: relative;
  z-index: 1;
}

.site-header ul.primary-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  align-items: center;
}

.site-header ul.primary-nav ul {
  position: absolute;
}

@media only screen and (min-width: 992px) {
  .site-header:not(.dsn-hamburger) .main-navigation {
    display: flex;
    flex-basis: auto;
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav li {
    font-family: var(--body-font);
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav>li {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav>li li.has-sub-menu:after {
    content: "";
    position: absolute;
    border: solid var(--theme-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg);
    margin: 0 0 2px 1px;
    right: 15px;
    top: calc(50% - 3px);
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav>li:not(:first-of-type) {
    margin-left: 30px;
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav>li:last-of-type ul {
    margin-left: -95px;
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav>li ul {
    min-width: 200px;
    padding: 10px 0;
    margin-top: 10px;
    margin-left: -20px;
    background-color: var(--assistant-color);
    transition-property: transform, opacity, visibility;
    transition-duration: 0.8s;
    border-radius: 7px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(35px);
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav>li ul li {
    position: relative;
    width: 100%;
    padding: 7px 20px;
    font-size: 13px;
    font-weight: 500;
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav>li ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 1.5px;
    transition: 0.5s;
    background-color: var(--heading-color);
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav>li ul li:hover:before {
    height: 100%;
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav>li ul ul {
    right: 100%;
    top: -15px;
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav li.has-sub-menu:hover>ul,
  .site-header:not(.dsn-hamburger) ul.primary-nav li.has-sub-menu:focus>ul {
    opacity: 1;
    transform: none;
    visibility: visible;
  }

  .site-header:not(.dsn-hamburger) .navbar-toggle,
  .site-header:not(.dsn-hamburger) .bg-load {
    display: none;
  }

  .site-header:not(.dsn-hamburger) .dsn-back {
    display: none;
  }

  .site-header:not(.dsn-hamburger) .menu-cover-title {
    display: none;
  }
}

.site-header.dsn-hamburger .main-navigation {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding-right: var(--dsn-gap-container);
  padding-left: var(--dsn-gap-container);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .main-navigation {
    flex-direction: column;
    overflow: auto;
  }
}

.site-header.dsn-hamburger ul.primary-nav {
  position: relative;
  top: 100px;
}

@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger ul.primary-nav {
    width: 70%;
    padding-right: var(--bs-gutter-x);
  }
}

.site-header.dsn-hamburger ul.primary-nav ul {
  width: 100%;
}

.site-header.dsn-hamburger ul.primary-nav,
.site-header.dsn-hamburger ul.primary-nav ul {
  counter-reset: var(--dsn-li-name);
  height: calc(100vh - 100px);
  padding-bottom: 80px;
  padding-left: 150px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  pointer-events: none;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {

  .site-header.dsn-hamburger ul.primary-nav,
  .site-header.dsn-hamburger ul.primary-nav ul {
    justify-content: start;
    padding-left: 30px;
  }
}

.site-header.dsn-hamburger ul.primary-nav li,
.site-header.dsn-hamburger ul.primary-nav ul li {
  cursor: pointer;
  pointer-events: none;
}

@media only screen and (max-width: 575px) {

  .site-header.dsn-hamburger ul.primary-nav li,
  .site-header.dsn-hamburger ul.primary-nav ul li {
    font-size: 24px;
  }
}

.site-header.dsn-hamburger ul.primary-nav a,
.site-header.dsn-hamburger ul.primary-nav ul a {
  color: var(--font-color);
  transform-origin: left top;
  transition: 500ms 0ms;
}

.site-header.dsn-hamburger ul.primary-nav a:hover,
.site-header.dsn-hamburger ul.primary-nav ul a:hover {
  transform: skewX(2deg);
  letter-spacing: 2.5px;
}

@media only screen and (min-width: 992px) {

  .site-header.dsn-hamburger ul.primary-nav li a span:before,
  .site-header.dsn-hamburger ul.primary-nav ul li a span:before {
    counter-increment: var(--dsn-li-name);
    content: counters(var(--dsn-li-name), ".", decimal-leading-zero) ". ";
    font-family: var(--border-color);
    pointer-events: none;
    font-size: 14px;
    opacity: 0.3;
  }
}

.site-header.dsn-hamburger ul.primary-nav li {
  margin: 5px 0;
  width: 100%;
}

.site-header.dsn-hamburger ul.primary-nav a {
  position: relative;
  overflow: hidden;
}

.site-header.dsn-hamburger ul.primary-nav.h2 a {
  line-height: 1.2;
}

.site-header.dsn-hamburger ul.primary-nav .h3 a {
  line-height: var(--font-size-h3);
}

.site-header.dsn-hamburger ul {
  left: 0;
  top: 0;
  z-index: -1;
}

.site-header.dsn-hamburger ul>li>a>span,
.site-header.dsn-hamburger ul>li>span,
.site-header.dsn-hamburger ul .scroll-content>li>a>span,
.site-header.dsn-hamburger ul .scroll-content>li>span {
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-property: opacity, visibility, transform;
  transform-origin: center top;
  transition-delay: calc(0.1s * var(--dsn-li-index));
}

.site-header.dsn-hamburger ul.open {
  z-index: 9;
}

.site-header.dsn-hamburger ul.open>li>a,
.site-header.dsn-hamburger ul.open>li>span,
.site-header.dsn-hamburger ul.open .scroll-content>li>a,
.site-header.dsn-hamburger ul.open .scroll-content>li>span {
  pointer-events: auto !important;
}

.site-header.dsn-hamburger ul.open>li>a>span,
.site-header.dsn-hamburger ul.open>li>span,
.site-header.dsn-hamburger ul.open .scroll-content>li>a>span,
.site-header.dsn-hamburger ul.open .scroll-content>li>span {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.site-header.dsn-hamburger #navbar_toggle {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}

.site-header.dsn-hamburger #navbar_toggle .toggle-icon {
  --width-icon: 25px;
  margin-right: 10px;
}

.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line {
  position: relative;
  height: 2px;
  background-color: var(--heading-color);
  width: 25px;
  transition: 0.5s;
}

.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:not(:first-child) {
  margin-top: 5px;
}

.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(1),
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(3) {
  transform: scaleX(0.5);
}

.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(2) {
  width: var(--width-icon);
}

.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(1) {
  transform-origin: left;
}

.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(3) {
  transform-origin: right;
}

.site-header.dsn-hamburger #navbar_toggle .toggle-text {
  position: relative;
  --animate-trans: translateY(5px) rotateX(75deg);
  min-width: 43px;
}

.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open,
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close {
  position: absolute;
  top: 0;
  left: 0;
}

.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open .char,
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close .char {
  opacity: 0;
  visibility: hidden;
  transform: var(--animate-trans);
}

.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open,
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close,
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-menu {
  overflow: hidden;
  will-change: transform;
}

.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open .char,
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close .char,
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-menu .char {
  color: var(--heading-color);
  will-change: transform;
  transition-property: opacity, visibility, transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: calc(30ms * var(--char-index) + 1ms);
}

.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line {
  --trans-icon: scale(0.2, 1.7);
}

.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(1),
.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(2),
.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(3) {
  transform: var(--trans-icon);
  border-radius: 3px;
}

.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(1) {
  transform: var(--trans-icon) translateY(4px);
}

.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(3) {
  transform: var(--trans-icon) translateY(-4px);
}

.site-header.dsn-hamburger #navbar_toggle:hover .text-menu .char {
  opacity: 0;
  visibility: hidden;
  transform: var(--animate-trans);
}

.site-header.dsn-hamburger #navbar_toggle:hover:not(.open) .text-open .char,
.site-header.dsn-hamburger #navbar_toggle:hover.open .text-close .char {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.site-header.dsn-hamburger .menu-cover-title {
  position: absolute;
  top: 50%;
  font-size: 20vw;
  font-weight: 600;
  line-height: 1.15;
  transform: translateY(-50%) rotateX(75deg);
  opacity: 0;
  padding-left: inherit;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-property: opacity, transform;
  pointer-events: none;
}

@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger .menu-cover-title {
    left: -15px;
  }
}

@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .menu-cover-title {
    left: 0;
    padding-right: inherit;
    width: 100%;
  }
}

.site-header.dsn-hamburger.dsn-open .menu-cover-title {
  transition-delay: 1s;
  opacity: 0.09;
  transform: translateY(-50%) translateX(-40%) rotate(-90deg);
}

.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(2) {
  transform: scale(0) !important;
  display: none;
}

.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(1),
.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(3) {
  margin-top: 0 !important;
}

.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(1) {
  transform: scale(1) rotate(45deg) !important;
  transform-origin: bottom !important;
}

.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(3) {
  transform: scale(1) rotate(-45deg) !important;
  transform-origin: top !important;
}

.site-header.dsn-hamburger.dsn-open .main-navigation {
  opacity: 1;
  visibility: visible;
  transform: none;
}

@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger.dsn-open .main-navigation {
    text-align: center;
  }

  .site-header.dsn-hamburger.dsn-open .main-navigation ul {
    width: 100%;
  }
}

@keyframes draw {
  0% {
    stroke-dasharray: 10;
  }

  0% {
    stroke-dasharray: 280;
  }

  100% {
    stroke-dasharray: 10;
  }
}

.site-header.dsn-hamburger .dsn-back svg {
  fill: none;
  stroke: var(--border-color);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 10;
  stroke-dashoffset: 0;
  stroke-width: 13px;
  width: 22px;
  margin-right: 10px;
}

.site-header.dsn-hamburger .dsn-back>span {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .dsn-back>span {
    justify-content: center;
  }
}

.site-header.dsn-hamburger .dsn-back span {
  font-size: 15px;
}

.site-header.dsn-hamburger .dsn-back .text-toggle-back {
  position: relative;
}

.site-header.dsn-hamburger .dsn-back .text-toggle-back .text-back {
  position: absolute;
  left: 0;
}

.site-header.dsn-hamburger .dsn-back .text-toggle-back .char {
  margin-right: 5px;
  transform-origin: center top;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) calc(50ms * var(--char-index));
}

.site-header.dsn-hamburger .dsn-back:hover svg {
  animation: draw 3s linear alternate infinite;
}

.site-header.dsn-hamburger .dsn-back:hover .text-toggle-back .text-back .char,
.site-header.dsn-hamburger .dsn-back .text-toggle-back .text-name .char {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.site-header.dsn-hamburger .dsn-back:hover .text-toggle-back .text-name .char,
.site-header.dsn-hamburger .dsn-back .text-toggle-back .text-back .char {
  transform: translateY(10px) rotateX(75deg);
  opacity: 0;
  visibility: hidden;
}

.site-header.dsn-hamburger .container-content {
  display: flex !important;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .container-content {
    display: none !important;
  }
}

.site-header.dsn-hamburger .container-content:after,
.site-header.dsn-hamburger .container-content {
  transition: 1s;
}

.site-header.dsn-hamburger .container-content:after {
  content: "";
  position: absolute;
  background-image: url(../img/pngtree-dotted.html);
  background-color: var(--border-color);
  opacity: 0.07;
}

@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger .container-content:after {
    right: 0;
    top: 0;
    width: 45%;
    height: 0;
    z-index: -1;
  }
}

@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .container-content:after {
    width: 0;
    height: 1px;
  }
}

.site-header.dsn-hamburger .container-content .sm-title-block {
  color: #a56433;
}

.site-header.dsn-hamburger .container-content .nav-social ul li {
  position: relative;
  color: var(--heading-color);
  display: inline-block;
  letter-spacing: 2px;
  font-size: 14px;
  margin-right: 15px;
  padding-right: 5px;
}

.site-header.dsn-hamburger.dsn-open .container-content {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger.dsn-open .container-content:after {
    height: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger.dsn-open .container-content:after {
    width: 100%;
    top: calc(-1 * var(--margin-padding) / 2);
  }
}

.site-header.dsn-hamburger.dsn-open .container-content:after,
.site-header.dsn-hamburger.dsn-open .container-content {
  transition-delay: 0.7s;
}

.site-header:not(.dsn-hamburger) .container-content {
  display: none;
}

.site-header.nav-bg {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .site-header.nav-bg {
    top: 0;
  }
}

.site-header.hide-nav:not(.dsn-open) {
  transform: translateY(-170%);
}

.main-brand img,
.dsnload__img img {
  width: 100px;
  max-width: 100%;
  height: auto;
}

.v-light #site_menu_header .main-brand .logo-dark,
#dsn_footer.v-light .main-brand .logo-dark,
.main-brand .logo-dark,
.v-light #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-dark,
.v-light #site_menu_header .dsnload__img .logo-dark,
#dsn_footer.v-light .dsnload__img .logo-dark,
.dsnload__img .logo-dark,
.v-light #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-dark {
  display: block;
}

.v-light #site_menu_header .main-brand .logo-light,
#dsn_footer.v-light .main-brand .logo-light,
.main-brand .logo-light,
.v-light #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-light,
.v-light #site_menu_header .dsnload__img .logo-light,
#dsn_footer.v-light .dsnload__img .logo-light,
.dsnload__img .logo-light,
.v-light #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-light {
  display: none;
}

.v-dark #site_menu_header .main-brand .logo-dark,
#dsn_footer.v-dark .main-brand .logo-dark,
.v-dark #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-dark,
.v-dark #site_menu_header .dsnload__img .logo-dark,
#dsn_footer.v-dark .dsnload__img .logo-dark,
.v-dark #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-dark {
  display: none;
}

.v-dark #site_menu_header .main-brand .logo-light,
#dsn_footer.v-dark .main-brand .logo-light,
.v-dark #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-light,
.v-dark #site_menu_header .dsnload__img .logo-light,
#dsn_footer.v-dark .dsnload__img .logo-light,
.v-dark #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-light {
  display: block;
}

.v-light #site_menu_header {
  background-color: rgba(255, 255, 255, 0.4);
}

.social-side {
  position: fixed;
  bottom: 50px;
  z-index: 10;
  display: flex;
  mix-blend-mode: exclusion;
  --heading-color: #fff;
  color: var(--heading-color);
}

@media only screen and (min-width: 1400px) {
  .social-side {
    left: 25px;
  }
}

@media only screen and (max-width: 1399px) {
  .social-side {
    left: 15px;
  }
}

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

.social-side .icon {
  text-align: center;
  width: 30px;
  line-height: 30px;
  cursor: pointer;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 12px;
}

.social-side .icon:before {
  content: "";
  position: relative;
  display: inline-block;
  border-left: 1px solid var(--heading-color);
  height: 50px;
  margin-bottom: 10px;
}

.socials {
  text-align: center;
  font-size: 14px;
}

.socials li a {
  position: relative;
  margin-bottom: 10px;
  margin-top: 5px;
  color: var(--heading-color);
}

.socials li a:after,
.socials li a span,
.socials li a:hover i {
  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}

.socials li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--heading-color);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
}

.socials li a i {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.socials li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--heading-color);
  font-size: 13px;
  opacity: 0;
  transform-origin: center bottom;
  cursor: pointer;
  transform: translateX(0px) translateY(-50%);
}

.socials li a:hover i {
  transform: scale(0);
}

.socials li a:hover label {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 12, -8);
  transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
}

.socials li a:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-delay: 0.2s;
}

.socials li a:hover span {
  opacity: 1;
  transform: translateX(10px) translateY(-50%);
}

.dsn-socials li {
  display: inline-block;
}

.dsn-socials li:not(:last-of-type) {
  margin-right: 5px;
}

.dsn-socials li a {
  position: relative;
  padding: 8px 22px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color);
}

.dsn-socials li a a:not(.move-circle) {
  border-color: var(--border-color);
}

.dsn-socials li a:after,
.dsn-socials li a span:not(.dsn-icon) {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}

.dsn-socials li a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--theme-color);
  transform: translate(-50%, -50%) scale(0.2);
}

.dsn-socials li a span:not(.dsn-icon) {
  color: var(--heading-color);
  font-weight: bold;
  font-size: 13px;
  transform-origin: center bottom;
  cursor: pointer;
}

.dsn-socials li a i {
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dsn-socials li a:hover i {
  transform: scale(0);
}

.dsn-socials li a:hover span:not(.dsn-icon) {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, -20);
  transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
}

.dsn-socials li a:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-delay: 0.2s;
}

@media only screen and (max-width: 991px) {
  .dsn-socials li:not(:last-of-type) {
    margin-right: 5px;
  }
}

.elementor-align-right .dsn-socials .dsn-icon {
  margin: inherit;
}

.box-social li {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
}

.box-social li a {
  display: flex;
  align-items: center;
  color: var(--font-color);
}

.box-social li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -1px;
  background: var(--theme-color);
}

.box-social li a .word-root {
  height: 17px;
  overflow: hidden;
  display: inline-block;
}

.box-social li a .word-root .double-word-column {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  padding-right: 10px;
}

.box-social li a .word-root .double-word-column .word {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  line-height: 1.3;
}

.box-social li a .word-root .double-word-column .word:last-of-type {
  transform: translateX(50%);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.box-social li a:hover {
  color: var(--heading-color);
}

.box-social li a:hover::before {
  background: var(--heading-color);
}

.box-social li a:hover .double-word-column {
  transform: translateY(-50%);
}

.box-social li a:hover .double-word-column .word:last-of-type {
  transform: translateX(0);
}

.box-social li:not(:last-child) {
  margin-right: 20px;
}

.next-page {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .next-page .box-img {
    height: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .next-page .box-img {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .next-page .footer-box {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .next-page .footer-box {
    align-items: baseline;
  }
}

@media only screen and (max-width: 575px) {
  .next-page .social-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }
}

.next-page .social-box p {
  font-size: 12px;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .next-page .social-box ul {
    flex-direction: column;
    gap: 5px;
  }
}

.next-page .social-box li {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 2px 10px;
  border-radius: 30px;
}

@media only screen and (max-width: 991px) {
  .next-page .title-md {
    font-size: 60px;
    line-height: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .next-page .title-md {
    font-size: 42px;
    line-height: 52px;
    text-align: center;
  }
}

.next-page .info {
  font-size: 12px;
}

.next-page-2 h2 {
  font-size: 22vw;
  line-height: 19vw;
}

@media only screen and (max-width: 991px) {
  .next-projects {
    height: 100vh;
  }
}

.next-projects .box-img {
  height: 50vh;
}

@media only screen and (max-width: 991px) {
  .next-projects .box-img {
    height: 100%;
  }
}

.next-projects .footer {
  padding-top: 13vh;
}

@media only screen and (max-width: 991px) {
  .next-projects .footer {
    padding-top: 50px;
    position: absolute;
    bottom: 0;
  }
}

.type-p-nav {
  border-top: 1px solid var(--border-color);
  padding-top: 50px;
}

.type-p-nav .dsn-pagination {
  flex-wrap: wrap;
}

.type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev) {
  position: relative;
  margin-right: 15px;
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  padding: 10px;
  font-size: 20px;
  border: 1px solid var(--border-color);
}

.type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev).current,
.type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev):hover {
  color: var(--theme-color-font, var(--heading-color));
  background-color: var(--assistant-color);
}

.type-p-nav .dsn-pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.type-p-nav .dsn-pagination .next,
.type-p-nav .dsn-pagination .prev {
  position: relative;
  text-align: center;
  width: 90px;
}

.type-p-nav .dsn-pagination .next:before,
.type-p-nav .dsn-pagination .prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--assistant-color);
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  transform: scale(0.8);
}

.type-p-nav .dsn-pagination .next svg,
.type-p-nav .dsn-pagination .prev svg {
  width: 30px;
  position: absolute;
  top: 1px;
  fill: var(--heading-color);
  z-index: 1;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease-out;
}

.type-p-nav .dsn-pagination .next span,
.type-p-nav .dsn-pagination .prev span {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--heading-color);
  transition: all 0.3s ease-out;
}

.type-p-nav .dsn-pagination .next:hover:before,
.type-p-nav .dsn-pagination .prev:hover:before {
  transform: scale(0.7);
}

.type-p-nav .dsn-pagination .next:hover svg,
.type-p-nav .dsn-pagination .prev:hover svg {
  opacity: 0;
}

.type-p-nav .dsn-pagination .next:hover span,
.type-p-nav .dsn-pagination .prev:hover span {
  transform: translateX(0) translateY(2px);
}

.type-p-nav .dsn-pagination .next:hover,
.type-p-nav .dsn-pagination .prev:hover {
  background-color: transparent;
}

.type-p-nav .dsn-pagination .next {
  margin-left: 10px;
}

.type-p-nav .dsn-pagination .next svg {
  transform: translateX(20%);
  left: -10%;
}

.type-p-nav .dsn-pagination .next span {
  transform: translateX(20%) translateY(2px);
}

.type-p-nav .dsn-pagination .prev {
  margin-right: 25px;
}

.type-p-nav .dsn-pagination .prev svg {
  transform: translateX(-20%) rotate(180deg);
  right: -10%;
}

.type-p-nav .dsn-pagination .prev span {
  transform: translateX(-20%) translateY(2px);
}

.pagination-pages .post-page-numbers {
  margin: 0 10px;
}

.pagination-pages a {
  color: var(--theme-color);
}

.elementor-widget-dsn_arrow_nav {
  pointer-events: none;
}

.dsn-nav-arrow {
  --dsn-icon-size: 25px;
  pointer-events: none;
}

.dsn-nav-arrow .dsn-nav-left,
.dsn-nav-arrow .dsn-nav-right {
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}

.dsn-nav-arrow .dsn-nav-left {
  margin-right: 15px;
}

.swiper-pagination-bullets,
.swiper-pagination-fraction,
.swiper-pagination-progressbar {
  position: relative;
  --swiper-pagination-color: var(--theme-color);
  --swiper-pagination-bullet-inactive-color: var(--theme-color);
  white-space: nowrap;
}

@media only screen and (max-width: 575px) {

  .swiper-pagination-bullets,
  .swiper-pagination-fraction,
  .swiper-pagination-progressbar {
    display: none;
  }
}

.swiper-pagination-fraction {
  bottom: 0;
  width: auto;
  display: block;
}

.dsn-swiper .swiper-pagination-progressbar {
  position: relative;
  width: 30% !important;
  height: 1px !important;
  background-color: var(--border-color);
  --swiper-pagination-color: var(--theme-color);
}

.dsn-swiper .swiper-pagination-progressbar span {
  transition-property: transform;
}

.dsn-swiper-circle .swiper-pagination-bullet {
  position: relative;
  background: transparent;
  width: 20px;
  height: 20px;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  margin: 5px;
  bottom: 0 !important;
}

.dsn-swiper-circle .swiper-pagination-bullet:not(.swiper-pagination-bullet-active, .swiper-pagination-bullet-active-prev, .swiper-pagination-bullet-active-next) {
  transform: scale(0.33);
}

.dsn-swiper-circle .swiper-pagination-bullet::before,
.dsn-swiper-circle .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.dsn-swiper-circle .swiper-pagination-bullet::before {
  background-color: var(--heading-color);
  transform: scale(0.7);
}

.dsn-swiper-circle .swiper-pagination-bullet::after {
  border: 1.5px solid var(--heading-color);
  transform: scale(0.7);
}

.dsn-swiper-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  transform: scale(0.4);
}

.dsn-swiper-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}

.dsn-swiper .swiper-container-vertical {
  height: 70vh;
}

.swiper-pagination:not(.dsn-swiper-circle, .dsn-swiper-img) .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
  margin-right: 5px;
  cursor: pointer;
  background: var(--theme-color);
  transition: transform 0.3s ease-in-out;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  bottom: 0;
}

.swiper-pagination-fraction {
  width: auto !important;
  position: relative !important;
  bottom: auto !important;
}

.dsn-swiper-paginate {
  align-items: center;
}

.e-container>.elementor-element.elementor-absolute.elementor-widget-dsn_arrow_nav.container,
.elementor-widget-wrap>.elementor-element.elementor-absolute.elementor-widget-dsn_arrow_nav.container {
  left: 0;
  right: 0;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 0;
  transform: none;
}

.prev-paginate,
.next-paginate {
  position: relative;
  cursor: pointer;
}

.prev-paginate:not(.dsn-slid-normal),
.next-paginate:not(.dsn-slid-normal) {
  display: flex;
  align-items: center;
  padding: 4px 24px;
  border: 1px solid var(--border-color);
  border-radius: 31px;
  font-size: 13px;
  letter-spacing: 2px;
}

.prev-paginate:not(.dsn-slid-normal) .text-paginate,
.next-paginate:not(.dsn-slid-normal) .text-paginate {
  -webkit-user-select: none;
  user-select: none;
  font-weight: 500;
}

.prev-paginate:not(.dsn-slid-normal).prev-paginate,
.next-paginate:not(.dsn-slid-normal).prev-paginate {
  padding-left: 4px;
}

.prev-paginate:not(.dsn-slid-normal).next-paginate,
.next-paginate:not(.dsn-slid-normal).next-paginate {
  padding-right: 4px;
}

.prev-paginate .dsn-icon,
.next-paginate .dsn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 38px;
  border-radius: 26px;
}

.prev-paginate:not(.dsn-slid-normal) .dsn-icon {
  margin-right: 12px;
}

.next-paginate:not(.dsn-slid-normal) .dsn-icon {
  margin-left: 12px;
}

.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
}

.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet {
  width: 45px;
  height: 45px;
  background: transparent;
  transform: none;
  margin: 0 0 0 -10px;
  opacity: 1;
}

.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  filter: brightness(50%);
}

.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  z-index: 2;
}

.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet,
.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet img {
  border-radius: 50%;
}

@media only screen and (max-width: 575px) {

  .prev-paginate:not(.dsn-slid-normal),
  .next-paginate:not(.dsn-slid-normal) {
    padding: 0;
    background-color: transparent;
    border: 0;
  }

  .prev-paginate:not(.dsn-slid-normal) .text-paginate,
  .next-paginate:not(.dsn-slid-normal) .text-paginate {
    display: none;
  }
}

.hide-slide-shadow .swiper-slide-shadow {
  display: none;
}

.dsn-swiper-paginate img {
  height: auto;
}

.dsn-swiper .cover-bg-img {
  height: 100%;

}

.main-header {
  padding-top: 180px;
  padding-bottom: 160px;
}

@media only screen and (max-width: 991px) {
  .main-header {
    padding-top: 160px;
  }
}

.main-header .pinned-elements {
  position: sticky;
  top: 30px;
}

.main-header .container-content .content {
  grid-template-columns: 70% 30%;
}

@media only screen and (max-width: 767px) {
  .main-header .container-content .content {
    grid-template-columns: auto;
  }
}

.main-header .container-content .content-float ul li {
  font-size: 14px;
  text-transform: uppercase;
}

.main-header .container-content .content-float ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.main-header .container-content .content-float .box-img img {
  width: 250px;
  filter: invert(1);
}

@media only screen and (max-width: 575px) {
  .main-header .container-content .content-float .box-img img {
    width: 130px;
  }
}

.footer-header .social-box p {
  font-size: 12px;
  text-transform: uppercase;
}

.footer-header .social-box li {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 2px 10px;
  border-radius: 30px;
}

@media only screen and (max-width: 575px) {
  .footer-header .social-box {
    display: none;
  }
}

.footer-header .dsn-btn.dsn-btn-shape a span {
  font-size: 12px;
}

.footer-header .dsn-btn.dsn-btn-shape .icon {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}

.footer-header .dsn-btn.dsn-btn-shape:hover .icon {
  transform: translateX(0) rotate(360deg);
}

.header-no-bg {
  padding-top: 200px;
  padding-bottom: 200px;
}

.header-no-bg .icon-s {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 58px;
  line-height: inherit;
  border-radius: 5px;
}

.header-no-bg .icon-s svg {
  width: 35px;
  height: 50px;
}

.header-no-bg .icon-s svg path {
  fill: var(--heading-color);
}

@media only screen and (max-width: 575px) {
  .header-no-bg .title-lg {
    font-size: 65px;
    line-height: normal;
  }
}

.brightness {
  overflow: hidden;
  height: 100vh;
}

.brightness .frame {
  padding: 2rem 3rem;
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  pointer-events: none;
  justify-items: start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  transition: opacity 0.3s;
}

.brightness .grid {
  gap: 1rem;
  flex: none;
  position: relative;
  width: 150vw;
  height: 140vh;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: 100%;
  transform-origin: center center;
}

.brightness .row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(7, 1fr);
  will-change: transform, filter;
}

.brightness .row__item {
  position: relative;
}

.brightness .row__item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.brightness .row__item-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .brightness .content.w-50 {
    width: 100%;
  }
}

.header-photography {
  height: 100vh;
  overflow: hidden;
}

.header-photography.preview .grid {
  transform: rotate(0deg);
  grid-template-rows: repeat(3, 1fr);
  width: 110%;
  height: 100%;
}

.header-photography.preview .row {
  display: flex;
}

.header-photography.preview .row:nth-of-type(2) .row__item:first-of-type {
  transform: translateY(-120px);
}

.header-photography.preview .row:nth-of-type(2) .row__item:last-of-type {
  transform: translateY(120px);
}

.header-photography.preview .row:first-of-type .row__item-img {
  width: 475px;
}

.header-photography.preview .row:last-of-type .row__item-img {
  width: 600px;
}

.header-photography.preview .row__item-img {
  position: relative;
  width: 375px;
  height: 270px;
}

.header-photography .frame {
  padding: 2rem 3rem;
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  pointer-events: none;
  justify-items: start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  transition: opacity 0.3s;
}

.header-photography .grid {
  gap: 1rem;
  flex: none;
  position: relative;
  width: 200vw;
  height: 150vh;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: 100%;
  transform-origin: center center;
}

.header-photography .row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  will-change: transform, filter;
}

.header-photography .row__item {
  position: relative;
}

.header-photography .row__item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header-photography .reviews-box {
  padding: 5px;
  border-radius: 30px;
  font-size: 13px;
}

.header-photography .reviews-box span {
  margin-right: 15px;
  font-size: inherit;
}

.header-photography .reviews-box p {
  font-size: inherit;
}

.header-photography .reviews-box .review-box-inner {
  padding: 5px 15px 5px 5px;
  border-radius: 30px;
  height: -webkit-max-content;
  height: max-content;
  margin-right: 15px;
}

.header-photography .reviews-box .review-box-inner img {
  width: 30px;
}

.header-photography .reviews-box .review-box-inner i {
  color: #F1C644;
  font-size: inherit;
}

.header-photography .reviews-box .review-box-inner i:not(:last-of-type) {
  margin-right: 5px;
}

@media only screen and (max-width: 575px) {
  .header-photography .reviews-box .review-box-inner {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .header-photography .reviews-box span {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .header-photography .reviews-box p {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header-photography.header-photography-2 .row:not(:first-of-type) .row__item-img {
    display: none;
  }

  .header-photography.header-photography-2 .row .row__item-img {
    width: 100vw !important;
    height: 100vh !important;
    border-radius: 0 !important;
  }

  .header-photography.header-photography-2 .row .row__item-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .header-photography.header-photography-2 .row .row__item-img img {
    border-radius: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-photography.header-photography-2 .content {
    width: 90%;
  }
}

@media only screen and (max-width: 991px) {
  .header-photography.header-photography-2 .content .title {
    font-size: 90px;
    line-height: 100px;
  }
}

.header-project {
  padding-top: 37vh;
}

@media only screen and (max-width: 991px) {
  .header-project {
    padding-top: 180px;
    padding-bottom: var(--margin-padding);
  }
}

.header-project .box-img {
  height: 50vh;
}

@media only screen and (max-width: 991px) {
  .header-project .box-img {
    height: 100%;
  }
}

.header-project .des_head {
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .header-project .des_head {
    padding-bottom: var(--margin-padding);
    margin-left: 0;
  }

  .header-project .des_head .ml-auto {
    margin-left: 0;
  }
}

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

.header-project .is-sub {
  font-size: 14px;
  line-height: 32px;
}

.header-project .is-sub span {
  margin-right: 15px;
}

.header-project .arrow {
  margin-bottom: 20px;
}

.header-project .arrow .icon svg {
  fill: var(--heading-color);
  width: 18px;
  rotate: 90deg;
}

.slider .hero__small-scope {
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  pointer-events: none;
  scale: 0.610003;
}

.slider .hero__small-scope .scope__left,
.slider .hero__small-scope .scope__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider .hero__small-scope .scope__bottom-left {
  transform: rotate(-90deg);
}

.slider .hero__small-scope .scope__top-right {
  transform: rotate(90deg);
}

.slider .hero__small-scope .scope__bottom-right {
  transform: rotate(-180deg);
}

.slider .hero__small-scope .scope__corner {
  display: flex;
}

.slider .hero__small-scope .scope__corner:before {
  background: var(--heading-color);
  content: "";
  display: block;
  height: 3.125vw;
  width: 1.5px;
}

.slider .hero__small-scope .scope__corner:after {
  background: var(--heading-color);
  content: "";
  display: block;
  height: 1.5px;
  width: 3.125vw;
}

.slider .scope {
  height: 100%;
  left: 0;
  width: 100%;
}

.slider .slider-inner {
  width: 100%;
  position: relative;
}

.slider .slider-inner,
.slider .slider-inner .slide-item {
  height: 330px;
}

.slider .box-social {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.slider .control-nav {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 3;
}

.slider .control-nav svg {
  height: 20px;
  width: 20px;
}

.slider .control-nav svg path {
  fill: var(--heading-color);
}

.slider .control-nav .prev-container,
.slider .control-nav .next-container {
  display: inline-block;
  cursor: pointer;
  transform: none;
}

.main-slider .dsn-slider-content {
  display: flex;
  justify-content: center;
}

.main-slider .dsn-slider-content .slide-content {
  bottom: 30px;
}

.main-slider .dsn-slider-content .slide-content.dsn-active {
  z-index: 1;
  pointer-events: auto;
}

.main-slider .dsn-slider-content .slide-content:not(.dsn-active) {
  z-index: 0;
  pointer-events: none;
}

.main-slider .dsn-slider-content .slide-content:not(.dsn-active) .dsn-chars-wrapper,
.main-slider .dsn-slider-content .slide-content:not(.dsn-active) [data-dsn-split=chars],
.main-slider .dsn-slider-content .slide-content:not(.dsn-active) .swiper-animate-head {
  opacity: 0;
  visibility: hidden;
}

.cat.p-0 {
  padding: 0;
}

.cat span {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
}

.cat span:not(:last-of-type) {
  margin-right: 8px;
}

.filtering-absolute {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  border-radius: 50px;
  padding: 30px;
  z-index: 3;
}

.filtering-absolute button {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--heading-color);
  text-transform: uppercase;
}

.slide-date span {
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 13px;
}

.filter-bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}

.work-scroll .dsn-item-post {
  border-radius: 15px;
}

.work-scroll .dsn-item-post .post-info {
  flex-wrap: wrap;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .work-scroll .dsn-item-post .post-info {
    flex-direction: column;
    align-items: center;
  }
}

.work-scroll .dsn-item-post .img-cat .box-image-bg {
  height: 80vh;
}

.work-scroll .dsn-item-post .dsn-btn-shape {
  justify-self: flex-end;
}

.work-scroll .dsn-item-post .post-content {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  transform: translateY(-50%);
}

.work-scroll .dsn-item-post .post-content .title-lg {
  font-size: 100px;
  line-height: 105px;
}

@media only screen and (max-width: 767px) {
  .work-scroll .dsn-item-post .post-content .title-lg {
    font-size: 75px;
    line-height: 85px;
  }
}

@media only screen and (max-width: 575px) {
  .work-scroll .dsn-item-post .post-content .title-lg {
    font-size: 40px;
    line-height: 45px;
  }
}

.work-massonary .dsn-posts {
  display: flex;
  flex-wrap: wrap;
}

.work-massonary .dsn-item-post {
  position: relative;
  width: calc(33.3333% - 80px);
  margin: 60px 40px 60px 40px;
  z-index: 10;
  display: block;
}

@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.work-massonary .dsn-item-post .box-image {
  height: 18vw;
}

@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post .box-image {
    height: 50vw;
  }
}

.work-massonary .dsn-item-post:nth-of-type(6n + 1) {
  width: calc(45% - 80px);
}

@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 1) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.work-massonary .dsn-item-post:nth-of-type(6n + 1) .box-image {
  height: 44vw;
}

@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 1) .box-image {
    height: 50vw;
  }
}

.work-massonary .dsn-item-post:nth-of-type(6n + 2) {
  width: calc(50% - 80px);
  margin-left: calc(5% + 40px);
}

@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 2) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.work-massonary .dsn-item-post:nth-of-type(6n + 2) .box-image {
  height: 22vw;
}

@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 2) .box-image {
    height: 50vw;
  }
}

.work-massonary .dsn-item-post:nth-of-type(6n + 3) {
  width: calc(80% - 80px);
  margin-left: calc(10% + 40px);
}

@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 3) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.work-massonary .dsn-item-post:nth-of-type(6n + 3) .box-image {
  height: 33vw;
}

@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 3) .box-image {
    height: 50vw;
  }
}

.work-massonary .dsn-item-post:nth-of-type(6n + 4) {
  width: calc(50% - 80px);
}

@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 4) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.work-massonary .dsn-item-post:nth-of-type(6n + 4) .box-image {
  height: 22vw;
}

@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 4) .box-image {
    height: 50vw;
  }
}

.work-massonary .dsn-item-post:nth-of-type(6n + 5) {
  width: calc(45% - 80px);
  margin-left: calc(5% + 40px);
}

@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 5) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.work-massonary .dsn-item-post:nth-of-type(6n + 5) .box-image {
  height: 44vw;
}

@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 5) .box-image {
    height: 50vw;
  }
}

.work-massonary .dsn-item-post:nth-of-type(6n + 6) {
  width: calc(80% - 80px);
  margin-left: calc(10% + 40px);
}

@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 6) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.work-massonary .dsn-item-post:nth-of-type(6n + 6) .box-image {
  height: 33vw;
}

@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 6) .box-image {
    height: 50vw;
  }
}

.work-massonary .dsn-item-post:last-of-type {
  margin-bottom: 0;
}

.work-massonary .dsn-item-post .post-content {
  width: 100%;
}

.flexibly-hover {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .flexibly-hover {
    flex-direction: column;
  }
}

.flexibly-hover:hover .grid-item .content {
  transform: scaleX(0.85);
  opacity: 0;
}

.flexibly-hover .grid-item {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}

.flexibly-hover .grid-item,
.flexibly-hover .grid-item * {
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.flexibly-hover .grid-item:not(:hover) .post-content {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .flexibly-hover .grid-item:not(:hover) .post-content {
    opacity: 1;
  }
}

.flexibly-hover .grid-item:hover {
  flex-grow: var(--flex-grow, 2.3);
}

.flexibly-hover .grid-item:hover .post-content {
  transition-delay: 0.3s;
}

.flexibly-hover .grid-item:hover .content {
  transform: scaleX(1);
  opacity: 1;
}

.infinity-grid {
  --grid-gap: 50px;
}

.infinity-grid .infinity__content {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap, 80px);
}

.infinity-grid .grid-item {
  position: relative;
  padding-top: 120%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.infinity-grid .grid-item:first-child {
  margin-top: var(--grid-gap, 80px);
}

.infinity-grid .grid-item * {
  -webkit-user-select: none;
  user-select: none;
}

.infinity-grid .grid-item img {
  pointer-events: none;
}

.infinity-grid .grid-item .box-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-clip-path: inset(0 0 0 0 round 0.694vw);
  clip-path: inset(0 0 0 0 round 0.694vw);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
  transition: clip-path 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
  transition: clip-path 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96), -webkit-clip-path 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
  z-index: 2;
}

.infinity-grid .grid-item .box-img img {
  border-radius: inherit;
}

.infinity-grid .grid-item .post-content {
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
  z-index: 4;
  opacity: 1;
}

.infinity-grid .grid-item .post-content .box-meta {
  transform: translateY(-30px);
  transition: all 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
}

.infinity-grid .grid-item .post-content .title-block {
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
}

.infinity-grid .grid-item:hover .box-img {
  -webkit-clip-path: inset(6% 6% 6% 6% round 0.694vw);
  clip-path: inset(6% 6% 6% 6% round 0.694vw);
}

.infinity-grid .grid-item:hover .post-content {
  opacity: 1;
}

.infinity-grid .grid-item:hover .post-content .box-meta {
  transform: translateY(0);
}

.infinity-grid .grid-item:hover .post-content .title-block {
  transform: translateY(0);
}

.demo-infinity__title {
  mix-blend-mode: overlay;
  color: #fff;
}

.dsn-form {
  width: 650px;
}

@media only screen and (max-width: 767px) {
  .dsn-form {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .dsn-form .d-flex-form .form-group:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .dsn-form .d-flex-form {
    flex-direction: column;
  }
}

.dsn-form .form-group {
  width: 100%;
  margin-bottom: 30px;
}

.dsn-form .form-group label {
  font-weight: 600;
  color: var(--heading-color);
}

.dsn-form .entry-box .wpcf7-form-control-wrap {
  width: 100%;
}

.dsn-form .entry-box textarea,
.dsn-form .entry-box input:not([type=submit]) {
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--border-color);
  padding: 10px 0;
  color: var(--heading-color);
  margin-bottom: 0;
  background-color: transparent;
}

.dsn-form .entry-box textarea {
  min-height: 50px;
}

.dsn-form input[type=submit] {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
  padding: 20px 30px;
  border-radius: 30px;
  cursor: pointer;
  z-index: 9;
}

.dsn-form .ajax-loader {
  position: absolute;
  right: 3px;
}

.dsn-form .wpcf7-not-valid-tip {
  margin-top: 20px;
}

.dsn-form .wpcf7 form.invalid .wpcf7-response-output,
.dsn-form .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: var(--border-color);
}

.dsn-form .dsn-def-btn .icon-circle {
  display: inherit;
}

form:not(.submitting) .wpcf7-spinner {
  width: 0;
  padding: 0;
  margin: 0;
  transform: scale(0);
}

.wpcf7-spinner {
  transition: 0.5s linear;
  transition-property: transform, margin;
  z-index: 1;
  margin-left: 0;
  margin-right: 30px;
}

.footer {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom {
    flex-direction: column;
  }

  .footer .footer-bottom .dsn-btn {
    margin-top: 20px;
  }
}

.footer .cop {
  font-size: 15px;
}

.footer .links li a {
  font-size: 14px;
  letter-spacing: 2px;
}

.footer .text-right {
  max-width: 450px;
}

.footer .dsn-btn.dsn-btn-shape a span {
  font-size: 12px;
}

.footer .dsn-btn.dsn-btn-shape .icon {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}

.footer .dsn-btn.dsn-btn-shape:hover .icon {
  transform: translateX(0) rotate(360deg);
}

.move-circle:not(.p-absolute) {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .move-circle {
    background-color: transparent;
    border-color: transparent !important;
  }
}

.move-circle .icon-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  border: inherit;
}

.move-circle.background-main .icon-circle {
  background-color: var(--bg-color);
}

.move-circle.background-section .icon-circle {
  background-color: var(--assistant-color);
}

.move-circle.background-theme .icon-circle {
  background-color: var(--theme-color);
}

.move-circle.border-color-default .icon-circle {
  border-color: var(--border-color);
}

.move-circle.border-color-main .icon-circle {
  border-color: var(--bg-color);
}

.move-circle.border-color-assistant .icon-circle {
  border-color: var(--assistant-color);
}

.move-circle.border-color-theme-color .icon-circle {
  border-color: var(--theme-color);
}

.move-circle.border-color-heading .icon-circle {
  border-color: var(--heading-color);
}

.move-circle.border-color-body .icon-circle {
  border-color: var(--font-color);
}

.move-circle.border-circle {
  border: 1px solid var(--heading-color);
}

.dsn-ajax-effect {
  overflow: hidden;
}

.dsn-icon i {
  font-size: var(--dsn-icon-size, 20px);
  color: var(--dsn-color-icon, var(--theme-color));
}

.dsn-icon svg:not(.size-default) {
  width: var(--dsn-icon-size, 20px);
  height: var(--dsn-icon-size, 20px);
}

.dsn-icon svg,
.dsn-icon svg path {
  fill: var(--dsn-color-icon, var(--theme-color));
}

.text-center .dsn-icon {
  margin: 0 auto;
}

.dsn-icon-stroke .dsn-icon svg,
.dsn-icon-stroke .dsn-icon svg path {
  fill: transparent;
  stroke: var(--dsn-color-icon, var(--theme-color));
}

.dsn-icon-theme-color {
  --dsn-color-icon: var(--theme-color);
}

.dsn-icon-heading-color {
  --dsn-color-icon: var(--heading-color);
}

.dsn-icon-body-color {
  --dsn-color-icon: var(--font-color);
}

.dsn-icon-border-color {
  --dsn-color-icon: var(--border-color);
}

.dsn-icon-assistant-color {
  --dsn-color-icon: var(--assistant-color);
}

.dsn-icon-main-color {
  --dsn-color-icon: var(--bg-color);
}

.dsn-grid-layout {
  --dsn-width-item: 4;
  --dsn-col-item: 30px;
  --dsn-row-item: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--dsn-col-item));
  margin-top: calc(-1 * var(--dsn-row-item));
}

@media only screen and (max-width: 575px) {
  .dsn-grid-layout:not(.dsn-n-default) {
    --dsn-width-item: 1 !important;
  }
}

.dsn-grid-layout>.grid-item {
  flex: 0 0 calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
  margin-left: var(--dsn-col-item);
  margin-top: var(--dsn-row-item);
}

.dsn-grid-layout.full-width-last-item:not(.dsn-isotope)>.grid-item {
  flex-grow: 1;
}

.dsn-grid-layout:not(.full-width-last-item)>.grid-item {
  max-width: calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
  width: 100%;
  overflow: hidden;
}

.dsn-grid-layout {
  --dsn-width-item: 4;
  --dsn-col-item: 30px;
  --dsn-row-item: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--dsn-col-item));
  margin-top: calc(-1 * var(--dsn-row-item));
}

@media only screen and (max-width: 575px) {
  .dsn-grid-layout:not(.dsn-n-default) {
    --dsn-width-item: 1 !important;
  }
}

.dsn-grid-layout>.grid-item {
  flex: 0 0 calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
  margin-left: var(--dsn-col-item);
  margin-top: var(--dsn-row-item);
}

.dsn-grid-layout.full-width-last-item:not(.dsn-isotope)>.grid-item {
  flex-grow: 1;
}

.dsn-grid-layout:not(.full-width-last-item)>.grid-item {
  max-width: calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
  width: 100%;
  overflow: hidden;
}

.dsn-background-inherit,
.dsn-background-inherit .background-main,
.dsn-background-inherit .background-section,
.dsn-background-inherit .background-theme,
.dsn-def-btn,
.dsn-def-btn .background-main,
.dsn-def-btn .background-section,
.dsn-def-btn .background-theme {
  background-color: transparent;
}

.dsn-background-inherit .background-main .dsn-bg,
.dsn-background-inherit .background-main .dsn-bg-after:after,
.dsn-background-inherit .background-main .dsn-bg-before:before,
.dsn-background-inherit.background-main .dsn-bg,
.dsn-background-inherit.background-main .dsn-bg-after:after,
.dsn-background-inherit.background-main .dsn-bg-before:before,
.dsn-def-btn .background-main .dsn-bg,
.dsn-def-btn .background-main .dsn-bg-after:after,
.dsn-def-btn .background-main .dsn-bg-before:before,
.dsn-def-btn.background-main .dsn-bg,
.dsn-def-btn.background-main .dsn-bg-after:after,
.dsn-def-btn.background-main .dsn-bg-before:before {
  background-color: var(--bg-color);
}

.dsn-background-inherit .background-section .dsn-bg,
.dsn-background-inherit .background-section .dsn-bg-after:after,
.dsn-background-inherit .background-section .dsn-bg-before:before,
.dsn-background-inherit.background-section .dsn-bg,
.dsn-background-inherit.background-section .dsn-bg-after:after,
.dsn-background-inherit.background-section .dsn-bg-before:before,
.dsn-def-btn .background-section .dsn-bg,
.dsn-def-btn .background-section .dsn-bg-after:after,
.dsn-def-btn .background-section .dsn-bg-before:before,
.dsn-def-btn.background-section .dsn-bg,
.dsn-def-btn.background-section .dsn-bg-after:after,
.dsn-def-btn.background-section .dsn-bg-before:before {
  background-color: var(--assistant-color);
}

.dsn-background-inherit .background-theme .dsn-bg,
.dsn-background-inherit .background-theme .dsn-bg-after:after,
.dsn-background-inherit .background-theme .dsn-bg-before:before,
.dsn-background-inherit.background-theme .dsn-bg,
.dsn-background-inherit.background-theme .dsn-bg-after:after,
.dsn-background-inherit.background-theme .dsn-bg-before:before,
.dsn-def-btn .background-theme .dsn-bg,
.dsn-def-btn .background-theme .dsn-bg-after:after,
.dsn-def-btn .background-theme .dsn-bg-before:before,
.dsn-def-btn.background-theme .dsn-bg,
.dsn-def-btn.background-theme .dsn-bg-after:after,
.dsn-def-btn.background-theme .dsn-bg-before:before {
  background-color: var(--theme-color);
}

.background-revere {
  background-color: var(--assistant-color);
}

.background-section .background-revere {
  background-color: var(--bg-color);
}

.color-inherit-bg.theme-color:after,
.color-inherit-bg.theme-color:before,
.color-inherit-bg.theme-color span:before,
.color-inherit-bg.theme-color span:after {
  background-color: var(--theme-color);
}

.color-inherit-bg.body-color:after,
.color-inherit-bg.body-color:before,
.color-inherit-bg.body-color span:before,
.color-inherit-bg.body-color span:after {
  background-color: var(--font-color);
}

.color-inherit-bg.heading-color:after,
.color-inherit-bg.heading-color:before,
.color-inherit-bg.heading-color span:before,
.color-inherit-bg.heading-color span:after {
  background-color: var(--heading-color);
}

.color-inherit-bg.custom:after,
.color-inherit-bg.custom:before,
.color-inherit-bg.custom span:before,
.color-inherit-bg.custom span:after {
  background-color: var(--dsn-custom-color, var(--heading-color));
}

.background-section .dsn-revere-bg {
  background-color: var(--bg-color);
}

.background-main .dsn-revere-bg {
  background-color: var(--assistant-color);
}

.our-services .title-move .dsn-grid-layout {
  --dsn-width-item: 1px;
}

.our-services.services-personal .service-item {
  position: relative;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .our-services.services-personal .service-item .content {
    gap: 10px;
  }
}

.our-services.services-personal .service-item ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

.our-services.services-personal .service-item:first-of-type {
  padding-top: 0;
}

.our-services.services-personal .service-item .title-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 58px;
  line-height: inherit;
  border-radius: 5px;
  margin-top: 10px;
}

.our-services.services-personal .service-item .title-box .icon svg {
  width: 35px;
  height: 50px;
  fill: var(--heading-color);
}

@media only screen and (max-width: 767px) {
  .our-services.services-personal .service-item .title-box {
    flex-direction: column;
    align-items: baseline;
  }
}

@media only screen and (max-width: 767px) {
  .our-services.services-personal .service-item ul.ml-auto {
    margin-left: 0;
    text-align: left;
  }
}

.our-services.services-pinned .box-title {
  min-width: 260px;
}

@media only screen and (max-width: 767px) {
  .our-services.services-pinned .section-title {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.our-services.services-pinned .content-inner {
  position: relative;
  display: flex;
  column-gap: calc(15% + var(--gap, 30px));
}

@media only screen and (max-width: 991px) {
  .our-services.services-pinned .content-inner {
    column-gap: calc(8% + var(--gap, 30px));
  }
}

@media only screen and (max-width: 767px) {
  .our-services.services-pinned .content-inner {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .our-services.services-pinned .content-inner ul {
    row-gap: 20px;
  }
}

.our-services.services-pinned .content-inner ul li {
  font-size: 130px;
  line-height: 130px;
  font-weight: 400;
  letter-spacing: -1px;
}

@media only screen and (max-width: 991px) {
  .our-services.services-pinned .content-inner ul li {
    font-size: 80px;
    line-height: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .our-services.services-pinned .content-inner ul li {
    font-size: 40px;
    line-height: 45px;
  }
}

.our-services.services-hover {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .our-services.services-hover .title-box {
    flex-direction: column;
    gap: 30px;
  }
}

.our-services.services-hover .services-item {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
}

.our-services.services-hover .services-item .title-lg {
  font-size: 160px;
  line-height: 200px;
  filter: var(--filter);
  opacity: var(--op, 1);
  position: relative;
  bottom: var(--bt, -50px);
  white-space: pre;
  width: auto;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 767px) {
  .our-services.services-hover .services-item .title-lg {
    font-size: 80px;
    line-height: 100px;
    bottom: var(--bt, -30px);
  }
}

@media only screen and (max-width: 575px) {
  .our-services.services-hover .services-item .title-lg {
    font-size: 60px;
    line-height: 110px;
  }
}

.our-services.services-hover .services-item .cat {
  z-index: 2;
}

.our-services.services-hover .services-item .cat ul li {
  filter: var(--filter, blur(2px));
  opacity: var(--op, 0.1);
  position: relative;
  background-color: var(--theme-color);
  color: var(--heading-color);
  padding: 7px 30px;
  border-radius: 30px;
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  transform: translateY(calc(-100% - var(--tran-li, 0) * -1));
  top: var(--tran-li, 0);
  transition: 2.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media only screen and (max-width: 767px) {
  .our-services.services-hover .services-item .cat ul li {
    padding: 5px 5px;
  }
}

.our-services.services-hover .services-item:hover {
  --filter: blur(11px);
  --op: 0.5;
  --bt: 0;
}

.our-services.services-hover .services-item:hover li {
  --filter: blur(0);
  --op: 1;
}

.our-services.services-hover .services-item:hover li:nth-of-type(1) {
  --tran-li: 35%;
}

.our-services.services-hover .services-item:hover li:nth-of-type(2) {
  --tran-li: 60%;
}

.our-services.services-hover .services-item:hover li:nth-of-type(3) {
  --tran-li: 25%;
}

.our-services.services-hover .services-item:hover li:nth-of-type(4) {
  --tran-li: 40%;
}

.dsn-testimonials {
  --item-size: 5.9375rem;
  --arrow-size: 0.625rem;
  --sapce-size: 0.625rem;
  --spacing-top: 14.880952381vh;
  --wt-img: 50px;
  --tw-img-center: calc(var(--wt-img) / 2);
}

.dsn-testimonials .content-inner {
  position: relative;
  grid-template-columns: auto 100px;
}

@media only screen and (max-width: 575px) {
  .dsn-testimonials .content-inner {
    grid-template-columns: none;
  }
}

.dsn-testimonials .testimonials-inner .testimonial-item:not(:first-of-type) {
  border-top: 1px solid var(--border-color);
  padding-top: 30px;
}

.dsn-testimonials .testimonials-inner .testimonial-item .quote svg {
  width: 71px;
  height: 53px;
}

.dsn-testimonials .testimonials-inner .testimonial-item .quote svg path {
  fill: #F2B127;
}

.dsn-testimonials .testimonials_thumbs_inner {
  position: relative;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .dsn-testimonials .testimonials_thumbs_inner {
    display: none;
  }
}

.dsn-testimonials .testimonials_thumbs_inner .thumb-item {
  position: relative;
}

.dsn-testimonials .testimonials_thumbs_inner .thumb-item .thumb-item_inner {
  border-radius: 50%;
  position: relative;
  width: var(--wt-img);
  height: var(--wt-img);
  margin-left: 1.75rem;
}

.dsn-testimonials .testimonials_thumbs_inner .thumb-item .thumb-item_inner img {
  border-radius: 50%;
}

.dsn-testimonials .testimonials_thumbs_inner .testimonials_thumbs_flash:before {
  position: absolute;
  content: "";
  border-bottom: var(--arrow-size) solid transparent;
  border-right: var(--arrow-size) solid var(--theme-color);
  border-top: var(--arrow-size) solid transparent;
  top: calc((var(--to-p, 1) * var(--wt-img)) - (var(--wt-img) / 2) + ((var(--to-p, 1) - 1) * 10px));
  left: 0;
  transform: translateY(-50%);
  transition: top 0.5s;
}

.dsn-brand .box-title .awards-box {
  padding: 20px;
}

.dsn-brand .box-title .text h5 {
  font-size: 16px;
}

.dsn-brand .box-title .text p {
  font-size: 12px;
}

.dsn-brand .box-title .item {
  position: relative;
  -webkit-mask-position: top;
  mask-position: top;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.dsn-brand .box-title .item:first-of-type {
  -webkit-mask-image: url(../img/shape-awards.html);
  mask-image: url(../img/shape-awards.html);
}

.dsn-brand .box-title .item:last-of-type {
  -webkit-mask-image: url(../img/shape-awards2.html);
  mask-image: url(../img/shape-awards2.html);
}

@media only screen and (max-width: 767px) {
  .dsn-brand .box-title .item {
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
}

.dsn-brand .box-title .item .item-inner {
  padding: 15px 20px;
  min-height: 250px;
}

@media only screen and (max-width: 767px) {
  .dsn-brand .box-title .item .item-inner {
    border-radius: 10px;
  }
}

.dsn-brand .box-title .item .item-inner p {
  font-size: 12px;
}

.dsn-brand .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.dsn-brand .brand-item-inner {
  margin: auto;
}

.dsn-brand .brand-item-inner img {
  margin: auto;
}

.v-dark .brand-item img {
  width: 100%;
  max-width: fit-content;
  height: 100%;
  max-height: 100px;
}

.brand-scroll {
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .brand-scroll .brand-inner {
    gap: 0;
  }
}

.brand-scroll .brand-item {
  min-height: 250px;
}

@media only screen and (max-width: 767px) {
  .brand-scroll .brand-item {
    min-height: 150px;
  }

  .brand-scroll .brand-item img {
    width: 120px;
  }
}

.box-move .info .info-item {
  padding-bottom: 30px;
}

.box-move .info .info-item:not(:last-of-type) {
  margin-bottom: 30px;
}

.box-move .info .info-item .date {
  width: 90px;
}

.box-move .info .info-item .sm-title-block {
  width: 60%;
  font-family: var(--body-font);
  font-size: 15px;
}

.box-move .info .info-item .icon {
  margin-left: auto;
}

.box-move .info .info-item .icon svg {
  width: 10px;
  transform: rotate(45deg);
}

.about-section .brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
  border-radius: 5px;
  z-index: 2;
}

.about-section .brand>span {
  position: relative;
  border-radius: 5px;
  background-color: var(--heading-color);
  width: 90px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-section .brand>span,
.about-section .brand svg {
  transition: 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about-section .brand:hover>span {
  scale: 3;
  box-shadow: var(--heading-color) 0 0 4px;
}

.about-section .brand:not(:hover) svg {
  cursor: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .about-section .d-flex.gap-50 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .about-section .w-50.ml-auto {
    width: 100%;
    margin-left: 0;
  }
}

.about-section-sm {
  position: relative;
}

.about-section-sm .content .title-md {
  position: relative;
  font-size: 45px;
}

.section-video {
  height: 70vh;
}

.section-video .dsn-btn {
  width: 150px;
  height: 150px;
  border-radius: 50% 50% 50% 50%;
  align-items: center;
  justify-content: center;
}

.section-video .dsn-bg-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-video .dsn-bg-section .img-box-parallax {
  position: relative;
}

@media only screen and (max-width: 575px) {
  .section-video .content {
    display: flex;
    justify-content: center;
  }

  .section-video .animate-left,
  .section-video .animate-right {
    display: none;
  }
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar,
.sidebar-single,
.dsn-work-scrollbar,
.contact-modal {
  overflow: hidden;
  height: 100vh;
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track,
.sidebar-single .scrollbar-track,
.dsn-work-scrollbar .scrollbar-track,
.contact-modal .scrollbar-track {
  background: none;
  width: 4px;
  mix-blend-mode: exclusion;
  z-index: 11;
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track .scrollbar-thumb,
.sidebar-single .scrollbar-track .scrollbar-thumb,
.dsn-work-scrollbar .scrollbar-track .scrollbar-thumb,
.contact-modal .scrollbar-track .scrollbar-thumb {
  background: #fff;
  width: var(--smooth-width);
}

@media only screen and (min-width: 992px) {
  .admin-bar.dsn-effect-scroll:not(.dsn-mobile) #main_content:after {
    content: "";
    display: block;
    height: 0.1px;
  }
}

.admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar,
.sidebar-single,
.dsn-work-scrollbar,
.contact-modal {
  height: calc(100vh - 46px);
}

@media screen and (min-width: 783px) {

  .admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar,
  .sidebar-single,
  .dsn-work-scrollbar,
  .contact-modal {
    height: calc(100vh - 32px);
  }
}

.locked-scroll #dsn-scrollbar {
  background-color: var(--bg-color);
}

.cap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  padding: 4px 15px;
  color: #fff;
  z-index: 10;
}

.cap span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.slide-in-left {
  transform: translateX(-30%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.slide-in-right {
  transform: translateX(30%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.slide-in-left.active,
.slide-in-right.active {
  transform: translateX(0);
  opacity: 1;
}

.res-container {
  max-width: 1410px;
}

.res-paadd {
  padding: 200px 0px;
}

.fanfuct-section {
  position: relative;
  background-color: #000000;
  z-index: 1;
  overflow: hidden;
}

.fanfuct-section .top-content {
  position: relative;
  padding-bottom: 250px;
}

@media (max-width: 991px) {
  .fanfuct-section .top-content {
    padding-bottom: 60px;
  }
}

.fanfuct-section .top-content .left-image {
  width: 246px;
  height: 298px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .fanfuct-section .top-content .left-image {
    left: 0px;
  }
}

@media (max-width: 991px) {
  .fanfuct-section .top-content .left-image {
    display: none;
  }
}

.fanfuct-section .top-content .left-image img {
  width: 100%;
  transform: rotate(-15.636deg);
  border-radius: 10px;
}

.fanfuct-section .top-content .right-image {
  width: 246px;
  height: 298px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .fanfuct-section .top-content .right-image {
    right: 0px;
  }
}

@media (max-width: 991px) {
  .fanfuct-section .top-content .right-image {
    display: none;
  }
}

.fanfuct-section .top-content .right-image img {
  width: 100%;
  transform: rotate(-164.36deg);
  border-radius: 10px;
}

.fanfuct-section .title {
  max-width: 473px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  .fanfuct-section .title {
    max-width: 300px;
  }
}

.fanfuct-section .title h3 {
  color: #F2B127;
  font-size: 35px;
  font-weight: 500;
  line-height: 72px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .fanfuct-section .title h3 {
    font-size: 50px;
  }
}


.fanfuct-section .title h3 span {
  font-size: 65px;
  font-style: italic;
  font-weight: 400;
  line-height: 72px;
  text-transform: uppercase;
  color: #F2B127;
}

@media (max-width: 991px) {
  .fanfuct-section .title h3 span {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .fanfuct-section .title h3 span {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 991px) {
  .fanfuct-section .item {
    text-align: center;
  }
}

.fanfuct-section .item h3 {
  color: #d9d9d9;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .fanfuct-section .item h3 {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

.fanfuct-section .item h2 {
  color: #d9d9d9;
  font-size: 100px;
  font-weight: 500;
  line-height: 99px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .fanfuct-section .item h2 {
    font-size: 60px;
    line-height: 99px;
  }
}

@media (max-width: 991px) {
  .fanfuct-section .col:last-child {
    padding-left: 0px;
  }
}

.fanfuct-section .bg-shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 757px) {
  .fanfuct-section .bg-shape {
    display: none;
  }
}

.fle-fun {
  display: flex;
  justify-content: space-between;
}

.wow {
  visibility: hidden;
}

.animate__zoomIn {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.left-image,
.right-image {
  transition: transform 0.3s ease;
}

.left-image:hover img,
.right-image:hover img {
  transform: scale(1.05);
}

@keyframes customZoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.left-image,
.right-image {
  animation: customZoomIn 1s ease 1.1s both;
}

.lite-dark-bg {
  background-color: #000000;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}

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

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

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

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

.padd-btt {
  padding-bottom: 361px;
  padding-top: 200px;
}

.ind-container {
  max-width: 1600px;
}

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

.top-sticky-section {
  top: 200px;
}

.hover-scale-image a {
  overflow: hidden;
  position: relative;
}

.hover-scale-image img {
  transition: all 1s;
  transform: scale(1);
}

.hover-scale-image:hover img {
  transform: scale(1.1);
}

.char-reveal span {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  animation: revealChar 0.5s forwards;
}

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

.midd-copy {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.fs-size {
  font-size: 20px;
}

.servi-flex {
  display: flex;
  justify-content: space-between;
}

.cont-padd {
  padding-top: 0px;
}

.info-cont {
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 5px;
  justify-content: center;
}

.cont-marg {
  margin-top: 100px;
}

.work-res {
  text-align: center;
}

.xstar-container {
  max-width: 1320px;
}

.type-bann {
  max-width: 142px !important;
  height: 142px !important;
}

.mar-parabt {
  margin-bottom: 1.25rem;
}

.ite-alig {
  align-items: center;
}

.sty-font span {
  font-weight: 400;
  font-style: italic;

  color: #F2B127;
}

.head-work {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  text-transform: uppercase;
}

.text-para {
  position: relative;
}

.circl-work {
  max-width: 190px;
  height: 189px;
}

.proc-work {
  justify-content: space-between;
  margin-bottom: 9px;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 4.25rem !important;
}

.serial {
  gap: 0px !important;
}

.seri-work {
  margin-right: 5rem !important;
}

.radius100 {
  border-radius: 100px;
}

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

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

@keyframes updown {
  50% {
    transform: translateY(65%);
  }
}

@keyframes svgani {
  50% {
    fill: #E3FF04;
    opacity: 0.5;
  }
}

@keyframes textani {
  100% {
    transform: rotate(390deg);
  }
}

.step-working-processwrap {
  position: relative;
  display: flex;
  z-index: 1;
}

.step-working-processwrap .step-working-inner:nth-child(2) {
  margin-top: 60px;
}

.step-working-processwrap .step-working-inner:nth-child(3) {
  margin-top: 120px;
}

.step-working-processwrap .step-working-inner:nth-child(4) {
  margin-top: 180px;
}

.step-working-processwrap .step-working-processitem {
  width: 340px;
}

.step-working-processwrap .step-working-processitem .serial {
  width: 58px;
  min-width: 58px;
  height: 58px;
  background: #161616;
  transition: all 0.5s;
}

.step-working-processwrap .step-working-processitem .serial span {
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  line-height: 18px;
  transition: all 0.5s;
}

.step-working-processwrap .step-working-processitem .vline {
  border-width: 1px;
  border-color: #414141;
  border-left: 1px solid #414141;
  height: 107px;
  margin: 0 auto;
}

.step-working-processwrap .step-working-processitem .process-btn {
  position: relative;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;

  margin-left: 20px;
  z-index: 1;
  color: #d9d9d9;
}

.step-working-processwrap .step-working-processitem .process-btn::before {
  transition: all 0.5s;
  position: absolute;
  left: -20px;
  top: -6px;
  content: "";
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #F2B127 0%, rgba(239, 100, 76, 0.1) 60.08%);
  border-radius: 100px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.step-working-processwrap .step-working-processitem .process-btn svg {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-47%);
  transition: all 0.5s;
}

.step-working-processwrap .step-working-processitem:hover .serial {
  background: #F2B127;
}

.step-working-processwrap .step-working-processitem:hover .serial span {
  color: #fff;
}

.step-working-processwrap .step-working-processitem:hover .process-btn svg {
  opacity: 0;
  visibility: hidden;
}

.step-working-processwrap .step-working-processitem:hover .process-btn::before {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1399px) {
  .step-working-processwrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .step-working-processwrap .step-working-inner {
    width: 50%;
  }

  .step-working-processwrap .step-working-processitem {
    width: 300px;
  }

  .step-working-processwrap .step-working-processitem .vline {
    height: 60px;
  }

  .step-working-processwrap .step-working-processitem .process-btn {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .step-working-processwrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .step-working-processwrap .step-working-inner {
    width: 50%;
  }

  .step-working-processwrap .step-working-inner:nth-child(2) {
    margin-top: 100px;
    margin-left: -130px;
  }

  .step-working-processwrap .step-working-inner:nth-child(3) {
    margin-top: 120px;
  }

  .step-working-processwrap .step-working-inner:nth-child(4) {
    margin-top: 220px;
    margin-left: -130px;
  }
}

@media (max-width: 500px) {
  .step-working-processwrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .step-working-processwrap .step-working-inner {
    width: 100%;
    margin: 0 auto;
  }

  .step-working-processwrap .step-working-inner:nth-child(2) {
    margin-top: 50px;
    margin-left: 0px;
  }

  .step-working-processwrap .step-working-inner:nth-child(3) {
    margin-top: 50px;
  }

  .step-working-processwrap .step-working-inner:nth-child(4) {
    margin-top: 50px;
    margin-left: 0px;
  }
}

.step-element1 {
  margin-top: -60px;
  z-index: 1;
  max-width: 663px;
}

.step-element1 img {
  width: 100%;
}

@media (max-width: 1399px) {
  .step-element1 {
    margin-top: 40px;
  }
}

.step-textcircle {
  position: absolute;
  right: 25px;
  top: 235px;
}

.step-textcircle .icon {
  width: 120px;
  min-width: 120px;
  height: 120px;
  background: #161616;
}

.step-textcircle .icon i {
  font-size: 29px;
  color: #F2B127;
}

.step-textcircle .step-circle {
  position: absolute;
  top: -36px;
  left: -35px;
  animation: textani 14s linear infinite;
}

@media (max-width: 991px) {
  .step-textcircle {
    display: none;
  }
}


.slider-button {
  border-top: 1px solid var(--border1);
  border-bottom: 1px solid var(--border1);
}

.slider-button .cmn-next,
.slider-button .cmn-prev {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
}

.slider-button .cmn-next i,
.slider-button .cmn-prev i {
  color: var(--border1);
  font-size: 24px;
  transition: all 0.4s;
}

.slider-button .cmn-next:hover,
.slider-button .cmn-prev:hover {
  background: #E3FF04;
  border-color: #E3FF04;
}

.slider-button .cmn-next:hover i,
.slider-button .cmn-prev:hover i {
  color: var(--black);
}

@media (max-width: 1399px) {

  .slider-button .cmn-next,
  .slider-button .cmn-prev {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }

  .slider-button .cmn-next i,
  .slider-button .cmn-prev i {
    font-size: 17px;
  }
}

@media (max-width: 1399px) {

  .slider-button .cmn-next,
  .slider-button .cmn-prev {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }

  .slider-button .cmn-next i,
  .slider-button .cmn-prev i {
    font-size: 16px;
  }
}

.slider-button .previus-text {
  font-size: 22px;
}

.slider-button .project-storke {
  font-size: 44px;
  font-weight: 700;

  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #454750;
  color: transparent;
  display: block;
}

@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 18px;
  }

  .slider-button .project-storke {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 16px;
  }

  .slider-button .project-storke {
    font-size: 24px;
  }
}

@media (max-width: 400px) {
  .slider-button .previus-text {
    font-size: 14px;
  }

  .slider-button .project-storke {
    display: none;
  }
}

.d-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.spantext-clr {
  color: var(--spantext) !important;
}

.explore-more {
  border-bottom: 1px solid #E3FF04;
  color: #E3FF04;
}

.explore-more i {
  color: #E3FF04;
}

.explore-more:hover {
  color: #E3FF04;
}

@keyframes lfr {
  50% {
    transform: translateX(10px);
  }
}

.cmn-border {
  border: 1px solid #454750 !important;
}

.section-title1 h2 {
  padding-bottom: 40px;
  text-transform: capitalize;
}

.section-title-area1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(226, 226, 226, 0.2);
}

.service-wrapper1 ul .service-list1 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 1399px) {
  .service-wrapper1 ul .service-list1 {
    gap: 30px;
  }
}

@media (max-width: 1199px) {
  .service-wrapper1 ul .service-list1 {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.service-wrapper1 ul .service-list1:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border, rgba(255, 255, 255, 0.2));
}

.service-wrapper1 ul .service-list1 .content1 h3 {
  font-size: 80px;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;

}

@media (max-width: 1399px) {
  .service-wrapper1 ul .service-list1 .content1 h3 {
    font-size: 130px;
  }
}

@media (max-width: 1199px) {
  .service-wrapper1 ul .service-list1 .content1 h3 {
    font-size: 120px;
  }
}

@media (max-width: 991px) {
  .service-wrapper1 ul .service-list1 .content1 h3 {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .service-wrapper1 ul .service-list1 .content1 h3 {
    font-size: 80px;
  }
}

@media (max-width: 575px) {
  .service-wrapper1 ul .service-list1 .content1 h3 {
    font-size: 65px;
  }
}

.service-wrapper1 ul .service-list1 .content1 h3 a:hover {
  color: #fff;
}

.service-wrapper1 ul .service-list1 p {
  max-width: 690px;
}

.service-wrapper1 ul .service-list1.white-text-style1:not(:last-child) {
  border-bottom: 1px solid rgba(226, 226, 226, 0.2);
}

.service-wrapper1 ul .service-list1.white-text-style1 .content1 h4 {
  color: #F2B127;
}

.service-wrapper1 ul .service-list1.white-text-style1 .content1 h3 a {
  color: #fff;
}

.service-wrapper1 ul .service-list1.white-text-style1 .content1 h3 a:hover {
  color: #fff;
}

.service-wrapper1 ul .service-list1.white-text-style1 p {
  color: #fff;
}

.img-custom-anim-left {
  animation: img-anim-left 5.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-right {
  animation: img-anim-right 5.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.serv-head {
  line-height: 89%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 45px;
  color: #F2B127;
}

.serv-head span {
  color: #F2B127;
  font-style: italic;

}

.prom-container {
  max-width: 1320px;
}

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

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

.service-section-title {
  margin-bottom: 135px;
}

.about-titles {
  position: relative;
}

.about-titles .about-subtitle {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-subtitle span {
  transition: all 0.3s ease-in-out 0s;
}

.about-titles .about-subtitle img {
  display: block;
  margin-top: 15px;
}

.about-titles .about-title {
  font-size: 45px;
  color: #F2B127;
  font-weight: 500;
  line-height: 50px;
}

.about-titles .about-title span {
  font-weight: 300;
  display: inline;

  color: #F2B127;
}

.about-titles .shadow-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 128px;
  text-transform: uppercase;
  color: #BBBBBB;
  opacity: 0.05;
  position: absolute;
  top: 35px;
  left: 0;
}

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

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

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

.service-single {
  position: relative;
  margin-bottom: 115px;
}

.service-single .service-number {
  -webkit-text-stroke: 1px #F2B127a1;
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  line-height: 1;
  position: absolute;
  top: -70px;
}

.service-single .service-single-inner {
  position: relative;
  z-index: 1;
  padding-left: 5px;
}

.service-single .single-service-title {
  line-height: 1.2;
}

.service-single .single-service-title span {
  font-weight: 200;

}

.cont-prom {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-single .service-number {
    font-size: 56px;
    position: unset;
  }
}

.us-about {
  margin-bottom: 0px;
}

[data-zoom-in] {
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.8s ease-out;
}

[data-zoom-in].zoom-in-visible {
  opacity: 1;
  transform: scale(1);
}

.about-reslat {
  position: relative !important;
  z-index: 1 !important;
}

.creative-agency-section-title .left-side .number {
  margin-bottom: 15px;
  color: #8a8c99;
}

.creative-agency-section-title .left-side .number div {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  color: #F2B127;
  border: 1px solid#F2B127;
}

.creative-agency-section-title .left-side h2 {
  margin-bottom: 0;
  font-size: 45px;
  color: #F2B127;
  font-weight: 500;
  line-height: 50px;
}

.creative-agency-section-title .left-side h2 span {
  display: block;
  margin-top: -5px;
  font-weight: normal;

  color: #F2B127;
}

.creative-agency-section-title .left-side h2 span.text-primary {
  color: #F2B127 !important;
}

.creative-agency-section-title .right-side {
  position: absolute;
  margin-left: auto;
  max-width: 289px;
  text-align: end;
  top: -200px;
  left: 930px;
}

.creative-agency-section-title .right-side .default-btn {
  margin-top: 10px;
}

.creative-agency-section-title .right-side.style-two {
  max-width: 377px;
}

.creative-agency-section-title .right-side .link-btn {
  width: 190px;
  height: 190px;
  color: #e9ebf1;
  padding-top: 62px;
  border-radius: 50%;
  position: relative;
  background-color: #F2B127;
}

.creative-agency-section-title .right-side .link-btn img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}

.creative-agency-section-title .right-side .link-btn .menu_link-text {
  max-width: 55px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.creative-agency-section-title .right-side .link-btn:hover {
  color: #ffffff;
  background-color: #000000;
}

.creative-agency-section-title .right-side .info {
  max-width: 141px;
  margin-left: auto;
  text-align: start;
}

.creative-agency-section-title .right-side .info span {
  color: #8a8c99;
  margin-bottom: 20px;
  padding-left: 27px;
  font-size: 24px;
  line-height: 1;
}

.creative-agency-section-title .right-side .info h3 {
  line-height: 1;
  font-size: 110px;
  color: #F2B127;
}

.creative-agency-section-title.text-white .left-side .number {
  color: #d9d9d9;
}

.creative-agency-section-title.text-white .left-side .number div {
  color: #d9d9d9;
  border-color: #d9d9d9;
}

.creative-agency-section-title.text-white .left-side h2 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 45px;
  color: #F2B127;
}

.creative-agency-section-title.text-white .right-side .default-btn {
  color: #f8f9fd;
  border-color: #18181a;
  background-color: #18181a;
}

.creative-agency-section-title.text-white .right-side .default-btn:hover {
  color: #ffffff;
  border-color: #F2B127;
  background-color: #F2B127;
}


.creative-agency-banner-content .sub-title {
  text-align: center;
  font-size: 20px;
  color: #F2B127;

  margin-bottom: 20px;
}

.creative-agency-banner-content .title h1 {
  position: relative;
  text-align: center;
  font-size: 150px;
  line-height: 1.1;
  z-index: 1;
}

.creative-agency-banner-content .title h1:nth-child(2) {
  z-index: initial;
  text-align: start;
  color: #F2B127;
  font-size: 150px;
  margin-left: 25px;
  margin-top: -21px;
}

.creative-agency-banner-content .title h1:nth-child(2) span {
  animation: movebounce 20s linear infinite;
}

.creative-agency-banner-image {
  max-width: 396px;
  margin-top: -342px;
}

.creative-agency-banner-image .main-image {
  border-radius: 200px;
}

.creative-agency-banner-image .link-btn {
  left: 0;
  right: 0;
  bottom: 70px;
  width: 120px;
  height: 120px;
  color: #e9ebf1;
  padding-top: 35px;
  border-radius: 50%;
  position: absolute;
  background-color: #000000;
  margin-left: auto;
  margin-right: auto;
}

.creative-agency-banner-image .link-btn img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}

.creative-agency-banner-image .link-btn:hover {
  color: #ffffff;
  background-color: #F2B127;
}

.creative-agency-banner-socials {
  margin-left: 22px;
  margin-top: -94px;
}

.creative-agency-banner-socials li {
  margin-bottom: 15px;
}

.creative-agency-banner-socials li a {
  padding-left: 35px;
  padding-right: 25px;
}

.creative-agency-banner-socials li a i {
  left: 0;
  top: 50%;
  font-size: 20px;
  position: absolute;
  transform: translateY(-50%);
}

.creative-agency-banner-socials li a img {
  right: 0;
  top: 50%;
  opacity: 0;
  transition: 0.1s;
  margin-top: 5px;
  visibility: hidden;
  position: absolute;
  transform: translateY(-50%);
}

.creative-agency-banner-socials li a:hover img {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.creative-agency-banner-socials li:last-child {
  margin-bottom: 0;
}

.creative-agency-banner-text {
  max-width: 289px;
  margin-left: auto;
  margin-top: -90px;
  margin-right: 25px;
}

@keyframes movebounce {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(260px);
  }

  100% {
    transform: translateX(0px);
  }
}

.brief-content {
  max-width: 1023px;
  display: flex;
  flex-direction: column;
}

.brief-content .title {
  margin-bottom: 15px;
  color: #8a8c99;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: normal;
}

.brief-content .title .number {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  color: #F2B127;
  border: 1px solid#F2B127;
}

.brief-content p {
  color: #d9d9d9;
  line-height: 30.5px;
  font-weight: 400;
  text-align: center;
  margin-top: 50px;
}

.brief-content p span {
  color: #8a8c99;
  transition: .5s;
}

.brief-content .funfacts {
  margin-top: 60px;
}

.brief-content .funfacts .box .number {
  font-size: 72px;
  margin-bottom: 3px;
}

.brief-content .funfacts .box .sub-title {
  color: #8a8c99;
}

.shape1 {
  left: 0;
  top: -40%;
  z-index: -1;
  display: none;
  position: absolute;
}

.opac-abou {
  opacity: 1 !important;
}

.padd-abutd {
  padding-top: 120px;
}

.buttt-abut {
  padding-bottom: 120px;
}

.projects-circle-list {
  padding-top: 106px;
  padding-bottom: 35px;
}

.projects-circle-list .images {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.projects-circle-list .images .image {
  position: absolute;
}

.projects-circle-list .images .image:nth-child(1) {
  top: 40.5%;
  left: 7.7%;
}

.projects-circle-list .images .image:nth-child(1)::before {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list .images .image:nth-child(2) {
  top: 0;
  left: 29.6%;
}

.projects-circle-list .images .image:nth-child(3) {
  top: 15.8%;
  right: 13%;
}

.projects-circle-list .images .image:nth-child(4) {
  right: 10%;
  bottom: 21%;
}

.projects-circle-list .images .image:nth-child(5) {
  bottom: 0;
  left: 37.5%;
}

.projects-circle-list .images .image .text {
  display: none;
}

.projects-circle-list .images .image .text h3 {
  margin-bottom: 24px;
  font-size: 54px;
}

.projects-circle-list .images .image .text h3 a {
  color: #ffffff;
}

.projects-circle-list .images .image .text h3 a:hover {
  color: #F2B127;
}

.projects-circle-list .images .image .text p {
  color: #d9d9d9;
}

.projects-circle-list .images .image .text .link-btn {
  margin-top: 38px;
  color: #ffffff;
}

.projects-circle-list .images .image .text .link-btn i {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: .5s;
}

.projects-circle-list .images .image .text .link-btn:hover i {
  background-color: #F2B127;
}

.projects-circle-list .images .image::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.3;
  position: absolute;
  visibility: visible;
  transition: .5s;
  background: #000000;
}

.projects-circle-list .contents {
  left: 38%;
  top: 40.3%;
  width: 325.69px;
  position: absolute;
  text-align: left !important;
}

.projects-circle-list .contents .item {
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.projects-circle-list .contents .item h3 {
  margin-bottom: 24px;
  font-size: 27px;

}

.projects-circle-list .contents .item h3 a {
  color: #F2B127;
}

.projects-circle-list .contents .item h3 a:hover {
  color: #F2B127;
}

.projects-circle-list .contents .item p {
  color: #d9d9d9;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.projects-circle-list .contents .item .link-btn {
  margin-top: 38px;
  color: #ffffff;
}

.projects-circle-list .contents .item .link-btn i {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: .5s;
}

.projects-circle-list .contents .item .link-btn:hover i {
  background-color: #F2B127;
}

.projects-circle-list .contents .item:nth-child(1) {
  top: 0;
  left: 0;
  opacity: 1;
  position: relative;
  visibility: visible;
}

.projects-circle-list.hovered2 .image:nth-child(1)::before {
  opacity: 0.3;
  visibility: visible;
}

.projects-circle-list.hovered2 .image:nth-child(2)::before {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered2 .contents .item:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered2 .contents .item:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.projects-circle-list.hovered3 .image:nth-child(1)::before {
  opacity: 0.3;
  visibility: visible;
}

.projects-circle-list.hovered3 .image:nth-child(3)::before {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered3 .contents .item:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered3 .contents .item:nth-child(3) {
  opacity: 1;
  visibility: visible;
}

.projects-circle-list.hovered4 .image:nth-child(1)::before {
  opacity: 0.3;
  visibility: visible;
}

.projects-circle-list.hovered4 .image:nth-child(4)::before {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered4 .contents .item:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered4 .contents .item:nth-child(4) {
  opacity: 1;
  visibility: visible;
}

.projects-circle-list.hovered5 .image:nth-child(1)::before {
  opacity: 0.3;
  visibility: visible;
}

.projects-circle-list.hovered5 .image:nth-child(5)::before {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered5 .contents .item:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered5 .contents .item:nth-child(5) {
  opacity: 1;
  visibility: visible;
}

.projects-list {
  display: flex;
}

.projects-list .project-item {
  height: 580px;
  overflow: hidden;
  position: relative;
  transition: .5s;
  border-right: 1px solid #000000;
}

.projects-list .project-item .title {
  z-index: 1;
  height: 100%;
  display: flex;
  cursor: pointer;
  position: relative;
  text-align: center;
  flex-direction: column;
  transition: .5s;
  justify-content: space-between;
  padding-top: 75px;
  padding-bottom: 75px;
}

.projects-list .project-item .title .number {
  color: #8A8c9a;
  line-height: 1;
  font-size: 54px;
  font-weight: 500;
}

.projects-list .project-item .title span {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  padding-right: 47px;
  font-size: 20px;
  font-weight: 500;
}

.projects-list .project-item .details {
  top: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateY(50%);
  transition: .5s;
}

.projects-list .project-item .details .image {
  margin-right: -4px;
}

.projects-list .project-item .details .content {
  padding-left: 10px;
  padding-right: 65px;
}

.projects-list .project-item .details .content .number {
  margin-bottom: 45px;
  color: #8A8c9a;
  line-height: 1;
  font-size: 54px;
  font-weight: 500;
}

.projects-list .project-item .details .content h3 {
  font-size: 32px;
  margin-bottom: 15px;
}

.projects-list .project-item .details .content p {
  color: #000000;
}

.projects-list .project-item .details .content .link-btn {
  width: 100px;
  height: 100px;
  font-size: 50px;
  margin-top: 23px;
  color: #ffffff;
  background-color: #000000;
}

.projects-list .project-item .details .content .link-btn i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.projects-list .project-item .details .content .link-btn:hover {
  background-color: #F2B127;
}

.projects-list .project-item.active {
  width: 70% !important;
}

.projects-list .project-item.active .title {
  opacity: 0;
  visibility: hidden;
}

.projects-list .project-item.active .details {
  opacity: 1;
  transform: none;
  transition-delay: .5s;
}

.text-white-ass {
  color: rgba(255, 255, 255, 1) !important;
}

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

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

.cicrl-list {
  position: relative;
  text-align: center;
}

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

.circle-posi {
  position: absolute !important;
  z-index: 1 !important;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.righ-sideposi {
  position: relative;
}

.pasd-team {
  padding: 0px;
}

.team-area-2 {
  padding-top: 180px;
  padding-bottom: 140px;
}

.team-members {
  display: flex;
}

.team-single {
  background-color: #262324;
  position: relative;
  transition: .5s;

  .team-bio {
    text-align: center;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    transition: .5s;
  }

  .team-member-designation {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    display: none;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);

    &::before {
      background-color: #448C74;
      width: 10px;
      height: 10px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
    }
  }

  .team-member-name {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: .7;
    transition: none;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .25);
    -webkit-text-fill-color: transparent;
  }

  &:hover {
    .team-bio {
      top: unset;
      bottom: 40px;
    }

    .team-member-designation {
      display: inline-block;
      opacity: 1;
      visibility: visible;
      transform: scaleY(1);
    }

    .team-member-name {
      font-size: 35px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0;
      line-height: .7;
      transition: none;
      -webkit-text-stroke: unset;
      -webkit-text-fill-color: unset;
      color: #ffffff;
    }
  }
}

.team-members {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
  touch-action: pan-y;
}

.team-slider-container {
  overflow: hidden;
  width: 100%;
}

.team-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  user-select: none;
}

.pasd-team {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.team-slider-prev,
.team-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.team-slider-prev {
  left: 0;
}

.team-slider-next {
  right: 0;
}

.team-slider-prev:hover,
.team-slider-next:hover {
  background: #F2B127;
}

.font-bann {
  font-size: 14px;
  font-weight: 400;
}

.fot-sty {
  font-style: italic;
}

.res-abouts {
  display: flex;
  justify-content: center;
}

.cre-marg {
  margin-bottom: 10px;
}

.wecre-intel,
.guide-prion {
  display: none;
}

.serv-marg {
  margin-bottom: 0px;
}

.step-element1 img {
  border-radius: 150px;
}

.code-drive {
  font-size: 18px;
}

.gappp {
  gap: 10px;
}

.vision-text {
  background-image: url('../imag-cetech/vision.webp');
  background-size: contain;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 0 0.5px;
}

.mission-text {
  background-image: url('../imag-cetech/mission-1.webp');
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 0 0.5px;
}

.philoso-text {
  background-image: url('../imag-cetech/philoso.webp');
  background-size: contain;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 0 0.5px;
}

.dsn-icon-11 svg:not(.size-default) {
  width: var(--dsn-icon-size-11, 20px);
  height: var(--dsn-icon-size-11, 20px);
  --dsn-icon-size-11: 200px;
}

.logoss-bac {
  filter: brightness(0) invert(1);
}

.terms-padd {
  padding: 150px 0;
}

.term-size {
  margin-bottom: 20px;
  color: #F2B127;
  font-size: 45px;
  font-weight: 500;

}

.def-head {
  margin-top: 50px;
  font-size: 23px;
  margin-bottom: 10px;
}

.def-ull li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.def-ull {
  padding-left: 0px;
  margin-left: 0;
  margin-top: 10px;
}

.def-ull i {
  padding-right: 10px;
}

[data-cue=bounceInDown],
[data-cue=bounceInLeft],
[data-cue=bounceInRight],
[data-cue=bounceInUp],
[data-cue=bounceIn],
[data-cue=fadeIn],
[data-cue=rotateIn],
[data-cue=slideInDown],
[data-cue=slideInLeft],
[data-cue=slideInRight],
[data-cue=slideInUp],
[data-cue=zoomIn],
[data-cue=zoomOut],
[data-cues=bounceInDown]>*,
[data-cues=bounceInLeft]>*,
[data-cues=bounceInRight]>*,
[data-cues=bounceInUp]>*,
[data-cues=bounceIn]>*,
[data-cues=fadeIn]>*,
[data-cues=rotateIn]>*,
[data-cues=slideInDown]>*,
[data-cues=slideInLeft]>*,
[data-cues=slideInRight]>*,
[data-cues=slideInUp]>*,
[data-cues=zoomIn]>*,
[data-cues=zoomOut]>* {
  opacity: 1;
}

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

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

.car-flex {
  display: flex;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}

.career-page-banner-area .content h1 {
  line-height: 50px;
  margin-bottom: 30px;
  color: #F2B127;
  font-size: 46px;
  font-weight: 500;

}

.career-page-banner-area {
  padding-top: 210px;
}

.career-page-banner-area .content {
  padding-right: 3px;
}

.career-page-banner-area .content .sub-title {
  margin-bottom: 18px;
}

.career-page-banner-area .content h1 span {
  color: #F2B127;

  font-weight: normal;
}

.career-page-banner-area .content .funfacts .funfact .number {
  font-size: 72px;

}

.fun-posi {
  position: relative;
}

.career-page-banner-area .image {
  margin-left: 3px;
}

.blog-page-banner-area {
  padding-top: 210px;
}

.blog-page-banner-area .content {
  padding-right: 27px;
}

.blog-page-banner-area .content .sub-title {
  margin-bottom: 22px;
}

.blog-page-banner-area .content h1 {
  color: #F2B127;
  font-size: 40px;
  font-weight: 500;
  line-height: 0.95;
  margin-bottom: 25px;
}

.blog-page-banner-area .content h1 span {
  color: #F2B127;

  font-weight: normal;
}

.blog-page-banner-area .content p {
  max-width: 425px;
}

.blog-page-banner-area .image {
  margin-left: -27px;
}

.blog-page-banner-area .image img {
  margin-bottom: 30px;
}

.blog-page-banner-area .image h3 {
  font-size: 28px;
}

.blog-page-banner-area .image .link-btn i {
  width: 54px;
  height: 54px;
  font-size: 24px;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #000000;
  border: 1px solid #d9d9d9;
  transition: .5s;
}

.blog-page-banner-area .image .link-btn span {
  padding: 15px 32px;
  border-radius: 70px;
  color: #000000;
  background-color: #e9ebf1;
  transition: .5s;
}

.blog-page-banner-area .image .link-btn:hover i {
  color: #F2B127;
  border-color: #F2B127;
}

.blog-page-banner-area .image .link-btn:hover span {
  color: #ffffff;
  background-color: #F2B127;
}

.blog-details-page-banner-area {
  padding-top: 210px;
}

.blog-details-page-banner-area .title {
  margin-bottom: 85px;
  max-width: 881px;
}

.blog-details-page-banner-area .title .sub-title {
  font-size: 20px;
  color: #F2B127;
}

.blog-details-page-banner-area .title h1 {
  line-height: 1.1;
  font-size: 45px;
  font-weight: 500;
}

.blog-details-page-banner-area .title h1 span {
  color: #F2B127;

  font-weight: normal;
}

.blog-details-page-banner-area .content {
  margin-bottom: 70px;
  padding-bottom: 35px;
  border-bottom: 2px solid #e9ebf1;
}

.blog-details-page-banner-area .content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.blog-details-page-banner-area .content .info {
  margin-top: 30px;
}

.blog-details-page-banner-area .content .info .author img {
  width: 98px;
  margin-right: 20px;
}

.blog-details-page-banner-area .content .info .author h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.blog-details-page-banner-area .content .info .author .designation {
  margin-bottom: 8px;
  color: #8a8c99;
}

.blog-details-page-banner-area .content .info .comment {
  border-radius: 40px;
  padding: 15px 23.4px;
  border: 1px solid #d9d9d9;
}

.blog-details-page-banner-area .content .info .comment:hover {
  border-color: #F2B127;
  background-color: #F2B127;
}

.creative-agency-section-title {
  margin-bottom: 60px;
}

.col-lg-8.why-carr {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.single-why-join-box {
  background-color: #0a0909;
  margin-bottom: 25px;
  padding: 40px;
  height: calc(100% - 50px);
}

.single-why-join-box .icon {
  margin-bottom: 30px;
}

.single-why-join-box h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.row-carr {
  display: flex;
  gap: 30px;
}

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

.col-flexx {
  display: flex;
  gap: 20px;
}

.dissr-flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.jobs-list .item {
  border-bottom: 1px solid #18181a;
  transition: .5s;
  padding-top: 30px;
  padding-bottom: 30px;
}

.jobs-list .item .title {
  font-size: 24px;
}

.jobs-list .item .content {
  padding-left: 51px;
}

.jobs-list .item .content .number {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border: 1px solid #8a8c9a;
  transition: .5s;
}

.jobs-list .item .content h3 {
  margin-left: 20px;
  font-size: 25px;
}

.jobs-list .item .link-btn {
  text-align: end;
}

.jobs-list .item .link-btn a {
  width: 100px;
  height: 100px;
  border: 1px solid #8a8c9a;
}

.jobs-list .item .link-btn a i {
  left: 0;
  right: 0;
  top: 50%;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 36px;
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  background-color: #8a8c9a;
  transform: translateY(-50%);
  transition: .5s;
  margin-left: auto;
  margin-right: auto;
}

.jobs-list .item .link-btn a:hover {
  border-color: #F2B127;
}

.jobs-list .item .link-btn a:hover i {
  background-color: #F2B127;
}

.jobs-list .item:hover {
  border-bottom-color: #F2B127;
}

.jobs-list .item:hover .content .number {
  border-color: #F2B127;
  background-color: #F2B127;
}

.jobs-list .item:first-child {
  padding-top: 0;
}

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

.rounded-circle {
  border-radius: 50% !important;
}

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

.posi-job {
  position: relative;
}

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

.why-icc img {
  filter: brightness(0) invert(1);
}

.single-happy-moment span {
  margin-top: 20px;
}

.detai-dev {
  display: flex;
}

.career-details-page-banner-area {
  padding-top: 210px;
}

.career-details-page-banner-area .content {
  margin-bottom: 75px;
}

.career-details-page-banner-area .content .left-side {
  max-width: 447px;
}

.career-details-page-banner-area .content .left-side h1 {
  font-size: 110px;
  line-height: 0.95;
}

.career-details-page-banner-area .content .left-side h1 span {
  color: #F2B127;

  font-weight: normal;
}

.career-details-page-banner-area .content .right-side {
  margin-left: -25px;
}

.career-details-page-banner-area .content .right-side .item {
  margin-right: 89.5px;
}

.career-details-page-banner-area .content .right-side .item h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.career-details-page-banner-area .content .right-side .item span {
  font-size: 20px;
}

.career-details-page-banner-area .content .right-side .item:last-child {
  margin-right: 0;
}

.career-details-info {
  border-radius: 20px;
  margin-right: 40px;
  padding: 30px;
  background-color: #25232391;
}

.career-details-info ul li {
  border-bottom: 1px solid #e9ebf1;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.career-details-info ul li span {
  margin-bottom: 11px;
}

.career-details-info ul li h3 {
  font-size: 20px;
}

.career-details-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}

.career-details-info button {
  border: 0;
  width: 100%;
  display: block;
  margin-top: 40px;
  text-align: start;
  position: relative;
  border-radius: 60px;
  padding: 20.5px 20px;
  transition: .5s;
  background-color: #F2B127;
}

.career-details-info button i {
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #F2B127;
  transform: translateY(-50%);
  background-color: #ffffff;
}

.career-details-info button:hover {
  background-color: #ffffff;
}

.career-details-info button:hover i {
  color: #ffffff;
  background-color: #F2B127;
}

.career-details-desc {
  padding-left: 3px;
}

.career-details-desc .details {
  border-bottom: 1px solid #e9ebf1;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.career-details-desc .details h3 {
  margin-bottom: 10px;
}

.career-details-desc .details ul li {
  margin-bottom: 11px;
  padding-left: 17px;
}

.career-details-desc .details ul li::before {
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #ffffff;
}

.career-details-desc .details ul li:last-child {
  margin-bottom: 0;
}

.career-details-desc .details p {
  margin-bottom: 10px;
}

.career-details-desc .details p:last-child {
  margin-bottom: 0;
}

.career-details-desc .details:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}

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

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

.posi-deatsls {
  position: relative;
}

.widthh-anch {
  width: 100%;
}

.blog-roww {
  display: flex;
}

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

.single-blog-post {
  margin-bottom: 25px;
}

.single-blog-post .image {
  overflow: hidden;
}

.single-blog-post .image img {
  transition: .5s;
  width: 386px;
  height: 370px;
}

.single-blog-post .content {
  margin-top: 20px;
}

.single-blog-post .content .date {
  margin-bottom: 8px;

}

.single-blog-post .content h3 {
  font-size: 32px;
  padding-right: 40px;
  padding-bottom: 15px;
}

.single-blog-post .content h3::before {
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  transition: .5s;
  background: #F2B127;
}

.single-blog-post .content .link-btn {
  margin-top: 15px;
  color: #000000;
}

.single-blog-post .content .link-btn i {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #000000;
  transition: .5s;
  background-color: #ffffff;
}

.single-blog-post:hover .image img {
  transform: scale(1.08);
}

.single-blog-post:hover .content h3::before {
  width: 100%;
}

.single-blog-post:hover .content .link-btn i {
  color: #ffffff;
  background-color: #000000;
}

.blogs-list .item {
  margin-bottom: 57px;
}

.blogs-list .item .content {
  max-width: 700px;
}

.blogs-list .item .content .date {
  margin-bottom: 7px;

}

.blogs-list .item .content h3 {
  font-size: 32px;
  max-width: 360px;
  margin-bottom: 13px;
}

.blogs-list .item .content p {
  margin-bottom: 0;
  max-width: 360px;
}

.blogs-list .item .content .link-btn {
  top: 40%;
  right: 0;
  width: 50px;
  height: 50px;
  margin-top: 13px;
  position: absolute;
  border: 1px solid #e9ebf1;
  transform: translateY(-40%);
  background-color: #ffffff;
}

.blogs-list .item .content .link-btn img {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: .5s;
  margin-left: auto;
  margin-right: auto;
}

.blogs-list .item .content .link-btn img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.blogs-list .item .image {
  margin-left: -3px;
  overflow: hidden;
}

.blogs-list .item .image img {
  transition: .5s;
}

.blogs-list .item:hover .content .link-btn {
  background-color: #000000;
  border-color: #000000;
}

.blogs-list .item:hover .content .link-btn img {
  opacity: 0;
  visibility: hidden;
}

.blogs-list .item:hover .content .link-btn img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.blogs-list .item:hover .image img {
  transform: scale(1.08);
}

.blogs-list .item:last-child {
  margin-bottom: 0;
}

.dev-blogs-list .blog-item {
  margin-bottom: 60px;
}

.dev-blogs-list .blog-item .content {
  left: 0;
  max-width: 461px;
  margin-left: auto;
  margin-right: auto;
}

.dev-blogs-list .blog-item .content .meta {
  margin-bottom: 15px;
}

.dev-blogs-list .blog-item .content .meta li {
  margin-right: 15px;
}

.dev-blogs-list .blog-item .content .meta li::before {
  top: 0;
  bottom: 0;
  width: 1px;
  right: -10px;
  content: "";
  position: absolute;
  background: #000000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.dev-blogs-list .blog-item .content .meta li:last-child {
  margin-right: 0;
}

.dev-blogs-list .blog-item .content .meta li:last-child::before {
  display: none;
}

.dev-blogs-list .blog-item .content h3 {
  margin-bottom: 15px;

  font-weight: normal;
  font-size: 32px;
}

.dev-blogs-list .blog-item .content p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}

.dev-blogs-list .blog-item .image {
  transform: translateY(-50%);
  visibility: hidden;
  position: absolute;
  max-width: 170px;
  margin-top: 10px;
  transition: 0.3s;
  opacity: 0;
  right: 0;
  top: 50%;
}

.dev-blogs-list .blog-item::before {
  top: 0;
  left: 0;
  height: 0;
  width: 2px;
  content: "";
  transition: 0.3s;
  position: absolute;
  background: #F2B127;
}

.dev-blogs-list .blog-item:hover::before {
  height: 100%;
}

.dev-blogs-list .blog-item:hover .image {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.dev-blogs-list .blog-item:last-child {
  margin-bottom: 0;
}

.single-blog-item {
  margin-bottom: 25px;
}

.single-blog-item .image {
  overflow: hidden;
}

.single-blog-item .image img {
  transition: .5s;
}

.single-blog-item .content {
  margin-top: 20px;
}

.single-blog-item .content .sub-title {
  margin-bottom: 14px;

}

.single-blog-item .content h3 {
  margin-bottom: 30px;
  max-width: 502px;
  font-size: 32px;
}

.single-blog-item .content .link-btn i {
  width: 24px;
  height: 24px;
  font-size: 15px;
  padding-left: 1px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  display: inline-block;
  color: #000000;
  transition: .5s;
  border: 1px solid #000000;
}

.single-blog-item .content .link-btn:hover i {
  color: #ffffff;
  border-color: #F2B127;
  background-color: #F2B127;
}

.single-blog-item:hover .image img {
  transform: scale(1.08);
}

.view-articles-btn {
  margin-top: 25px;
}

.main-blog-buttons {
  margin-bottom: 80px;
}

.main-blog-buttons li {
  margin-left: 8px;
  margin-right: 8px;
}

.main-blog-buttons li a {
  border-radius: 40px;
  padding: 18px 37.43px;
  border: 1px solid #d9d9d9;

}

.main-blog-buttons li a:hover,
.main-blog-buttons li a.active {
  color: #F2B127;
  border-color: #ffffff;
  background-color: #ffffff;
}

.main-blog-buttons li:first-child {
  margin-left: 0;
}

.main-blog-buttons li:last-child {
  margin-right: 0;
}

.main-blogs-list {
  margin-bottom: 80px;
}

.main-blogs-list .item {
  margin-bottom: 78px;
}

.main-blogs-list .item .image {
  margin-right: -27px;
}

.main-blogs-list .item .image .info {
  margin-top: 20px;
}

.main-blogs-list .item .image .info .date .comments {
  position: relative;
  margin-right: 26px;
}

.main-blogs-list .item .image .info .date .comments::before {
  top: 50%;
  width: 1px;
  content: "";
  height: 13px;
  right: -15px;
  position: absolute;
  transform: translateY(-50%);
  background: #000000;
}

.main-blogs-list .item .image .info .category {
  color: #F2B127;
}

.main-blogs-list .item .content {
  max-width: 575px;
  padding-left: 83px;
}

.main-blogs-list .item .content h2 {
  margin-bottom: 57px;
  font-size: 25px;
  font-weight: 400;
}

.main-blogs-list .item .content .link-btn i {
  width: 54px;
  height: 54px;
  font-size: 24px;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #000000;
  border: 1px solid #d9d9d9;
  transition: .5s;
}

.main-blogs-list .item .content .link-btn span {
  padding: 15px 32px;
  border-radius: 70px;
  color: #000000;
  background-color: #e9ebf1;
  transition: .5s;
}

.main-blogs-list .item .content .link-btn:hover i {
  color: #F2B127;
  border-color: #F2B127;
}

.main-blogs-list .item .content .link-btn:hover span {
  color: #ffffff;
  background-color: #F2B127;
}

.main-blogs-list .item:nth-child(2) .image,
.main-blogs-list .item:nth-child(4) .image,
.main-blogs-list .item:nth-child(6) .image,
.main-blogs-list .item:nth-child(8) .image,
.main-blogs-list .item:nth-child(10) .image {
  margin-right: 0;
  margin-left: -27px;
}

.main-blogs-list .item:nth-child(2) .content,
.main-blogs-list .item:nth-child(4) .content,
.main-blogs-list .item:nth-child(6) .content,
.main-blogs-list .item:nth-child(8) .content,
.main-blogs-list .item:nth-child(10) .content {
  padding-left: 0;
  padding-right: 83px;
}

.main-blogs-list .item:last-child {
  margin-bottom: 0;
}

.main-blogs-list:last-child {
  margin-bottom: 0;
}

.blog-details-desc hr {
  opacity: 1;
  border-color: #e9ebf1;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-details-desc h3 {
  margin-bottom: 17px;
  font-size: 32px;
  font-weight: 500;
}

.blog-details-desc img {
  margin-top: 15px;
  margin-bottom: 30px;
}

.blog-details-desc .features-list {
  margin-top: 35px;
  margin-bottom: 37px;
}

.blog-details-desc .features-list li {
  margin-bottom: 20px;
}

.blog-details-desc .features-list li:last-child {
  margin-bottom: 0;
}

.comments-area {
  margin-top: 80px;
}

.comments-area h3 {
  font-size: 24px;
  margin-bottom: 35px;
}

.comments-area .comments-list .comment-item {
  margin-bottom: 30px;
}

.comments-area .comments-list .comment-item .title {
  padding-left: 20px;
}

.comments-area .comments-list .comment-item .title h4 {
  font-size: 16px;
}

.comments-area .comments-list .comment-item .title span {
  font-size: 18px;
}

.comments-area .comments-list .comment-item .title::before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  content: "";
  position: absolute;
  background: #F2B127;
}

.comments-area .comments-list .comment-item p {
  padding-left: 20px;
}

.comments-area .comments-list .comment-item:last-child {
  margin-bottom: 0;
}

.page-banner-area {
  padding-top: 210px;
}

.page-banner-area .page-banner-content {
  max-width: 817px;
}

.page-banner-area .page-banner-content .sub-title {
  margin-bottom: 10px;
  color: #F2B127;
}

.page-banner-area .page-banner-content h1 {
  line-height: 1;
  font-size: 110px;
  color: #F2B127;
}

.page-banner-area .page-banner-content h1 span {
  color: #F2B127;

  font-weight: normal;
}

.page-banner-area.error-area {
  padding-top: 0;
  height: 100vh;
}

.blog-act {
  padding-top: 200px;
}

.act-blog {
  padding-bottom: 200px;
}

.posi-blog {
  position: relative;
}

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

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

.butt-back {
  border: 1px solid;
  padding: 15px;
  border-radius: 50px;
  width: 150px;
  text-align: center;
}

.butt-back i {
  padding-right: 10px;
}

.why-row {
  display: flex;
}

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

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

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

.why-choose-us-left-side .sub-title {
  margin-bottom: 80px;
  color: #F2B127;
}

.why-choose-us-left-side .sub-title div {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  color: #F2B127;
  border: 1px solid #F2B127;
}

.why-choose-us-left-side img {
  max-width: 183px;
}

.why-choose-us-left-side .title {
  max-width: 155px;
  line-height: 1.4;
  transition: .5s;
  margin-top: 12px;
  margin-bottom: 25px;
  font-size: 15px;
}

.why-choose-us-left-side .title:hover {
  color: #F2B127;
}

.why-choose-us-left-side p {
  max-width: 251.87px;
}

.why-choose-us-middle-side {
  margin-left: 2px;
  margin-top: 50px;
}

.why-choose-us-middle-side h2 {
  margin-bottom: 68px;
  font-size: 110px;
  line-height: 1;
}

.why-choose-us-middle-side h2 span {
  display: block;
  margin-top: -5px;
  font-weight: normal;

  color: #F2B127;
}

.why-choose-us-right-side {
  padding-left: 4px;
  margin-top: 48px;
}

.why-choose-us-right-side img {
  max-width: 215px;
}

.why-choose-us-right-side .title {
  line-height: 1.4;
  transition: .5s;
  margin-top: 12px;
  margin-bottom: 25px;
  font-size: 15px;
}

.why-choose-us-right-side .title:hover {
  color: #F2B127;
}

.why-choose-us-middle-side .link-btn {
  width: 120px;
  height: 120px;
  padding-top: 35px;
  margin-left: 138px;
  background-color: #f8f9fd;
  border: 1px solid #d9d9d9;
}

.why-choose-us-middle-side .link-btn img {
  display: block;
  transition: .5s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.why-choose-us-middle-side .link-btn img:nth-child(2) {
  left: 0;
  right: 0;
  top: 35px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.why-choose-us-middle-side .link-btn {
  color: #000000;
}

.why-choose-us-middle-side .link-btn:hover {
  border-color: #F2B127;
  background-color: #F2B127;
}

.why-choose-us-middle-side .link-btn:hover img {
  opacity: 0;
  visibility: hidden;
}

.why-choose-us-middle-side .link-btn:hover img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.why-posi {
  position: relative;
}

.why-choose-us-right-side p {
  max-width: 396px;
  font-size: 18px;
  font-weight: 500;
}

.digital-agency-banner-content .sub-title {
  margin-bottom: 20px;
  color: #F2B127;
}

.digital-agency-banner-content .sub-title::before {
  left: 0;
  top: 50%;
  width: 1px;
  content: "";
  height: 25.404px;
  margin-top: -2px;
  position: absolute;
  transform: rotate(30deg) translateY(-50%);
}

.digital-agency-banner-content h1 {
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 38px;
  color: #F2B127;
}

.digital-agency-banner-content .ratings {
  margin-top: 78px;
}

.digital-agency-banner-content .ratings img {
  margin-right: 4px;
}

.digital-agency-banner-content .ratings img:last-child {
  margin-right: 0;
}

.digital-agency-banner-content .ratings span {
  margin-top: 18px;
}

.digital-agency-banner-content .users {
  margin-top: 16px;
}

.digital-agency-banner-content .users img {
  width: 44px;
  margin-right: 8px;
}

.digital-agency-banner-content .users span {
  font-size: 14px;
  margin-left: -8px;
  border-radius: 30px;
  padding: 1.5px 16.4px;
  color: #ffffff;
  background-color: #F2B127;
}

.digital-agency-banner-image {
  margin-left: 100px;
}

.digital-agency-banner-image p {
  margin-top: 37px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.posi-relativee {
  position: relative;
}

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

.services-page-banner-area .content {
  margin-bottom: 30px;
}

.services-page-banner-area .content .left-side .sub-title {
  margin-bottom: 20px;
}

.services-page-banner-area .content .left-side h1 {
  line-height: 0.95;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 40px;
  color: #F2B127;
}

.services-page-banner-area .content .left-side h1 span {
  color: #F2B127;

  font-weight: normal;
}

.services-page-banner-area .content .right-side {
  margin-left: auto;
  max-width: 369px;
}

.services-area.bg-color {
  background: rgba(211, 135, 246, 0.05);
}

.single-service-box {
  margin-bottom: 25px;
  padding: 195px 40px 40px;
  border: 2px solid #18181a;
}

.single-service-box h3 {
  font-size: 32px;
  margin-bottom: 15px;
}

.single-service-box h3 a {
  color: #ffffff;
}

.single-service-box h3 a span {
  display: block;
}

.single-service-box h3 a:hover {
  color: #F2B127;
}

.single-service-box p {
  color: #8a8c9a;
  transition: .5s;
}

.single-service-box::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: "";
  visibility: hidden;
  position: absolute;
  transition: .5s;
  background: #ffffff;
  -webkit-clip-path: polygon(70% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(70% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
}

.single-service-box .link-btn {
  top: 0;
  right: 0;
  opacity: 0;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  visibility: hidden;
  transition: .5s;
  background-color: #F2B127;
}

.single-service-box .link-btn img {
  left: 0;
  right: 0;
  top: 50%;
  transition: 0.3s;
  position: absolute;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-service-box .link-btn:hover img {
  transform: translateY(-50%) rotate(45deg);
}

.single-service-box:hover {
  border-color: transparent;
}

.single-service-box:hover h3 a:hover {
  color: #F2B127;
}

.single-service-box:hover::before {
  opacity: 1;
  visibility: visible;
}

.single-service-box:hover .link-btn {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.services-list .item {
  margin-bottom: 60px;
  padding-bottom: 17px;
  border-bottom: 1px solid #d9d9d9;
}

.services-list .item .number {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #e9ebf1;
}

.services-list .item h3 {
  font-size: 54px;
}

.services-list .item::before {
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  bottom: -1px;
  position: absolute;
  transition: .5s;
  background: #F2B127;
}

.services-list .item .link-btn {
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  margin-top: 14px;
  margin-right: 6px;
}

.services-list .item .link-btn:hover {
  transform: translateY(-50%) translateX(-10px);
}

.services-list .item .image {
  top: -36px;
  z-index: 1;
  opacity: 0;
  right: 21.1%;
  margin-top: 20px;
  position: absolute;
  max-width: 247.5px;
  visibility: hidden;
  transition: .5s;
}

.services-list .item .image::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  position: absolute;
  transform: rotate(-15.015deg);
}

.services-list .item:hover::before {
  width: 100%;
}

.services-list .item:hover .image {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.services-list .item:last-child {
  margin-bottom: 0;
}


.services-list-style-two .item {
  border-top: 1px solid #d9d9d9;
  padding-top: 27px;
  padding-bottom: 27px;
}

.services-list-style-two .item h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.services-list-style-two .item p {
  margin-left: -66px;
  max-width: 369px;
}

.services-list-style-two .item .link-btn {
  width: 56px;
  height: 56px;
  font-size: 24px;
  border: 0.5px solid #d9d9d9;
}

.services-list-style-two .item .link-btn i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.services-list-style-two .item .image {
  top: 50%;
  right: 58%;
  opacity: 0;
  z-index: 1;
  margin-top: 15px;
  visibility: hidden;
  position: absolute;
  border-radius: 109.5px;
  transform: translateY(-50%);
  transition: .5s;
}

.services-list-style-two .item:hover h3 a {
  color: #F2B127;
}

.services-list-style-two .item:hover .link-btn {
  color: #ffffff;
  border-color: #F2B127;
  background-color: #F2B127;
}

.services-list-style-two .item:hover .image {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.services-list-style-two .item:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.single-feature-item {
  margin-bottom: 25px;
}

.single-feature-item .line {
  height: 1px;
  margin-bottom: 35px;
  background: #8a8c9a;
}

.single-feature-item h3 {
  max-width: 275px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 400;
  font-size: 19px;
  line-height: normal;
}

.single-feature-item p {
  max-width: 300px;
  font-size: 14px;
}

.single-feature-item::before {
  left: 0;
  width: 8px;
  top: -3.5px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #8a8c9a;
}

.col-lg-3:last-child .single-feature-item::after {
  right: 0;
  width: 8px;
  top: -3.5px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #8a8c9a;
}

.expertise-section {
  text-align: center;
}

.expertise-section h2 {
  margin-bottom: 40px;
  line-height: 1.4;
}

.expertise-grid {
  max-width: 1000px;
  margin: 0 auto;
  background: #242121;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 50px;
}

.expertise-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
}

.expertise-box i {
  font-size: 32px;
  margin-bottom: 15px;
  color: #ffffff;
}

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

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

.about-content p {
  font-size: 20px;
  margin-top: 25px;
  color: #ffffff;
}

.about-image {
  margin-left: 35px;
  padding-bottom: 10px;
  border-bottom: 3px solid #e9ebf1;
}

.about-image img {
  margin-bottom: 15px;
}

.about-image .number {
  margin-left: 10px;
  font-size: 40px;

}

.about-btn {
  margin-top: 40px;
}

.about-btn .link-btn {
  width: 124px;
  height: 124px;
  padding-top: 35px;
  background-color: #e9ebf1;
}

.about-btn .link-btn img {
  display: block;
  transition: .5s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.about-btn .link-btn img:nth-child(2) {
  left: 0;
  right: 0;
  top: 39px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.about-btn .link-btn:hover {
  color: #ffffff;
  border-color: #F2B127;
  background-color: #F2B127;
}

.about-btn .link-btn:hover img {
  opacity: 0;
  visibility: hidden;
}

.about-btn .link-btn:hover img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.about-funfacts {
  margin-bottom: 40px;
}

.about-funfacts p {
  max-width: 433px;
}

.about-funfacts .funfacts .item .number {
  margin-bottom: 20px;
  font-size: 54px;
}

.about-video-box .video-btn {
  top: 50%;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  font-size: 50px;
  position: absolute;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  transform: translateY(-50%);
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

.about-video-box .video-btn:hover {
  color: #ffffff;
  background-color: #F2B127;
}

.about-features-list {
  text-align: end;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e9ebf1;
}

.about-features-list ul li {
  font-size: 20px;
  padding-left: 18px;
  margin-left: 15px;
  margin-right: 15px;
}

.about-features-list ul li::before {
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  background: #F2B127;
}

.about-features-list ul li:first-child {
  margin-left: 0;
}

.about-features-list ul li:last-child {
  margin-right: 0;
}

.projects-circle-list {
  padding-top: 106px;
  padding-bottom: 35px;
}

.projects-circle-list .images {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.projects-circle-list .images .image {
  position: absolute;
}

.projects-circle-list .images .image:nth-child(1) {
  top: 40.5%;
  left: 10.7%;
}

.projects-circle-list .images .image:nth-child(1)::before {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list .images .image:nth-child(2) {
  top: 10px;
  left: 35.6%;
}

.projects-circle-list .images .image:nth-child(3) {
  right: 17%;
  top: 20.8%;
}

.projects-circle-list .images .image:nth-child(4) {
  bottom: 21%;
  right: 13%;
}

.projects-circle-list .images .image:nth-child(5) {
  bottom: 0;
  left: 37.5%;
}

.projects-circle-list .images .image .text {
  display: none;
}

.projects-circle-list .images .image .text h3 {
  margin-bottom: 24px;
  font-size: 54px;
}

.projects-circle-list .images .image .text h3 a {
  color: #ffffff;
}

.projects-circle-list .images .image .text h3 a:hover {
  color: #F2B127;
}

.projects-circle-list .images .image .text p {
  color: #d9d9d9;
}

.projects-circle-list .images .image .text .link-btn {
  margin-top: 38px;
  color: #ffffff;
}

.projects-circle-list .images .image .text .link-btn i {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: .5s;
}

.projects-circle-list .images .image .text .link-btn:hover i {
  background-color: #F2B127;
}

.projects-circle-list .images .image::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.3;
  position: absolute;
  visibility: visible;
  transition: .5s;
  background: #000000;
}

.projects-circle-list .contents {
  left: 38%;
  top: 45.3%;
  width: 325.69px;
  position: absolute;
}

.projects-circle-list .contents .item {
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.projects-circle-list .contents .item h3 {
  margin-bottom: 24px;
}

.projects-circle-list .contents .item h3 a {
  color: #ffffff;
}

.projects-circle-list .contents .item h3 a:hover {
  color: #F2B127;
}

.projects-circle-list .contents .item p {
  color: #d9d9d9;
}

.projects-circle-list .contents .item .link-btn {
  margin-top: 38px;
  color: #ffffff;
}

.projects-circle-list .contents .item .link-btn i {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: .5s;
}

.projects-circle-list .contents .item .link-btn:hover i {
  background-color: #F2B127;
}

.projects-circle-list .contents .item:nth-child(1) {
  top: 0;
  left: 0;
  opacity: 1;
  position: relative;
  visibility: visible;
}

.projects-circle-list.hovered2 .image:nth-child(1)::before {
  opacity: 0.3;
  visibility: visible;
}

.projects-circle-list.hovered2 .image:nth-child(2)::before {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered2 .contents .item:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered2 .contents .item:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.projects-circle-list.hovered3 .image:nth-child(1)::before {
  opacity: 0.3;
  visibility: visible;
}

.projects-circle-list.hovered3 .image:nth-child(3)::before {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered3 .contents .item:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered3 .contents .item:nth-child(3) {
  opacity: 1;
  visibility: visible;
}

.projects-circle-list.hovered4 .image:nth-child(1)::before {
  opacity: 0.3;
  visibility: visible;
}

.projects-circle-list.hovered4 .image:nth-child(4)::before {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered4 .contents .item:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered4 .contents .item:nth-child(4) {
  opacity: 1;
  visibility: visible;
}

.projects-circle-list.hovered5 .image:nth-child(1)::before {
  opacity: 0.3;
  visibility: visible;
}

.projects-circle-list.hovered5 .image:nth-child(5)::before {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered5 .contents .item:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.projects-circle-list.hovered5 .contents .item:nth-child(5) {
  opacity: 1;
  visibility: visible;
}

.projects-list {
  display: flex;
}

.projects-list .project-item {
  height: 580px;
  overflow: hidden;
  position: relative;
  transition: .5s;
  border-right: 1px solid #ffffff;
}

.projects-list .project-item .title {
  z-index: 1;
  height: 100%;
  display: flex;
  cursor: pointer;
  position: relative;
  text-align: center;
  flex-direction: column;
  transition: .5s;
  justify-content: space-between;
  padding-top: 75px;
  padding-bottom: 75px;
}

.projects-list .project-item .title .number {
  color: #8A8c9a;
  line-height: 1;
  font-size: 54px;
  font-weight: 500;
}

.projects-list .project-item .title span {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  padding-right: 47px;
  font-size: 18px;
  font-weight: 500;
}

.projects-list .project-item .details {
  top: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateY(50%);
  transition: .5s;
}

.projects-list .project-item .details .image {
  margin-right: -4px;
}

.projects-list .project-item .details .content {
  padding-left: 20px;
  padding-right: 65px;
}

.projects-list .project-item .details .content .number {
  margin-bottom: 45px;
  color: #8A8c9a;
  line-height: 1;
  font-size: 54px;
  font-weight: 500;
}

.projects-list .project-item .details .content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: normal;
}

.projects-list .project-item .details .content p {
  color: #ffffff;
}

.projects-list .project-item .details .content .link-btn {
  width: 100px;
  height: 100px;
  font-size: 50px;
  margin-top: 23px;
  color: #ffffff;
  background-color: #ffffff;
}

.projects-list .project-item .details .content .link-btn i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.projects-list .project-item .details .content .link-btn:hover {
  background-color: #F2B127;
}

.projects-list .project-item.active {
  width: 70% !important;
}

.projects-list .project-item.active .title {
  opacity: 0;
  visibility: hidden;
}

.projects-list .project-item.active .details {
  opacity: 1;
  transform: none;
  transition-delay: .5s;
}

.works-process-list {
  margin-top: 25px;
}

.works-process-list .item {
  border-bottom: 1px solid #d9d9d9;
  transition: .5s;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.works-process-list .item .icon {
  margin-bottom: 27px;
}

.works-process-list .item h3 {
  font-size: 32px;
  margin-bottom: 12px;
  letter-spacing: -0.32px;
}

.works-process-list .item:hover {
  border-color: #000000;
}

.works-process-list .item:last-child {
  margin-bottom: 0;
}

.works-process-content {
  padding-right: 28px;
}

.works-process-content h1 {
  line-height: normal;
  margin-bottom: 127px;
  font-size: 45px;
  color: #F2B127;
  font-weight: 500;
}

.works-process-content h1 span {
  color: #F2B127;

  font-weight: normal;
}

.works-process-lines {
  margin-top: 34px;
  margin-left: -28px;
}

.works-process-lines .item {
  padding-left: 105px;
  padding-bottom: 35px;
}

.works-process-lines .item .number {
  left: 0;
  top: 56px;
  width: 32px;
  height: 32px;
  position: absolute;
  background-color: #e9ebf1;

  transition: .5s;
}

.works-process-lines .item .icon {
  margin-bottom: 15px;
}

.works-process-lines .item .icon img {
  transition: .5s;
}

.works-process-lines .item .icon img:nth-child(2) {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.works-process-lines .item h3 {
  font-size: 24px;
  margin-bottom: 14px;
  transition: .5s;
  font-weight: 500;
  line-height: normal;
}

.works-process-lines .item hr {
  opacity: 1;
  margin: 35px 0 0;
  border-color: #e9ebf1;
}

.works-process-lines .item::before {
  top: 0;
  bottom: 0;
  width: 1px;
  left: 16px;
  content: "";
  position: absolute;
  background: #e9ebf1;
  transition: .5s;
  margin-top: 104px;
  margin-bottom: -40px;
}

.works-process-lines .item:last-child {
  padding-bottom: 0;
}

.works-process-lines .item:last-child::before {
  margin-bottom: 0;
}

.works-process-lines .item:hover .number {
  color: #ffffff;
  background-color: #F2B127;
}

.works-process-lines .item .number {
  color: #000000;
}

.works-process-lines .item:hover .icon img {
  opacity: 0;
  visibility: hidden;
}

.works-process-lines .item:hover .icon img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.works-process-lines .item:hover h3 {
  color: #F2B127;
}

.works-process-lines .item:hover::before {
  background: #F2B127;
}

.boost-content {
  padding-top: 205px;
  padding-bottom: 126px;
}

.boost-content h2 {
  font-size: 72px;
  max-width: 1008px;
  margin-bottom: 30px;
}

.boost-content h2 img {
  left: 223px;
  bottom: -1px;
  position: absolute;
}

.boost-content p {
  max-width: 555.328px;
}

.boost-content::before {
  top: 165px;
  left: 567px;
  content: "";
  width: 19.756px;
  height: 19.756px;
  border-radius: 50%;
  position: absolute;
  background: #F2B127;
}

.boost-content .icons div:nth-child(1) {
  top: 35px;
  left: 138px;
  width: 110px;
  height: 110px;
  font-size: 50px;
  position: absolute;
  background: #fb5471;
  color: #ffffff;
  animation: zoom-in-zoom-out 4s ease-out infinite;
}

.boost-content .icons div:nth-child(1) i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  color: #000;
}

.boost-content .icons div:nth-child(2) {
  top: 0;
  right: 99px;
  width: 180px;
  height: 180px;
  font-size: 45px;
  position: absolute;
  color: #ffffff;
  background-color: #F2B127;
  animation: zoom-in-zoom-out 4s ease-out infinite;
}

.boost-content .icons div:nth-child(2) i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.boost-content .icons div:nth-child(3) {
  width: 66px;
  left: 188px;
  bottom: 52px;
  height: 66px;
  position: absolute;
  background: #F2B127;
  animation: zoom-in-zoom-out 4s ease-out infinite;
}

.boost-content .icons div:nth-child(3) img {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
}

.boost-content .icons div:nth-child(4) {
  bottom: 0;
  width: 130px;
  right: 215px;
  height: 130px;
  font-size: 38px;
  position: absolute;
  background: #ffc107;
  animation: zoom-in-zoom-out 4s ease-out infinite;
}

.boost-content .icons div:nth-child(4) i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  color: #000000;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.values-area {
  padding-bottom: 100px;
}

.single-value-item {
  margin-bottom: 50px;
  border-right: 2px solid #e9ebf1;
}

.single-value-item .icon {
  margin-bottom: 10px;
}

.single-value-item h3 {
  font-size: 25px;
  margin-bottom: 17px;
  font-weight: 500;
}

.single-value-item p {
  max-width: 319px;
}

.col-lg-4:nth-child(3) .single-value-item,
.col-lg-4:nth-child(6) .single-value-item {
  border-right-width: 0;
}

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

.single-value-item .icon img {
  filter: brightness(0) invert(1);
}

.innvo-exec {
  padding-left: 20px;
}

.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.faq-item input[type="radio"] {
  display: none;
}

.faq-item label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  padding: 15px;
  padding-left: 0px;
  transition: background 0.3s;
  position: relative;
}

.faq-icon::before {
  content: '+';
  font-size: 20px;
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.faq-toggle:checked+label .faq-icon::before {
  content: '−';
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 15px;
}

.faq-toggle:checked+label+.faq-content {
  max-height: 200px;
  padding: 15px;
  padding-left: 0px;
}

.gap-faqq {
  gap: 30px;
}

.works-list .item {
  border-top: 2px solid #e9ebf129;
}

.works-list .item .title {
  margin-right: -15px;
}

.works-list .item .title .number {
  left: 0;
  top: 50%;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: absolute;
  background-color: #e9ebf1;
  transform: translateY(-50%);
  font-size: 20px;
  color: #F2B127;
  transition: .5s;
}

.works-list .item .title h3 {
  font-size: 32px;
}

.works-list .item .image {
  margin-left: 33.5px;
  margin-right: 33.5px;
}

.works-list .item .image .link-btn {
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 160px;
  height: 160px;
  padding-top: 60px;
  border-radius: 50%;
  position: absolute;
  visibility: hidden;
  color: #F2B127;
  background-color: #ffffff;
  transform: translateY(-50%) translateX(-50%);
}

.works-list .item .image .link-btn img {
  display: block;
  transition: .5s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.works-list .item .image .link-btn:hover {
  color: #F2B127;
  background-color: #F2B127;
}

.works-list .item .image .link-btn:hover img {
  filter: brightness(0) invert(1);
}

.works-list .item .content {
  margin-left: -25px;
  padding-right: 15px;
}

.works-list .item .content .categories {
  margin-top: 10px;
}

.works-list .item .content .categories li {
  margin-right: 10px;
  margin-top: 10px;
}

.works-list .item .content .categories li a {
  padding: 8px 17.5px;
  border-radius: 50px;
  border: 1px solid #d9d9d9;
}

.works-list .item .content .categories li a:hover {
  color: #ffffff;
  border-color: #F2B127;
  background-color: #F2B127;
}

.works-list .item .content .categories li:last-child {
  margin-right: 0;
}

.works-list .item:hover .title .number {
  color: #ffffff;
  background-color: #F2B127;
}

.works-list .item:hover .image .link-btn {
  opacity: 1;
  visibility: visible;
}

.works-list .item:last-child {
  margin-bottom: -2px;
  border-bottom: 2px solid #e9ebf129;
}

.more-project-btn {
  margin-top: 50px;
}

.more-project-btn a i {
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 36px;
  margin-right: 15px;
  border-radius: 50%;
  color: #ffffff;
  transition: .5s;
  background-color: #000000;
}

.more-project-btn a:hover i {
  color: #ffffff;
  background-color: #F2B127;
}

.works-shorting-menu {
  margin-bottom: 60px;
}

.works-shorting-menu .filter {
  border: 0;
  margin-right: 20px;
  border-radius: 56px;
  padding: 11px 24.1px;
  color: #ffffff;
  transition: .5s;
  background-color: transparent;
}

.works-shorting-menu .filter:hover,
.works-shorting-menu .filter.mixitup-control-active {
  color: #F2B127;
  background-color: #ffffff;
}

.works-shorting-menu .filter:last-child {
  margin-right: 0;
}

.works-page-banner-area .left-side .sub-title {
  margin-bottom: 20px;
  background-color: rgba(211, 135, 246, 0.09);
  width: fit-content;
  padding: 10px 15px;
  border-radius: 25px;
}

.works-page-banner-area .left-side h1 {
  font-size: 110px;
  line-height: 0.95;
}

.works-page-banner-area .left-side h1 span {
  color: #F2B127;

  font-weight: normal;
}

.works-page-banner-area .right-side {
  position: relative;
  margin-left: auto;
  max-width: 361px;
  top: 20px;
}

.how-we-work-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.how-we-work-box {
  padding: 40px;
  border-radius: 20px;
  background: #18181a;
}

.how-we-work-box h3 {
  color: #000000;
  margin-bottom: 20px;
  max-width: 196px;
  font-size: 32px;
}

.how-we-work-box p {
  color: #8a8c9a;
}

.howWeWorkSwiper {
  margin-top: 80px;
}

.shape6 {
  left: 0;
  right: 0;
  top: 250px;
  z-index: -1;
  text-align: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
}

.work-paadd {
  padding-bottom: 50px;
}

.case-studies-list {
  margin-right: 104px;
}

.case-studies-list .item {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 16px;
  margin-bottom: 45px;
}

.case-studies-list .item h3 {
  font-size: 32px;
  max-width: 403px;
  margin-bottom: 13px;
}

.case-studies-list .item .link-btn {
  top: 0;
  right: -9px;
  width: 50px;
  height: 50px;
  margin-top: 13px;
  position: absolute;
  background-color: #000000;
}

.case-studies-list .item .link-btn img {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: .5s;
  margin-left: auto;
  margin-right: auto;
}

.case-studies-list .item .link-btn img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.case-studies-list .item:last-child {
  margin-bottom: 0;
}

.case-studies-list .item:hover .link-btn {
  background-color: #000000;
}

.case-studies-list .item:hover .link-btn img {
  opacity: 0;
  visibility: hidden;
}

.case-studies-list .item:hover .link-btn img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.case-studies-image {
  margin-left: -64px;
}

.case-studies-image img {
  margin-bottom: 17px;
}

.case-studies-image .images .image {
  transition: .5s;
}

.case-studies-image .images .image:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.case-studies-image .images .image:nth-child(3) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.case-studies-image .images .image:nth-child(4) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.case-studies-image .images.hovered2 .image:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.case-studies-image .images.hovered2 .image:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.case-studies-image .images.hovered3 .image:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.case-studies-image .images.hovered3 .image:nth-child(3) {
  opacity: 1;
  visibility: visible;
}

.case-studies-image .images.hovered4 .image:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.case-studies-image .images.hovered4 .image:nth-child(2) {
  opacity: 4;
  visibility: visible;
}

.single-case-study-item {
  margin-bottom: 25px;
}

.single-case-study-item .image {
  border-radius: 20px;
  overflow: hidden;
}

.single-case-study-item .image img {
  border-radius: 20px;
  transition: .5s;
}

.single-case-study-item .content {
  margin-top: 20px;
}

.single-case-study-item .content .sub-title {
  margin-bottom: 13px;

}

.single-case-study-item .content h3 {
  margin-bottom: 20px;
  max-width: 502px;
  font-size: 24px;
}

.single-case-study-item .content .features-list li {
  padding-left: 32px;
  margin-bottom: 16px;

}

.single-case-study-item .content .features-list li i {
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  color: #F2B127;
  transform: translateY(-50%);
  border: 1px solid #F2B127;
}

.single-case-study-item .content .features-list li:last-child {
  margin-bottom: 0;
}

.single-case-study-item .content .link-btn {
  margin-top: 28px;
  padding-right: 35px;
}

.single-case-study-item .content .link-btn i {
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  display: inline-block;
  color: #000000;
  transform: translateY(-50%);
  transition: .5s;
}

.single-case-study-item .content .link-btn:hover i {
  color: #000000;
  background-color: #F2B127;
}

.single-case-study-item:hover .image img {
  transform: scale(1.08);
}

.view-projects-btn {
  margin-top: 15px;
}

.case-studies-lines .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #18181a;
}

.case-studies-lines .item .image {
  margin-right: 110px;
}

.case-studies-lines .item .content {
  margin-left: -44px;
  padding-left: 85px;
}

.case-studies-lines .item .content .number {
  top: 0;
  left: 0;
  width: 63px;
  height: 63px;
  color: #8a8c9a;
  position: absolute;
  border: 1px solid #8a8c9a;
  transition: .5s;
}

.case-studies-lines .item .content h3 {
  font-size: 54px;
  max-width: 517px;
  line-height: 1.1;
  margin-bottom: 22px;
  color: #000000;
}

.case-studies-lines .item .content h3 a {
  color: #000000;
}

.case-studies-lines .item .content h3 a:hover {
  color: #F2B127;
}

.case-studies-lines .item .content p {
  font-size: 20px;
  max-width: 611px;
  margin-bottom: 0;
}

.case-studies-lines .item .content .link-btn {
  top: 0;
  right: 0;
  font-size: 20px;
  position: absolute;
  color: #000000;
}

.case-studies-lines .item .content .link-btn i {
  width: 30px;
  height: 30px;
  margin-left: 7px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #000000;
  border: 1px solid #8a8c9a;
  transition: .5s;
}

.case-studies-lines .item:hover .content .number {
  color: #000000;
  border-color: #F2B127;
  background-color: #F2B127;
}

.case-studies-lines .item:hover .content .link-btn i {
  color: #000000;
  border-color: #F2B127;
  background-color: #F2B127;
}

.case-studies-lines .item:first-child {
  padding-top: 30px;
  border-top: 2px solid #18181a;
}

.case-studies-lines .item:last-child {
  margin-bottom: 0;
}

.marketing-agency-section-title {
  max-width: 676.4px;
  margin-bottom: 50px;
}

.marketing-agency-section-title .sub-title {
  padding: 9px 20px;
  margin-bottom: 12px;
  border-radius: 75px;
  background: rgba(211, 135, 246, 0.09);
}

.marketing-agency-section-title h2 {
  margin-bottom: 0;
  font-size: 72px;
}

.marketing-agency-section-title p {
  margin-top: 30px;
  max-width: 555.33px;
}

.marketing-agency-section-title .dot {
  left: 0;
  right: 0;
  top: 99px;
  z-index: -1;
  width: 56.656px;
  height: 56.656px;
  position: absolute;
  background: #F2B127;
  margin-left: auto;
  margin-right: auto;
}

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

.work-col {
  padding-right: 10px;
}

.col-wok {
  padding-left: 10px;
}

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


.project-details-area {
  padding-top: 210px;
}

.project-details-content {
  margin-bottom: 80px;
}

.project-details-content .title {
  max-width: 787px;
}

.project-details-content .title .sub-title {
  font-size: 14px;
}

.project-details-content .title h1 span {
  color: #F2B127;

  font-weight: normal;
}

.project-details-content .info {
  max-width: 142px;
  margin-left: auto;
}

.project-details-content .info span {
  margin-bottom: 10px;
}

.project-details-content .info h3 {
  font-size: 20px;
}

.project-details-info {
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e9ebf1;
}

.project-details-info h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.project-details-info a {
  padding-right: 48px;
}

.project-details-info a i {
  right: 0;
  top: 50%;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 36px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  transform: translateY(-50%);
  transition: .5s;
  background-color: #F2B127;
}

.project-details-info a:hover i {
  background-color: #ffffff;
  color: #000000;
}

.design-principles-area {
  background-color: #000000;
}

.design-principles-content {
  margin-bottom: 80px;
}

.design-principles-content .image {
  margin-right: -28px;
}

.design-principles-content .content {
  padding-left: 76px;
}

.design-principles-list .item {
  border-top: 2px solid #18181a;
  padding-top: 80px;
  padding-bottom: 80px;
}

.design-principles-list .item .title .number {
  width: 56px;
  height: 56px;
  color: #8a8c9a;
  border: 1px solid #8a8c9a;
  font-size: 15px;
}

.design-principles-list .item .title h3 {
  color: #ffffff;
  margin-left: 20px;
}

.design-principles-list .item .content {
  max-width: 496.725px;
  margin-left: auto;
}

.design-principles-list .item:last-child {
  padding-bottom: 0;
}

.impact-list .item {
  border-bottom: 2px solid #18181a;
  padding-bottom: 35px;
  padding-top: 35px;
}

.impact-list .item .icon {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
}

.impact-list .item .content {
  margin-left: -29px;
}

.impact-list .item .content h3 {
  font-size: 54px;
  margin-bottom: 19px;
}

.impact-list .item .content span {
  font-size: 20px;
}

.impact-list .item p {
  max-width: 287px;
  margin-left: auto;
}

.impact-list .item:first-child {
  padding-top: 0;
}

.impact-list .item:last-child {
  padding-bottom: 0;
  border-bottom-width: 0;
}

.work-graa {
  padding-top: 200px;
  padding-bottom: 50px;
}

.graa-work {
  padding-bottom: 200px;
}

.over-flexx {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mar-blogg {
  margin-bottom: 37px;
}

.grid-lg-3 {
  grid-template-columns: repeat(3, 1fr);
}

.d-grid:not(.dsn-isotope):not(.align-items-center, .align-items-end).mobil-workk {
  display: none;
}

.inyro-img {
  width: 20px;
  height: 24px;
}

.del-iamges {
  animation-delay: 800ms !important;
  animation-duration: 1200ms !important;
}

.wid-serv {
  width: 400px;
}

.cta-head {
  text-align: center;
  font-size: 70px;
}

.head-introo {
  font-size: 43px;
  font-weight: 300;
}

.bootstrap-scope .col-md-7 {
  z-index: -1;
}

.inde-blog {
  display: flex;
}

.single-blog-post .content .head-blogg {
  font-size: 20px;
  padding-right: 40px;
  padding-bottom: 15px;
  font-weight: 300;
}

.carer-head {
  font-size: 40px;
}

.hiring-process {
  text-align: center;
}

.hiring-process .section-title {
  font-size: 2rem;
  margin-bottom: 40px;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.step {
  background: #0a0909;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 40px;
  transition: transform 0.3s;
  height: 100%;
}

.step:hover {
  transform: translateY(-5px);
}

.step-number {
  background: #F2B127;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step h3 {
  margin: 10px 0 8px;
  font-weight: 500;
}

.carg-roww {
  display: flex;
  gap: 30px;
}

.over-res {
  overflow-x: hidden;
}

.res-btt {
  padding-bottom: 400px;
}

.ttp-res {
  padding-top: 150px;
}

.about-area-inner {
  position: relative;
  z-index: 2;
}

.about-area .section-content {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 575px;
}

.section-title-ai {
  font-size: 43px;
  color: #F2B127;
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
}

.about-area .section-content .text:not(:first-child) {
  margin-top: 25px;
}

.info-area-inner {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: auto 860px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.info-area-inner .area-shape-1 {
  position: absolute;
  top: -320px;
  right: -342px;
  z-index: -1;
  width: 100vw;
}

.info-area-inner .area-shape-1 img {
  width: 100%;
}

.info-area .info-points {
  padding: 214px 40px;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 290px;
}

.info-area .info-points .shape-1 {
  position: absolute;
  width: 122px;
  top: 50%;
  inset-inline-end: 100%;
  transform: translateY(-50%);
}

.show-light {
  display: none;
}

.show-dark {
  display: inline-block;
}

.info-area .info-points .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
}

.info-area .info-points .bg img {
  height: 100%;
}

.info-area .info-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
}

.info-area .info-box {
  max-width: 330px;
}

.info-area .info-box .title {
  font-size: 24px;
  font-weight: 500;
  color: #F2B127;
}

.info-area .info-box .text {
  margin-top: 40px;
  max-width: 305px;
}

.info-area .infos-wrapper>*:nth-child(2) {
  margin-inline-start: auto;
}

.about-area11 .section-heading {
  text-align: center;
}

.about-area11 .section-heading .section-title {
  max-width: 1000px;
  margin-inline: auto;
  font-size: 45px;
  color: #F2B127;
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
}

.section-title-11 {
  font-size: 45px;
  margin-top: -32px;
}

.about-area11 .section-heading .section-desc {
  max-width: 1000px;
  margin: auto;
  margin-top: 22px;
  margin-bottom: 30px;
}

.about-area11 .about-thumb {
  text-align: center;
  margin-top: 14px;
}

.feature-area .section-header .section-title-wrapper {
  position: relative;
}

.feature-area .section-header .section-title-wrapper .shape-1 {
  position: absolute;
  width: 93px;
  top: -80px;
  inset-inline-start: 23%;
  z-index: 99;
  left: 355px;
}

.feature-area .section-title {
  max-width: 730px;
  margin-inline: auto;
  font-size: 53px;
  margin-left: 0px;
  margin-right: 0px;
}

.feature-area .section-header .text {
  max-width: 500px;
  margin-inline-start: 580px;
}

.feature-area .features-wrapper-box {
  margin-top: 50px;
  overflow: hidden;
}

.feature-area .features-wrapper {
  display: grid;
  gap: 0 0;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 -100px;
}

.feature-box {
  padding: 0 100px 100px;
  border-inline-end: 1px solid #ffffff3b;
}

.feature-box .content {
  margin-top: 20px;
}

.feature-box .title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #F2B127;
}

.feature-box .text {
  margin-top: 19px;
}

.feature-box .thumb img {
  filter: brightness(0) invert(1);
}

.has_fade_anim {
  opacity: 1 !important;
  transform: translateY(40px);
  will-change: transform, opacity;
}

.has_fade_anim.animate {
  opacity: 1 !important;
  transform: translate(0, 0);
}

.feat-res {
  padding-bottom: 0px;
}

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

.aximo-section-title.center {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
}

.aximo-section-title {
  padding-bottom: 80px;
}

.aximo h2 {
  line-height: 1.07em;
  font-size: 45px;
  color: #F2B127;
  font-weight: 500;
}

.aximo-accordion-normal-item {
  display: flex;
  margin-bottom: 35px;
}

.aximo-accordion-normal-icon {
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 1px;
}

.aximo-accordion-normal-data h3 {
  margin-bottom: 13px;
  line-height: 1.4em;
  font-size: 19px;
  font-weight: 500;
}

.cloud-row p:last-child {
  margin-bottom: 0;
}

.aximo-title-icon img {
  width: 58px;
}

.aximo-accordion-normal-icon img {
  width: 30px;
}

.col-lg-6.padd {
  padding-right: 10px;
}

.col-lg-6.ledpadd {
  padding-left: 10px;
}

.aximo-accordion-normal-data h4 {
  font-size: 24px;
  font-weight: 500;
}

.clou-abtt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-titles .about-title.offe-clou {
  font-size: 45px;
  color: #F2B127;
  font-weight: 500;
  text-transform: capitalize;
}

.spa-clod {
  font-weight: 300;

  color: #F2B127;
}

.aximo-hero-title {
  display: flex;
  gap: 35px;
  align-items: flex-end;
}

.aximo-hero-text {
  font-weight: 700;
  letter-spacing: -.5px;
  font-size: 84px;

}

.aximo-marquee-one {
  width: 365px;
  padding: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
  background-color: #F2B127;
}

.aximo-infinite {
  display: flex;
  width: 250%;
  top: 50%;
  gap: 20px;
  position: absolute;
  overflow: hidden;
  transform: translateY(-50%);
  animation: marquee 7s linear infinite;
}

@keyframes marquee {
  100% {
    right: -100%
  }

  0% {
    right: 0
  }
}

.aximo-infinite a {
  text-decoration: none;
  transition: all .24s ease-in-out;
}

.aximo-infinite.two a img {
  padding: 0 20px;
}

.aximo-marquee-two {
  top: -7px;
  width: 600px;
  padding: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
  border: 2px solid #2C2C2C;
  box-shadow: 0 4px 0 0 #2C2C2C;
  background-color: #F2B127;
}

.aximo-infinite.two a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 700;
  padding-right: 15px;
  color: #2C2C2C !important;
}

.aximo-p-shape {
  top: 20%;
  left: 4%;
  position: absolute;
  animation: float-top-bottom 6s ease-in-out infinite;
}

@keyframes float-top-bottom {
  0% {
    transform: translatey(0)
  }

  50% {
    transform: translatey(-40px)
  }

  100% {
    transform: translatey(0)
  }
}

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

.aximo-service-details-thumb {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 75px;
  border: 5px solid #ffffffb5;
}

@keyframes fadeInUpX {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


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

.aximo-default-content h2 {
  margin-bottom: 24px;
  font-size: 37px;
  line-height: 1.07em;
  color: #F2B127;
  font-weight: 500;
}

.aximo-title-animation {
  position: relative;
  display: inline-block;
}

.aximo-title-icon {
  position: absolute;
  bottom: 4px;
  right: -80px;
}

@media (min-width: 992px) {
  .col-lg-6.uiux {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 1.5rem;
  }
}

.aximo-user-interface h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 500;
}

.aximo-user-interface ul li {
  position: relative;
  margin-bottom: 30px;
}

.aximo-user-interface ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .order-lg-1.uxxui {
    order: 1 !important;
  }
}

@media (min-width: 992px) {
  .offset-lg-1.uxxui {
    margin-left: 8.33333333%;
  }
}

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

.aximo-service-details-thumb2 {
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid #ffffffb5;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

.aximo-title-animation {
  position: relative;
  display: inline-block;
}

.aximo-our-approach {
  margin-top: 45px;
}

.aximo-iconbox-wrap5 {
  display: flex;
  margin-bottom: 24px;
}

.aximo-iconbox-icon5 {
  flex-shrink: 0;
  margin-right: 15px;
}

.aximo-ic img {
  width: 40px;
}

.aximo-iconbox-data5 h3 {
  font-size: 29px;
  margin-bottom: 12px;
  font-weight: 500;
}

.visi-wow {
  visibility: visible !important;
}

.creative-agency-section-title .left-side h2.max-fon {
  margin-bottom: 24px;
  font-size: 37px;
  line-height: 1.07em;
  text-transform: capitalize;
  font-weight: 500;
}

.aximo-title-icon.aii {
  position: absolute;
  bottom: 65px;
  right: 130px;
}

.aximo-title-icon.cloudd {
  position: absolute;
  bottom: 0;
  right: 130px;
}

.aro-max img {
  filter: brightness(0) invert(1);
}

.data-padd {
  padding-top: 50px;
}

.img-animi img {
  border-radius: 50px;
  border: 2px solid #2C2C2C;
  box-shadow: 0 4px 0 0 #2C2C2C;
}

.texttt-para {
  text-align: center;
}

.thum-wowww {
  margin-bottom: 0px;
  margin-top: 30px;
}

.aximo-section-title.clash-grotesk h2 {
  font-size: 37px;
  color: #F2B127;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.7px;
  padding-bottom: 50px;
}

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

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

.aximo-iconbox-wrap2 {
  padding: 24px;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 2px solid #ffffffb5;
  height: calc(100% - 40px);
}

.aximo-iconbox-icon2 {
  margin-bottom: 30px;
}

.aximo-iconbox-icon2 img {
  max-height: 174px;
}

.aximo-iconbox-data2 h3 {
  margin-bottom: 15px;
  line-height: normal;
  font-size: 25px;
  font-weight: 100;
}

.aximo-iconbox-data2 p:last-child {
  margin-bottom: 0;
}

.aximo-iconbox-icon2.bottom {
  margin-bottom: 0;
  margin-top: 30px;
}

.padd-leff {
  padding-left: 20px;
}

.aximo-section-title.clash-grotesk {
  padding-bottom: 10px;
}

.aximo-default-content .hed-acc {
  color: #F2B127;
  font-weight: 500;
}

.aximo-errors-btn.contact-us {
  width: 200px;
  margin: 50px 0 0;
}

.aximo-errors-btn {
  border-radius: 50px;
  width: 290px;
  padding: 13px 10px 13px 24px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  justify-content: space-between;
  background-color: #F2B127;
  transition: all .4s;
  margin: 0 auto;
  color: #000000;
}

.aximo-iconbox-data2 {
  text-align: center;
}

.aximo-iconbox-icon2 {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {

  .aximo-marquee-one,
  .aximo-marquee-two {
    display: none;
  }

  .aximo-p-shape {
    display: none;
  }
}

@media (max-width: 767px) {

  .aximo-hero-text,
  .aximo-section-title.clash-grotesk h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .aximo-hero-text {
    margin-bottom: 5px;
  }
}

@media (max-width: 1199px) {
  .aximo-marquee-one {
    padding: 27px;
  }
}

@media (max-width: 991px) {
  .aximo-hero-title img {
    display: none;
  }
}

@media (max-width: 1199px) {
  .aximo-hero-title img {
    width: 200px;
  }
}

.aximo-hero-section4 {
  margin: 0 50px;
  border-radius: 20px;
  padding: 130px 0 120px;
  background-size: cover;
  background-position: center;
}

.crm-container {
  max-width: 1296px;
}

.aximo-hero-content4 p {
  margin-bottom: 20px;
  padding-right: 100px;
}

.aximo-hero-content4 p span {
  font-size: 18px;
  font-weight: 600;
  color: #F2B127;
}

.aximo-hero-content4 h1 {
  font-size: 60px;
  margin-bottom: 24px;
  line-height: normal;
}

.aximo-hero-content4 .aximo-hero-btn-wrap {
  margin-top: 55px;
}

.aximo-hero-btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.aximo-default-btn.pill {
  border-radius: 50px;
}

.aximo-default-btn {
  font-size: 16px;
  padding: 0 40px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  z-index: 0;
  overflow: hidden;
  position: relative;
  height: 60px;
  line-height: 59px;
  transform-style: preserve-3d;
}

.aximo-default-btn.aximo-default-btn-outline.outline-white {
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.aximo-default-btn.aximo-default-btn-outline {
  background-color: transparent;
}

.aximo-default-btn .aximo-label-up {
  display: block;
  height: 100%;
  position: relative;
  top: 0;
  transition: .3s;
}

@keyframes fadeInUpX {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.aximo-video-popup3 {
  position: relative;
  margin-left: 150px;
}

.aximo-video-popup3 {
  text-decoration: none;
  transition: all .24s ease-in-out;
}

img.aximo-video-circle {
  animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

img.aximo-video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}

.aximo-iconbox-wrap7 {
  text-align: center;
}

.aximo-iconbox-icon7 {
  margin-bottom: 30px;
}

.aximo-iconbox-data7 h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0;
  }
}

.padd-crm {
  padding-right: 10px;
}

.iconstartt img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
}

.crm-headd {
  text-align: center;
  margin-bottom: 15px;
  font-size: 35px;
  color: #F2B127;
  font-weight: 500;
  line-height: normal;
}

.crm-intro-wrapper {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2 !important;
  }
}

.aximo-section-title {
  padding-bottom: 80px;
}

.aximo-section-title.playfair h2 {
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1em;
}

.fadeInUpX {
  -webkit-animation-name: fadeInUpX;
  animation-name: fadeInUpX;
}

.aximo-v6-thumb1 {
  margin-left: 70px;
  border-radius: 20px;
  overflow: hidden;
  transform: rotate(3deg);
}

.aximo-default-content .bank-head {
  font-size: 45px;
  color: #F2B127;
  font-weight: 500;
}

.aximo-section-title-11 {
  padding-bottom: 80px;
}

.aximo-section-title-11.familjen-grotesk h2 {
  font-size: 45px;
  color: #F2B127;
  font-weight: 500;
  line-height: 1.1;
}

.aximo-iconbox-column {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.aximo-iconbox-wrap3:nth-child(1) {
  background-color: #72706a59;
}

.aximo-iconbox-wrap3 {
  padding: 40px;
  border-radius: 20px;
  display: flex;
  height: 100%;
}

.aximo-iconbox-data3 h3 {

  margin-bottom: 20px;
  line-height: normal;
  font-size: 28px;
  letter-spacing: 0px;
  font-weight: 400;
}

.aximo-iconbox-data3 p {
  margin-bottom: 24px;
  color: #ffffff;
}

.aximo-iconbox-wrap3:nth-child(2) {
  background-color: #72706a59;
}

.aximo-iconbox-wrap3:nth-child(3) {
  background-color: #72706a59;
}

.aximo-iconbox-wrap3:nth-child(4) {
  background-color: #72706a59;
}

.aximo-iconbox-icon3 {
  margin-right: 24px;
  flex-shrink: 0;
}

.aximo-iconbox-icon3 img {
  filter: brightness(0) invert(1);
}

.aximo-iconbox-shape {
  top: -15%;
  right: 0;
  position: absolute;
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

.posi-rela {
  position: relative;
  z-index: -1;
}

.faq-item-111 label {
  padding: 10px 0;
  font-size: 25px;
  font-weight: 500;
}

.faq-icon-11::before {
  font-size: 28px;
}


.faq-content-11 p {
  font-size: 16px;
}

.sape-starr img {
  width: 310px;
  height: 420px;
}

.faq-leff {
  font-size: 55px;
}

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

[class*=cs_shape_wrap_] {
  position: relative;
  overflow: hidden;
}

.cs_shape_wrap_3 .cs_shape_1 {
  right: 6%;
  top: 0%;
  animation: animo-y 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes animo-y {
  50% {
    animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    transform: translateY(30px);
  }
}

[class*=cs_shape_wrap_] [class*=cs_shape_] {
  position: absolute;
}

.cs_shape_wrap_3>*:not([class*=cs_shape_]) {
  position: relative;
  z-index: 10;
}

.cs_shape_wrap_3 .cs_shape_2 {
  left: 5%;
  bottom: 8%;
  animation: animo-y 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

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

.cs_section_heading.cs_style_1 .cs_section_subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  padding-left: 29px;
}

.cs_section_heading.cs_style_1 .cs_section_subtitle::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #008000;
  top: 6px;
  left: 0;
}

.cs_section_heading.cs_style_1 .cs_section_title {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 1.1;
}

.sustai {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
}

.gap-4 {
  gap: 1.5rem !important;
}

.cs_startup_agency.cs_card.cs_mr_left {
  position: relative;
  left: 50px;
  margin: 0px;
}

.cs_startup_agency.cs_card {
  width: 308px;
  padding: 50px;
  box-shadow: 0px 0px 8px 8px rgba(112, 144, 176, 0.05);
  margin-bottom: 60px;
  align-items: start;
}

.cs_startup_agency {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 30px;
}

.cs_startup_agency.cs_card .cs_hr {
  width: 30px;
  height: 1px;
  margin-right: 15px;
  background-color: #F2B127;
}

.cs_mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs_normal {
  font-weight: 400;
}

.text-nowrap {
  white-space: nowrap !important;
}

.cs_shape_1 svg {
  filter: brightness(0) invert(1);
}

.portfolio-details__content .portfolio-text {
  margin-top: 28px;
}

@media only screen and (max-width: 991.98px) {
  .portfolio-details__content .portfolio-text {
    margin-top: 20px;
  }
}

.portfolio-details__content .quanto-link-btn {
  margin-top: 28px;
}

@media only screen and (max-width: 991.98px) {
  .portfolio-details__content .quanto-link-btn {
    margin-top: 20px;
  }
}

.portfolio-details__info {
  display: flex;
  flex-wrap: wrap;
  row-gap: 22px;
  column-gap: 40px;
}

@media only screen and (max-width: 991.98px) {
  .portfolio-details__info {
    row-gap: 15px;
    column-gap: 20px;
  }
}

.portfolio-details-box {
  width: 300px;
}

@media only screen and (max-width: 1399.98px) {
  .portfolio-details-box {
    width: 250px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .portfolio-details-box {
    width: 200px;
  }
}

@media only screen and (max-width: 991.98px) {
  .portfolio-details-box {
    width: 180px;
  }
}

.portfolio-details-box .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
}

.portfolio-details-box .info {
  letter-spacing: -0.24px;
}

.section-padding-top-bottom {
  padding-top: 130px;
  padding-bottom: 130px;
}

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

@media only screen and (max-width: 1199.98px) {

  .section-padding-top-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .row-padding-bottom {
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 991.98px) {

  .section-padding-top-bottom {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .row-padding-bottom {
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .row-padding-bottom.extend {
    padding-bottom: 0px;
  }
}

.quanto-project-section {
  overflow: hidden;
}

.quanto-project-section .quanto__header {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1199.98px) {
  .quanto-project-section .quanto__header {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 991.98px) {
  .quanto-project-section .quanto__header {
    margin-bottom: 60px;
  }
}

.quanto-project-section .project-row-gap {
  margin-bottom: 150px;
}

@media only screen and (max-width: 1199.98px) {
  .quanto-project-section .project-row-gap {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 991.98px) {
  .quanto-project-section .project-row-gap {
    margin-bottom: 60px;
  }
}

.project-horizontal-scrolling {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  gap: 40px;
  position: relative;
}

@media only screen and (max-width: 1199.98px) {
  .project-horizontal-scrolling {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 991.98px) {
  .project-horizontal-scrolling {
    gap: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .project-horizontal-scrolling {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.project-horizontal-scrolling .quanto-project-box {
  max-width: 600px;
  max-height: 750px;
  width: 100%;
  flex-shrink: 0;
}

.project-horizontal-scrolling .quanto-project-box>a {
  display: block;
}

@media only screen and (max-width: 1399.98px) {
  .project-horizontal-scrolling .quanto-project-box {
    max-width: 450px;
    max-height: 600px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .project-horizontal-scrolling .quanto-project-box {
    max-width: 100%;
    max-height: 100%;
  }
}

.quanto-project-thumb {
  overflow: hidden;
}

.quanto-project-thumb img {
  transform-origin: left;
}

.quanto-project-thumb:hover img {
  transform: scale(1.1);
}

.quanto-project-content {
  margin-top: 20px;
}

@media only screen and (max-width: 991.98px) {
  .quanto-project-content {
    margin-top: 10px;
  }
}

.quanto-project-content .quanto-project-date {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 144.444%;
  margin-top: 3px;
}

@media only screen and (max-width: 991.98px) {
  .quanto-project-content .quanto-project-date {
    margin-top: 2px;
    font-size: 16px;
  }
}

.quanto-project__slider-navigation .next-btn,
.quanto-project__slider-navigation .prev-btn {
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
  padding: 18px 8px;
  border-radius: 100%;
  background: var(--color-2);
}

@media only screen and (max-width: 991.98px) {

  .quanto-project__slider-navigation .next-btn,
  .quanto-project__slider-navigation .prev-btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

.quanto-project-gard-row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.quanto-project-box2 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-block: 40px;
  border-top: 1px solid #fff;
  gap: 100px;
}

@media only screen and (max-width: 1199.98px) {
  .quanto-project-box2 {
    padding-block: 30px;
    gap: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .quanto-project-box2 {
    padding-block: 20px;
    gap: 10px;
  }
}

.quanto-project-box2:last-of-type {
  border-bottom: 1px solid #fff;
}

.quanto-project-box2 .quanto-project-thumb {
  grid-column: span 6/span 6;
}

@media only screen and (max-width: 1399.98px) {
  .quanto-project-box2 .quanto-project-thumb {
    grid-column: span 5/span 5;
  }
}

@media only screen and (max-width: 767.98px) {
  .quanto-project-box2 .quanto-project-thumb {
    grid-column: span 12/span 12;
  }
}

@media only screen and (max-width: 767.98px) {
  .quanto-project-box2 .quanto-project-thumb img {
    height: 100%;
    object-fit: cover;
  }
}

.quanto-project-box2 .quanto-project-content {
  grid-column: span 6/span 6;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1399.98px) {
  .quanto-project-box2 .quanto-project-content {
    grid-column: span 7/span 7;
  }
}

@media only screen and (max-width: 767.98px) {
  .quanto-project-box2 .quanto-project-content {
    grid-column: span 12/span 12;
  }
}

.quanto-project-box2 .quanto-project-content .top-content p {
  max-width: 544px;
  margin-top: 16px;
}

@media only screen and (max-width: 991.98px) {
  .quanto-project-box2 .quanto-project-content .top-content p {
    margin-top: 8px;
  }
}

.quanto-project-box2 .quanto-project-content .quanto-project-date {
  margin-top: 30px;
}

@media only screen and (max-width: 991.98px) {
  .quanto-project-box2 .quanto-project-content .quanto-project-date {
    margin-top: 20px;
  }
}

.hero-section-version4 .hero-v4-content h1 span .italic {
  font-style: italic;
  font-weight: 400;

}

.hero-section-version4 .hero-v4-content h1 span {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1;
}


.hero-section-version4 {
  background: url(../imag-cetech/servicesss/susta-banner.webp) no-repeat center center;
  background-size: cover;
  padding: 250px 2px 220px;
}

.hero-section-version4 .hero-v4-content .ringle-content {
  max-width: 600px;
}

.hero-section-version4 .hero-v4-content .video-popup {
  position: relative;
}

.hero-section-version4 .hero-v4-content .video-popup .hero-circle {
  animation: textani 14s linear infinite;
  position: absolute;
  top: -58px;
  left: -66px;
}

.hero-section-version4 .hero-v4-content .video-popup i {
  font-size: 22px;
}

.hero-section-version4 .spilit-socail {
  transform: rotate(90deg);
  position: absolute;
  left: -90px;
  top: 50%;
}

.hero-section-version4 .spilit-socail a:hover {
  color: #E3FF04;
}

.hero-section-version4 .hero-v4-element {
  position: absolute;
  right: 120px;
  animation: updown 10s linear infinite;
}

@media (max-width: 1399px) {
  .hero-section-version4 {
    padding: 180px 2px 180px;
  }

  .hero-section-version4 .spilit-socail {
    transform: translateX(-50%) rotate(0deg);
    position: absolute;
    left: 50%;
    top: initial;
    bottom: 20px;
  }
}

@media (max-width: 991px) {
  .hero-section-version4 {
    padding: 160px 2px 160px;
  }

  .hero-section-version4 .hero-v4-content h1 span {
    font-size: 52px;
    font-weight: 700;
    line-height: 80px;
  }
}

@media (max-width: 575px) {
  .hero-section-version4 {
    padding: 140px 2px 140px;
  }

  .hero-section-version4 .hero-v4-content h1 span {
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
  }

  .hero-section-version4 .hero-v4-content .video-popup {
    display: none;
  }
}

.susyt-headd {
  margin-bottom: 50px;
  font-size: 45px;
  color: #F2B127;
  font-weight: 500;
}

.sust-para {
  font-size: 20px;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .cs_height_100 {
    height: 100px;
  }
}

.cs_section_heading_hr.cs_style_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 50px;
}

.cs_section_heading_hr.cs_style_1 .cs_hr_design {
  width: 100px;
  border: 0.5px solid #F2B127;
}

.cs_hr_design {
  content: "";
}

.cs_section_heading.cs_style_1 .cs_section_title {
  font-size: 55px;
  font-weight: 900;
  margin-bottom: 0;
}

.mar-inte {
  margin-bottom: 18px;
}

.cs_section_title_3 {
  font-size: 45px;
  font-weight: 500;
  line-height: normal;
}

.beff-secc::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000a3;
  opacity: 0.8;
  content: '';
  width: 100%;
  height: 100%;
}

.items-sysus {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}

.cs_modern_needs.cs_style {
  display: flex;
  width: 78vw;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.cs_modern_needs.cs_style .cs_col_md_778 {
  flex-basis: 778px;
}

.cs_section_heading.cs_style_1 .cs_section_title {
  font-size: 45px;
  color: #F2B127;
  font-weight: 500;
  margin-bottom: 0px;
}

.cs_modern_needs.cs_style .cs_col_md_778 .cs_text p {
  max-width: 610px;
}

.col-md-6.intelli {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 10px;
}

.cs_modern_needs.cs_style .cs_col_md_778 .cs_stroke_text {
  font-size: 36px;
  margin-bottom: 5px;
}

.cs_stroke_text {
  font-weight: 900;
  line-height: 1.2em;
  color: transparent;
  -webkit-text-stroke: 1px #f4f4f4;
}

.cs_modern_needs.cs_style .cs_col_md_672 {
  flex-basis: 672px;
  position: relative;
}

.cs_modern_needs.cs_style .cs_col_md_672 .cs_img_section .cs_img_card_text {
  top: 25%;
  left: -10%;
  position: absolute;
  color: rgb(193, 193, 193);
  width: 377px;
  background-color: #000;
  padding: 50px 30px;
}

.cs_modern_needs.cs_style .cs_col_md_672 .cs_img_section .cs_img_card_text .cs_color_style {
  color: rgb(255, 255, 255);
}

.cs_section_heading.cs_style_1 .cs_section_title.intelli-head {
  font-size: 45px;
  margin-bottom: 20px;
}

.para-inte {
  max-width: 350px;
}

.marg-tpp {
  margin-top: 50px;
}

.cs_modern_needs.cs_style.modermnn-res {
  flex-wrap: nowrap;
}

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

/* industries  */

.instr-ese {
  margin-bottom: 50px;
}

.industry-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
}

.industry-box {
  background: #0a0909;
  padding: 30px 20px;
  border: 1px solid #F2B127;
  border-radius: 6px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 30px;
  transition: 0.3s ease;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 400;
}

.industry-box i {
  color: #ffffff;
  min-width: 20px;
}

.main-logo img {
  width: 80px;
}

.sub-title.colo-spanse {
  color: #F2B127;
}

.gap-parraa {
  gap: 10px;
}

.par-dispa {
  display: none;
}

.icon-mmgsii img {
  width: 35px;
}

.widt-works img {
  width: 50px;
}

.serv-tecstt {
  text-align: center;
}

.thre-fontt {
  color: #F2B127;
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
  font-size: 45px;
}

.why-row.opt-itsme {
  align-items: center;
}

.blog-page-banner-area .content .wid-blog {
  max-width: fit-content;
  text-align: center;
}

.text-servicee {
  text-align: center;
}

.blog-imgesde {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.content.bloggs-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Sidebar Form */

.sidebar-toggle-btn i {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}

#sidebarToggleBtn {
  display: block;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #F2B127;
  padding: 10px;
  border-radius: 6px 0 0 6px;
  z-index: 9999;
  cursor: pointer;
}

.sidebar-from2 {
  position: fixed;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  transition: right 0.3s ease;
  z-index: 9999;
}

.sidebar-from2.show {
  right: 0;
}

.call-action2 {
  display: flex;
  flex-direction: column;
  background-color: #FECC52;
  padding: 8px;
  border-radius: 6px;
  text-align: center;
}

.call-action2 button {
  background-color: transparent;
  border: none;
}

.call-action2 i {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  padding: 10px;
}

.call-action2 p {
  font-size: 10px;
  color: #000000;
  font-weight: 700;
  margin: 0;
}

.call-action2 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px 0;
}

.industry-box img {
  transition: transform 0.6s ease;
  display: block;
}

.industry-box:hover img {
  transform: rotateY(180deg);
}


.lett-space {
  letter-spacing: 4px;
}

.lett-space-ss {
  letter-spacing: 3px;
}

.head-abtt {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 45px;
  color: #F2B127;
  line-height: normal;
}

.atrat-app {
  display: flex;
  justify-content: center;
  align-items: center;
}

.conyt-grtt {
  color: #F2B127;
  font-size: 45px;
  font-weight: 500;
  text-transform: capitalize;
}


.fge-srra,
.line-clamp-1 {
  font-weight: 500;
}

.wok-togr,
.comme-leve {
  font-size: 45px;
  color: #F2B127;
  font-weight: 500;
  text-transform: capitalize;
}

.nav-item.active>a span {
  color: #F2B127;
  font-weight: bold;
}

.buil-tomm {
  font-weight: 100;
  font-style: normal;
  font-size: 5rem;
  color: #fff;
  width: 100%;
  line-height: normal;
}

.expe-gapp {
  gap: 50px;
}

.inno-dontt {
  font-size: 11px;
}

@media screen and (min-width: 1200px) {
  .service-section {
    margin: 0 80px;
  }
}

.clearfix:before {
  display: table;
  content: " ";
}

.service-section .left-col {
  background: url(../images/ceo-img.jpg) center top / cover no-repeat local;
  max-width: 40%;
  padding: 90px;
  float: left;
  position: relative;
  display: table;
  height: 748px;
}

.service-section .left-col:before {
  content: "";
  background: -webkit-linear-gradient(top, transparent, #262b3e);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.service-section .right-col {
  background-color: #262b3e;
  max-width: 60%;
  float: right;
  padding: 110px 120px 44px 60px;
}

.section-title-s2 {
  margin-bottom: 50px;
  padding-left: 85px;
  position: relative;
}

.section-title-s2 .icon {
  box-shadow: 0 0 0 5px #fff;
  background-color: #c9b38c;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 7px;
}

.section-title-s2 .icon .fi:before {
  font-size: 26px;
  color: #fff;
  margin: 0;
}

.section-title-s2>span {
  font-size: 0.875rem;
  font-weight: 700;
  color: #c9b38c;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5em;
  margin-top: -0.3em;
}

.section-title-s2 h2 {
  color: #fff;
  font-size: 2.25rem;
  margin: 0 0 0.69em;
  line-height: 1.19em;
  position: relative;
  text-transform: capitalize;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}

.section-title-s2 p {
  color: #c5c5c6;
  margin: 0;
}

/* industries  */

.legal-services {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.legal-col {
  flex: 1;
  min-width: 300px;
}

.service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 1px solid #eeeeee75;
  position: relative;
  gap: 10px;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.service-item span {
  flex-grow: 1;
  font-size: 18px;
  color: var(--font-color);
  padding-left: 10px;
}

@media (max-width: 768px) {
  .legal-services {
    flex-direction: column;
  }
}

.service-item {
  position: relative;
  overflow: hidden;
}

.service-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0%;
  background-color: #F2B127;
  transition: width 0.6s ease;
}

.service-item:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.serv-head-11 {
  line-height: normal;
  font-weight: 500;
  font-size: 34px;
  color: #F2B127;
}

.mobil-geadd {
  display: none;
}

.padd-leftii {
  padding-right: 30px;
}

.padd-leftii-11 {
  padding-right: 15px;
}

.padd-leftii-12 {
  padding-left: 15px;
}

.marg-autoooa {
  margin: auto;
}

.abott-mobile {
  display: none;
}

.role-paadd {
  padding: 120px 0;
}

.marg-blogg {
  margin-bottom: 37px;
}

.intro-text {
  text-align: center;
}

.about-content .para-alignt {
  text-align: center;
}

.def-subhead {
  font-size: 20px;
  margin-top: 15px;
}

.mobb-abvtt {
  display: none;
}

#myVideo {
  width: 100%;
}

.step-working-processwrap .step-working-processitem .serial {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-mobb {
  display: none;
}

.mobb-abnne {
  display: none;
}

.footer-he-11 {
  left: 0;
  bottom: 80px;
  position: absolute;
}

.coun-one,
.coun-two {
  border-right: 1px solid #d9d9d9;
}

.coun-two,
.coun-thre,
.coun-one {
  padding-left: 30px;
}

.info_name,
.info_position,
.info_company {
  font-weight: 400;
}

.cont-visio {
  font-weight: 500;
}

.res-h12 img {
  background-color: #000;
  height: 140px;
}

.our-services.services-personal .service-item .title-box .icon.ico-ces {
  background-color: #F2B127;
}

.our-services.services-personal .service-item-cete:not(:last-of-type),
.service-item-cete {
  border-bottom: none;
}

.inner-servece {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: baseline;
  justify-content: space-between;
}

.inner-servece h4 {
  font-size: 18px;
}

.max-widhhh {
  max-width: 500px;
}

.our-services.services-personal .service-item .title-box .icon.ico-ces img {
  filter: brightness(0) invert(1);
  width: 50px;
}

/* indur  */

.info-box-ce {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px 30px;
  color: #fff;
  position: relative;
  gap: 30px;
}

.info-box-ce:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.info-title-ce {
  flex: 0 0 200px;
  font-size: 17px;
  font-weight: bold;
}

.info-content-ce {
  flex: 1;
  color: #d9d9d9;
  font-weight: 300;
}

.dark-ce {
  background-color: #4f4c4c5e;
}

.medium-ce {
  background-color: #252222;
}

.light-ce {
  background-color: #0073b1;
}

@media (max-width: 768px) {
  .info-box-ce {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .info-title-ce {
    flex: unset;
    margin-bottom: 10px;
  }
}

.logi-displ {
  display: flex;
  flex-direction: column;
}

.corieer-para {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.logi-hjeader {
  margin-bottom: 30px;
  font-size: 35px;
  color: #F2B127;
  line-height: normal;
}

.key-pillaa {
  font-size: 40px;
}

.margg-tppp {
  margin-top: 30px;
}

/* why trust  */

.container.container__process {
  max-width: 1920px;
  padding-left: 75px;
  padding-right: 75px;
  margin-left: auto;
  margin-right: auto;
}

.process__content-area {
  width: 100%;
  box-sizing: border-box;
}

.process__intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subtitle-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 2rem;
}

.process__title.title-lg {

  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
  color: #F2B127;
  font-weight: 500;
  font-size: 80px;
}


.process__title.title-lg.pilla-para {
  margin-bottom: 100px;
  font-weight: 400;
  color: #d9d9d9;
  font-size: 40px;
}

.process__steps {
  display: grid;
  grid-template-columns: auto auto auto auto;
  row-gap: 7rem;
}

.process__step {
  padding: 0 1.2rem;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #ffffff;
  position: relative;
}

.process__step-label {
  writing-mode: vertical-rl;
  position: absolute;
  transform: rotate(180deg);
  font-weight: 600;
  font-size: 18px;
  left: 20px;
  bottom: 0;
  color: #F2B127;
}

.process__step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.process__step-image {
  width: 100%;
  height: 100%;
  max-width: 316px;
  max-height: 320px;
}

.process__step-image img {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.process__step-desc {
  max-width: 300px;
  padding-left: 45px;
  margin-top: 50px;
  text-align: left;
}


.dsn-btn-shape:hover .button,
.dsn-btn-shape:hover .icon {
  border: 1px solid #F2B127;
}

.tiltl-mdd11 {
  line-height: 1.5;
}

.serv-tecstt.vect-imges {
  margin-top: 50px;
}

.process__step-image.size-padd img {
  padding: 20px;
}

.process__step-image.size-brigh img {
  filter: brightness(0.8);
}




/* whats app icon start */

.floating_btn {
  position: fixed;
  /* bottom: 90px;
    right: 25px; */
  bottom: 10px;
  right: 7px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #4dac48;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 40px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

/* whats app icon end */

/* chatbot css Start */

#chat-bot-launcher-container.chat-bot-avatar-launcher,
#chat-bot-launcher-container.chat-bot-launcher-notext {
  bottom: 110px !important;
  right: 30px !important;
  z-index: 9;
}

#chat-bot-message-container {
  right: 48px !important;
  bottom: 180px !important;
}

#chat-bot-frame-container {
  bottom: 181px !important;
  right: 35px !important;
  max-height: 455px !important;
  width: 330px !important;
}

#chat-bot-message-container .overflow,
#chat-bot-message-close {
  display: none;
}
