

/* == bootstrap == */
@import url("plugins/bootstrap.min.css");

/* == animate css == */
@import url("plugins/animate.min.css");

/* == justifiedGallery.min == */
@import url("plugins/justifiedGallery.min.css");

/* == swiper.min font == */
@import url("plugins/swiper.min.css");


/*---------------------------------------------------------------------------------*/
/* Variables
-----------------------------------------------------------------*/
/* Typography
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none; }

body {
  color: #141414;
  background-color: #fff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important; }
  body.digital-agency h1, body.digital-agency h2, body.digital-agency h3, body.digital-agency h4, body.digital-agency h5, body.digital-agency h6 {
    font-weight: 500; }

main {
  position: relative;
  z-index: 5; }

.row > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0; }

.row.sm-marg {
  margin-left: -5px;
  margin-right: -5px; }
  .row.sm-marg > * {
    padding-left: 5px;
    padding-right: 5px; }

.row.stand-marg {
  margin-left: -20px;
  margin-right: -20px; }
  .row.stand-marg > * {
    padding-left: 20px;
    padding-right: 20px; }

.row.md-marg {
  margin-left: -25px;
  margin-right: -25px; }
  .row.md-marg > * {
    padding-left: 25px;
    padding-right: 25px; }

.row.lg-marg {
  margin-left: -40px;
  margin-right: -40px; }
  .row.lg-marg > * {
    padding-left: 40px;
    padding-right: 40px; }

.row.xlg-marg {
  margin-left: -50px;
  margin-right: -50px; }
  .row.xlg-marg > * {
    padding-left: 50px;
    padding-right: 50px; }

.row.xxlg-marg {
  margin-left: -80px;
  margin-right: -80px; }
  .row.xxlg-marg > * {
    padding-left: 80px;
    padding-right: 80px; }

.container-xxl {
  max-width: 1700px; }

.container-xl {
  max-width: 1400px; }

.container-box {
  max-width: 1920px;
  margin: auto; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  font-family: "Passion One", sans-serif;
}

h1 {
  font-size: 80px; }

h2 {
  font-size: 50px; }

h3 {
  font-size: 48px; }

h4 {
  font-size: 34px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px; }

p,
.p-style,
.sm-title {
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  margin: 0; }

.p-style,
.sm-title {
  color: #141414; }

.sm-title {
  font-weight: 700; }

.md-title {
  font-size: 18px;
  font-weight: 500; }

.sub-font {
  font-family: 'Poppins', sans-serif; }

a, a:hover {
  color: inherit; }

span {
  display: inline-block; }

a {
  display: inline-block;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

img {
  width: 100%;
  height: auto; }

figure {
  margin: 0; }

.main-color {
  color: #99E5B7 !important; }

.main-colorbg {
  background: #99E5B7 !important; }

.main-bg {
  background: #fff !important; }

.sub-bg {
  background: #f7f8f9 !important; }

.sub-bg2 {
  background: #FFA88C !important; }

.sub-bg3 {
  background: #FFF7F4 !important; }

.p-color {
  color: #666; }

.bg-blck {
  background: #141414;
  color: #fff; }
  .bg-blck p {
    color: #ddd; }
  .bg-blck .bord-thin-top,
  .bg-blck .bord-thin-bottom,
  .bg-blck .bord-thin-right,
  .bg-blck .bord-thin-left {
    border-color: rgba(255, 255, 255, 0.15); }

.btn:hover, .btn:focus, .btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02); }

::-webkit-scrollbar-thumb {
  background: #e26848;
  border-radius: 40px; }

/* Buttons
-----------------------------------------------------------------*/
.butn {
  border: 1px solid transparent; }
  .butn.butn-md {
    padding: 14px 35px; }
  .butn.butn-sm {
    padding: 8px 18px; }
  .butn.butn-full {
    width: 100%;
    padding: 15px 25px;
    text-align: center; }
  .butn.butn-bord {
    border-color: #141414;
    background: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .butn.butn-bord:hover {
      background: #141414;
      color: #fff; }
      .butn.butn-bord:hover span {
        color: #141414; }
  .butn.butn-bg {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .butn.butn-bg:hover {
      background: transparent !important;
      border-color: #141414;
      color: #141414 !important; }
  .butn.bg-light {
    background: #fff;
    border-color: #fff;
    color: #141414; }
    .butn.bg-light:hover {
      background: transparent !important;
      color: #fff; }
  .butn .rolling-text {
    margin-bottom: -5px; }

.butn-circle {
  width: 180px;
  height: 180px;
  border: 1px solid #141414;
  border-radius: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .butn-circle.butn-dark {
    color: #fff;
    background: #141414; }
  .butn-circle.butn-light {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2); }
    .butn-circle.butn-light:hover {
      background: #fff;
      color: #141414; }
      .butn-circle.butn-light:hover .text {
        color: #141414; }
      .butn-circle.butn-light:hover svg path {
        stroke: #141414; }
  .butn-circle svg path {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .butn-circle:hover {
    background: #141414;
    color: #fff; }
    .butn-circle:hover svg path {
      stroke: #fff; }
    .butn-circle:hover .text-dark {
      color: #fff !important; }

.rotat-butn {
  position: relative;
  display: inline-block; }
  .rotat-butn .text {
    width: 160px; }
  .rotat-butn .g-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.circle-button {
  position: relative;
  display: inline-block; }
  .circle-button .rotate-circle svg {
    width: 210px;
    fill: #141414;
    text-transform: uppercase; }

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear; }

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
  z-index: 99999; }

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(8);
  -ms-transform: translate(-50%, -50%) scale(8);
  transform: translate(-50%, -50%) scale(8);
  opacity: .1; }

.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px; }
  .rolling-text.butn {
    padding: 0 35px; }

.social-text .rolling-text {
  line-height: 30px;
  height: 30px; }

.rolling-text:hover .letter,
.rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1); }

.letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
  -o-transition-delay: 0.015s;
  transition-delay: 0.015s; }

.letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s; }

.letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
  transition-delay: 0.045s; }

.letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s; }

.letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s; }

.letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s; }

.letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s; }

.letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s; }

.letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
  transition-delay: 0.135s; }

.letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s; }

.letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s; }

.letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
  -o-transition-delay: 0.195s;
  transition-delay: 0.195s; }

.letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s; }

.letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s; }

.letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s; }

.letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  transition-delay: 0.255s; }

.letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s; }

.letter:nth-child(20) {
  -webkit-transition-delay: 0.285s;
  -o-transition-delay: 0.285s;
  transition-delay: 0.285s; }

.letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  mix-blend-mode: difference; }

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #ccc;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }

.progress-wrap svg path {
  fill: none; }

.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }

/* Extra
-----------------------------------------------------------------*/
.d-rotate {
  -webkit-perspective: 1000px;
  perspective: 1000px; }
  .d-rotate .rotate-text {
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    opacity: 0;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  .d-rotate.animated .rotate-text {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    opacity: 1; }

.d-slideup .sideup-text {
  overflow: hidden;
  display: block; }
  .d-slideup .sideup-text:first-of-type .up-text {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  .d-slideup .sideup-text:nth-of-type(2) .up-text {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s; }
  .d-slideup .sideup-text:nth-of-type(3) .up-text {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .d-slideup .sideup-text:nth-of-type(4) .up-text {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .d-slideup .sideup-text:nth-of-type(5) .up-text {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .d-slideup .sideup-text .up-text {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s; }

.d-slideup.animated .up-text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.main-marq {
  position: relative;
  padding: 0; }
  .main-marq:after {
    content: '';
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0) 280px, rgba(255, 255, 255, 0) calc(100% - 280px), #fff);
    background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0) 280px, rgba(255, 255, 255, 0) calc(100% - 280px), #fff);
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0) 280px, rgba(255, 255, 255, 0) calc(100% - 280px), #fff); }
  .main-marq.shadow-off:after {
    display: none; }
  .main-marq.md-text .box .item h4 {
    font-size: 40px; }
  .main-marq.lrg .box .item h4 {
    font-size: 5vw; }
  .main-marq.xlrg .box .item {
    padding: 0 30px; }
    .main-marq.xlrg .box .item h4 {
      font-size: 8vw; }
  .main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .main-marq .slide-har .overlay-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .main-marq .strok .item h4 {
    color: transparent !important;
    -webkit-text-stroke: 0.5px #141414; }
    .main-marq .strok .item h4 a {
      color: transparent !important;
      -webkit-text-stroke: 0.5px #141414; }
  .main-marq .non-strok .item h4 {
    color: #141414 !important;
    -webkit-text-stroke: 0 !important; }
    .main-marq .non-strok .item h4 a {
      color: #141414 !important;
      -webkit-text-stroke: 0 !important; }
  .main-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-marq .box .item {
      padding: 0 30px; }
      .main-marq .box .item h4 {
        white-space: nowrap;
        margin: 0; }
        .main-marq .box .item h4 .icon {
          margin-bottom: -15px; }
      .main-marq .box .item h2 {
        margin: 0; }
      .main-marq .box .item:nth-of-type(even) h4 {
        color: transparent;
        -webkit-text-stroke: 0.5px #141414; }
        .main-marq .box .item:nth-of-type(even) h4 a {
          color: transparent;
          -webkit-text-stroke: 0.5px #141414; }
    .main-marq .box:last-of-type .item:nth-of-type(even) h4 {
      color: #141414;
      -webkit-text-stroke: 0; }
      .main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
        color: #141414;
        -webkit-text-stroke: 0; }
    .main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
      color: transparent;
      -webkit-text-stroke: 1px #141414; }
      .main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
        color: transparent;
        -webkit-text-stroke: 1px #141414; }

.dark-text {
  color: #000 !important; }
  .dark-text .box .item h4,
  .dark-text .box:last-of-type .item:nth-of-type(even) h4 {
    color: #000 !important; }
  .dark-text .strok .box .item h4,
  .dark-text .box .item:nth-of-type(even) h4,
  .dark-text .box:last-of-type .item:nth-of-type(odd) h4 {
    -webkit-text-stroke: 1px #000; }

.light-text {
  color: #fff; }
  .light-text .box .item h4,
  .light-text .box:last-of-type .item:nth-of-type(even) h4 {
    color: #fff; }
  .light-text .box .item:nth-of-type(even) h4,
  .light-text .box:last-of-type .item:nth-of-type(odd) h4 {
    -webkit-text-stroke: 1px #fff; }

.slide-har {
  position: relative; }
  .slide-har.st1 .box {
    position: relative;
    -webkit-animation: slide-har 80s linear infinite;
    animation: slide-har 80s linear infinite; }
  .slide-har.st2 .box {
    position: relative;
    -webkit-animation: slide-har-revers 80s linear infinite;
    animation: slide-har-revers 80s linear infinite; }

@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.main-marqv {
  position: relative;
  padding: 0; }
  .main-marqv:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(bottom, #f7f8f9, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #f7f8f9);
    background: -o-linear-gradient(bottom, #f7f8f9, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #f7f8f9);
    background: linear-gradient(to top, #f7f8f9, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #f7f8f9);
    pointer-events: none; }
  .main-marqv .slide-vertical {
    overflow: hidden;
    height: 600px;
    margin: 0 auto;
    position: relative; }
    .main-marqv .slide-vertical:hover .box {
      -webkit-animation-play-state: paused !important;
      animation-play-state: paused !important; }
    .main-marqv .slide-vertical .box {
      position: relative;
      -webkit-animation: slide-vertical 50s linear infinite;
      animation: slide-vertical 50s linear infinite; }

@-webkit-keyframes slide-vertical {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slide-vertical {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.imago {
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .5s ease-in-out 1.1s;
  transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .5s ease-in-out 1.1s;
  -o-transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .5s ease-in-out 1.1s;
  transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .5s ease-in-out 1.1s;
  transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .5s ease-in-out 1.1s, -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .5s ease-in-out 1.1s;
  position: relative; }
  .imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px); }
  .imago.simpl {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px); }

/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
  overflow: hidden; }

.position-re {
  position: relative; }

.position-abs {
  position: absolute; }

.cursor-pointer {
  cursor: pointer; }

.revers-x {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.revers-y {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.full-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.ontop {
  position: relative;
  z-index: 7; }

.rest {
  padding: 0 !important;
  margin: 0 !important; }

img.out-box {
  width: 140%; }

img.left {
  margin-left: -40%; }

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

.bord-thin-top {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.bord-thin-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.bord-thin-right {
  border-right: 1px solid rgba(0, 0, 0, 0.15); }

.bord-thin-left {
  border-left: 1px solid rgba(0, 0, 0, 0.15); }

.radius-5 {
  border-radius: 5px !important; }

.radius-10 {
  border-radius: 10px !important; }

.radius-15 {
  border-radius: 15px !important; }

.radius-20 {
  border-radius: 20px !important; }

.radius-25 {
  border-radius: 25px !important; }

.radius-30 {
  border-radius: 30px !important; }

.radius-50 {
  border-radius: 50px; }

.order-md-1,
.order-md-2,
.order-md-3,
.order-md-4 {
  -webkit-box-ordinal-group: inherit !important;
  -ms-flex-order: inherit !important;
  order: inherit !important; }

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

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-top {
  background-position: center top; }

.bg-bottom {
  background-position: center bottom; }

.bg-center {
  background-position: center center; }

.bg-fixed {
  background-attachment: fixed; }

.bg-repeat {
  background-size: auto;
  background-repeat: repeat; }

.bg-auto {
  background-size: auto;
  background-repeat: no-repeat; }

.section-padding {
  padding-top: 140px;
  padding-bottom: 140px; }

.section-ptb {
  padding: 80px 0; }

.cmd-padding {
  padding: 0 10px; }

.csm-padding {
  padding: 0 5px; }

.head-pt {
  padding: 80px 0 0; }

.head-pb {
  padding: 0 0 80px; }

.no-shad {
  -webkit-box-shadow: none;
  box-shadow: none; }

.stroke {
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.7); }

.fit-img {
  overflow: hidden; }
  .fit-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

.rounded {
  border-radius: 5px; }

.circle {
  border-radius: 50%; }

.circle-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.circle-30 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  overflow: hidden; }

.circle-40 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  overflow: hidden; }

.circle-50 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  overflow: hidden; }

.circle-60 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  overflow: hidden; }

.circle-70 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  overflow: hidden; }

.circle-80 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  overflow: hidden; }

.circle-90 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  overflow: hidden; }

.circle-100 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  overflow: hidden; }

.circle-120 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  overflow: hidden; }

.nowrap {
  white-space: nowrap; }

.unlist {
  list-style: none; }

.underline a {
  text-decoration: underline !important; }

.underline span {
  text-decoration: underline; }

.undecro:hover {
  text-decoration: none; }

.inline {
  display: inline-block; }

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.horizontal-link li {
  display: inline-block; }

.rest {
  margin: 0;
  padding: 0; }

.plink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.social.circle-bord a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%; }

.primery-shadow {
  -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1); }

/*-------------------------------------------------------
           icon Size
-------------------------------------------------------*/
.icon-img-20 {
  width: 20px; }

.icon-img-30 {
  width: 30px; }

.icon-img-40 {
  width: 40px; }

.icon-img-50 {
  width: 50px; }

.icon-img-60 {
  width: 60px; }

.icon-img-70 {
  width: 70px; }

.icon-img-80 {
  width: 80px; }

.icon-img-90 {
  width: 90px; }

.icon-img-100 {
  width: 100px; }

.icon-img-120 {
  width: 120px; }

/*-------------------------------------------------------
           Z-index
-------------------------------------------------------*/
.zindex-1 {
  z-index: 1; }

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

.zindex-3 {
  z-index: 3; }

.zindex-4 {
  z-index: 4; }

.zindex-5 {
  z-index: 5; }

.zindex-10 {
  z-index: 10; }

.zindex-99 {
  z-index: 99; }

/*-------------------------------------------------------
           opacity
-------------------------------------------------------*/
.opacity-05 {
  opacity: .05 !important; }

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

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

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

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

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

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

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

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

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

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

/*-------------------------------------------------------
           text color
-------------------------------------------------------*/
.text-white {
  color: #FFF; }

.text-black {
  color: #000; }

.text-dark {
  color: #444; }

.text-extra-light-gray {
  color: #b7b7b7; }

.text-hover-inherit:hover {
  color: inherit !important; }

.text-hover-light:hover {
  color: #fff !important; }

/*-------------------------------------------------------
          font-weight
-------------------------------------------------------*/
.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

/*-------------------------------------------------------
           font-size
-------------------------------------------------------*/
.fz-10 {
  font-size: 10px !important; }

.fz-12 {
  font-size: 12px !important; }

.fz-13 {
  font-size: 13px !important; }

.fz-14 {
  font-size: 14px !important; }

.fz-15 {
  font-size: 15px !important; }

.fz-16 {
  font-size: 16px !important; }

.fz-18 {
  font-size: 18px !important; }

.fz-20 {
  font-size: 20px !important; }

.fz-22 {
  font-size: 22px !important; }

.fz-24 {
  font-size: 24px !important; }

.fz-25 {
  font-size: 25px !important; }

.fz-26 {
  font-size: 26px !important; }

.fz-28 {
  font-size: 28px !important; }

.fz-30 {
  font-size: 30px !important; }

.fz-35 {
  font-size: 35px !important; }

.fz-40 {
  font-size: 40px !important; }

.fz-42 {
  font-size: 42px !important; }

.fz-44 {
  font-size: 44px !important; }

.fz-45 {
  font-size: 45px !important; }

.fz-46 {
  font-size: 46px !important; }

.fz-48 {
  font-size: 48px !important; }

.fz-50 {
  font-size: 50px !important; }

.fz-55 {
  font-size: 55px !important; }

.fz-60 {
  font-size: 60px !important; }

.fz-65 {
  font-size: 65px !important; }

.fz-70 {
  font-size: 70px !important; }

.fz-80 {
  font-size: 80px !important; }

.fz-100 {
  font-size: 100px !important;
  line-height: 1.1; }

.fz-120 {
  font-size: 120px !important;
  line-height: 1.1; }

/*-------------------------------------------------------
          line-height
-------------------------------------------------------*/
.line-height-1 {
  line-height: 1; }

.line-height-10 {
  line-height: 10px; }

.line-height-13 {
  line-height: 13px; }

.line-height-18 {
  line-height: 18px; }

.line-height-20 {
  line-height: 20px; }

.line-height-22 {
  line-height: 22px; }

.line-height-24 {
  line-height: 24px; }

.line-height-26 {
  line-height: 26px; }

.line-height-28 {
  line-height: 28px; }

.line-height-30 {
  line-height: 30px; }

.line-height-35 {
  line-height: 35px; }

.line-height-40 {
  line-height: 40px; }

.line-height-45 {
  line-height: 45px; }

.line-height-50 {
  line-height: 50px; }

.line-height-55 {
  line-height: 55px; }

.line-height-60 {
  line-height: 60px; }

.line-height-65 {
  line-height: 65px; }

.line-height-70 {
  line-height: 70px; }

.line-height-75 {
  line-height: 75px; }

.line-height-80 {
  line-height: 80px; }

.line-height-85 {
  line-height: 85px; }

.line-height-90 {
  line-height: 90px; }

.line-height-95 {
  line-height: 95px; }

.line-height-100 {
  line-height: 100px; }

.line-height-110 {
  line-height: 110px; }

.line-height-120 {
  line-height: 120px; }

/*-------------------------------------------------------
          text-transform
-------------------------------------------------------*/
.text-u {
  text-transform: uppercase !important; }

.text-l {
  text-transform: lowercase !important; }

.text-c {
  text-transform: capitalize !important; }

.text-non {
  text-transform: none !important; }

.text-i {
  font-style: italic; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

/*-------------------------------------------------------
           letter-spacing
-------------------------------------------------------*/
.ls0 {
  letter-spacing: 0px !important; }

.ls1 {
  letter-spacing: 1px !important; }

.ls2 {
  letter-spacing: 2px !important; }

.ls3 {
  letter-spacing: 3px !important; }

.ls4 {
  letter-spacing: 4px !important; }

.ls5 {
  letter-spacing: 5px !important; }

.ls6 {
  letter-spacing: 6px !important; }

.ls7 {
  letter-spacing: 7px !important; }

.ls8 {
  letter-spacing: 8px !important; }

.ls9 {
  letter-spacing: 9px !important; }

.ls10 {
  letter-spacing: 10px !important; }

.ls15 {
  letter-spacing: 15px !important; }

.ls20 {
  letter-spacing: 20px !important; }

.ls25 {
  letter-spacing: 25px !important; }

.ls30 {
  letter-spacing: 30px !important; }

/*-------------------------------------------------------
       margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
  margin-top: 0 !important; }

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

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

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

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

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

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

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

.mt-55 {
  margin-top: 55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-62 {
  margin-top: 62px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-80 {
  margin-top: 80px !important; }

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

.mt-90 {
  margin-top: 90px !important; }

.mt-95 {
  margin-top: 95px !important; }

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

.mt-120 {
  margin-top: 120px !important; }

.mt-140 {
  margin-top: 140px !important; }

/*-------------------------------------------------------
       margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0 !important; }

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

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

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

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

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

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

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

.mb-62 {
  margin-bottom: 62px !important; }

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

.mb-70 {
  margin-bottom: 70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mb-140 {
  margin-bottom: 140px !important; }

/*-------------------------------------------------------
       margin-right  (0/100) +5
-------------------------------------------------------*/
.mr-0 {
  margin-right: 0 !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-62 {
  margin-right: 62px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mr-100 {
  margin-right: 100px !important; }

/*-------------------------------------------------------
       margin-left  (0/100) +5
-------------------------------------------------------*/
.ml-auto {
  margin-left: auto; }

.ml-0 {
  margin-left: 0 !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-35 {
  margin-left: 35px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-45 {
  margin-left: 45px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-55 {
  margin-left: 55px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-62 {
  margin-left: 62px !important; }

.ml-65 {
  margin-left: 65px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-75 {
  margin-left: 75px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-85 {
  margin-left: 85px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-95 {
  margin-left: 95px !important; }

.ml-100 {
  margin-left: 100px !important; }

.m-auto {
  margin-left: auto;
  margin-right: auto; }

.min-30 {
  margin-left: -30px;
  margin-right: -30px; }

/*-------------------------------------------------------
      margin left right  (0/50) +5
-------------------------------------------------------*/
.margin-rl-5 {
  margin-right: 5px;
  margin-left: 5px; }

.margin-rl-10 {
  margin-right: 10px;
  margin-left: 10px; }

.margin-rl-15 {
  margin-right: 15px;
  margin-left: 15px; }

.margin-rl-20 {
  margin-right: 20px;
  margin-left: 20px; }

.margin-rl-25 {
  margin-right: 25px;
  margin-left: 25px; }

.margin-rl-30 {
  margin-right: 30px;
  margin-left: 30px; }

.margin-rl-35 {
  margin-right: 35px;
  margin-left: 35px; }

.margin-rl-40 {
  margin-right: 40px;
  margin-left: 40px; }

.margin-rl-45 {
  margin-right: 45px;
  margin-left: 45px; }

.margin-rl-50 {
  margin-right: 50px;
  margin-left: 50px; }

/*-------------------------------------------------------
      padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------------------------------------------------
     padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.no-padding {
  padding: 0 !important; }

.pr-30 {
  padding-right: 30px; }

.pr-50 {
  padding-right: 50px; }

.pl-30 {
  padding-left: 30px; }

.pl-50 {
  padding-left: 50px; }

/*-------------------------------------------------------
      padding left right  (0/50) +5
-------------------------------------------------------*/
.padding-rl-5 {
  padding-right: 5px;
  padding-left: 5px; }

.padding-rl-10 {
  padding-right: 10px;
  padding-left: 10px; }

.padding-rl-15 {
  padding-right: 15px;
  padding-left: 15px; }

.padding-rl-20 {
  padding-right: 20px;
  padding-left: 20px; }

.padding-rl-25 {
  padding-right: 25px;
  padding-left: 25px; }

.padding-rl-30 {
  padding-right: 30px;
  padding-left: 30px; }

.padding-rl-35 {
  padding-right: 35px;
  padding-left: 35px; }

.padding-rl-40 {
  padding-right: 40px;
  padding-left: 40px; }

.padding-rl-45 {
  padding-right: 45px;
  padding-left: 45px; }

.padding-rl-50 {
  padding-right: 50px;
  padding-left: 50px; }

/* ====================== [ End Helper Classes  ] ====================== */
/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important; }

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999; }

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #f7f8f9; }

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20; }

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate; }

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@-webkit-keyframes loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative; }

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 7; }

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none; }

[data-overlay-dark]:before {
  background: #141414; }

[data-overlay-light]:before {
  background: #fff; }

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff; }

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0; }

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: .1; }

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: .2; }

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: .3; }

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: .4; }

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: .5; }

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: .6; }

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: .7; }

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: .8; }

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: .9; }

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1; }

/* ====================== [ End Overlay ] ====================== */
/* Menu
-----------------------------------------------------------------*/
.nav-top {
  padding: 15px 0; }
  .nav-top .links-list {
    font-size: 13px; }
    .nav-top .links-list a {
      margin-right: 20px; }
      .nav-top .links-list a:last-of-type {
        margin-right: 0; }
  .nav-top .social-list {
    font-size: 13px; }
    .nav-top .social-list a {
      margin-left: 20px; }
      .nav-top .social-list a:first-of-type {
        margin-left: 0; }

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid transparent;
  z-index: 999; }
  .navbar.static {
    position: relative !important; }
    .navbar.static.nav-scroll {
      top: auto !important;
      -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
      transform: translateY(0) !important; }
  .navbar.main-bg {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.05); }
  .navbar.sub-bg {
    background: #f7f8f9;
    border-color: rgba(255, 255, 255, 0.05); }
  .navbar.bord {
    border-color: rgba(255, 255, 255, 0.05); }
  .navbar.blur {
    border-color: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
  .navbar.nav-scroll {
    background: #fff;
    padding: 0;
    position: fixed;
    top: -80px;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px); }
  .navbar .icon-bar {
    color: #141414; }
  .navbar .navbar-nav .nav-link {
    color: #141414;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 10px 15px 10px;
    margin: 0 15px; }
    .navbar .navbar-nav .nav-link .rolling-text {
      height: 30px;
      line-height: 30px; }
  .navbar .navbar-nav .dropdown-menu {
    padding: 20px 10px;
    border: 1px solid #eee; }
  .navbar .dropdown-menu {
    display: block;
    position: absolute;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    color: #141414;
    background: #f7f8f9;
    border: 1px solid #eee;
    border-radius: 5px;
    min-width: 255px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .navbar .dropdown-menu.show {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .navbar .dropdown-menu.show-left .dropdown-item .dropdown-side {
      left: auto;
      right: 248px; }
    .navbar .dropdown-menu .dropdown-item {
      font-size: 14px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      padding: 10px 25px;
      position: relative; }
      .navbar .dropdown-menu .dropdown-item .dropdown-side {
        position: absolute;
        left: 248px;
        top: -15px;
        display: block;
        opacity: 0;
        visibility: hidden;
        border: 1px solid #eee;
        border-radius: 5px;
        background: #f7f8f9;
        width: 240px;
        padding: 20px 0px;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
        .navbar .dropdown-menu .dropdown-item .dropdown-side.show {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
      .navbar .dropdown-menu .dropdown-item .icon-arrow {
        position: absolute;
        right: 15px; }
      .navbar .dropdown-menu .dropdown-item:after {
        content: '';
        width: 0px;
        height: 1px;
        background: #141414;
        position: absolute;
        left: 10px;
        top: 18px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .navbar .dropdown-menu .dropdown-item:hover {
        padding-left: 30px;
        background: transparent; }
        .navbar .dropdown-menu .dropdown-item:hover:after {
          width: 10px; }
  .navbar .no-relative {
    position: static; }
  .navbar .dropdown {
    position: static; }
  .navbar .mega-menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 75px;
    overflow: hidden;
    padding: 0 !important;
    border: 0 !important;
    background: transparent; }
    .navbar .mega-menu .container {
      padding: 40px !important;
      border: 1px solid #eee;
      background: #f7f8f9;
      border-radius: 5px; }
    .navbar .mega-menu .title {
      margin-bottom: 20px; }
      .navbar .mega-menu .title .sub-title {
        font-weight: 600; }
    .navbar .mega-menu .item-img .img {
      border-radius: 5px;
      overflow: hidden;
      -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); }
  .navbar .menu-icon {
    padding: 25px 30px; }
  .navbar .dropdown-toggle:after {
    margin-left: 5px;
    vertical-align: 12px; }
  .navbar .light-ver {
    color: #fff; }
    .navbar .light-ver .navbar-nav .nav-link {
      color: #fff; }
    .navbar .light-ver .icon-bar {
      color: #fff; }
  .navbar .box-dark {
    background: #141414;
    color: #fff;
    border-radius: 5px;
    padding: 0 30px; }
    .navbar .box-dark .navbar-nav .nav-link {
      color: #fff; }
    .navbar .box-dark .icon-bar {
      color: #fff; }

.nav-search .search-box .form-group {
  position: relative; }
  .nav-search .search-box .form-group input {
    padding: 10px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: transparent;
    border-radius: 5px; }
  .nav-search .search-box .form-group button {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: 0; }

/* Titles
-----------------------------------------------------------------*/
.sec-head h2 {
  font-size: 52px; }

.sec-head .head-cont .icon {
  margin-left: auto; }

.lg-bold-head {
  position: relative; }
  .lg-bold-head:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -250px;
    width: 280px;
    border-bottom: 1px solid #141414;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .lg-bold-head h2 {
    font-size: 265px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1; }
    .lg-bold-head h2 .inline {
      display: inline;
      position: relative; }
      .lg-bold-head h2 .inline .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-45%);
        -ms-transform: translateX(-50%) translateY(-45%);
        transform: translateX(-50%) translateY(-45%);
        width: 40px;
        height: 100%; }
  .lg-bold-head.gray:after {
    display: none; }
  .lg-bold-head.gray h2 {
    color: #eee; }

/* About Intro
-----------------------------------------------------------------*/
.intro-1 {
  position: relative; }
  .intro-1 .main-marq {
    position: absolute;
    bottom: 0;
    opacity: .3;
    z-index: -1; }
    .intro-1 .main-marq h4 {
      font-size: 150px !important;
      font-weight: 800; }
  .intro-1 .img {
    height: 560px; }
  .intro-1 .cont {
    position: relative;
    height: 100%; }
    .intro-1 .cont .vid {
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: #fff;
      -webkit-box-shadow: 0 50px 50px rgba(0, 0, 0, 0.05);
      box-shadow: 0 50px 50px rgba(0, 0, 0, 0.05);
      position: absolute;
      left: -100px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 17px;
      font-weight: 500;
      text-transform: uppercase; }
  .intro-1 .dots-vector {
    position: absolute;
    top: 25%;
    right: 0;
    text-align: center; }
    .intro-1 .dots-vector .plus {
      width: 60px;
      margin-top: 30px; }

.intro-2 .imgs .img1 {
  height: 500px;
  width: 110%;
  margin-left: -10%;
  border-radius: 50px 0 200px 200px; }

.intro-2 .imgs .img2 {
  height: 550px;
  margin-top: 80px; }

.intro-2 .circle-img-bord {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  right: -100px;
  top: 500px;
  overflow: visible; }
  .intro-2 .circle-img-bord img {
    border-radius: 50%; }
  .intro-2 .circle-img-bord:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%; }
  .intro-2 .circle-img-bord:after {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    right: -40px;
    bottom: -40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%; }

.intro-2.style2 .imgs .img1 {
  width: 950px;
  height: 520px;
  border-radius: 0;
  margin-left: -50%; }

.hero-dark .circle-img-bord {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  right: -100px;
  bottom: 20%;
  overflow: visible; }
  .hero-dark .circle-img-bord img {
    border-radius: 50%; }
  .hero-dark .circle-img-bord:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%; }
  .hero-dark .circle-img-bord:after {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    right: -40px;
    bottom: -40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%; }

.hero-dark.light-ver .circle-img-bord:after, .hero-dark.light-ver .circle-img-bord:before {
  border-color: rgba(0, 0, 0, 0.1); }

.about-modern {
  position: relative; }
  .about-modern:after, .about-modern:before {
    content: '';
    width: 55vw;
    height: 55vw;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 20%;
    top: 30%;
    pointer-events: none;
    z-index: -1; }
  .about-modern:before {
    left: 50%; }
  .about-modern .lg-sec-head {
    position: relative; }
    .about-modern .lg-sec-head:after {
      content: '';
      position: absolute;
      top: 30%;
      right: -300px;
      width: 280px;
      border-bottom: 1px solid #141414;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .about-modern .lg-sec-head h2 {
      font-size: 150px;
      font-weight: 900;
      line-height: 1.1;
      text-transform: uppercase; }
      .about-modern .lg-sec-head h2 .icon {
        width: 100px;
        margin-right: 30px; }
      .about-modern .lg-sec-head h2 .text-right {
        width: 100%;
        display: block; }
    .about-modern .lg-sec-head p {
      font-size: 22px;
      line-height: 1.7;
      position: relative; }
      .about-modern .lg-sec-head p:after, .about-modern .lg-sec-head p:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: -100px;
        width: 30px;
        height: 30px;
        background: #FFA88C; }
      .about-modern .lg-sec-head p:before {
        background: #141414;
        right: -10px;
        bottom: -110px;
        z-index: -1; }
  .about-modern .lg-bold-head {
    position: relative; }
    .about-modern .lg-bold-head:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -250px;
      width: 280px;
      border-bottom: 1px solid #141414;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .about-modern .lg-bold-head h2 {
      font-size: 265px;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1; }
      .about-modern .lg-bold-head h2 .inline {
        display: inline;
        position: relative; }
        .about-modern .lg-bold-head h2 .inline .icon {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-45%);
          -ms-transform: translateX(-50%) translateY(-45%);
          transform: translateX(-50%) translateY(-45%);
          width: 40px;
          height: 100%; }
  .about-modern .content {
    position: relative; }
    .about-modern .content .img1 {
      height: 480px; }
    .about-modern .content .img2 {
      width: 200px;
      height: 200px;
      margin: 0 auto 120px; }
    .about-modern .content .img3 {
      position: absolute;
      left: -100px;
      top: 20%;
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg);
      width: 150px;
      height: 150px; }
    .about-modern .content .img4 {
      position: absolute;
      left: -180px;
      bottom: 0;
      width: 200px;
      height: 200px; }

.intro-marketing {
  position: relative; }
  .intro-marketing:after, .intro-marketing:before {
    content: '';
    width: 55vw;
    height: 55vw;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    right: -20%;
    top: -15%;
    pointer-events: none;
    z-index: -1; }
  .intro-marketing:before {
    right: auto;
    top: auto;
    bottom: -15%;
    left: -20%; }
  .intro-marketing .vector-icon {
    position: absolute;
    top: 20px;
    right: 30%; }
  .intro-marketing .container {
    position: relative; }
    .intro-marketing .container .v-img {
      position: absolute;
      right: -10%;
      top: -100px;
      -webkit-transform: rotate(30deg) translateX(100%);
      -ms-transform: rotate(30deg) translateX(100%);
      transform: rotate(30deg) translateX(100%);
      width: 200px;
      height: 200px; }

.intro-full-video {
  min-height: 50vh;
  height: 600px; }
  .intro-full-video .vid {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase; }
    .intro-full-video .vid span {
      color: #141414; }
  .intro-full-video .cont h2 {
    font-size: 80px;
    font-weight: 900;
    line-height: 1.1; }
  .intro-full-video .cont .butn-light {
    border-color: #fff; }
  .intro-full-video.c-action {
    height: auto;
    min-height: auto; }

.intro-full-img {
  min-height: 50vh;
  height: 600px; }

.feat-intro .item {
  padding: 150px 30px 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 50px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.05);
  position: relative; }
  .feat-intro .item:hover .check {
    color: #FFA88C; }
  .feat-intro .item .icon {
    position: absolute;
    top: 30px;
    left: 30px; }
  .feat-intro .item .check {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05); }
  .feat-intro .item h6 {
    font-size: 16px;
    margin-top: 15px; }

.about-header {
  min-height: 100vh; }

/* Awards
-----------------------------------------------------------------*/
.awards .item-line {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3; }
  .awards .item-line > div {
    padding: 0; }
    .awards .item-line > div:last-of-type {
      text-align: right; }
  .awards .item-line:hover {
    color: #0c0c0c; }
    .awards .item-line:hover:after {
      height: 100%; }
  .awards .item-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1; }
  .awards .item-line .project-date span {
    font-size: 14px;
    opacity: .7;
    margin-left: 15px; }

.awards .item-title {
  padding: 0 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .awards .item-title > div {
    padding: 0; }

/* Blog
-----------------------------------------------------------------*/
.blog .item .img {
  height: 380px; }

.blog .item .view svg {
  width: 15px;
  margin-left: 10px; }

.blog.style2 .item {
  padding: 30px 30px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .blog.style2 .item .img {
    height: 300px; }

.main-post .blog .item .img {
  height: 550px; }

.main-post .tags a {
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 13px;
  margin: 0 5px; }
  .main-post .tags a:hover {
    background: #141414;
    color: #fff; }

.main-post .author {
  padding: 30px;
  position: relative; }
  .main-post .author:hover .social {
    opacity: 1; }
  .main-post .author .img-author {
    width: 100px;
    height: 100px; }
  .main-post .author .social {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .main-post .author .social a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid rgba(0, 0, 0, 0.2);
      font-size: 13px; }
      .main-post .author .social a:hover {
        background: #141414;
        color: #fff; }

.blogs .coments .item {
  position: relative; }
  .blogs .coments .item .replay {
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    right: 0; }
    .blogs .coments .item .replay:hover {
      background: #141414;
      color: #fff; }
  .blogs .coments .item.replaed {
    margin-left: 80px; }

.blogs .coments .img {
  width: 85px;
  height: 85px; }

.blogs .coments p {
  width: 85%; }

.blogs .comments-from label {
  font-weight: 700;
  margin-bottom: 10px; }

.blogs .comments-from input,
.blogs .comments-from textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  padding-bottom: 15px; }

.blogs .comments-from button {
  padding: 14px 40px;
  background: #141414;
  border: 0;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .blogs .comments-from button svg {
    width: 18px;
    margin-left: 10px; }
    .blogs .comments-from button svg path {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
  .blogs .comments-from button:hover {
    background: #99E5B7;
    color: #141414; }
    .blogs .comments-from button:hover svg path {
      stroke: #141414; }

.sidebar .search-box {
  position: relative; }
  .sidebar .search-box input {
    color: #141414;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    width: 100%;
    background: transparent; }
    .sidebar .search-box input:focus {
      border-color: #141414; }
  .sidebar .search-box .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar .widget {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08); }
  .sidebar .widget .title-widget {
    margin-bottom: 30px; }
  .sidebar .widget.catogry li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin-bottom: 7px;
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.08); }
    .sidebar .widget.catogry li:hover {
      background: #141414;
      color: #fff; }
    .sidebar .widget.catogry li:last-of-type {
      margin-bottom: 0; }
  .sidebar .widget.social a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05); }
    .sidebar .widget.social a:hover {
      background: #141414;
      color: #fff; }
  .sidebar .widget.insta span {
    width: 110px;
    height: 110px;
    margin: 0 2px; }
  .sidebar .widget.insta .butn-full {
    background: #141414;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px; }
    .sidebar .widget.insta .butn-full i {
      margin-right: 10px; }

/* Brands & Clients
-----------------------------------------------------------------*/
.brands .col-lg {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%; }

.brands .item {
  margin: 60px 0 0;
  text-align: center; }
  .brands .item a {
    max-width: 250px;
}

.brands.style2 {
  position: relative; }
  .brands.style2 .bg-patern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Contact
-----------------------------------------------------------------*/
.google-map {
  height: 550px;
  min-height: 80vh;
  width: 100%;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .google-map .shadow-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none; }

.contact label {
  font-weight: 700;
  margin-bottom: 10px; }

.contact input,
.contact textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  padding-bottom: 15px; }

.contact button {
  padding: 14px 40px;
  background: #141414;
  border: 0;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .contact button svg {
    width: 18px;
    margin-left: 10px; }
    .contact button svg path {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
  .contact button:hover {
    background: #99E5B7;
    color: #141414; }
    .contact button:hover svg path {
      stroke: #141414; }

.contact .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact .info .icon {
  font-size: 30px;
  margin-right: 15px; }

/* Numbers
-----------------------------------------------------------------*/
.numbers {
  position: relative; }
  .numbers .g-img {
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    bottom: 0;
    pointer-events: none; }
    .numbers .g-img img {
      width: 100%;
      height: 100%; }
  .numbers .item {
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative; }
    .numbers .item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-right-color: transparent;
      border-radius: 50%;
      -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
      z-index: -1;
      pointer-events: none; }
    .numbers .item h3 {
      font-size: 80px;
      font-weight: 800; }
    .numbers .item .icon {
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      margin-right: 10px;
      font-size: 13px; }
  .numbers.style2 .item:after {
    border: 0;
    background: #FFA88C;
    opacity: .1; }
  .numbers.num-dark {
    background: #141414;
    color: #fff; }
    .numbers.num-dark .item:after {
      border-color: rgba(255, 255, 255, 0.1);
      border-right-color: transparent; }
    .numbers.num-dark .item .icon {
      border-color: rgba(255, 255, 255, 0.4); }
    .numbers.num-dark .item h3 {
      font-weight: 900;
      color: transparent;
      -webkit-text-stroke: 1px #fff; }
    .numbers.num-dark .item .sm-title {
      color: #fff; }

/* Features
-----------------------------------------------------------------*/
.accordion .item:first-of-type .title {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.accordion .title {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  position: relative; }
  .accordion .title .ico {
    position: absolute;
    bottom: 30px;
    right: 15px; }

.accordion .accordion-info {
  display: none;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.accordion .active .title .ico {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.accordion .active .accordion-info {
  display: block; }

.list-arrow li .icon {
  margin-right: 10px; }

.list-arrow2 li .icon {
  width: 15px;
  margin-right: 10px; }

.dot-list li {
  position: relative;
  padding-left: 15px; }
  .dot-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff; }

.text-dark .dot-list li:before {
  background: #fff; }

#tabs-fade .tab-content,
#tabs .tab-content {
  display: none; }
  #tabs-fade .tab-content.current,
  #tabs .tab-content.current {
    display: block; }

/* Footer
-----------------------------------------------------------------*/
footer {
  position: relative; }
  footer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    background-image: url(../imgs/vector-img/dots2.png);
    pointer-events: none; }
  footer.no-patern:after {
    display: none; }
  footer .paterns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
    footer .paterns .tringle {
      width: 300px;
      height: 300px;
      background: rgba(255, 255, 255, 0.02);
      border-radius: 30px;
      position: absolute;
      top: calc(50% - 150px);
      left: -200px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    footer .paterns .circle {
      width: 150px;
      height: 150px;
      background: rgba(255, 255, 255, 0.02);
      border-radius: 50%;
      position: absolute;
      left: 25%;
      bottom: 100px; }
    footer .paterns .logo-img {
      position: absolute;
      top: 50%;
      right: -200px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 25%;
      opacity: .4;
      -webkit-filter: invert(1);
      filter: invert(1); }
  footer .main-footer {
    position: relative; }
    footer .main-footer .bg-patern {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  footer .call-action h2 {
    font-size: 105px;
    font-weight: 700; }
    footer .call-action h2 span {
      width: 300px;
      height: 80px;
      border-radius: 50px;
      background-size: cover;
      background-position: center center;
      margin-left: 30px; }
  footer .call-action.sub-bg2 {
    padding: 100px 0;
    background: rgba(255, 168, 140, 0.1) !important;
    position: relative; }
    footer .call-action.sub-bg2 h2 {
      color: #141414; }
    footer .call-action.sub-bg2 .bg-patern {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  footer .footer-items .info .logo {
    width: 140px; }
  footer .footer-items .info .social-text a {
    margin-right: 25px;
    font-size: 13px; }
    footer .footer-items .info .social-text a i {
      margin-right: 5px; }
    footer .footer-items .info .social-text a:last-of-type {
      margin-right: 0; }
  footer .footer-items .links li {
    font-size: 16px;
    margin-top: 12px;
    opacity: .7; }
  footer .footer-items .form-item {
    position: relative; }
    footer .footer-items .form-item svg {
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    footer .footer-items .form-item input {
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 10px;
      color: #fff;
      width: 100%;
      padding: 15px; }
  footer .sub-footer {
    background: #070707; }
    footer .sub-footer .slink a {
      padding-right: 30px;
      margin-right: 30px;
      border-right: 1px solid #eee; }
      footer .sub-footer .slink a:last-of-type {
        padding-right: 0;
        margin-right: 0;
        border: 0; }

footer.sm-footer .social-text a {
  margin-left: 25px;
  font-size: 13px; }
  footer.sm-footer .social-text a i {
    margin-right: 5px; }
  footer.sm-footer .social-text a:first-of-type {
    margin-left: 0; }

/* Headers
-----------------------------------------------------------------*/
.header-digital {
  padding: 180px 0 120px;
  position: relative; }
  .header-digital .best-clients {
    padding: 25px;
    -webkit-box-shadow: 0px 50px 50px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 50px 50px 0 rgba(0, 0, 0, 0.05);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    border-radius: 10px;
    margin-left: 50px;
    position: relative; }
    .header-digital .best-clients svg {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 10px; }
    .header-digital .best-clients .imgs {
      padding-left: 10px; }
      .header-digital .best-clients .imgs > div {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        overflow: hidden;
        margin-left: -10px; }
      .header-digital .best-clients .imgs .icon {
        background: #141414;
        color: #fff;
        text-align: center;
        line-height: 65px; }
  .header-digital .caption h1 {
    font-size: 150px;
    font-weight: 800; }
  .header-digital .img-fixed {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 420px;
    z-index: -1; }
  .header-digital .img-circle {
    width: 165px; }
  .header-digital .contact-email {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .header-digital .contact-email .text {
      -webkit-transform: rotate(-90deg) translateY(-100%);
      -ms-transform: rotate(-90deg) translateY(-100%);
      transform: rotate(-90deg) translateY(-100%);
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left; }
      .header-digital .contact-email .text a {
        text-decoration: underline;
        -webkit-text-decoration-color: #888;
        text-decoration-color: #888; }

.header-creative {
  padding: 220px 0 120px;
  position: relative; }
  .header-creative:after {
    content: '';
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
    background: #99E5B7;
    position: absolute;
    top: -10vw;
    left: -10vw;
    z-index: -1; }
  .header-creative .caption h1 {
    font-size: 130px;
    line-height: 120px;
    font-weight: 700;
    color: #556077;
    text-shadow: 5px 5px 0 rgba(255, 255, 255, 0.9);
  }
    .header-creative .caption h1 .icon {
      position: relative;
      padding-left: 160px; }
      .header-creative .caption h1 .icon img {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 80px; }
    .header-creative .caption h1 .arrow {
      position: relative;
      padding-left: 150px; }
      .header-creative .caption h1 .arrow img {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 120px; }
  .header-creative .right-column {
    padding-top: 20px;
    height: 100%;
    position: relative; }
    .header-creative .right-column .img-circle {
      position: absolute;
      top: -50px;
      left: -200px;
      width: 140px; }
    .header-creative .right-column .text {
      padding-right: 50px; }
  .header-creative .main-img {
    position: absolute;
    right: 0;
    bottom: -330px;
    width: 42vw;
    height: 700px; }
  .header-creative .contact-email {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .header-creative .contact-email .text {
      -webkit-transform: rotate(-90deg) translateY(-100%);
      -ms-transform: rotate(-90deg) translateY(-100%);
      transform: rotate(-90deg) translateY(-100%);
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left; }
      .header-creative .contact-email .text a {
        text-decoration: underline;
        -webkit-text-decoration-color: #888;
        text-decoration-color: #888; }

.digital-marketing {
  padding: 180px 0 0;
  position: relative; }
  .digital-marketing .full-box {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    min-width: 1920px;
    height: 100%;
    pointer-events: none;
    z-index: -1; }
  .digital-marketing .shape {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1000px; }
  .digital-marketing .caption h1 {
    text-align: right;
    font-size: 130px;
    font-weight: 800;
    line-height: 1.2; }
    .digital-marketing .caption h1 span {
      display: block; }
  .digital-marketing .caption .text {
    padding-left: 150px;
    position: relative; }
    .digital-marketing .caption .text:after {
      content: '';
      position: absolute;
      left: 0;
      top: 10px;
      border-bottom: 1px solid #141414;
      width: 120px; }
    .digital-marketing .caption .text p {
      color: #222; }
  .digital-marketing .dimg img {
    width: 120%; }
  .digital-marketing .botm {
    position: relative; }
    .digital-marketing .botm:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      z-index: -1; }
    .digital-marketing .botm .img {
      width: 220px;
      padding: 0 30px;
      background: #fff;
      position: relative;
      z-index: 2; }

.dstudio {
  padding: 120px 0;
  position: relative;
  color: #fff; }
  .dstudio .img-1 {
    width: 165px;
    height: 155px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 50px; }
  .dstudio .img-2 {
    position: absolute;
    top: 40px;
    right: 400px;
    width: 730px;
    height: 270px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .dstudio .img-3 {
    position: absolute;
    left: 215px;
    bottom: -120px;
    width: 400px;
    height: 420px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .dstudio .img-4 {
    width: 190px;
    height: 190px; }
  .dstudio .rotat-butn {
    position: absolute;
    right: -160px;
    bottom: 0; }
  .dstudio .text p {
    width: 80%;
    color: #ccc; }
  .dstudio .caption {
    position: relative; }
    .dstudio .caption h1 {
      font-size: 220px;
      font-weight: 900;
      text-transform: uppercase;
      line-height: .8;
      letter-spacing: -20px; }
      .dstudio .caption h1 span {
        display: block;
        text-align: right; }
    .dstudio .caption .v-img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 1550px;
      height: 475px; }
  .dstudio .contact-email {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .dstudio .contact-email .text {
      -webkit-transform: rotate(-90deg) translateY(-100%);
      -ms-transform: rotate(-90deg) translateY(-100%);
      transform: rotate(-90deg) translateY(-100%);
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left; }
      .dstudio .contact-email .text a {
        text-decoration: underline;
        -webkit-text-decoration-color: #888;
        text-decoration-color: #888; }

.header-business .seo-img {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.header-business .caption {
  position: relative;
  z-index: 4; }
  .header-business .caption h1 {
    font-size: 120px;
    font-weight: 900;
    line-height: 1.1; }
  .header-business .caption .v-img {
    position: absolute;
    top: -50px;
    left: -200px;
    z-index: -1;
    pointer-events: none; }

.header-business .b-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33.3333%;
  width: 1170px; }
  .header-business .b-img .vid {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #FD5B38;
    -webkit-box-shadow: 0 50px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 50%;
    bottom: 150px;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff; }

.page-header .caption h1 {
  font-size: 140px;
  font-weight: 800; }

/* Hero
-----------------------------------------------------------------*/
.why-us {
  position: relative; }
  .why-us .sec-head .text {
    position: relative; }
    .why-us .sec-head .text .img-vector {
      position: absolute;
      top: 10%;
      right: 10%;
      width: 80px; }
    .why-us .sec-head .text .sub-font {
      font-size: 150px;
      font-weight: 700;
      line-height: 1.1;
      opacity: .1; }
  .why-us .container {
    position: relative; }
  .why-us .img-top-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 550px;
    height: 400px;
    -webkit-transform: translateX(-85%);
    -ms-transform: translateX(-85%);
    transform: translateX(-85%); }
  .why-us .img-top-right {
    position: absolute;
    right: 0;
    top: 140px;
    width: 400px;
    height: 220px;
    -webkit-transform: translateX(85%);
    -ms-transform: translateX(85%);
    transform: translateX(85%); }

.skills-box .skill-progress {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  position: relative; }
  .skills-box .skill-progress .progres {
    position: absolute;
    height: 100%;
    width: 40%;
    top: 0;
    left: 0;
    background: #141414;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s; }

.faqs .main-marq:after {
  display: none; }

.faqs .main-marq h4 {
  font-size: 250px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase; }

.faqs .main-marq .icon {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .faqs .main-marq .icon img {
    width: 100px; }

.faqs .accordion-item {
  border: 0;
  margin-bottom: 30px; }
  .faqs .accordion-item:last-of-type {
    margin-bottom: 0; }

.faqs .accordion-header .accordion-button {
  background: transparent;
  font-size: 20px;
  color: inherit;
  padding: 20px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05); }
  .faqs .accordion-header .accordion-button .icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.05); }
    .faqs .accordion-header .accordion-button .icon svg {
      opacity: .3; }
  .faqs .accordion-header .accordion-button:after {
    display: none; }
  .faqs .accordion-header .accordion-button:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .faqs .accordion-header .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .faqs .accordion-header .accordion-button:not(.collapsed) .icon svg {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 1; }

.faqs .accordion-body {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05); }

.faqs .imgs {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  min-width: 1920px;
  height: 100%;
  pointer-events: none;
  z-index: -1; }
  .faqs .imgs .img1 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 300px;
    height: 350px; }
  .faqs .imgs .img2 {
    position: absolute;
    bottom: 0;
    left: 300px;
    width: 190px;
    height: 150px; }
  .faqs .imgs .img3 {
    position: absolute;
    right: 0;
    top: 15%;
    width: 420px;
    height: 450px; }

.marq-action .main-marq {
  padding: 25px 0;
  margin: -40px 0; }
  .marq-action .main-marq:after {
    display: none; }
  .marq-action .main-marq h4 {
    font-weight: 400;
    font-size: 30px; }
    .marq-action .main-marq h4 .icon {
      margin-left: 50px;
      margin-bottom: 0 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .marq-action .main-marq h4 .icon img {
        width: 40px; }
  .marq-action .main-marq:first-of-type {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg); }
  .marq-action .main-marq:last-of-type {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }

.pagination .butn-circle {
  margin: 0 15px;
  border-color: rgba(0, 0, 0, 0.2); }
  .pagination .butn-circle:hover {
    border-color: #141414; }
  .pagination .butn-circle.prev svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }

.pagination .page-numbers,
.pagination .numb {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 0 2px;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }


  .pagination .page-numbers:hover,
  .pagination .numb:hover {
    border-color: #141414; }

  .pagination .page-numbers.current,
  .pagination .numb.active {
    background: #141414;
    color: #fff; }

/* Interactive
-----------------------------------------------------------------*/
.interactive-inline {
  min-height: 100vh;
  padding: 380px 0 60px; }
  .interactive-inline .item {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    padding-bottom: 60px; }
    .interactive-inline .item a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .interactive-inline .item span {
      font-size: 13px;
      opacity: .8;
      margin-right: 5px; }
    .interactive-inline .item h4 {
      font-size: 35px;
      font-weight: 700;
      color: transparent;
      -webkit-text-stroke: 1px #fff;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .interactive-inline .item p {
      font-size: 14px;
      font-weight: 400;
      margin-left: 10px; }
    .interactive-inline .item:hover h4 {
      color: #fff;
      -webkit-text-stroke-color: transparent; }
    .interactive-inline .item .hover-reveal {
      position: absolute !important;
      top: -10px !important;
      left: 50% !important;
      -webkit-transform: translateX(-50%) translateY(-100%);
      -ms-transform: translateX(-50%) translateY(-100%);
      transform: translateX(-50%) translateY(-100%);
      width: 380px;
      height: 280px; }

.interactive-center {
  min-height: 100vh;
  padding: 120px 0 80px; }
  .interactive-center .item a {
    padding: 50px 0; }
    .interactive-center .item a:hover h4 {
      color: #fff;
      -webkit-text-stroke-color: transparent; }
  .interactive-center .item .cont {
    position: relative;
    z-index: 3; }
  .interactive-center .item h4 {
    font-size: 70px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .interactive-center .item p {
    font-weight: 400;
    margin-top: 15px; }
  .interactive-center .item .hover-reveal {
    z-index: -1;
    top: 15vh !important;
    left: 20vw !important;
    width: 60vw;
    height: 70vh;
    min-width: 600px;
    min-height: 450px; }

.inter-links-center {
  position: relative;
  height: 100vh;
  overflow: auto; }
  .inter-links-center::-webkit-scrollbar {
    width: 0; }
  .inter-links-center.horizontal .links-text ul {
    margin-left: -40px !important;
    margin-right: -40px !important; }
  .inter-links-center.horizontal .links-text li {
    display: inline-block;
    padding: 40px; }
    .inter-links-center.horizontal .links-text li .sub-title {
      margin-bottom: 10px; }
    .inter-links-center.horizontal .links-text li h2 {
      font-weight: 700;
      font-size: 30px; }
      .inter-links-center.horizontal .links-text li h2 a .tag {
        display: block;
        font-weight: 400; }
      .inter-links-center.horizontal .links-text li h2 .num {
        font-size: 14px;
        font-weight: 600;
        opacity: .7;
        margin-right: 15px; }
  .inter-links-center.vertical .links-text {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    z-index: 66; }
    .inter-links-center.vertical .links-text li {
      padding: 0 20px; }
  .inter-links-center .links-text li {
    padding: 40px 0;
    position: relative;
    z-index: 9; }
    .inter-links-center .links-text li:hover .text {
      color: #fff;
      -webkit-text-stroke-color: transparent; }
    .inter-links-center .links-text li .text {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      color: transparent;
      -webkit-text-stroke: 1px #fff; }
    .inter-links-center .links-text li h2 {
      font-weight: 700; }
      .inter-links-center .links-text li h2 a .tag {
        font-weight: 400;
        opacity: .5; }
      .inter-links-center .links-text li h2 .num {
        display: block;
        font-size: 14px;
        font-weight: 600;
        opacity: .7;
        margin-right: 15px; }
  .inter-links-center .links-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    overflow: hidden; }
    .inter-links-center .links-img .img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transform: scale(1.04, 1.04);
      -ms-transform: scale(1.04, 1.04);
      transform: scale(1.04, 1.04);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .inter-links-center .links-img .img.current {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
      .inter-links-center .links-img .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }

/* Portfolio
-----------------------------------------------------------------*/
.sec-head .lg-title h2 {
    font-size: 79px;
    font-weight: 600;
    line-height: 1;
  }

.filtering {
  padding: 10px 30px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.08); }
  .filtering span {
    font-size: 16px;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 30px;
    position: relative;
    margin-right: 30px;
    cursor: pointer; }
    .filtering span:after {
      content: "/";
      position: absolute;
      right: -20px; }
    .filtering span:last-of-type {
      margin-right: 0; }
      .filtering span:last-of-type:after {
        display: none; }
    .filtering span.active {
      background: #99E5B7; }
  .filtering.color2 span.active {
    color: #fff;
    background: #FD5B38; }

.work-stand3 .item {
  position: relative;
  overflow: hidden; }
  .work-stand3 .item .img {
    height: 500px;
    border-radius: 15px;
    overflow: hidden; }
    .work-stand3 .item .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .work-stand3 .item .cont {
    position: absolute;
    left: 30px;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3; }
    .work-stand3 .item .cont h6 {
      padding: 5px 20px;
      background: #fff;
      border-radius: 30px;
      display: inline-block;
      font-weight: 500;
      color: #FD5B38; }
    .work-stand3 .item .cont h4 {
      color: #fff;
      font-size: 28px; }
    .work-stand3 .item .cont:after, .work-stand3 .item .cont:before {
      content: '';
      position: absolute;
      top: -200px;
      right: -200px;
      width: 700px;
      height: 700px;
      border-radius: 50%;
      background-color: #FD5B38;
      opacity: .5;
      z-index: -1; }
    .work-stand3 .item .cont:before {
      top: -170px;
      right: -170px;
      background: -webkit-linear-gradient(250deg, #141414, #FD5B38);
      background: -o-linear-gradient(250deg, #141414, #FD5B38);
      background: linear-gradient(200deg, #141414, #FD5B38);
      opacity: .8;
      z-index: 2; }
  .work-stand3 .item:hover .cont {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.work-stand3.standerd .item .cont h6 {
  background: #99E5B7;
  color: #141414; }

.work-stand3.standerd .item .cont:after, .work-stand3.standerd .item .cont:before {
  background-color: #99E5B7; }

.work-stand3.standerd .item .cont:before {
  background: -webkit-linear-gradient(250deg, #141414, #99E5B7);
  background: -o-linear-gradient(250deg, #141414, #99E5B7);
  background: linear-gradient(200deg, #141414, #99E5B7); }

.work-stand2 .item {
  position: relative; }
  .work-stand2 .item .cont {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #99E5B7;
    border-radius: 10px;
    max-width: 350px;
    padding: 25px 30px;
    opacity: 0;
    visibility: none;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .work-stand2 .item .cont .date {
      font-size: 14px;
      color: #666; }
  .work-stand2 .item:hover .cont {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.work-stand {
  position: relative; }
  .work-stand:after, .work-stand:before {
    content: '';
    width: 65vw;
    height: 65vw;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    right: -5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: -1; }
  .work-stand:before {
    right: auto;
    left: -5%; }
  .work-stand .item {
    position: relative;
    margin-bottom: 120px;
    overflow: hidden; }
    .work-stand .item:hover .img .tag {
      opacity: 1;
      visibility: visible; }
    .work-stand .item:hover .cont {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); }
    .work-stand .item .img {
      position: relative;
      height: 450px; }
      .work-stand .item .img .tag {
        position: absolute;
        top: 15px;
        left: 15px;
        padding: 5px 10px;
        border-radius: 5px;
        background: #FFA88C;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
    .work-stand .item .cont {
      background: #fff;
      padding: 25px 25px 0;
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .work-stand .item .cont h6 .icon {
        width: 15px;
        margin-right: 5px; }
      .work-stand .item .cont .view svg {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.work-carsouel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  height: auto;
  padding: 0 40px; }

.work-carsouel .item {
  position: relative;
  overflow: hidden; }
  .work-carsouel .item .img1 {
    width: 800px;
    height: 580px; }
  .work-carsouel .item .img2 {
    width: 800px;
    height: 500px; }
  .work-carsouel .item .img3 {
    width: 800px;
    height: 400px; }
  .work-carsouel .item .img4 {
    width: 800px;
    height: 570px; }
  .work-carsouel .item .cont {
    position: absolute;
    left: 30px;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3; }
    .work-carsouel .item .cont h6 {
      padding: 5px 20px;
      background: #FFA88C;
      border-radius: 30px;
      display: inline-block;
      font-weight: 500; }
    .work-carsouel .item .cont h4 {
      font-size: 28px; }
    .work-carsouel .item .cont:after, .work-carsouel .item .cont:before {
      content: '';
      position: absolute;
      top: -150px;
      right: -150px;
      width: 700px;
      height: 700px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      z-index: -1; }
    .work-carsouel .item .cont:before {
      top: -120px;
      right: -120px;
      background: rgba(255, 255, 255, 0.8); }

.work-carsouel .swiper-slide-active .item:hover .cont {
  opacity: 1;
  visibility: visible; }

.work-carsouel2 .item {
  position: relative;
  overflow: hidden; }
  .work-carsouel2 .item .img {
    height: 600px; }
  .list-folio .item .cont,
  .work-carsouel2 .item .cont {
    position: absolute;
    left: 30px;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3; }
    .list-folio .item .cont h6,
    .work-carsouel2 .item .cont h6 {
      padding: 5px 20px;
      background: #f7ed41;
      border-radius: 30px;
      display: inline-block;
      font-weight: 500;
      position: relative;
      z-index: 3; }
    .list-folio .item .cont h4,
    .work-carsouel2 .item .cont h4 {
      font-size: 28px;
      position: relative;
      color: white;
      z-index: 3; }
      .list-folio .item .cont h4 a,
      .work-carsouel2 .item .cont h4 a {
        color: white;
      }

    .list-folio .item .cont:after,
    .list-folio .item .cont:before,
    .work-carsouel2 .item .cont:after,
    .work-carsouel2 .item .cont:before {
      content: '';
      position: absolute;
      top: -150px;
      right: -150px;
      width: 700px;
      height: 700px;
      border-radius: 50%;
      background-color: #556077;
      opacity: .5;
      pointer-events: none;
      z-index: -1; }
    .list-folio .item .cont:before,
    .work-carsouel2 .item .cont:before {
      top: -120px;
      right: -120px;
      background: -webkit-linear-gradient(250deg, #000000, #556077);
      background: -o-linear-gradient(250deg, #000000, #556077);
      background: linear-gradient(200deg, #000000, #556077);
      opacity: .8;
      pointer-events: none;
      z-index: 2; }
  .list-folio .item:hover .cont,
  .work-carsouel2 .item:hover .cont {
    opacity: 1;
    visibility: visible; }

.work-carsouel2.work-page .item .img {
  height: 580px;
  min-height: 75vh; }

.portfolio-crev .work-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.portfolio-crev .item {
  width: 350px;
  height: 600px;
  min-height: 60vh;
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .portfolio-crev .item .bg-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative; }
    .portfolio-crev .item .bg-img .cont {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      background: #fff;
      padding-left: 30px;
      width: max-content;
      position: absolute;
      left: 0;
      bottom: -1px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .portfolio-crev .item .bg-img .cont h6 .icon {
        width: 15px;
        margin-right: 5px; }
      .portfolio-crev .item .bg-img .cont .arrow {
        padding: 40px;
        margin-left: 60px;
        border-left: 1px solid rgba(0, 0, 0, 0.08); }
      .portfolio-crev .item .bg-img .cont .view svg {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .portfolio-crev .item.active {
    width: calc(100vw - 140px*3); }
    .portfolio-crev .item.active .bg-img .cont {
      opacity: 1;
      visibility: visible; }

.portfolio-crev .social-text a {
  margin-right: 25px;
  font-size: 13px; }
  .portfolio-crev .social-text a i {
    margin-right: 5px; }
  .portfolio-crev .social-text a:last-of-type {
    margin-right: 0; }

.portfolio-tab .cluom {
  position: relative;
  z-index: 1; }
  .portfolio-tab .cluom:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid #141414;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .portfolio-tab .cluom.current {
    z-index: 2; }
    .portfolio-tab .cluom.current h5 {
      text-decoration: underline;
      -webkit-text-decoration-color: rgba(0, 0, 0, 0.2);
      text-decoration-color: rgba(0, 0, 0, 0.2); }
    .portfolio-tab .cluom.current:after {
      width: 100%; }
  .portfolio-tab .cluom .img-thum {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 280px;
    height: 320px;
    display: none; }

.portfolio-tab .glry-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .portfolio-tab .glry-img .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    background-size: cover;
    background-position: center center; }
    .portfolio-tab .glry-img .bg-img.current {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }

.work-details .lg-bold-head {
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  position: relative;
  z-index: -1; }

.work-details .cont .social {
  margin-top: 30px; }
  .work-details .cont .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
    color: #141414;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .work-details .cont .social a:hover {
      background: #141414;
      color: #fff; }

.work-details .imgs .img {
  height: 550px; }

.work-details .mas-img .img1 {
  height: 600px;
  width: 110%;
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
  margin-bottom: 140px; }

.work-details .mas-img .img2 {
  height: 600px; }

.work-details .mas-img .img3 {
  height: 800px; }

/* Pricing
-----------------------------------------------------------------*/
.price .item {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden; }
  .price .item:after, .price .item:before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%; }
  .price .item:before {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
  .price .item .feat li {
    margin-bottom: 10px; }
    .price .item .feat li .icon {
      font-size: 12px;
      margin-right: 10px; }
  .price .item .view svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .price .item .amount h2 {
    line-height: 1; }
    .price .item .amount h2 span {
      font-size: 20px; }

/* Process
-----------------------------------------------------------------*/
.process .item {
  border-right: 1px solid rgba(255, 255, 255, 0.08); }
  .process .item:last-of-type {
    border: 0; }
  .process .item:hover .to-in {
    margin-left: 0; }

/* Services
-----------------------------------------------------------------*/
.services-tab .cluom {
  position: relative; }
  .services-tab .cluom:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid #141414;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .services-tab .cluom.current:after {
    width: 100%; }

.services-tab .glry-img {
  width: 100%;
  height: 100%;
  position: relative; }
  .services-tab .glry-img .bg-img {
    position: absolute;
    top: calc(50% - 250px);
    left: 40px;
    right: 40px;
    height: 500px;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    background-size: cover;
    background-position: center center; }
    .services-tab .glry-img .bg-img.current {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }

.services .item {
  background: #FAFDFB;
  padding: 60px 30px; }
  .services .item .icon {
    width: 120px;
    margin: 0 auto 30px; }
  .services .item .arrow {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .services .item .arrow:hover {
      background: #141414; }
      .services .item .arrow:hover svg path {
        stroke: #fff; }

.serv-dark .item {
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .serv-dark .item .img {
    position: absolute;
    top: 0px;
    left: -85px;
    width: 200px;
    height: 200px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .serv-dark .item:hover {
    border-color: #eee; }
    .serv-dark .item:hover .img {
      top: -60px;
      opacity: 1; }

.serv-box .swiper-wrapper {
  padding: 30px 0; }

.serv-box .item {
  padding: 60px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .serv-box .item:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-color: transparent; }
    .serv-box .item:hover h5 {
      text-decoration: underline; }
    .serv-box .item:hover .arrow {
      background: #141414; }
      .serv-box .item:hover .arrow svg path {
        stroke: #fff; }
  .serv-box .item .arrow {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.serv-box .swiper-pagination {
  position: static; }

.services-modern {
  position: relative;
  z-index: 3; }
  .services-modern .intro-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 850px;
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
    z-index: -1; }
  .services-modern .item {
    padding: 30px;
    border-radius: 15px;
    background: #202020;
    position: relative;
    z-index: 1; }
    .services-modern .item:hover {
      z-index: 2; }
    .services-modern .item .img {
      width: 300px;
      height: 350px;
      position: absolute;
      top: 70%;
      right: 100px;
      opacity: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      pointer-events: none; }
    .services-modern .item .cont h5 {
      margin-bottom: 15px; }
    .services-modern .item .arrow {
      width: 65px;
      height: 65px;
      line-height: 65px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%; }
      .services-modern .item .arrow svg {
        width: 20px; }
    .services-modern .item:hover .img {
      top: 50%;
      opacity: 1; }
    .services-modern .item:hover h5 {
      text-decoration: underline; }
    .services-modern .item:hover .arrow {
      background: #FFA88C; }
      .services-modern .item:hover .arrow svg path {
        stroke: #141414; }

.serv-business .lg-bold-head {
  position: relative; }
  .serv-business .lg-bold-head:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -250px;
    width: 280px;
    border-bottom: 1px solid #141414;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .serv-business .lg-bold-head h2 {
    font-size: 265px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1; }
    .serv-business .lg-bold-head h2 .inline {
      display: inline;
      position: relative; }
      .serv-business .lg-bold-head h2 .inline .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-45%);
        -ms-transform: translateX(-50%) translateY(-45%);
        transform: translateX(-50%) translateY(-45%);
        width: 40px;
        height: 100%; }

.serv-business .item {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .serv-business .item .cont {
    position: relative;
    padding: 0 30px 30px; }
    .serv-business .item .cont:after {
      content: '';
      width: 35px;
      height: 35px;
      border: 1px solid #141414;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      top: -55px;
      right: 45px; }
    .serv-business .item .cont:before {
      content: '';
      width: 35px;
      height: 35px;
      border: 1px solid #141414;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      top: -40px;
      right: 30px; }

/* Sliders
-----------------------------------------------------------------*/
.full-showcase .parallax-slider {
  position: relative; }
  .full-showcase .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding: 80px 0; }
    .full-showcase .parallax-slider .swiper-slide .bg-img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: center; }
    .full-showcase .parallax-slider .swiper-slide .video-container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .full-showcase .parallax-slider .swiper-slide .video-container video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center; }
  .full-showcase .parallax-slider .swiper-slide-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 99; }
    .full-showcase .parallax-slider .swiper-slide-active .caption .thin,
    .full-showcase .parallax-slider .swiper-slide-active .caption .btn-curve,
    .full-showcase .parallax-slider .swiper-slide-active .caption p {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .full-showcase .parallax-slider .caption h1 {
    font-size: 100px; }
  .full-showcase .parallax-slider .caption .cal-act {
    position: relative; }
  .full-showcase .parallax-slider .caption p {
    color: #eee;
    margin-top: 15px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }

.full-showcase .swiper-controls {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9; }
  .full-showcase .swiper-controls .swiper-button-prev,
  .full-showcase .swiper-controls .swiper-button-next {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    color: #fff;
    z-index: 9; }
    .full-showcase .swiper-controls .swiper-button-prev:after,
    .full-showcase .swiper-controls .swiper-button-next:after {
      display: none; }
    .full-showcase .swiper-controls .swiper-button-prev span,
    .full-showcase .swiper-controls .swiper-button-next span {
      white-space: nowrap; }
  .full-showcase .swiper-controls .swiper-button-prev {
    left: 120px; }
    .full-showcase .swiper-controls .swiper-button-prev i {
      margin-right: 25px; }
  .full-showcase .swiper-controls .swiper-button-next {
    right: 120px; }
    .full-showcase .swiper-controls .swiper-button-next i {
      margin-left: 25px; }

.full-showcase .swiper-pagination {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto; }

.full-showcase .swiper-pagination-bullet {
  background: transparent;
  margin: 0 10px !important; }

.full-showcase .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash linear 10s;
  animation: dash linear 10s;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset; }

.full-showcase .path {
  display: none; }

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  from {
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 0; } }

.carousel-slider {
  min-height: 100vh;
  position: relative; }
  .carousel-slider .gallery-img .bg-img {
    height: 60vh;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background-position: center; }
    .carousel-slider .gallery-img .bg-img a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .carousel-slider .gallery-text {
    position: absolute;
    width: auto;
    top: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    margin: auto;
    z-index: 9; }
    .carousel-slider .gallery-text .swiper-container,
    .carousel-slider .gallery-text .swiper-slide {
      height: 100px !important; }
    .carousel-slider .gallery-text .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .carousel-slider .gallery-text .text {
      width: 100%;
      text-align: center; }
      .carousel-slider .gallery-text .text h4 {
        font-size: 50px;
        font-weight: 500;
        line-height: 1; }
      .carousel-slider .gallery-text .text h6 {
        margin-top: 15px;
        overflow: hidden;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 3px; }
        .carousel-slider .gallery-text .text h6 span {
          -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
          transform: translateY(50px);
          -webkit-transition: all .8s;
          -o-transition: all .8s;
          transition: all .8s; }
    .carousel-slider .gallery-text .swiper-slide-active .text h6 span {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s; }
  .carousel-slider .swiper-controls {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 9; }
    .carousel-slider .swiper-controls .swiper-button-prev,
    .carousel-slider .swiper-controls .swiper-button-next {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      top: auto;
      color: #fff;
      z-index: 9; }
      .carousel-slider .swiper-controls .swiper-button-prev:after,
      .carousel-slider .swiper-controls .swiper-button-next:after {
        display: none; }
      .carousel-slider .swiper-controls .swiper-button-prev span,
      .carousel-slider .swiper-controls .swiper-button-next span {
        white-space: nowrap; }
    .carousel-slider .swiper-controls .swiper-button-prev {
      left: 120px; }
      .carousel-slider .swiper-controls .swiper-button-prev i {
        margin-right: 25px; }
    .carousel-slider .swiper-controls .swiper-button-next {
      right: 120px; }
      .carousel-slider .swiper-controls .swiper-button-next i {
        margin-left: 25px; }
  .carousel-slider .swiper-pagination {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto; }
  .carousel-slider .swiper-pagination-bullet {
    background: transparent;
    margin: 0 10px !important; }
  .carousel-slider .swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash linear 10s;
    animation: dash linear 10s;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset; }
  .carousel-slider .path {
    display: none; }

@keyframes dash {
  from {
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 0; } }

.half-slider {
  min-height: 100vh;
  position: relative; }
  .half-slider .gallery-img {
    width: 75vw;
    margin-left: 25vw; }
    .half-slider .gallery-img .swiper-slide {
      height: 100vh;
      position: relative;
      overflow: hidden; }
    .half-slider .gallery-img .swiper-slide-active .bg-img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .half-slider .gallery-img .bg-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: all .6s linear;
      -o-transition: all .6s linear;
      transition: all .6s linear;
      background-position: center; }
      .half-slider .gallery-img .bg-img a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .half-slider .gallery-text {
    position: absolute;
    width: auto;
    top: 50%;
    left: -15vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9; }
    .half-slider .gallery-text .text h4 {
      font-size: 70px;
      font-weight: 600;
      color: transparent;
      -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.5);
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s; }
    .half-slider .gallery-text .text h6 {
      margin-bottom: 15px;
      overflow: hidden;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 3px; }
      .half-slider .gallery-text .text h6 span {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s; }
    .half-slider .gallery-text .swiper-slide-active .text h4 {
      color: #fff;
      -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0); }
    .half-slider .gallery-text .swiper-slide-active .text h6 span {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s; }
  .half-slider .swiper-controls {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 9; }
    .half-slider .swiper-controls .swiper-button-prev,
    .half-slider .swiper-controls .swiper-button-next {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      top: auto;
      color: #fff;
      z-index: 9; }
      .half-slider .swiper-controls .swiper-button-prev:after,
      .half-slider .swiper-controls .swiper-button-next:after {
        display: none; }
      .half-slider .swiper-controls .swiper-button-prev span,
      .half-slider .swiper-controls .swiper-button-next span {
        white-space: nowrap; }
    .half-slider .swiper-controls .swiper-button-prev {
      left: 120px; }
      .half-slider .swiper-controls .swiper-button-prev i {
        margin-right: 25px; }
    .half-slider .swiper-controls .swiper-button-next {
      right: 120px; }
      .half-slider .swiper-controls .swiper-button-next i {
        margin-left: 25px; }
  .half-slider .swiper-pagination {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto; }
  .half-slider .swiper-pagination-bullet {
    background: transparent;
    margin: 0 10px !important; }
  .half-slider .swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash linear 10s;
    animation: dash linear 10s;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset; }
  .half-slider .path {
    display: none; }

@keyframes dash {
  from {
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 0; } }

.slider {
  position: relative; }
  .slider .parallax-slider {
    position: relative; }
    .slider .parallax-slider .swiper-slide {
      position: relative;
      overflow: hidden;
      width: 100%;
      min-height: 100vh;
      padding: 80px 0;
      border-radius: 0 0 0 30px; }
      .slider .parallax-slider .swiper-slide .bg-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover; }
    .slider .parallax-slider .caption h2 {
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 7px; }
    .slider .parallax-slider .caption h1 {
      font-size: 110px; }
  .slider .slider-contro {
    position: absolute;
    bottom: -2px;
    right: 0;
    border-radius: 40px 0 0 0;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5; }
    .slider .slider-contro .swiper-nav-ctrl {
      position: static;
      width: auto;
      height: auto;
      margin: 0;
      color: inherit;
      text-transform: uppercase; }
      .slider .slider-contro .swiper-nav-ctrl:after {
        display: none; }
    .slider .slider-contro .shap-left-bottom {
      position: absolute;
      bottom: 0;
      left: -2rem;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      .slider .slider-contro .shap-left-bottom svg {
        width: 2.1rem;
        height: 2.1rem; }
    .slider .slider-contro .shap-right-top {
      position: absolute;
      top: -2.05rem;
      right: 0;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      .slider .slider-contro .shap-right-top svg {
        width: 2.1rem;
        height: 2.1rem; }
  .slider .swiper-pagination {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: auto;
    font-size: 40px; }
    .slider .swiper-pagination .swiper-pagination-total {
      position: relative;
      padding-left: 25px;
      margin-left: 15px; }
      .slider .swiper-pagination .swiper-pagination-total:before {
        content: '/';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 20px; }

.swiper-arrow-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px; }
  .swiper-arrow-control .swiper-button-next,
  .swiper-arrow-control .swiper-button-prev {
    position: static;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    color: inherit; }
    .swiper-arrow-control .swiper-button-next:after,
    .swiper-arrow-control .swiper-button-prev:after {
      display: none; }
  .swiper-arrow-control .swiper-button-next {
    margin-left: 15px; }

/* Team
-----------------------------------------------------------------*/
.team .main-marq:after {
  display: none; }

.team .main-marq h4 {
  font-size: 250px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase; }
  .team .main-marq h4 span {
    color: #fff !important; }

.team .item .img {
  position: relative; }
  .team .item .img:hover .social {
    opacity: 1;
    visibility: visible; }
  .team .item .img .social {
    position: absolute;
    left: 15px;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .team .item .img .social a {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 2px;
      background: #fff;
      color: #141414;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .team .item .img .social a:hover {
        background: #141414;
        color: #fff; }

.team-action .imgs .img1 {
  height: 200px;
  width: 200px;
  border-radius: 0 30px 30px 30px;
  overflow: hidden;
  margin: 80px auto 0; }

.team-action .imgs .img2 {
  height: 180px;
  width: 190px;
  border-radius: 0 0 50% 50%;
  overflow: hidden;
  margin: 0 auto 30px; }

.team-action .imgs .img3 {
  height: 200px;
  border-radius: 0 30px 0 30px;
  overflow: hidden; }

.team-action .cont {
  position: relative; }
  .team-action .cont .logo-img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none; }
  .team-action .cont h2 {
    font-size: 80px;
    font-weight: 800;
    position: relative; }
    .team-action .cont h2:after {
      content: '';
      position: absolute;
      bottom: -40px;
      left: 0;
      width: 200px;
      border-bottom: 1px solid #141414; }
    .team-action .cont h2 .stroke {
      display: block; }
  .team-action .cont .butn-circle {
    margin-top: -50px; }

.team-tab .main-marq:after {
  display: none; }

.team-tab .main-marq h4 {
  font-size: 250px;
  font-weight: 800;
  line-height: 1; }
  .team-tab .main-marq h4 span {
    color: transparent !important;
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0.1); }

.team-tab .team-tab-cont .cont .sm-title {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 20px;
  border: 1px solid #FFA88C;
  margin-bottom: 20px; }
  .team-tab .team-tab-cont .cont .sm-title i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .team-tab .team-tab-cont .cont .sm-title i:after, .team-tab .team-tab-cont .cont .sm-title i:before {
      content: '';
      width: 10px;
      height: 10px;
      border: 1px solid #FFA88C;
      border-radius: 50%;
      position: absolute;
      bottom: -9px; }
    .team-tab .team-tab-cont .cont .sm-title i:after {
      right: -9px; }
    .team-tab .team-tab-cont .cont .sm-title i:before {
      left: -9px; }
  .team-tab .team-tab-cont .cont .sm-title:after, .team-tab .team-tab-cont .cont .sm-title:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #FFA88C;
    border-radius: 50%;
    position: absolute;
    top: -9px; }
  .team-tab .team-tab-cont .cont .sm-title:after {
    right: -9px; }
  .team-tab .team-tab-cont .cont .sm-title:before {
    left: -9px; }

.team-tab .team-tab-cont .cont h2 {
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px; }

.team-tab .team-tab-cont .cont .social {
  margin-top: 30px; }
  .team-tab .team-tab-cont .cont .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
    color: #141414;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .team-tab .team-tab-cont .cont .social a:hover {
      background: #141414;
      color: #fff; }

.team-tab .team-tab-link .img1 {
  width: 90px;
  height: 370px;
  border-radius: 50px; }

.team-tab .team-tab-link .img2 {
  width: 90px;
  height: 290px;
  border-radius: 50px; }

.team-tab .team-tab-link .img3 {
  width: 90px;
  height: 180px;
  border-radius: 50px; }

.team-tab .team-tab-link .item-link {
  margin: 15px;
  position: relative;
  cursor: pointer; }
  .team-tab .team-tab-link .item-link:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #99E5B7;
    position: absolute;
    right: 10px;
    top: 20px;
    opacity: 0; }
  .team-tab .team-tab-link .item-link.current:after {
    opacity: 1; }

/* Testimonials
-----------------------------------------------------------------*/
.testimonials {
  position: relative; }
  .testimonials .item .circle {
    width: 70px;
    height: 70px; }
  .testimonials .img-main {
    height: 400px;
    width: 100%; }
  .testimonials .testim-swiper {
    position: relative; }
    .testimonials .testim-swiper .swiper-pagination {
      position: absolute;
      right: 0;
      bottom: 15px; }
  .testimonials .testim-swiper3 {
    position: relative; }
    .testimonials .testim-swiper3:after, .testimonials .testim-swiper3:before {
      content: '';
      width: 55vw;
      height: 55vw;
      border-radius: 50%;
      border: 1px solid rgba(0, 0, 0, 0.1);
      position: absolute;
      left: -5%;
      top: -40%;
      pointer-events: none;
      z-index: -1; }
    .testimonials .testim-swiper3:before {
      left: 50%;
      top: 0; }
    .testimonials .testim-swiper3 .swiper-wrapper {
      padding-bottom: 60px; }
    .testimonials .testim-swiper3 .item {
      padding: 40px;
      border-radius: 15px;
      -webkit-box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.05);
      background: #fff; }
    .testimonials .testim-swiper3 .swiper-pagination {
      position: relative; }

.swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #141414;
  border-radius: 50%;
  margin: 0 10px;
  position: relative; }
  .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #141414;
    border-radius: 50%;
    opacity: 0; }

.swiper-pagination .swiper-pagination-bullet-active:after {
  opacity: 1; }

/* Videos
-----------------------------------------------------------------*/
/* Shop
-----------------------------------------------------------------*/
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .md-mb10 {
    margin-bottom: 10px; }
  .md-mb15 {
    margin-bottom: 15px; }
  .md-mb20 {
    margin-bottom: 20px; }
  .md-mb30 {
    margin-bottom: 30px; }
  .md-mb40 {
    margin-bottom: 40px; }
  .md-mb50 {
    margin-bottom: 50px !important; }
  .md-mb80 {
    margin-bottom: 80px; }
  .md-no-mrg {
    margin: 0 !important; }
  .md-pb10 {
    padding-bottom: 10px; }
  .md-pb20 {
    padding-bottom: 20px; }
  .md-pb30 {
    padding-bottom: 30px; }
  .md-pb40 {
    padding-bottom: 40px; }
  .md-pb50 {
    padding-bottom: 50px; }
  .md-pb60 {
    padding-bottom: 60px; }
  .md-pb70 {
    padding-bottom: 70px; }
  .md-pb80 {
    padding-bottom: 80px; }
  .md-pt80 {
    padding-top: 80px !important; }
  .md-no-pad {
    padding: 0 !important; }
  .md-center {
    text-align: center !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .md-hide {
    display: none; }
  .justify-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
    .justify-end .vew-all {
      margin-left: 25px;
      margin-top: 25px; }
    .justify-end .swiper-controls {
      margin-top: 30px; }
    .justify-end .ml-auto {
      margin-left: 0;
      margin-top: 30px; }
  .sec-head .justify-content-end {
    display: block !important;
    margin-top: 30px; }
  .sec-head .lg-title h2 {
    font-size: 80px; }
  .lg-bold-head h2 {
    font-size: 120px; }
  .row.sm-marg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.sm-marg > * {
      padding-left: 15px;
      padding-right: 15px; }
  .row.stand-marg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.stand-marg > * {
      padding-left: 15px;
      padding-right: 15px; }
  .row.md-marg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.md-marg > * {
      padding-left: 15px;
      padding-right: 15px; }
  .row.lg-marg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.lg-marg > * {
      padding-left: 15px;
      padding-right: 15px; }
  .row.xlg-marg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.xlg-marg > * {
      padding-left: 15px;
      padding-right: 15px; }
  .row.xxlg-marg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.xxlg-marg > * {
      padding-left: 15px;
      padding-right: 15px; }
  h1 {
    font-size: 50px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 30px; }
  h4 {
    font-size: 28px; }
  h5 {
    font-size: 23px; }
  h6 {
    font-size: 20px; }
  .fz-120 {
    font-size: 90px !important; }
  .fz-80 {
    font-size: 60px !important; }
  .fz-70 {
    font-size: 50px !important; }
  .navbar .logo:after {
    display: none; }
  .navbar .contact-button {
    display: none; }
  .navbar .mega-menu .item-img .img {
    display: none; }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px; }
    .navbar .navbar-collapse {
      max-height: 440px;
      overflow: auto; }
      .navbar .navbar-collapse::-webkit-scrollbar {
        display: none; }
    .navbar.nav-scroll {
      padding-top: 15px;
      padding-bottom: 15px; }
    .navbar .container {
      padding: 0;
      width: 100%;
      max-width: 100%; }
    .navbar .mega-menu .container {
      padding: 20px 10px !important; }
    .navbar .navbar-collapse {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin-top: 15px; }
    .navbar .navbar-toggler {
      font-size: 20px;
      border-radius: 0;
      padding: 0;
      margin-right: 30px; }
      .navbar .navbar-toggler:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        outline: none; }
    .navbar .dropdown-menu {
      display: none; }
      .navbar .dropdown-menu.show {
        display: block;
        position: static; }
    .navbar .dropdown-menu .dropdown-item .dropdown-side {
      display: none;
      position: static;
      width: 100%;
      margin-top: 15px; }
      .navbar .dropdown-menu .dropdown-item .dropdown-side.show {
        display: block; }
    .navbar .navbar-nav .nav-link {
      padding: 15px 30px 10px;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .navbar .navbar-nav .nav-item:last-of-type .nav-link {
      padding-bottom: 0;
      border-bottom: 0; }
    .navbar .navbar-nav .mega-menu {
      width: auto;
      position: static;
      padding: 0; }
      .navbar .navbar-nav .mega-menu .item-img {
        font-size: 14px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        padding: 10px 25px;
        position: relative; }
        .navbar .navbar-nav .mega-menu .item-img .mt-15 {
          margin-top: 0 !important; }
        .navbar .navbar-nav .mega-menu .item-img:after {
          content: '';
          width: 0px;
          height: 1px;
          background: #fff;
          position: absolute;
          left: 10px;
          top: 18px;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
        .navbar .navbar-nav .mega-menu .item-img:hover {
          padding-left: 30px;
          background: transparent; }
          .navbar .navbar-nav .mega-menu .item-img:hover:after {
            width: 10px; }
  .navbar .box-dark {
    padding: 15px 0; }
  .header-business .b-img .vid {
    display: none; }
  .header-creative .main-img {
    height: 450px;
    bottom: -150px; }
  .dstudio .caption .v-img {
    display: none; }
  .dstudio .caption h1 {
    font-size: 160px;
    letter-spacing: -10px; }
  .dstudio .img-1 {
    width: 135px;
    height: 120px; }
  .dstudio .img-2 {
    right: 120px; }
  .dstudio .img-3 {
    left: 70px;
    height: 340px; }
  .header-digital .img-fixed {
    right: -100px; }
  .header-digital .best-clients {
    margin-left: 0;
    margin-bottom: 30px; }
  .header-digital .caption h1 {
    line-height: 1.1; }
  .header-digital .order-md-4 {
    margin-top: 50px; }
  .header-digital .img-circle {
    display: none; }
  .digital-marketing .caption h1 {
    text-align: center; }
  .digital-marketing .shape {
    top: 0; }
  .digital-marketing .caption .text:after {
    display: none; }
  .digital-marketing .caption .text {
    padding-left: 0;
    text-align: center; }
  .hero-dark .circle-img-bord {
    display: none; }
  .about-modern .lg-bold-head h2 {
    font-size: 130px; }
  .about-modern .content .img2,
  .about-modern .content .img3,
  .about-modern .content .img4 {
    display: none; }
  .intro-1 {
    position: relative; }
    .intro-1 .cont {
      position: static; }
      .intro-1 .cont .vid {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
  .why-us .sec-head .text .sub-font {
    font-size: 120px; }
  .why-us .img-top-left,
  .why-us .img-top-right {
    display: none; }
  .why-us .g-img {
    max-width: 350px;
    margin: auto auto 50px; }
  .team-action .cont .justify-content-end {
    display: block !important; }
  .team-action .cont .butn-circle {
    margin-top: 30px; }
  .team-action .cont h2:after {
    display: none; }
  .about-modern .lg-sec-head h2 {
    font-size: 100px; }
  .numbers .item {
    margin-left: auto;
    margin-right: auto; }
  .serv-business .lg-bold-head h2 {
    font-size: 140px; }
  .work-stand2 .item {
    margin-top: 0 !important; }
  .work-stand .item {
    margin-bottom: 50px; }
  footer .call-action h2 {
    font-size: 100px; }
  footer .call-action h2 span {
    display: none; }
  footer .call-action .justify-content-end {
    display: block !important;
    margin-top: 30px; }
  footer .info,
  footer .links {
    margin-bottom: 30px; }
  footer .sub-footer .justify-content-end {
    display: block !important;
    margin-top: 10px; }
  .page-header .caption h1 {
    font-size: 100px; }
  .page-header .img-circle {
    display: none; }
  .page-header .icon-img-80 {
    width: 60px; }
  .sidebar .widget.insta span {
    min-width: 32%; }
  .sidebar .widget.insta {
    text-align: center; }
    .sidebar .widget.insta .title-widget {
      text-align: left; }
  .sec-head h2 {
    font-size: 40px; }
  .main-post .author {
    display: block !important; }
    .main-post .author .info {
      margin: 30px 0 0 !important; }
  .portfolio-crev .work-boxs {
    display: block; }
    .portfolio-crev .work-boxs .item {
      width: 100% !important;
      height: 250px;
      min-height: auto; }
      .portfolio-crev .work-boxs .item.active {
        height: calc(100vh - 250px*3); }
  .portfolio-tab .cluom.current .img-thum {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .portfolio-tab .cluom:first-of-type.current .img-thum {
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%); }
  .portfolio-tab .cluom .img-thum {
    display: block;
    opacity: 0;
    visibility: 0;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3; }
  .work-details .lg-bold-head {
    -webkit-transform: translateY(65px);
    -ms-transform: translateY(65px);
    transform: translateY(65px); }
  .work-details .mas-img .img1 {
    width: 100%;
    margin-bottom: 40px !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .sm-footer .logo {
    text-align: right !important; } }

@media screen and (max-width: 768px) {
  .sm-mb10 {
    margin-bottom: 10px; }
  .sm-mb20 {
    margin-bottom: 20px; }
  .sm-mb30 {
    margin-bottom: 30px; }
  .sm-mb40 {
    margin-bottom: 40px; }
  .sm-mb50 {
    margin-bottom: 50px; }
  .sm-mb80 {
    margin-bottom: 80px; }
  .sm-pb10 {
    padding-bottom: 10px; }
  .sm-pb20 {
    padding-bottom: 20px; }
  .sm-pb30 {
    padding-bottom: 30px; }
  .sm-pb40 {
    padding-bottom: 40px; }
  .sm-pb50 {
    padding-bottom: 50px; }
  .sm-pb60 {
    padding-bottom: 60px; }
  .sm-pb70 {
    padding-bottom: 70px; }
  .sm-pb80 {
    padding-bottom: 80px; }
  .sm-hide {
    display: none; }
  .fz-70 {
    font-size: 40px !important; }
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 34px; }
  h3 {
    font-size: 22px; }
  h4 {
    font-size: 20px; }
    h4.fz-30 {
      font-size: 24px !important; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 18px; }
  .loader-wrap .loader-wrap-heading .load-text {
    letter-spacing: 5px; }
  .progress-wrap {
    bottom: 15px;
    right: 15px; }
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px; }
  .sec-head h2 {
    font-size: 32px; }
  .sec-head {
    position: relative; }
    .sec-head .icon {
      position: absolute;
      bottom: 0;
      right: 0;
      margin-bottom: 0 !important; }
    .sec-head .head-cont {
      margin-top: 30px; }
  .lg-bold-head h2 {
    font-size: 60px; }
    .lg-bold-head h2 .icon {
      width: 14px !important; }
  .header-business .caption h1 {
    font-size: 70px; }
  header .contact-email {
    display: none; }
  .header-creative .caption h1 {
    font-size: 70px; }
    .header-creative .caption h1 .icon {
      padding-left: 60px; }
      .header-creative .caption h1 .icon img {
        width: 45px; }
    .header-creative .caption h1 .arrow {
      padding-left: 100px; }
      .header-creative .caption h1 .arrow img {
        width: 85px; }
  .header-creative .main-img {
    display: none; }
  .header-creative:after {
    width: 50vw;
    height: 50vw; }
  .dstudio .caption h1 {
    font-size: 100px; }
  .dstudio .rotat-butn {
    position: relative;
    margin-bottom: 30px;
    right: auto; }
  .dstudio .img-1,
  .dstudio .img-2,
  .dstudio .img-3,
  .dstudio .img-4 {
    display: none; }
  .header-digital .img-fixed {
    display: none; }
  .header-digital .caption h1 {
    font-size: 90px; }
  .digital-marketing .caption h1 {
    font-size: 65px; }
  .about-modern .lg-bold-head h2 {
    font-size: 80px; }
  .about-modern .lg-bold-head h2 .inline .icon {
    width: 15px; }
  .intro-1 .dots-vector {
    display: none; }
  .why-us .sec-head .text .sub-font {
    font-size: 70px; }
  .why-us .sec-head .text .img-vector {
    width: 50px; }
  .team-action .cont h2 {
    font-size: 60px; }
  .about-modern .lg-sec-head h2 {
    font-size: 65px; }
    .about-modern .lg-sec-head h2 .icon {
      width: 50px;
      margin-right: 15px; }
  .team .main-marq h4 {
    font-size: 120px; }
  .serv-business .lg-bold-head h2 {
    font-size: 80px; }
  .serv-business .lg-bold-head h2 .inline .icon {
    width: 15px; }
  .services-tab .cluom h6 {
    margin-bottom: 10px; }
  .serv-dark .item {
    display: block !important; }
    .serv-dark .item .num {
      margin: 0 0 10px !important; }
    .serv-dark .item .ml-80 {
      margin-left: auto !important; }
  .services-modern .item .img {
    display: none; }
  .services-modern .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .services-modern .num {
    margin-bottom: 15px; }
  .services-modern .arrow {
    margin-top: 15px; }
  .intro-full-video .cont h2 {
    font-size: 40px; }
  .faqs .main-marq h4 {
    font-size: 80px; }
    .faqs .main-marq h4 .icon img {
      width: 55px; }
  .team-tab .main-marq h4 {
    font-size: 150px; }
  .team-tab .team-tab-cont .cont h2 {
    font-size: 65px; }
  .sec-head .lg-title h2 {
    font-size: 65px; }
  .work-carsouel .swiper-slide {
    padding: 0; }
  footer .call-action h2 {
    font-size: 55px; }
  .page-header .caption h1 {
    font-size: 60px; }
  .page-header .long-arw {
    display: none; }
  .page-header .icon-img-80 {
    width: 40px; }
  .page-header .sub-font {
    margin-top: 30px; }
  .sidebar .widget.insta span {
    min-width: 48%; }
  .main-post .tags a {
    margin-top: 10px; }
  .blogs .coments .item {
    display: block !important; }
    .blogs .coments .item .info {
      margin: 30px 0 0 !important; }
    .blogs .coments .item.replaed {
      margin-left: 30px; }
  .portfolio-crev .work-boxs .item {
    height: 350px;
    min-height: auto;
    background-position: center center; }
    .portfolio-crev .work-boxs .item.active {
      height: 350px; }
  .portfolio-tab .cluom .img-thum {
    width: 160px;
    height: 170px;
    right: 0;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important; }
  .portfolio-tab .cluom h6 {
    margin-bottom: 15px; }
  .work-details .imgs .img,
  .work-details .mas-img .fit-img {
    height: 400px; } }

/* ====================== [ End Responsive ] ====================== */


.logo.vinyl {
  position: absolute;
  width: 315px;
  top: 8px;
}
.header-creative {
  background: #a4d2d2;
}
.header-creative:after {
  display: none;
}
.navbar {
  padding-top: 15px;
}
.navbar.nav-scroll {
  padding: 10px 0;
}

description,
.navbar .dropdown-menu .dropdown-item,
.navbar .contact-button a,
.navbar .navbar-nav .nav-link,
.faqs .accordion-header .accordion-button,
h5, h6, .head-cont {
  font-family: "Roboto Mono", monospace;
}

.bg-blck {
    background: #181818;
    color: #fff;
}
.header-creative .caption h1 .icon svg {
  position: absolute;
  left: 0;
  top: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
  fill: #556077;
}
.header-creative .caption h1 .icon svg:hover {
  top: 50%;
}

.header-creative .caption h1 .icon.gameboy {
  padding-left: 0;
}
.header-creative .caption h1 .icon.gameboy svg {
    right: 0;
    left: inherit;
    position: relative;
    top: 60px;
}


.icon-04 {
  width: 150px;
  margin-bottom: 20px;
}

.icon-04 svg {
  fill: #556077;
}


body,
.services.section-padding,
.navbar.nav-scroll {
    background: #f8f0df;
}
h5 {
    font-size: 21px;
}


.navbar .contact-button a {
  padding: 15px 30px;
  opacity: 1;
  border-color: black;
  background: #f7ed41;
  color: black;
  letter-spacing: 1px;
}

.mousse img {
  width: 115px;
  top: -50px;
  position: relative;
}

/* CSS */

.df-policy__wrapper .wp-block-button__link,
.button-54 {
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 15px 25px;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 12px;
  opacity: 0.7;
  background: #ffffff8a;
  transition: 0.4s;
}

.df-policy__wrapper .wp-block-button__link:active,
.button-54:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

.df-policy__wrapper .wp-block-button__link:hover,
.button-54:hover {
  opacity: 1;
  background: #ffffff;
}

.df-policy__wrapper .wp-block-button__link {
  margin-bottom: 35px;
}

.df-policy__wrapper .yellow .wp-block-button__link {
  padding: 15px 30px;
  opacity: 1;
  border-color: black;
  background: #f7ed41;
  color: black;
  letter-spacing: 1px;
}


.button-54.small {
  font-size: 14px;
  padding: 15px 25px;
}
.button-54.yellow {
  padding: 15px 30px;
  opacity: 1;
  border-color: black;
  background: #f7ed41;
  color: black;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .button-54 {
    padding: 20px 30px;
  }
}

.icon-roller-90 {
  max-width: 150px;
  position: absolute;
  bottom: -5px;
  left: 45%;
  filter: invert(36%) sepia(13%) saturate(789%) hue-rotate(189deg) brightness(95%) contrast(89%);
}

#histoire {
  position: relative;
  background: transparent;
  padding: 0;
}
#histoire .button-54 {
  opacity: 1;
  background: #ffffff;
}
#histoire .button-54:hover {
  opacity: 1;
  background: transparent;
}
#histoire .container:first-child {
  padding-top: 100px;
}
#histoire .brands {
  padding-bottom: 150px;
}
canvas {
  position: absolute;
  bottom: 0;
  z-index: -1;
  height: 100%;
}


.viny-break {
  max-width: 250px;
  margin-top: 60px;
}

.services .item {
  background: transparent;
  padding: 60px 30px;
  border: 2px solid;
  border-radius: 15px;
  box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.4);
}

.computer img {
  min-width: 280px;
}

.faqs .imgs {
  min-width: calc(100% + 100px);
}
.faqs .imgs .img3 {
  height: auto;
}
.blog-list .item .img {
    height: 315px;
}
footer .footer-items .info .logo {
    width: 415px;
}
footer .call-action h2 {
  font-size: 75px;
  font-weight: 700;
  line-height: 1;
}

footer {
  background: transparent !important;
}
footer:after {
  content: '';
  display: block;
  background: #300202;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}
footer video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -2;
  filter: brightness(0.5);
  min-width: 100%;
}


footer,
#histoire,
.faqs {
  width: 100%;
  overflow: hidden;
  position: relative;
}


.vibration svg {
  display: inline-block;
  transform-origin: center bottom;
  animation: wiggle 2.5s ease-in-out infinite;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.vibration svg:hover {
  animation: none;
  transform: scale(1.15) rotate(0deg);
}

@keyframes wiggle {
  0%,  100% { transform: rotate(0deg); }
  20%        { transform: rotate(-8deg); }
  40%        { transform: rotate(6deg); }
  60%        { transform: rotate(-4deg); }
  80%        { transform: rotate(3deg); }
  90%        { transform: rotate(-1deg); }
}


.bouge:hover {
  top: 0;
}
.bouge svg:hover {
  top: 0 !important;
  transform-origin: center center;
  animation: wiggle 2.5s ease-in-out infinite;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.roule:hover {
  transform-origin: left bottom;
  animation: wiggle 2.5s ease-in-out infinite;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.rocket:hover svg {
  animation: float-diagonal 2s ease-in-out infinite;
  cursor: pointer;
}

@keyframes float-diagonal {
  0%   { transform: translate(0px, 0px); }
  50%  { transform: translate(70px, -70px); }
  100% { transform: translate(0px, 0px); }
}

.services .item .icon {
  width: auto;
  margin: -150px auto 30px;
  position: relative;
}





/* ////////////////////////////////////// */
/* ///////////// GAME SPACE ///////////// */
/* ////////////////////////////////////// */



@keyframes move {
  from {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  to {
    transform: translate(0, -2000px);
    -ms-transform: translate(0, -2000px);
    -moz-transform: translate(0, -2000px);
    -webkit-transform: translate(0, -2000px);
  }
}
@-webkit-keyframes move {
  from {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  to {
    transform: translate(0, -2000px);
    -ms-transform: translate(0, -2000px);
    -moz-transform: translate(0, -2000px);
    -webkit-transform: translate(0, -2000px);
  }
}

.game-vinyl {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000000;
}



.small-stars {
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 1391px 303px #FFF , 453px 555px #FFF , 259px 1614px #FFF , 267px 1573px #FFF , 511px 719px #FFF , 62px 1537px #FFF , 773px 508px #FFF , 714px 631px #FFF , 227px 1733px #FFF , 779px 1092px #FFF , 774px 152px #FFF , 1016px 1516px #FFF , 1285px 1015px #FFF , 462px 1267px #FFF , 139px 1176px #FFF , 1708px 1186px #FFF , 1298px 169px #FFF , 1427px 410px #FFF , 139px 267px #FFF , 789px 1279px #FFF , 1401px 179px #FFF , 1903px 581px #FFF , 463px 1650px #FFF , 50px 681px #FFF , 1488px 853px #FFF , 1149px 47px #FFF , 79px 924px #FFF , 9px 1519px #FFF , 329px 737px #FFF , 565px 1163px #FFF , 553px 1652px #FFF , 1088px 1479px #FFF , 946px 1336px #FFF , 783px 1300px #FFF , 720px 1565px #FFF , 1688px 476px #FFF , 1941px 609px #FFF , 1238px 964px #FFF , 388px 1006px #FFF , 264px 1278px #FFF , 761px 550px #FFF , 425px 1312px #FFF , 230px 1565px #FFF , 1641px 1223px #FFF , 145px 210px #FFF , 465px 1682px #FFF , 1067px 1507px #FFF , 792px 13px #FFF , 1401px 244px #FFF , 1162px 1543px #FFF , 1840px 787px #FFF , 1030px 111px #FFF , 1366px 1679px #FFF , 466px 765px #FFF , 253px 840px #FFF , 1800px 193px #FFF , 1024px 1414px #FFF , 553px 223px #FFF , 1103px 32px #FFF , 743px 1532px #FFF , 1015px 562px #FFF , 855px 1565px #FFF , 25px 1280px #FFF , 1185px 640px #FFF , 48px 1393px #FFF , 1214px 1788px #FFF , 788px 1812px #FFF , 330px 455px #FFF , 700px 1799px #FFF , 646px 194px #FFF , 207px 647px #FFF , 406px 581px #FFF , 381px 1610px #FFF , 1207px 1464px #FFF , 961px 1539px #FFF , 552px 395px #FFF , 1880px 1284px #FFF , 565px 1399px #FFF , 1758px 51px #FFF , 522px 855px #FFF , 1321px 1990px #FFF , 1427px 162px #FFF , 497px 174px #FFF , 1417px 948px #FFF , 1571px 171px #FFF , 1498px 191px #FFF , 1422px 1802px #FFF , 1128px 792px #FFF , 1787px 531px #FFF , 548px 904px #FFF , 1714px 1236px #FFF , 592px 1407px #FFF , 736px 1033px #FFF , 1784px 915px #FFF , 1513px 1126px #FFF , 234px 1722px #FFF , 275px 331px #FFF , 139px 1488px #FFF , 1761px 1916px #FFF , 641px 646px #FFF , 449px 904px #FFF , 2px 562px #FFF , 925px 1572px #FFF , 78px 913px #FFF , 787px 896px #FFF , 786px 992px #FFF , 277px 1489px #FFF , 1276px 1769px #FFF , 219px 181px #FFF , 297px 1167px #FFF , 518px 608px #FFF , 60px 254px #FFF , 1176px 993px #FFF , 876px 347px #FFF , 1404px 1305px #FFF , 33px 1592px #FFF , 976px 1549px #FFF , 1832px 1280px #FFF , 4px 1518px #FFF , 239px 1752px #FFF , 1946px 332px #FFF , 717px 154px #FFF , 1129px 1828px #FFF , 1118px 473px #FFF , 1241px 683px #FFF , 13px 612px #FFF , 1315px 1872px #FFF , 391px 1836px #FFF , 758px 1920px #FFF , 288px 1183px #FFF , 750px 1113px #FFF , 379px 1531px #FFF , 1444px 1817px #FFF , 1465px 1976px #FFF , 1110px 259px #FFF , 933px 1715px #FFF , 1522px 379px #FFF , 1189px 1697px #FFF , 849px 1681px #FFF , 1657px 1854px #FFF , 494px 1310px #FFF , 1995px 93px #FFF , 1442px 1820px #FFF , 1314px 645px #FFF , 1358px 1890px #FFF , 154px 474px #FFF , 1202px 1676px #FFF , 1833px 1px #FFF , 1760px 489px #FFF , 334px 91px #FFF;
  animation: move 20s linear infinite;
}
.small-stars:after {
  content: " ";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 2000px;
  background: transparent;
  box-shadow: 1391px 303px #FFF , 453px 555px #FFF , 259px 1614px #FFF , 267px 1573px #FFF , 511px 719px #FFF , 62px 1537px #FFF , 773px 508px #FFF , 714px 631px #FFF , 227px 1733px #FFF , 779px 1092px #FFF , 774px 152px #FFF , 1016px 1516px #FFF , 1285px 1015px #FFF , 462px 1267px #FFF , 139px 1176px #FFF , 1708px 1186px #FFF , 1298px 169px #FFF , 1427px 410px #FFF , 139px 267px #FFF , 789px 1279px #FFF , 1401px 179px #FFF , 1903px 581px #FFF , 463px 1650px #FFF , 50px 681px #FFF , 1488px 853px #FFF , 1149px 47px #FFF , 79px 924px #FFF , 9px 1519px #FFF , 329px 737px #FFF , 565px 1163px #FFF , 553px 1652px #FFF , 1088px 1479px #FFF , 946px 1336px #FFF , 783px 1300px #FFF , 720px 1565px #FFF , 1688px 476px #FFF , 1941px 609px #FFF , 1238px 964px #FFF , 388px 1006px #FFF , 264px 1278px #FFF , 761px 550px #FFF , 425px 1312px #FFF , 230px 1565px #FFF , 1641px 1223px #FFF , 145px 210px #FFF , 465px 1682px #FFF , 1067px 1507px #FFF , 792px 13px #FFF , 1401px 244px #FFF , 1162px 1543px #FFF , 1840px 787px #FFF , 1030px 111px #FFF , 1366px 1679px #FFF , 466px 765px #FFF , 253px 840px #FFF , 1800px 193px #FFF , 1024px 1414px #FFF , 553px 223px #FFF , 1103px 32px #FFF , 743px 1532px #FFF , 1015px 562px #FFF , 855px 1565px #FFF , 25px 1280px #FFF , 1185px 640px #FFF , 48px 1393px #FFF , 1214px 1788px #FFF , 788px 1812px #FFF , 330px 455px #FFF , 700px 1799px #FFF , 646px 194px #FFF , 207px 647px #FFF , 406px 581px #FFF , 381px 1610px #FFF , 1207px 1464px #FFF , 961px 1539px #FFF , 552px 395px #FFF , 1880px 1284px #FFF , 565px 1399px #FFF , 1758px 51px #FFF , 522px 855px #FFF , 1321px 1990px #FFF , 1427px 162px #FFF , 497px 174px #FFF , 1417px 948px #FFF , 1571px 171px #FFF , 1498px 191px #FFF , 1422px 1802px #FFF , 1128px 792px #FFF , 1787px 531px #FFF , 548px 904px #FFF , 1714px 1236px #FFF , 592px 1407px #FFF , 736px 1033px #FFF , 1784px 915px #FFF , 1513px 1126px #FFF , 234px 1722px #FFF , 275px 331px #FFF , 139px 1488px #FFF , 1761px 1916px #FFF , 641px 646px #FFF , 449px 904px #FFF , 2px 562px #FFF , 925px 1572px #FFF , 78px 913px #FFF , 787px 896px #FFF , 786px 992px #FFF , 277px 1489px #FFF , 1276px 1769px #FFF , 219px 181px #FFF , 297px 1167px #FFF , 518px 608px #FFF , 60px 254px #FFF , 1176px 993px #FFF , 876px 347px #FFF , 1404px 1305px #FFF , 33px 1592px #FFF , 976px 1549px #FFF , 1832px 1280px #FFF , 4px 1518px #FFF , 239px 1752px #FFF , 1946px 332px #FFF , 717px 154px #FFF , 1129px 1828px #FFF , 1118px 473px #FFF , 1241px 683px #FFF , 13px 612px #FFF , 1315px 1872px #FFF , 391px 1836px #FFF , 758px 1920px #FFF , 288px 1183px #FFF , 750px 1113px #FFF , 379px 1531px #FFF , 1444px 1817px #FFF , 1465px 1976px #FFF , 1110px 259px #FFF , 933px 1715px #FFF , 1522px 379px #FFF , 1189px 1697px #FFF , 849px 1681px #FFF , 1657px 1854px #FFF , 494px 1310px #FFF , 1995px 93px #FFF , 1442px 1820px #FFF , 1314px 645px #FFF , 1358px 1890px #FFF , 154px 474px #FFF , 1202px 1676px #FFF , 1833px 1px #FFF , 1760px 489px #FFF , 334px 91px #FFF;
}

.medium-stars {
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 1365px 1877px #FFF , 572px 620px #FFF , 1514px 820px #FFF , 686px 1769px #FFF , 1973px 1481px #FFF , 1741px 513px #FFF , 950px 1071px #FFF , 689px 762px #FFF , 201px 1133px #FFF , 587px 546px #FFF , 1014px 248px #FFF , 15px 606px #FFF , 140px 827px #FFF , 512px 150px #FFF , 1710px 1583px #FFF , 1140px 679px #FFF , 1825px 303px #FFF , 780px 720px #FFF , 1348px 1593px #FFF , 391px 1443px #FFF , 1834px 1273px #FFF , 624px 1565px #FFF , 1132px 1928px #FFF , 1879px 100px #FFF , 5px 1612px #FFF , 612px 1632px #FFF , 294px 951px #FFF , 687px 1774px #FFF , 1869px 157px #FFF , 949px 1049px #FFF , 1547px 109px #FFF , 497px 1214px #FFF , 1914px 1729px #FFF , 1110px 1535px #FFF , 1073px 1846px #FFF , 1613px 507px #FFF , 1968px 959px #FFF , 631px 1694px #FFF , 1882px 1333px #FFF , 127px 1775px #FFF , 153px 354px #FFF , 1886px 1359px #FFF , 1597px 1153px #FFF , 329px 485px #FFF , 684px 1890px #FFF , 1373px 1160px #FFF , 189px 1006px #FFF , 663px 372px #FFF , 77px 1464px #FFF , 414px 1812px #FFF , 1792px 24px #FFF , 380px 894px #FFF , 585px 451px #FFF , 1013px 1920px #FFF , 1354px 1713px #FFF , 299px 870px #FFF , 1534px 1219px #FFF , 1045px 1868px #FFF , 1940px 1457px #FFF , 1951px 1958px #FFF , 1911px 1426px #FFF , 1162px 1823px #FFF , 1953px 702px #FFF , 892px 845px #FFF , 758px 86px #FFF , 1624px 366px #FFF , 1948px 350px #FFF , 1589px 345px #FFF , 760px 631px #FFF , 1135px 166px #FFF , 1359px 1038px #FFF , 25px 31px #FFF , 167px 575px #FFF , 609px 109px #FFF , 1182px 1224px #FFF , 990px 1485px #FFF , 901px 584px #FFF , 121px 1018px #FFF , 1459px 1803px #FFF , 877px 783px #FFF , 987px 1187px #FFF , 700px 996px #FFF , 397px 1367px #FFF , 398px 1584px #FFF , 1217px 736px #FFF , 117px 1014px #FFF , 186px 1703px #FFF , 1669px 1210px #FFF , 462px 308px #FFF , 583px 1373px #FFF , 926px 1552px #FFF , 534px 1339px #FFF , 255px 1308px #FFF , 664px 874px #FFF , 894px 974px #FFF , 219px 655px #FFF , 1959px 1872px #FFF , 1023px 667px #FFF , 809px 1321px #FFF , 271px 1435px #FFF;
  animation: move 70s linear infinite;
}
.medium-stars:after {
  content: " ";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 2000px;
  background: transparent;
  box-shadow: 1365px 1877px #FFF , 572px 620px #FFF , 1514px 820px #FFF , 686px 1769px #FFF , 1973px 1481px #FFF , 1741px 513px #FFF , 950px 1071px #FFF , 689px 762px #FFF , 201px 1133px #FFF , 587px 546px #FFF , 1014px 248px #FFF , 15px 606px #FFF , 140px 827px #FFF , 512px 150px #FFF , 1710px 1583px #FFF , 1140px 679px #FFF , 1825px 303px #FFF , 780px 720px #FFF , 1348px 1593px #FFF , 391px 1443px #FFF , 1834px 1273px #FFF , 624px 1565px #FFF , 1132px 1928px #FFF , 1879px 100px #FFF , 5px 1612px #FFF , 612px 1632px #FFF , 294px 951px #FFF , 687px 1774px #FFF , 1869px 157px #FFF , 949px 1049px #FFF , 1547px 109px #FFF , 497px 1214px #FFF , 1914px 1729px #FFF , 1110px 1535px #FFF , 1073px 1846px #FFF , 1613px 507px #FFF , 1968px 959px #FFF , 631px 1694px #FFF , 1882px 1333px #FFF , 127px 1775px #FFF , 153px 354px #FFF , 1886px 1359px #FFF , 1597px 1153px #FFF , 329px 485px #FFF , 684px 1890px #FFF , 1373px 1160px #FFF , 189px 1006px #FFF , 663px 372px #FFF , 77px 1464px #FFF , 414px 1812px #FFF , 1792px 24px #FFF , 380px 894px #FFF , 585px 451px #FFF , 1013px 1920px #FFF , 1354px 1713px #FFF , 299px 870px #FFF , 1534px 1219px #FFF , 1045px 1868px #FFF , 1940px 1457px #FFF , 1951px 1958px #FFF , 1911px 1426px #FFF , 1162px 1823px #FFF , 1953px 702px #FFF , 892px 845px #FFF , 758px 86px #FFF , 1624px 366px #FFF , 1948px 350px #FFF , 1589px 345px #FFF , 760px 631px #FFF , 1135px 166px #FFF , 1359px 1038px #FFF , 25px 31px #FFF , 167px 575px #FFF , 609px 109px #FFF , 1182px 1224px #FFF , 990px 1485px #FFF , 901px 584px #FFF , 121px 1018px #FFF , 1459px 1803px #FFF , 877px 783px #FFF , 987px 1187px #FFF , 700px 996px #FFF , 397px 1367px #FFF , 398px 1584px #FFF , 1217px 736px #FFF , 117px 1014px #FFF , 186px 1703px #FFF , 1669px 1210px #FFF , 462px 308px #FFF , 583px 1373px #FFF , 926px 1552px #FFF , 534px 1339px #FFF , 255px 1308px #FFF , 664px 874px #FFF , 894px 974px #FFF , 219px 655px #FFF , 1959px 1872px #FFF , 1023px 667px #FFF , 809px 1321px #FFF , 271px 1435px #FFF;
}

.big-stars {
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 1002px 395px #FFF , 615px 839px #FFF , 1878px 1458px #FFF , 382px 1785px #FFF , 1498px 136px #FFF , 846px 897px #FFF , 67px 1512px #FFF , 1136px 1490px #FFF , 1468px 1800px #FFF , 1959px 1634px #FFF , 1501px 648px #FFF , 339px 189px #FFF , 393px 577px #FFF , 1719px 598px #FFF , 939px 1484px #FFF , 342px 1456px #FFF , 697px 1541px #FFF , 826px 1182px #FFF , 1428px 1728px #FFF , 1097px 1264px #FFF , 561px 283px #FFF , 1604px 1287px #FFF , 1720px 776px #FFF , 1830px 88px #FFF , 228px 1484px #FFF , 1953px 36px #FFF , 1760px 1950px #FFF , 1627px 456px #FFF , 1617px 1809px #FFF , 1911px 475px #FFF , 1645px 1451px #FFF , 1056px 1109px #FFF , 1461px 1938px #FFF , 235px 127px #FFF , 1123px 134px #FFF , 116px 210px #FFF , 576px 1575px #FFF , 104px 443px #FFF , 935px 477px #FFF , 1935px 1434px #FFF , 1009px 879px #FFF , 549px 28px #FFF , 840px 1215px #FFF , 507px 453px #FFF , 1339px 1033px #FFF , 377px 1511px #FFF , 1118px 674px #FFF , 1784px 1495px #FFF , 668px 1417px #FFF , 928px 1706px #FFF;
  animation: move 100s linear infinite;
}
.big-stars:after {
  content: " ";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 2000px;
  background: transparent;
  box-shadow: 1002px 395px #FFF , 615px 839px #FFF , 1878px 1458px #FFF , 382px 1785px #FFF , 1498px 136px #FFF , 846px 897px #FFF , 67px 1512px #FFF , 1136px 1490px #FFF , 1468px 1800px #FFF , 1959px 1634px #FFF , 1501px 648px #FFF , 339px 189px #FFF , 393px 577px #FFF , 1719px 598px #FFF , 939px 1484px #FFF , 342px 1456px #FFF , 697px 1541px #FFF , 826px 1182px #FFF , 1428px 1728px #FFF , 1097px 1264px #FFF , 561px 283px #FFF , 1604px 1287px #FFF , 1720px 776px #FFF , 1830px 88px #FFF , 228px 1484px #FFF , 1953px 36px #FFF , 1760px 1950px #FFF , 1627px 456px #FFF , 1617px 1809px #FFF , 1911px 475px #FFF , 1645px 1451px #FFF , 1056px 1109px #FFF , 1461px 1938px #FFF , 235px 127px #FFF , 1123px 134px #FFF , 116px 210px #FFF , 576px 1575px #FFF , 104px 443px #FFF , 935px 477px #FFF , 1935px 1434px #FFF , 1009px 879px #FFF , 549px 28px #FFF , 840px 1215px #FFF , 507px 453px #FFF , 1339px 1033px #FFF , 377px 1511px #FFF , 1118px 674px #FFF , 1784px 1495px #FFF , 668px 1417px #FFF , 928px 1706px #FFF;
}




:root {
  --invader-color: white;
  --laser-color: white;
  --size: 4px;
}

.game-vinyl .cursor {
  display: none !important;
}
.game-vinyl {
  cursor: none !important;
  position: relative;
}

description {
  display: block;
  padding: 25px;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
}
.disable {
  font-size: 15px;
}
#space-invader,
.space-laser {
  font-size: var(--size);
}
#space-invader {
  width: 0px;
  height: 0px;
  position: absolute;
  margin: -3.5em 0 0 -6.5em;
  z-index: 9999;
  top: 50%;
  left: 50%;
  box-shadow:
    3em 0 0 0.5em var(--invader-color), 10em 0 0 0.5em var(--invader-color),
    4em 1em 0 0.5em var(--invader-color), 9em 1em 0 0.5em var(--invader-color),
    3em 2em 0 0.5em var(--invader-color), 4em 2em 0 0.5em var(--invader-color),
    5em 2em 0 0.5em var(--invader-color), 6em 2em 0 0.5em var(--invader-color),
    7em 2em 0 0.5em var(--invader-color), 8em 2em 0 0.5em var(--invader-color),
    9em 2em 0 0.5em var(--invader-color), 10em 2em 0 0.5em var(--invader-color),
    2em 3em 0 0.5em var(--invader-color), 3em 3em 0 0.5em var(--invader-color),
    5em 3em 0 0.5em var(--invader-color), 6em 3em 0 0.5em var(--invader-color),
    7em 3em 0 0.5em var(--invader-color), 8em 3em 0 0.5em var(--invader-color),
    10em 3em 0 0.5em var(--invader-color), 11em 3em 0 0.5em var(--invader-color),
    1em 4em 0 0.5em var(--invader-color), 2em 4em 0 0.5em var(--invader-color),
    3em 4em 0 0.5em var(--invader-color), 4em 4em 0 0.5em var(--invader-color),
    5em 4em 0 0.5em var(--invader-color), 6em 4em 0 0.5em var(--invader-color),
    7em 4em 0 0.5em var(--invader-color), 8em 4em 0 0.5em var(--invader-color),
    9em 4em 0 0.5em var(--invader-color), 10em 4em 0 0.5em var(--invader-color),
    11em 4em 0 0.5em var(--invader-color), 12em 4em 0 0.5em var(--invader-color),
    1em 5em 0 0.5em var(--invader-color), 3em 5em 0 0.5em var(--invader-color),
    4em 5em 0 0.5em var(--invader-color), 5em 5em 0 0.5em var(--invader-color),
    6em 5em 0 0.5em var(--invader-color), 7em 5em 0 0.5em var(--invader-color),
    8em 5em 0 0.5em var(--invader-color), 9em 5em 0 0.5em var(--invader-color),
    10em 5em 0 0.5em var(--invader-color), 12em 5em 0 0.5em var(--invader-color),
    1em 6em 0 0.5em var(--invader-color), 3em 6em 0 0.5em var(--invader-color),
    10em 6em 0 0.5em var(--invader-color), 12em 6em 0 0.5em var(--invader-color),
    4em 7em 0 0.5em var(--invader-color), 5em 7em 0 0.5em var(--invader-color),
    8em 7em 0 0.5em var(--invader-color), 9em 7em 0 0.5em var(--invader-color);
  background: 0;
}
.space-laser {
  width: 0px;
  height: 0px;
  position: absolute;
  z-index: 9998;
  box-shadow:
    0 0 0 0.5em var(--laser-color),
    0 1em 0 0.5em var(--laser-color),
    0 2em 0 0.5em var(--laser-color);
}

.enemy-vinyl {
  filter: invert(1);
  width: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}



.face-icon img {
  max-width: 50px;
}
.page-header.section-padding {
  padding-bottom: 0;
}
.page-header .caption h1 {
  font-size: 110px;
  font-weight: 800;
    overflow-wrap: break-word;
    word-break: break-word;
}
.progress-wrap::after {
  font: var(--fa-font-solid);
  top: 15px;
}
.page-header .caption h1 {
  font-size: 110px;
  font-weight: 800;
  -webkit-text-stroke: 1px #556077;
  color: transparent;
  text-shadow: 5px 5px 0 rgba(255, 255, 255, 0.9);
}
.main-marq .non-strok .item h4 {
  color: #556077 !important;
  -webkit-text-stroke: 0 !important;
}
.box-title-icon {
  margin-bottom: 40px;
}
.box-title-icon img {
  max-width: 110px;
}
.wp-block-separator {
  margin: 80px 0;
}
.wp-block-heading {
  margin-bottom: 35px;
}
.wp-block-media-text__content .has-medium-font-size {
  line-height: 32px;
}

.tags .cat-item a {
  padding: 8px 18px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 16px;
  margin: 0 5px;
}
.tags .cat-item.current-cat a {
  background: #141414;
  color: #fff;
}
.wp-block-quote {
    box-sizing: border-box;
    overflow-wrap: break-word;
    background: #ffffffd8;
    padding: 40px 30px 15px 30px;
    border-radius: 0 20px 20px 0;
    border-left: 8px solid #556077;
}
.admin-bar .navbar.nav-scroll {
  top: -50px;
}
.admin-bar .navbar {
  top: 34px;
}
.admin-bar .page-header.section-padding {
  padding-top: 180px;
  padding-bottom: 0;
}

.page-header .caption h1 {
  line-height: 100px;
    margin: 35px 0;
}
.post-categories {
  padding: 0;
}
.w-120 {
  max-width: 120px;
}

.enbref {
  border: 1px solid #bbb21f;
  padding: 30px;
  background: #f7ed4175;
  border-radius: 8px;
  margin-bottom: 35px;
}

.sommaire {
  border: 1px solid #ababab;
  padding: 30px;
  background: #f0f0f0;
  border-radius: 8px;
  margin-bottom: 35px;
}
.sommaire li {
  padding-left: 30px;
  position: relative;
}
.sommaire li:before {
  content: "";
  background-image: url(../images/bookmark.svg);
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0;
}
.sommaire li a {
  background: transparent !important;
}
.wp-block-media-text,
.wp-block-list {
  margin-bottom: 35px;
}
.wp-block-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
.wp-block-list li:before {
    content: "";
    background-image: url(../images/clipboard-check.svg);
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
}
.wp-block-image :where(figcaption) {
  margin-bottom: 40px !important;
  margin-top: 0 !important;
  font-style: italic;
  background: #fff;
  color: #556077;
  font-weight: 400;
  padding: 8px 20px;
  border-radius: 0 0 8px 8px;
  font-size: 15px;
  font-family: "Roboto Mono", monospace;
}
.single .main-post p {
  margin-bottom: 35px;
}
.search-box [type=submit] {
  border: 0;
  position: absolute;
  top: 11px;
  font-size: 24px;
  color: black;
  background: transparent;
  right: 15px;
}
.main-post li a, .main-post p a {
  background: #ebe4d4;
  border-radius: 5px;
  padding: 2px 10px;
}
.main-post li a:hover, .main-post p a:hover {
  background: #f7ed41;
}

.archive  .services .item {
  margin-bottom: 80px;
}
.services .col-lg-4 {
  position: relative;
}
.services .item {
  top: 0px;
  left: 0px;
  transition: 0.4s;
}
.services .item:hover {
  position: relative;
  top: 15px;
  left: 15px;
  box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4);
}
.work-stand2 .item {
  position: relative;
  overflow: hidden;
}
.list-folio .item .cont {
  background: transparent;
}
.list-folio .item h5 a {
  color: white;
  position: relative;
  z-index: 10;
}


.wp-block-paragraph {
  margin-bottom: 35px;
}

h3.wp-block-heading {
  font-size: 26px;
  line-height: 38px;
  font-family: "Roboto Mono", monospace;
}

.icon-115 {
  width: 115px;
}

.swiper-button-next, .swiper-button-prev {
  color: #556077;
}



/* ////////// CSS Formulaire ////////// */

.gform_button,
.container.page a.wp-block-button__link {
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 15px 25px;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 12px;
  opacity: 0.7;
  background: #ffffff8a;
  transition: 0.4s;
}
.gform_button:active,
.container.page a.wp-block-button__link :active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

.gform_button,
.container.page a.wp-block-button__link {
  padding: 15px 30px;
  opacity: 1;
  border-color: black;
  background: #f7ed41;
  color: black;
  letter-spacing: 1px;
}
.gform_button:hover,
.container.page a.wp-block-button__link:hover {

}
.gfield_description a {
  color: #556077;
  border-bottom: 2px solid;
}
.gfield_description a:hover {
  color: #000;
  border-color: transparent;
}
h3.gsection_title {
  margin: 0;
}

.gfield.gsection {
  margin-top: 30px;
  margin-bottom: 20px;
}

.gform_confirmation_wrapper {
  margin: 45px 0;
  padding-left: 30px;
  border-left: 8px solid #3dff0c;
}
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border-radius: 5px;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 12px;
  border: 1px solid #80889966;
}

.gfield--type-section {
  margin-bottom: 25px;
  margin-top: 35px;
}
.gfield--type-section .gsection_title {
  margin-bottom: 25px !important;
  border-left: 6px solid #2597d0;
  padding-left: 20px;
}
.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
    display: block;
    color: #6b7a7a;
}
.gform_wrapper.gravity-theme .gfield {
    margin-bottom: 15px;
}


/* ////////////////////////////////////// */
/* ///////////// RESPONSIVE ///////////// */
/* ////////////////////////////////////// */


@media (max-width: 1450px) {

  .header-creative .caption h1 {
    font-size: 110px;
    line-height: 110px;
  }
  .navbar .navbar-nav .nav-link {
    padding: 20px 5px 15px 5px;
  }
  .logo.vinyl {
    width: 280px;
  }
  .navbar .dropdown-toggle:after {
    margin-left: 0px;
  }
  .header-creative .right-column .text {
    padding-right: 0;
  }
}


@media (max-width: 1200px) {

    .header-creative .caption h1 {
      font-size: 80px;
      line-height: 100px;
    }
    .icon-04, .icon-roller-90,
    .header-creative .caption h1 .icon svg {
      width: 130px;
    }
    .header-creative {
      padding: 190px 0 130px;
    }
    .header-creative .main-img {
        bottom: -250px;
        width: 38vw;
        height: 500px;
    }
    .navbar .contact-button a {
      padding: 10px 20px;
      font-size: 14px;
    }
    .navbar-nav li.nav-item:last-child {
      display: none;
    }
    .navbar .navbar-nav .nav-link {
      padding: 20px 0px 15px 0px;
      font-size: 13px;
    }
    .logo.vinyl {
      width: 250px;
    }
    footer .call-action h2 {
      font-size: 55px;
    }
    footer .footer-items .info .logo {
      width: 330px;
    }
    .blog h5 {
      font-size: 18px;
    }
    .info.d-flex.align-items-center.p-style {
      font-size: 14px;
    }
    .faqs .imgs .img2 {
      left: 120px;
    }
    .faqs .imgs .img3 {
      width: 350px;
    }
    .faqs .main-marq h4 {
      font-size: 150px;
    }
}


@media (max-width: 992px) {

  .navbar-nav li.nav-item:last-child {
    display: inherit;
  }
  .header-creative .main-img {
    display: none;
  }
  .icon-roller-90 {
    left: 70%;
  }
  .navbar>.container-xl {
    justify-content: center;
  }
  .navbar .navbar-toggler {
    font-size: 35px;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .navbar {
    background: #ccc;
    min-height: 70px;
    background: #f8f0df;
  }
  .navbar .navbar-collapse {
    max-height: 100vh;
    margin-top: 85px;
  }
  .navbar .navbar-nav .nav-link {
    padding: 10px 20px;
    font-size: 13px;
    border: 0;
  }
  .header-creative {
    padding: 150px 0 130px;
  }
  .mousse img {
    top: 50px;
  }
  .intro-full-img {
    min-height: 35vh;
    height: 420px;
  }
  .pastille-contact {
    max-width: 320px;
  }
  footer video {
    height: 100%;
  }
  .faqs .imgs {
    min-width: 100%;
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%);
  }
}


@media (max-width: 768px) {
  .header-creative .caption h1 {
    font-size: 60px;
    line-height: 80px;
  }
  .header-creative .caption h1 .icon {
    padding-left: 0;
    width: 100%;
  }
  .icon-04, .icon-roller-90, .header-creative .caption h1 .icon svg {
    width: 110px;
  }
  .header-creative .caption h1 .icon svg {
    left: inherit;
    right: 10px;
  }
  .icon-04 {
    position: absolute;
    top: -180px;
    right: 60px;
  }
  .icon-04, .icon-roller-90,
  .header-creative .caption h1 .icon svg {
    width: 100px;
  }
  .intro-full-img {
    min-height: 30vh;
    height: 220px;
  }
  .header-creative .row.md-marg {
    margin-left: inherit;
    margin-right: inherit;
  }

  .row.md-marg {
    margin-left: 30px;
    margin-right: 30px;
  }
  .row.md-marg .item  {
    margin-top: 45px;
  }
  .container {
        padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
  }
}


@media (max-width: 525px) {
    .container {
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem);
    }
    .header-creative .caption h1 {
        font-size: 48px;
        line-height: 58px;
    }
        .navbar .navbar-toggler {
        font-size: 26px;
        margin-right: 15px;
        top: 25px;
    }
      .header-creative .row.md-marg > * {
        padding-left: 0;
        padding-right: 0;
    }
      .icon-04, .icon-roller-90, .header-creative .caption h1 .icon svg {
        width: 80px;
    }
        .icon-04 {
        position: absolute;
        bottom: -140px;
        left: 0;
        top: inherit;
        right: inherit;
    }
    .row.md-marg {
        margin-left: 0px;
        margin-right: 0px;
    }
    h5 {
      font-size: 18px;
    }
      .faqs .main-marq h4 {
        font-size: 100px;
    }
    .faqs .imgs .img1 {
          top: 75%;
    }
        footer .call-action h2 {
        font-size: 45px;
    }
        .pastille-contact {
        max-width: 220px;
    }
    description {
      font-size: 16px;
    }
    .disable {
      font-size: 13px;
    }
}
