@charset "UTF-8";

/*-----------------------------------------------------------------------------------



    Theme Name: Webfolio

    Theme URI: http://

    Description: Creative Agency & Portfolio

    Author: UiCamp

    Author URI: http://themeforest.net/user/UiCamp

    Version: 1.0



-----------------------------------------------------------------------------------*/

/* Variables

-----------------------------------------------------------------*/

/* Typography

-----------------------------------------------------------------*/

* {

  margin: 0;

  padding: 0;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  outline: none;

  list-style: none;

}



body {

  color: #fff;

  background-color: #0f0f0f;

  font-size: 16px;

  font-family: 'Poppins', sans-serif;

  font-family: 'Plus Jakarta Sans', sans-serif;

  overflow-x: hidden !important;

}



body.crev-agency h1,

body.crev-agency h2,

body.crev-agency h3,

body.crev-agency h4,

body.crev-agency h5,

body.crev-agency h6 {

  font-weight: 500;

}



body.home-personal .container {

  max-width: 1280px;

}



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: 1500px;

}



.container-xl {

  max-width: 1400px;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: 600;

  line-height: 1.3;

  margin-bottom: 0;

}



h1 {

  font-size: 70px;

}



h2 {

  font-size: 50px;

}



h3 {

  font-size: 40px;

}



h4 {

  font-size: 32px;

}



h5 {

  font-size: 25px;

}



h6 {

  font-size: 20px;

}



p {

  line-height: 1.8;

  font-size: 16px;

  font-weight: 400;

  color: #c6c8c9;

  margin: 0;

}



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: #00ffb6 !important;

}



.main-colorbg {

  background: #00ffb6 !important;

  color: #000;

}



.main-color2 {

  color: #caff33 !important;

}



.main-colorbg2 {

  background: #caff33 !important;

}



.main-bg {

  background: #0f0f0f !important;

}



.sub-bg {

  background: #121212 !important;

}



.sub-bg2 {

  background: #000 !important;

}



.p-color {

  color: #c6c8c9;

}



.btn:hover,

.btn:focus,

.btn:active {

  outline: none;

  -webkit-box-shadow: none;

  box-shadow: none;

}



.lines {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  pointer-events: none;

}



.lines.two:after {

  content: '';

  position: absolute;

  top: 0;

  left: 30%;

  width: 40%;

  height: 100%;

  border-right: 1px solid rgba(255, 255, 255, 0.1);

  border-left: 1px solid rgba(255, 255, 255, 0.1);

}



.lines.four {

  left: 5%;

  width: 90%;

  border-right: 1px solid rgba(255, 255, 255, 0.05);

  border-left: 1px solid rgba(255, 255, 255, 0.05);

}



.lines.four:after {

  content: '';

  position: absolute;

  top: 0;

  left: 33.3333%;

  width: 33.3333%;

  height: 100%;

  border-right: 1px solid rgba(255, 255, 255, 0.05);

  border-left: 1px solid rgba(255, 255, 255, 0.05);

}



.lines.two-out {

  left: 60px;

  right: 60px;

  width: auto;

  border-right: 1px solid rgba(255, 255, 255, 0.05);

  border-left: 1px solid rgba(255, 255, 255, 0.05);

  z-index: 7;

}



.line-overlay {

  position: absolute;

  top: -10%;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

}



.line-overlay.revers {

  -webkit-transform: rotateY(180deg);

  transform: rotateY(180deg);

}



.line-overlay.up {

  top: -25%;

}



.line-overlay svg path {

  stroke: #353535;

}



.overlay-center {

  position: relative;

}



.overlay-center:after {

  content: '';

  position: absolute;

  top: -5px;

  bottom: -5px;

  left: 0;

  width: 100%;

  background: -webkit-gradient(

    linear,

    left bottom,

    left top,

    from(#0f0f0f),

    color-stop(rgba(255, 255, 255, 0)),

    color-stop(rgba(255, 255, 255, 0)),

    to(#0f0f0f)

  );

  background: -webkit-linear-gradient(

    bottom,

    #0f0f0f,

    rgba(255, 255, 255, 0) calc(100% - 80%),

    rgba(255, 255, 255, 0) calc(100% - 80%),

    #0f0f0f

  );

  background: -o-linear-gradient(

    bottom,

    #0f0f0f,

    rgba(255, 255, 255, 0) calc(100% - 80%),

    rgba(255, 255, 255, 0) calc(100% - 80%),

    #0f0f0f

  );

  background: linear-gradient(

    to top,

    #0f0f0f,

    rgba(255, 255, 255, 0) calc(100% - 80%),

    rgba(255, 255, 255, 0) calc(100% - 80%),

    #0f0f0f

  );

}



.in-box {

  width: calc(100% - 30px);

  margin: auto;

}



.blur-left-top {

  position: absolute;

  top: -120px;

  left: 0;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  pointer-events: none;

}



.blur-right-top {

  position: absolute;

  top: 0;

  right: 0;

  -webkit-transform: translateX(50%) translateY(-50%);

  -ms-transform: translateX(50%) translateY(-50%);

  transform: translateX(50%) translateY(-50%);

  pointer-events: none;

}



.bg-pattern {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 2;

}



.bg-pattern.bg-repeat {

  background-repeat: repeat;

}



.social-icon a {

  width: 42px;

  height: 42px;

  line-height: 42px;

  text-align: center;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 50%;

}



.bord-top-grd {

  position: relative;

}



.bord-top-grd:before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  background: -webkit-gradient(

    linear,

    left top,

    right top,

    from(transparent),

    color-stop(#fff),

    to(transparent)

  );

  background: -webkit-linear-gradient(left, transparent, #fff, transparent);

  background: -o-linear-gradient(left, transparent, #fff, transparent);

  background: linear-gradient(to right, transparent, #fff, transparent);

  height: 1px;

  width: 100%;

  opacity: 0.3;

}



.bord-bottom-grd {

  position: relative;

}



.bord-bottom-grd:after {

  content: '';

  position: absolute;

  bottom: 0;

  left: 0;

  background: -webkit-gradient(

    linear,

    left top,

    right top,

    from(transparent),

    color-stop(#fff),

    to(transparent)

  );

  background: -webkit-linear-gradient(left, transparent, #fff, transparent);

  background: -o-linear-gradient(left, transparent, #fff, transparent);

  background: linear-gradient(to right, transparent, #fff, transparent);

  height: 1px;

  width: 100%;

  opacity: 0.3;

}



.noise {

  -webkit-animation: grain 8s steps(10) infinite;

  animation: grain 8s steps(10) infinite;

  background-image: url(../imgs/noise.png);

  content: '';

  height: 300%;

  left: -50%;

  opacity: 0.4;

  position: absolute;

  top: -100%;

  width: 300%;

  pointer-events: none;

}



@-webkit-keyframes grain {

  0%,

  to {

    -webkit-transform: translate(0);

    transform: translate(0);

  }

  10% {

    -webkit-transform: translate(-5%, -10%);

    transform: translate(-5%, -10%);

  }

  20% {

    -webkit-transform: translate(-15%, 5%);

    transform: translate(-15%, 5%);

  }

  30% {

    -webkit-transform: translate(7%, -25%);

    transform: translate(7%, -25%);

  }

  40% {

    -webkit-transform: translate(-5%, 25%);

    transform: translate(-5%, 25%);

  }

  50% {

    -webkit-transform: translate(-15%, 10%);

    transform: translate(-15%, 10%);

  }

  60% {

    -webkit-transform: translate(15%);

    transform: translate(15%);

  }

  70% {

    -webkit-transform: translateY(15%);

    transform: translateY(15%);

  }

  80% {

    -webkit-transform: translate(3%, 35%);

    transform: translate(3%, 35%);

  }

  90% {

    -webkit-transform: translate(-10%, 10%);

    transform: translate(-10%, 10%);

  }

}



@keyframes grain {

  0%,

  to {

    -webkit-transform: translate(0);

    transform: translate(0);

  }

  10% {

    -webkit-transform: translate(-5%, -10%);

    transform: translate(-5%, -10%);

  }

  20% {

    -webkit-transform: translate(-15%, 5%);

    transform: translate(-15%, 5%);

  }

  30% {

    -webkit-transform: translate(7%, -25%);

    transform: translate(7%, -25%);

  }

  40% {

    -webkit-transform: translate(-5%, 25%);

    transform: translate(-5%, 25%);

  }

  50% {

    -webkit-transform: translate(-15%, 10%);

    transform: translate(-15%, 10%);

  }

  60% {

    -webkit-transform: translate(15%);

    transform: translate(15%);

  }

  70% {

    -webkit-transform: translateY(15%);

    transform: translateY(15%);

  }

  80% {

    -webkit-transform: translate(3%, 35%);

    transform: translate(3%, 35%);

  }

  90% {

    -webkit-transform: translate(-10%, 10%);

    transform: translate(-10%, 10%);

  }

}



::-webkit-scrollbar {

  width: 10px;

}



::-webkit-scrollbar-track {

  background: rgba(255, 255, 255, 0.02);

}



::-webkit-scrollbar-thumb {

  background: #888;

  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: #fff;

  background: transparent;

  color: #fff;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.butn.butn-bord:hover {

  background: #fff;

  color: #000;

}



.butn.butn-bord:hover span {

  color: #000;

}



.butn.butn-bord-thin {

  border-color: rgba(255, 255, 255, 0.12);

  background: transparent;

  color: #fff;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.butn.butn-bord-thin:hover {

  background: #fff;

  color: #000;

}



.butn.butn-bord-thin:hover span {

  color: #000;

}



.butn.butn-bg {

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.butn.butn-bg:hover {

  background: transparent !important;

  border-color: #fff;

  color: #fff !important;

}



.butn .rolling-text {

  margin-bottom: -5px;

}



.butn-crev .circle {

  width: 55px;

  height: 55px;

  line-height: 55px;

  text-align: center;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.1);

  margin-right: 15px;

}



.btn-circle {

  border-radius: 50%;

  border: 1px solid #fff;

  width: 105px;

  height: 105px;

  position: relative;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.btn-circle:after {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  background: #00ffb6;

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

  transform: scale(0);

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.btn-circle:hover {

  border-color: #00ffb6;

}



.btn-circle:hover:after {

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

}



.btn-circle:hover span {

  color: #1c1c1c;

}



.btn-circle span {

  position: relative;

  z-index: 2;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.btn-circle span:last-of-type {

  display: block;

  padding-left: 10px;

}



.btn-circle.btn-md {

  width: 120px;

  height: 120px;

}



.btn-circle.btn-lg {

  width: 140px;

  height: 140px;

}



.butn-circle-text .text {

  margin-right: 20px;

  text-transform: uppercase;

  letter-spacing: 1px;

  font-size: 14px;

}



.butn-circle-text .circle {

  width: 80px;

  height: 80px;

  line-height: 80px;

  text-align: center;

  border: 1px solid rgba(255, 255, 255, 0.3);

  border-radius: 50%;

}



.butn-circle-text .circle svg {

  width: 22px;

  height: 22px;

}



.circle-button {

  position: relative;

  display: inline-block;

}



.circle-button.in-bord:after {

  content: '';

  position: absolute;

  top: 55px;

  left: 55px;

  right: 55px;

  bottom: 55px;

  border: 1px solid rgba(255, 255, 255, 0.5);

  border-radius: 50%;

}



.circle-button.in-bord:before {

  content: '';

  position: absolute;

  top: 15px;

  left: 15px;

  right: 15px;

  bottom: 15px;

  border: 1px solid rgba(255, 255, 255, 0.5);

  border-radius: 50%;

}



.circle-button a {

  position: relative;

}



.circle-button .rotate-circle svg {

  width: 210px;

  fill: #fff;

}



.circle-button .arrow {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translateX(-20px) translateY(-20px);

  -ms-transform: translateX(-20px) translateY(-20px);

  transform: translateX(-20px) translateY(-20px);

  display: inline-block;

  width: 0;

  height: 0;

}



.circle-button .arrow svg {

  width: 40px;

  height: 40px;

}



.circle-button .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 .in-circle {

  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.no-animate .rotate-circle {

  -webkit-animation: none;

  animation: none;

}



.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);

  }

}



.rmore.to-in {

  margin-left: -100px;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.rmore.to-in:hover {

  margin-left: 0;

}



.go-more {

  position: relative;

  padding: 0 20px;

}



.go-more:after {

  content: '';

  position: absolute;

  right: 5px;

  top: -10px;

  width: 40px;

  height: 40px;

  border-radius: 40px;

  background: rgba(255, 255, 255, 0.05);

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.go-more .icon {

  margin-left: 15px;

  bottom: -2px;

  position: relative;

}



.go-more:hover:after {

  width: 100%;

  right: 0;

}



.vew-all {

  position: relative;

  padding: 50px 0 50px 50px;

  z-index: 3;

}



.vew-all:after {

  content: '';

  position: absolute;

  top: 50%;

  left: 0;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  width: 100px;

  height: 100px;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-right-color: transparent;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  z-index: -1;

}



.vew-all:hover:after {

  -webkit-transform: translateY(-50%) rotate(360deg);

  -ms-transform: translateY(-50%) rotate(360deg);

  transform: translateY(-50%) rotate(360deg);

}



.vi-more .butn {

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 1px;

}



.vi-more .icon {

  width: 35px;

  height: 35px;

  line-height: 35px;

  text-align: center;

  font-size: 12px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 50%;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.vi-more:hover .icon {

  background: #00ffb6;

}



/* 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: 0.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;

  -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 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.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: 0.5s;

  -o-transition-delay: 0.5s;

  transition-delay: 0.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: 0.2s;

  -o-transition-delay: 0.2s;

  transition-delay: 0.2s;

}



.d-slideup .sideup-text:nth-of-type(2) .up-text {

  -webkit-transition-delay: 0.6s;

  -o-transition-delay: 0.6s;

  transition-delay: 0.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 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.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,

    #0f0f0f,

    rgba(255, 255, 255, 0) 280px,

    rgba(255, 255, 255, 0) calc(100% - 280px),

    #0f0f0f

  );

  background: -o-linear-gradient(

    right,

    #0f0f0f,

    rgba(255, 255, 255, 0) 280px,

    rgba(255, 255, 255, 0) calc(100% - 280px),

    #0f0f0f

  );

  background: linear-gradient(

    to left,

    #0f0f0f,

    rgba(255, 255, 255, 0) 280px,

    rgba(255, 255, 255, 0) calc(100% - 280px),

    #0f0f0f

  );

}



.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 #fff;

}



.main-marq .strok .item h4 a {

  color: transparent !important;

  -webkit-text-stroke: 0.5px #fff;

}



.main-marq .non-strok .item h4 {

  color: #fff !important;

  -webkit-text-stroke: 0 !important;

}



.main-marq .non-strok .item h4 a {

  color: #fff !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 #fff;

}



.main-marq .box .item:nth-of-type(even) h4 a {

  color: transparent;

  -webkit-text-stroke: 0.5px #fff;

}



.main-marq .box:last-of-type .item:nth-of-type(even) h4 {

  color: #fff;

  -webkit-text-stroke: 0;

}



.main-marq .box:last-of-type .item:nth-of-type(even) h4 a {

  color: #fff;

  -webkit-text-stroke: 0;

}



.main-marq .box:last-of-type .item:nth-of-type(odd) h4 {

  color: transparent;

  -webkit-text-stroke: 1px #fff;

}



.main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {

  color: transparent;

  -webkit-text-stroke: 1px #fff;

}



.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,

    #121212,

    rgba(255, 255, 255, 0) 80px,

    rgba(255, 255, 255, 0) calc(100% - 80px),

    #121212

  );

  background: -o-linear-gradient(

    bottom,

    #121212,

    rgba(255, 255, 255, 0) 80px,

    rgba(255, 255, 255, 0) calc(100% - 80px),

    #121212

  );

  background: linear-gradient(

    to top,

    #121212,

    rgba(255, 255, 255, 0) 80px,

    rgba(255, 255, 255, 0) calc(100% - 80px),

    #121212

  );

  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 0.8s ease-in-out 0.3s,

    -webkit-transform 0.8s ease-in-out 1.1s,

    -webkit-filter 0.5s ease-in-out 1.1s;

  transition: -webkit-clip-path 0.8s ease-in-out 0.3s,

    -webkit-transform 0.8s ease-in-out 1.1s,

    -webkit-filter 0.5s ease-in-out 1.1s;

  -o-transition: clip-path 0.8s ease-in-out 0.3s,

    transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;

  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s,

    filter 0.5s ease-in-out 1.1s;

  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s,

    filter 0.5s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s,

    -webkit-transform 0.8s ease-in-out 1.1s,

    -webkit-filter 0.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(255, 255, 255, 0.14);

}



.bord-thin-bottom {

  border-bottom: 1px solid rgba(255, 255, 255, 0.14);

}



.bord-thin-right {

  border-right: 1px solid rgba(255, 255, 255, 0.14);

}



.bord-thin-left {

  border-left: 1px solid rgba(255, 255, 255, 0.14);

}



.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;

}



.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(255, 255, 255, 0.7);

}



.fit-img {

  overflow: hidden;

}



.fit-img img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -o-object-position: center;

  object-position: 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;

}



.icon-img-custom-logo-size {

  width: 250px;

}



/*-------------------------------------------------------

           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: 0.05 !important;

}



.opacity-0 {

  opacity: 0 !important;

}



.opacity-1 {

  opacity: 0.1 !important;

}



.opacity-2 {

  opacity: 0.2 !important;

}



.opacity-3 {

  opacity: 0.3 !important;

}



.opacity-4 {

  opacity: 0.4 !important;

}



.opacity-5 {

  opacity: 0.5 !important;

}



.opacity-6 {

  opacity: 0.6 !important;

}



.opacity-7 {

  opacity: 0.7 !important;

}



.opacity-8 {

  opacity: 0.8 !important;

}



.opacity-9 {

  opacity: 0.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: #121212;

}



.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: #0f0f0f;

}



[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: 0.1;

}



[data-overlay-dark='2']:before,

[data-overlay-light='2']:before {

  opacity: 0.2;

}



[data-overlay-dark='3']:before,

[data-overlay-light='3']:before {

  opacity: 0.3;

}



[data-overlay-dark='4']:before,

[data-overlay-light='4']:before {

  opacity: 0.4;

}



[data-overlay-dark='5']:before,

[data-overlay-light='5']:before {

  opacity: 0.5;

}



[data-overlay-dark='6']:before,

[data-overlay-light='6']:before {

  opacity: 0.6;

}



[data-overlay-dark='7']:before,

[data-overlay-light='7']:before {

  opacity: 0.7;

}



[data-overlay-dark='8']:before,

[data-overlay-light='8']:before {

  opacity: 0.8;

}



[data-overlay-dark='9']:before,

[data-overlay-light='9']:before,

[data-overlay-color='9']:before {

  opacity: 0.9;

}



[data-overlay-dark='10']:before,

[data-overlay-light='10']:before {

  opacity: 1;

}



/* ====================== [ End Overlay ] ====================== */

/* Menu

-----------------------------------------------------------------*/

.navbar {

  position: absolute;

  left: 0;

  top: 0;

  padding: 0;

  margin: 0;

  width: 100%;

  background: transparent;

  border-bottom: 2px solid transparent;

  z-index: 999;

}



.navbar.nav-crev {

  width: calc(100% - 80px);

  left: 40px;

  top: 30px;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 40px;

  -webkit-backdrop-filter: blur(8px);

  backdrop-filter: blur(8px);

  min-height: auto;

  -webkit-transform: translate(0) !important;

  -ms-transform: translate(0) !important;

  transform: translate(0) !important;

}



.navbar.nav-crev.nav-scroll {

  background: #0f0f0f;

  border-color: rgba(255, 255, 255, 0.05);

  padding: 0;

  position: fixed;

  top: -80px;

  -webkit-transform: translateY(80px) !important;

  -ms-transform: translateY(80px) !important;

  transform: translateY(80px) !important;

  left: 0;

  width: 100%;

  border-radius: 0;

}



.navbar.static {

  position: relative;

}



.navbar.main-bg {

  background: #0f0f0f;

  border-color: rgba(255, 255, 255, 0.05);

}



.navbar.sub-bg {

  background: #121212;

  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 {

  border-color: rgba(255, 255, 255, 0.05);

  -webkit-backdrop-filter: blur(10px);

  backdrop-filter: blur(10px);

  border-color: rgba(255, 255, 255, 0.05);

  padding: 0;

  position: fixed;

  top: -80px;

  -webkit-transition: -webkit-transform 0.8s;

  transition: -webkit-transform 0.8s;

  -o-transition: transform 0.8s;

  transition: transform 0.8s;

  transition: transform 0.8s, -webkit-transform 0.8s;

  -webkit-transform: translateY(80px);

  -ms-transform: translateY(80px);

  transform: translateY(80px);

}



.navbar .icon-bar {

  color: #fff;

}



.navbar .navbar-nav .nav-link {

  text-transform: uppercase;

  letter-spacing: 1px;

  font-size: 13px;

  font-weight: 600;

  color: #fff;

  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 #393939;

}



.navbar .dropdown-menu {

  display: block;

  position: absolute;

  top: 75px;

  opacity: 0;

  visibility: hidden;

  border-radius: 0;

  color: #fff;

  background: #121212;

  border: 1px solid #393939;

  border-radius: 5px;

  min-width: 255px;

  -webkit-transform: translateY(20px);

  -ms-transform: translateY(20px);

  transform: translateY(20px);

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.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;

  color: #fff;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.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 #393939;

  border-radius: 5px;

  background: #121212;

  width: 240px;

  padding: 20px 0px;

  -webkit-transform: translateY(20px);

  -ms-transform: translateY(20px);

  transform: translateY(20px);

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.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: #fff;

  position: absolute;

  left: 10px;

  top: 18px;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.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 #393939;

  background: #121212;

  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;

  border: 1px solid rgba(255, 255, 255, 0.05);

}



.navbar .logo {

  position: relative;

}



.navbar .logo:after {

  content: '';

  position: absolute;

  top: -30px;

  bottom: -30px;

  right: -30px;

  border-right: 1px solid rgba(255, 255, 255, 0.1);

}



.navbar .contact-button {

  position: relative;

}



.navbar .contact-button:after {

  content: '';

  position: absolute;

  top: -30px;

  bottom: -30px;

  left: -30px;

  border-left: 1px solid rgba(255, 255, 255, 0.1);

}



.navbar .menu-icon {

  padding: 25px 30px;

}



.navbar .dropdown-toggle:after {

  margin-left: 5px;

  vertical-align: 12px;

}



/* Titles

-----------------------------------------------------------------*/

.sec-head h2 span {

  background: -webkit-linear-gradient(#fff, #222);



  -webkit-text-fill-color: transparent;

}



.sec-head .sub-title span {

  white-space: nowrap;

  font-weight: 600;

}



.sec-head .thin {

  margin-left: 30px;

  width: 100%;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}



.sub-title {

  font-size: 14px;

  text-transform: uppercase;

  letter-spacing: 2px;

}



.title-bord {

  font-size: 14px;

  text-transform: uppercase;

  letter-spacing: 1px;

  padding: 10px 20px 10px 40px;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 30px;

  width: -webkit-max-content;

  width: -moz-max-content;

  width: max-content;

  position: relative;

}



.title-bord:after {

  content: '';

  width: 7px;

  height: 7px;

  border-radius: 50%;

  background: #00ffb6;

  position: absolute;

  top: 50%;

  left: 15px;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}



.sec-bottom {

  position: relative;

}



.sec-bottom:after {

  content: '';

  position: absolute;

  top: 50%;

  left: 0;

  width: 100%;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

}



.sec-bottom .d-flex {

  width: -webkit-max-content;

  width: -moz-max-content;

  width: max-content;

  margin: auto;

  border: 1px solid rgba(255, 255, 255, 0.1);

  padding: 10px 30px;

  border-radius: 30px;

  position: relative;

  z-index: 3;

}



/* About Intro

-----------------------------------------------------------------*/

.intro .img-full {

  height: 100%;

}



.intro-crev .sec-head {

  margin-bottom: -50px;

}



.intro-crev .sec-head h2 {

  font-size: 8vw;

}



.intro-crev .img {

  position: relative;

}



.intro-crev .img img {

  width: 120%;

  margin-left: -20%;

}



.intro-crev .img .exp {

  position: absolute;

  top: -80px;

  left: 0;

}



.intro-crev .img .exp h3 {

  font-size: 100px;

}



.intro-skill .imgs {

  position: relative;

  height: 100%;

  width: 100%;

}



.intro-skill .imgs .img1,

.intro-skill .imgs .img2,

.intro-skill .imgs .img3 {

  position: absolute;

  border-radius: 10px;

  overflow: hidden;

}



.intro-skill .imgs .img1 img,

.intro-skill .imgs .img2 img,

.intro-skill .imgs .img3 img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -o-object-position: center;

  object-position: center;

}



.intro-skill .imgs .img1 {

  width: 260px;

  height: 180px;

  top: -80px;

  left: 30px;

}



.intro-skill .imgs .img2 {

  width: 200px;

  height: 240px;

  bottom: -80px;

  left: 30px;

  -webkit-transform: rotate(-15deg);

  -ms-transform: rotate(-15deg);

  transform: rotate(-15deg);

}



.intro-skill .imgs .img3 {

  width: 250px;

  height: 280px;

  top: 50%;

  right: 0;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}



.intro-accord {

  position: relative;

}



.intro-accord .circle-blur {

  position: absolute;

  bottom: -80px;

  left: -25vw;

  width: 60vw;

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  transform: rotate(180deg);

  opacity: 0.15;

}



.intro-personal .img {

  position: relative;

  border-radius: 15px;

  overflow: hidden;

}



.intro-personal .exp {

  position: absolute;

  left: 40px;

  bottom: 40px;

}



.intro-personal .exp h6 {

  width: -webkit-max-content;

  width: -moz-max-content;

  width: max-content;

  padding: 12px 20px;

  background: #0f0f0f;

  font-size: 18px;

  font-weight: 500;

  letter-spacing: 2px;

  text-transform: uppercase;

  margin: -2px 0;

  position: relative;

}



.intro-personal .exp h6 .shap-right-top svg {

  position: absolute;

  top: 0;

  right: -1.1rem;

  width: 1.2rem;

  height: 1.2rem;

}



.intro-personal .exp h6:first-of-type {

  border-radius: 10px 10px 10px 0;

}



.intro-personal .exp h6:nth-of-type(2) {

  border-radius: 0 0 10px 10px;

}



.about-author .profile-img {

  position: relative;

  padding: 30px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 500px;

}



.about-author .profile-img .icon {

  position: absolute;

  width: 60px;

  height: 60px;

  border-radius: 20px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  padding: 12px;

  background: rgba(255, 255, 255, 0.01);

  -webkit-backdrop-filter: blur(5px);

  backdrop-filter: blur(5px);

  z-index: 3;

}



.about-author .profile-img .icon:nth-of-type(1) {

  top: 30px;

  left: 20px;

  -webkit-transform: rotate(10deg);

  -ms-transform: rotate(10deg);

  transform: rotate(10deg);

}



.about-author .profile-img .icon:nth-of-type(2) {

  top: 40%;

  right: -10px;

  -webkit-transform: rotate(15deg);

  -ms-transform: rotate(15deg);

  transform: rotate(15deg);

  -webkit-filter: blur(2px);

  filter: blur(2px);

  z-index: -1;

}



.about-author .profile-img .icon:nth-of-type(3) {

  bottom: 30px;

  left: -25px;

  -webkit-transform: rotate(-10deg);

  -ms-transform: rotate(-10deg);

  transform: rotate(-10deg);

}



.about-author .profile-img .icon:nth-of-type(4) {

  bottom: 50px;

  right: 40px;

  -webkit-transform: rotate(-10deg);

  -ms-transform: rotate(-10deg);

  transform: rotate(-10deg);

}



.about-author .img {

  border-radius: 500px;

  height: 680px;

  overflow: hidden;

}



.about-author .img img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -o-object-position: center;

  object-position: center;

}



.about-author .info {

  position: relative;

  border: 1px solid rgba(255, 255, 255, 0.1);

  padding: 20px 40px;

  border-radius: 10px;

}



.about-author .info .item .icon {

  width: 40px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  border-radius: 50%;

  background: #00ffb6;

  color: #0c0c0c;

  font-size: 20px;

}



.page-intro .img {

  position: relative;

}



.page-intro .img .img-icon {

  position: absolute;

  bottom: -40px;

  left: 0;

  width: 200px;

}



/* Awards

-----------------------------------------------------------------*/

.awards .item-line {

  padding: 25px 15px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  position: relative;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.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 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  z-index: -1;

}



.awards .item-line .project-date span {

  font-size: 14px;

  opacity: 0.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 .fit-img {

  height: 400px;

}



.blog.style2 .item {

  padding: 30px;

  border: 1px solid rgba(255, 255, 255, 0.1);

}



.blog.style2 .item .fit-img {

  height: 280px;

}



.sidebar .search-box {

  position: relative;

}



.sidebar .search-box input {

  color: #fff;

  padding: 15px;

  border: 1px solid rgba(255, 255, 255, 0.4);

  border-radius: 5px;

  width: 100%;

  background: transparent;

}



.sidebar .search-box input:focus {

  border-color: #fff;

}



.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: 50px;

  padding: 30px;

  border: 1px solid rgba(255, 255, 255, 0.05);

}



.sidebar .widget .title-widget {

  margin-bottom: 30px;

  text-transform: uppercase;

  letter-spacing: 1px;

  font-size: 17px;

}



.sidebar .widget.catogry li {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-size: 15px;

  padding: 10px 20px;

  border-radius: 30px;

}



.sidebar .widget.catogry li:last-of-type {

  margin-bottom: 0;

}



.sidebar .widget.catogry li:hover {

  background: rgba(255, 255, 255, 0.02);

}



.sidebar .widget.last-post-thum .item {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-bottom: 30px;

}



.sidebar .widget.last-post-thum .item:last-of-type {

  margin-bottom: 0;

}



.sidebar .widget.last-post-thum .item:hover .img a .date {

  opacity: 1;

}



.sidebar .widget.last-post-thum .item .img {

  width: 90px;

  height: 100px;

  border-radius: 5px;

  overflow: hidden;

}



.sidebar .widget.last-post-thum .item .img a {

  width: 100%;

  height: 100%;

  position: relative;

}



.sidebar .widget.last-post-thum .item .img a .date {

  position: absolute;

  top: 50%;

  left: 50%;

  font-size: 14px;

  width: 50px;

  height: 50px;

  text-align: center;

  background: rgba(0, 0, 0, 0.1);

  -webkit-backdrop-filter: blur(10px);

  backdrop-filter: blur(10px);

  border-radius: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  z-index: 3;

  opacity: 0;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.sidebar .widget.last-post-thum .item .img a .date span {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  line-height: 1;

}



.sidebar .widget.last-post-thum .item .img img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

}



.sidebar .widget.last-post-thum .item .cont {

  padding-left: 25px;

}



.sidebar .widget.last-post-thum .item .cont h6 {

  font-size: 17px;

}



.sidebar .widget.last-post-thum .item .cont .tag {

  font-size: 12px;

  padding: 5px 15px;

  border-radius: 30px;

  background: rgba(255, 255, 255, 0.03);

  margin-bottom: 10px;

}



.sidebar .widget.tags a {

  padding: 8px 15px;

  border-radius: 5px;

  background: rgba(255, 255, 255, 0.02);

  margin: 2px 0;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.sidebar .widget.tags a:hover {

  background: #00ffb6;

}



.blog-main .item .content {

  margin-top: 40px;

}



.blog-main .item .content .post-date {

  padding: 7px 15px;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 30px;

  font-size: 12px;

  color: #ddd;

  text-transform: uppercase;

  margin-right: 15px;

}



.blog-header .background {

  height: 75vh;

  min-height: 480px;

}



.main-post .spec-letter {

  font-size: 60px;

  line-height: 50px;

  padding-right: 10px;

  float: left;

}



.main-post .post-qoute {

  position: relative;

  padding: 40px;

  padding-left: 120px;

  border: 1px solid rgba(255, 255, 255, 0.15);

}



.main-post .post-qoute h6 {

  position: relative;

}



.main-post .post-qoute h6:before {

  content: '“';

  position: absolute;

  top: 80px;

  left: -100px;

  font-size: 180px;

  font-family: Poppins;

  line-height: 0;

}



.main-post .iner-img {

  height: 400px;

}



.main-post .iner-img img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -o-object-position: center;

  object-position: center;

}



.main-post .unorder-list li,

.main-post .order-list li {

  margin-top: 10px;

  opacity: 0.7;

  padding-left: 15px;

  position: relative;

}



.main-post .unorder-list li:before,

.main-post .order-list li:before {

  content: '';

  width: 5px;

  height: 5px;

  border-radius: 50%;

  background: #ccc;

  position: absolute;

  left: 0;

  top: 10px;

}



.main-post .order-list li {

  padding-left: 0;

}



.main-post .order-list li:before {

  display: none;

}



.main-post .order-list li span {

  font-size: 13px;

}



.main-post .info-area .tags span,

.main-post .info-area .share-icon span {

  font-size: 14px;

  margin-right: 5px;

  opacity: 0.7;

}



.main-post .info-area .tags a,

.main-post .info-area .share-icon a {

  padding: 7px 20px;

  font-size: 13px;

  background: rgba(255, 255, 255, 0.02);

  border-radius: 30px;

  margin-right: 5px;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.main-post .info-area .tags a:hover,

.main-post .info-area .share-icon a:hover {

  background: #00ffb6;

  color: #1d1d1d;

}



.main-post .info-area .share-icon a {

  width: 35px;

  height: 35px;

  line-height: 35px;

  font-size: 11px;

  text-align: center;

  padding: 0;

}



.main-post .author-area {

  padding: 40px;

  background: rgba(255, 255, 255, 0.02);

  -webkit-backdrop-filter: blur(2px);

  backdrop-filter: blur(2px);

}



.main-post .author-area .author-img .img {

  width: 100px;

  height: 100px;

  border-radius: 10px;

  overflow: hidden;

}



.main-post .next-prv-post .thumb-post {

  width: 100%;

  padding: 40px;

  position: relative;

  overflow: hidden;

  z-index: 2;

}



.main-post .next-prv-post .thumb-post:after {

  content: '';

  background: #0f0f0f;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  border: 1px solid rgba(255, 255, 255, 0.1);

  z-index: -1;

  opacity: 0.7;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.main-post .next-prv-post .thumb-post:first-of-type {

  margin-right: 15px;

}



.main-post .next-prv-post .thumb-post:last-of-type {

  margin-left: 15px;

}



.comments-post .item-box {

  position: relative;

}



.comments-post .item-box p {

  font-size: 14px;

  width: 80%;

}



.comments-post .item-box.replayed {

  margin-left: 30px;

}



.comments-post .item-box .replay-butn {

  position: absolute;

  top: 15px;

  right: 15px;

}



.comments-post .item-box .replay-butn a {

  font-size: 13px;

  padding: 8px 20px;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 30px;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.comments-post .item-box .replay-butn a:hover {

  background: var(--maincolor);

  color: #1d1d1d;

}



.comments-from input,

.comments-from textarea {

  width: 100%;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 5px;

  background: transparent;

  color: #fff;

  padding: 15px;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.comments-from input:focus,

.comments-from textarea:focus {

  border-color: #fff;

}



.comments-from textarea {

  min-height: 180px;

}



.comments-from button {

  padding: 15px 35px;

  width: 100%;

  background: rgba(255, 255, 255, 0.02);

  -webkit-backdrop-filter: blur(2px);

  backdrop-filter: blur(2px);

  color: #fff;

  text-transform: uppercase;

  font-size: 13px;

  letter-spacing: 1px;

  position: relative;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 5px;

  overflow: hidden;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.comments-from button .text {

  position: relative;

  z-index: 4;

}



.comments-from button:hover {

  color: #1d1d1d;

  background: #fff;

}



/* Brands & Clients

-----------------------------------------------------------------*/

.clients-carso .img {

  margin: auto;

}



.clients-carso.in-circle .item {

  width: 220px;

  height: 220px;

  line-height: 220px;

  border: 1px solid rgba(225, 255, 255, 0.1);

  border-radius: 50%;

}



/* Contact

-----------------------------------------------------------------*/

.call-marq .main-marq:after {

  display: none;

}



.call-marq .main-marq.sub-bg {

  -webkit-transform: rotate(-5deg);

  -ms-transform: rotate(-5deg);

  transform: rotate(-5deg);

  position: relative;

  z-index: 2;

}



.call-marq .main-marq.bord-item {

  -webkit-transform: rotate(3deg);

  -ms-transform: rotate(3deg);

  transform: rotate(3deg);

}



.call-marq .main-marq.bord-item .item {

  padding: 15px 50px !important;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 60px;

  margin: 0 10px;

}



.call-marq .main-marq.bord-item .item h4 {

  font-size: 50px !important;

}



.contact input,

.contact textarea {

  width: 100%;

  border: 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

  background: transparent;

  color: #fff;

  padding: 15px 0;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.contact input:focus,

.contact textarea:focus {

  border-color: #fff;

}



.contact textarea {

  min-height: 180px;

}



.contact .info-box {

  padding: 80px 40px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 30px;

  position: relative;

  overflow: hidden;

}



.contact .info-box:after {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: url(../imgs/map.png);

  background-size: cover;

  opacity: 0.3;

  z-index: -1;

}



.contact .form2 input,

.contact .form2 textarea {

  padding: 15px 30px;

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 30px;

}



.google-map {

  height: 450px;

  width: 100%;

  position: relative;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

}



.google-map iframe {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}



/* 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 {

  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: #0f0f0f;

}



.page-faqs .img1 {

  position: absolute;

  top: 250px;

  left: 0;

  width: 220px;

}



.page-faqs .img2 {

  position: absolute;

  top: 450px;

  left: 180px;

  width: 150px;

}



.page-faqs .img3 {

  position: absolute;

  top: 50%;

  right: 0;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  width: 250px;

}



.page-error {

  min-height: 100vh;

  position: relative;

}



.page-error h1 {

  font-size: 15vw;

  font-weight: 700;

}



.page-error .marq {

  position: absolute;

  width: 104%;

  left: -2%;

  background: #0f0f0f;

}



.page-error .marq .non-strok i {

  color: transparent;

  -webkit-text-stroke: 0.5px white;

}



.page-error .marq .strok i {

  color: rgba(255, 255, 255, 0.8);

  -webkit-text-stroke: 0;

}



.page-error .marq h4 {

  font-size: 50px;

  text-transform: uppercase;

}



.page-error .marq:nth-of-type(2) {

  top: 50px;

  -webkit-transform: rotate(-15deg);

  -ms-transform: rotate(-15deg);

  transform: rotate(-15deg);

}



.page-error .marq:nth-of-type(3) {

  bottom: 30px;

  -webkit-transform: rotate(-12deg);

  -ms-transform: rotate(-12deg);

  transform: rotate(-12deg);

}



.page-error .marq:nth-of-type(4) {

  left: -10%;

  bottom: -10%;

  -webkit-transform: rotate(35deg);

  -ms-transform: rotate(35deg);

  transform: rotate(35deg);

}



.page-error .marq:nth-of-type(4) .main-marq:after {

  left: -10%;

}



.page-error .marq:nth-of-type(5) {

  left: -10%;

  top: -100%;

  -webkit-transform: rotate(60deg) translateX(100%);

  -ms-transform: rotate(60deg) translateX(100%);

  transform: rotate(60deg) translateX(100%);

}



/* Footer

-----------------------------------------------------------------*/

footer .subscribe-minimal .form-group {

  position: relative;

}



footer .subscribe-minimal input {

  color: #fff;

  background: transparent;

  border-radius: 0;

  border: 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  width: 100%;

  padding: 15px 0;

}



footer .subscribe-minimal input:focus {

  border-color: rgba(255, 255, 255, 0.5);

}



footer .subscribe-minimal button {

  color: #fff;

  padding: 15px 0;

  position: absolute;

  top: 5px;

  right: 0px;

  background: transparent;

  border: 0;

}



footer .subscribe-minimal .social-icon a {

  width: 40px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 50%;

}



footer.clean-footer.crev {

  position: relative;

}



footer.clean-footer.crev:after {

  content: '';

  background: -webkit-gradient(

    linear,

    left bottom,

    left top,

    from(rgba(255, 255, 255, 0.01)),

    to(transparent)

  );

  background: -webkit-linear-gradient(

    bottom,

    rgba(255, 255, 255, 0.01),

    transparent

  );

  background: -o-linear-gradient(

    bottom,

    rgba(255, 255, 255, 0.01),

    transparent

  );

  background: linear-gradient(to top, rgba(255, 255, 255, 0.01), transparent);

  -webkit-backdrop-filter: blur(100px);

  backdrop-filter: blur(100px);

  position: absolute;

  top: 0;

  left: 40px;

  bottom: 40px;

  right: 40px;

}



footer.clean-footer.crev .circle-blur {

  position: absolute;

  bottom: -50px;

  right: 50px;

  width: 400px;

  z-index: -1;

}



/* Headers

-----------------------------------------------------------------*/

.main-header {

  padding: 180px 0 100px;

  min-height: 100vh;

  background-size: cover;

  background-position: center center;

  position: relative;

  overflow: hidden;

}



.main-header .caption h1 {

  font-size: 105px;

}



.main-header .icon-img {

  width: 160px;

}



.crev-header {

  padding: 180px 0 0;

  position: relative;

}



.crev-header .full-img {

  position: relative;

  width: calc(100% + 30vw);

  height: 550px;

  background-position: center center;

}



.crev-header .full-img:after {

  content: '';

  position: absolute;

  top: -30vw;

  left: -30vw;

  width: 80vw;

  height: 80vw;

  background: -webkit-radial-gradient(circle, #04a573 0%, transparent 66%);

  background: -o-radial-gradient(circle, #04a573 0%, transparent 66%);

  background: radial-gradient(circle, #04a573 0%, transparent 66%);

  opacity: 0.5;

  z-index: -1;

}



.crev-header .caption {

  position: relative;

  z-index: 2;

}



.crev-header .caption h1 {

  font-size: 90px;

}



.modern-slider {

  position: relative;

  overflow: hidden;

}



.modern-slider:after {

  content: '';

  position: absolute;

  top: -20vw;

  right: -20vw;

  width: 50vw;

  height: 50vw;

  background: -webkit-radial-gradient(circle, #04a573 0%, transparent 66%);

  background: -o-radial-gradient(circle, #04a573 0%, transparent 66%);

  background: radial-gradient(circle, #04a573 0%, transparent 66%);

  opacity: 0.35;

  z-index: -1;

}



.modern-slider .gallery-img .bg-img {

  height: 100vh;

  overflow: hidden;

  position: relative;

  background-position: center;

}



.modern-slider .gallery-img .bg-img a {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}



.modern-slider .gallery-text {

  position: absolute;

  width: 40vw;

  top: 50%;

  left: 10%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  z-index: 9;

}



.modern-slider .gallery-text .swiper-container,

.modern-slider .gallery-text .swiper-slide {

  height: 450px !important;

}



.modern-slider .gallery-text .swiper-slide {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.modern-slider .gallery-text .text {

  width: 100%;

}



.modern-slider .gallery-text .text h4 {

  font-size: 50px;

  font-weight: 500;

  line-height: 1;

}



.modern-slider .gallery-text .text h6 {

  margin-top: 15px;

  overflow: hidden;

  font-size: 16px;

  text-transform: uppercase;

  font-weight: 400;

  letter-spacing: 3px;

}



.modern-slider .gallery-text .text h6 span {

  -webkit-transform: translateY(50px);

  -ms-transform: translateY(50px);

  transform: translateY(50px);

  -webkit-transition: all 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.8s;

}



.modern-slider .gallery-text .swiper-slide-active .text h6 span {

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  transform: translateY(0);

  -webkit-transition-delay: 0.5s;

  -o-transition-delay: 0.5s;

  transition-delay: 0.5s;

}



.modern-slider .swiper-controls {

  position: absolute;

  bottom: 0;

  right: calc(18% - 10px);

  z-index: 9;

}



.modern-slider .swiper-controls .swiper-button-prev,

.modern-slider .swiper-controls .swiper-button-next {

  position: static;

  color: #fff;

  width: 60px;

  height: 60px;

  line-height: 60px;

  text-align: center;

  background: #0f0f0f;

  margin: 0;

  z-index: 9;

}



.modern-slider .swiper-controls .swiper-button-prev:after,

.modern-slider .swiper-controls .swiper-button-next:after {

  display: none;

}



.modern-slider .swiper-controls .swiper-button-prev span,

.modern-slider .swiper-controls .swiper-button-next span {

  white-space: nowrap;

}



.modern-slider .swiper-controls .swiper-button-next {

  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;

}



.modern-slider .swiper-pagination {

  bottom: 40px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  width: auto;

}



.modern-slider .swiper-pagination-bullet {

  background: transparent;

  margin: 0 10px !important;

}



.modern-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;

}



.modern-slider .path {

  display: none;

}



@-webkit-keyframes dash {

  from {

    stroke-dashoffset: 1000;

  }

  to {

    stroke-dashoffset: 0;

  }

}



@keyframes dash {

  from {

    stroke-dashoffset: 1000;

  }

  to {

    stroke-dashoffset: 0;

  }

}



.header-digital {

  padding-top: 180px;

  position: relative;

}



.header-digital .caption h1 {

  font-size: 100px;

}



.header-digital .img {

  position: relative;

}



.header-digital .img .vid {

  width: 85px;

  height: 85px;

  line-height: 85px;

  text-align: center;

  background: #00ffb6;

  position: absolute;

  top: 0;

  left: 100px;

}



.header-digital .img:after {

  content: '';

  position: absolute;

  bottom: -1px;

  left: -1px;

  top: 85px;

  background: #0f0f0f;

  width: 100px;

}



.header-digital .img:before {

  content: '';

  position: absolute;

  bottom: -1px;

  left: 90px;

  height: 22%;

  background: #0f0f0f;

  width: 100px;

}



.header-digital .cont {

  position: relative;

  height: 100%;

  padding-top: 30px;

}



.header-digital .cont .thum {

  width: 60px;

  height: 60px;

  border-radius: 50%;

  position: relative;

  z-index: 2;

}



.header-digital .cont a {

  width: 60px;

  height: 60px;

  line-height: 60px;

  text-align: center;

  border-radius: 50%;

  border: 1px solid #00ffb6;

  margin-left: -20px;

}



.header-digital .cont .numb {

  position: absolute;

  bottom: 30px;

  left: 0;

}



.header-digital .cont .numb h2 {

  margin-bottom: -20px;

}



.header-personal {

  padding: 200px 0 60px;

  position: relative;

  overflow: hidden;

}



.header-personal:after {

  content: '';

  position: absolute;

  top: -30vw;

  left: -30vw;

  width: 80vw;

  height: 80vw;

  background: -webkit-radial-gradient(circle, #04a573 0%, transparent 66%);

  background: -o-radial-gradient(circle, #04a573 0%, transparent 66%);

  background: radial-gradient(circle, #04a573 0%, transparent 66%);

  opacity: 0.5;

  z-index: 2;

}



.header-personal .caption h1 {

  line-height: 1.2;

  position: relative;

  z-index: 2;

}



.header-personal .info .item {

  padding-right: 60px;

  position: relative;

}



.header-personal .info .item:after {

  content: '';

  position: absolute;

  top: 50%;

  right: 30px;

  height: 30px;

  border-left: 1px solid #fff;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}



.header-personal .info .item:last-of-type {

  padding: 0;

}



.header-personal .info .item:last-of-type:after {

  display: none;

}



.page-header {

  background-position: center;

}



.page-header:after {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  bottom: -2px;

  background: -webkit-gradient(

    linear,

    left top,

    left bottom,

    from(transparent),

    to(#0f0f0f)

  );

  background: -webkit-linear-gradient(transparent, #0f0f0f);

  background: -o-linear-gradient(transparent, #0f0f0f);

  background: linear-gradient(transparent, #0f0f0f);

}



.header-project {

  min-height: 70vh;

  padding: 220px 0 120px;

}



.header-project:before {

  background: -webkit-gradient(

    linear,

    left bottom,

    left top,

    from(#0f0f0f),

    to(transparent)

  );

  background: -webkit-linear-gradient(bottom, #0f0f0f, transparent);

  background: -o-linear-gradient(bottom, #0f0f0f, transparent);

  background: linear-gradient(to top, #0f0f0f, transparent);

  opacity: 1;

}



/* Hero

-----------------------------------------------------------------*/

.skills-box h6 {

  font-size: 13px;

  font-weight: 300;

  text-transform: uppercase;

  letter-spacing: 2px;

  margin-bottom: 10px;

}



.skills-box .skill-progress {

  height: 25px;

  border: 1px solid rgba(255, 255, 255, 0.2);

  position: relative;

}



.skills-box .skill-progress .progres {

  position: absolute;

  width: 10%;

  top: 5px;

  bottom: 5px;

  left: 5px;

  background: rgba(255, 255, 255, 0.1);

  -webkit-transition: all 1.5s;

  -o-transition: all 1.5s;

  transition: all 1.5s;

}



.my-skills {

  position: relative;

  padding-bottom: 110px;

}



.my-skills:after {

  content: '';

  position: absolute;

  bottom: -50vw;

  left: 5vw;

  width: 80vw;

  height: 80vw;

  background: -webkit-radial-gradient(circle, #04a573 0%, transparent 66%);

  background: -o-radial-gradient(circle, #04a573 0%, transparent 66%);

  background: radial-gradient(circle, #04a573 0%, transparent 66%);

  opacity: 0.3;

  z-index: -1;

}



.my-skills .item {

  text-align: center;

}



.my-skills .item .box-bord {

  padding: 40px 15px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 100px;

}



.my-skills .item .img {

  width: 100px;

  height: 100px;

  line-height: 100px;

  text-align: center;

  margin: 0 auto 30px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.05);

}



.my-skills .item .img img {

  width: 55px;

}



.my-skills .item .value {

  font-size: 30px;

}



.my-skills .item h6 {

  margin-top: 25px;

}



.numbers-crev {

  position: relative;

}



.numbers-crev:after {

  content: '';

  position: absolute;

  bottom: -50vw;

  left: 10vw;

  width: 80vw;

  height: 80vw;

  background: -webkit-radial-gradient(circle, #04a573 0%, transparent 66%);

  background: -o-radial-gradient(circle, #04a573 0%, transparent 66%);

  background: radial-gradient(circle, #04a573 0%, transparent 66%);

  opacity: 0.3;

  z-index: -1;

}



.numbers-crev .item h3 {

  font-size: 100px;

  font-weight: 800;

  line-height: 1;

  -webkit-transform: translateY(20px);

  -ms-transform: translateY(20px);

  transform: translateY(20px);

}



.numbers-crev .item h6 {

  padding-top: 30px;

}



/* 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: 0.8;

  margin-right: 5px;

}



.interactive-inline .item h4 {

  font-size: 35px;

  font-weight: 700;

  color: transparent;

  -webkit-text-stroke: 1px #fff;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.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 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.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: 0.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 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.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: 0.5;

}



.inter-links-center .links-text li h2 .num {

  display: block;

  font-size: 14px;

  font-weight: 600;

  opacity: 0.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 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.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

-----------------------------------------------------------------*/

.work-fade {

  position: relative;

}



.work-fade .item {

  position: relative;

}



.work-fade .item .cont {

  position: absolute;

  top: 80px;

  left: 0;

}



.work-fade .item .cont .text {

  position: relative;

  display: block;

  width: -webkit-max-content;

  width: -moz-max-content;

  width: max-content;

  padding: 10px 30px;

  margin: -1px 0;

}



.work-fade .item .cont .text:first-of-type {

  border-radius: 0 20px 0 0;

}



.work-fade .item .cont .text:first-of-type .shap-left-top svg {

  position: absolute;

  top: -1.4rem;

  left: -1px;

  -webkit-transform: rotate(270deg);

  -ms-transform: rotate(270deg);

  transform: rotate(270deg);

  width: 1.5rem;

  height: 1.5rem;

}



.work-fade .item .cont .text:first-of-type .shap-right-bottom svg {

  position: absolute;

  bottom: 0;

  right: -1.4rem;

  -webkit-transform: rotate(270deg);

  -ms-transform: rotate(270deg);

  transform: rotate(270deg);

  width: 1.5rem;

  height: 1.5rem;

}



.work-fade .item .cont .text:nth-of-type(2) {

  border-radius: 0 20px 20px 0;

}



.work-fade .item .cont .text:nth-of-type(2) .shap-left-bottom svg {

  position: absolute;

  bottom: -1.4rem;

  left: -1px;

  -webkit-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  transform: rotate(0deg);

  width: 1.5rem;

  height: 1.5rem;

}



.work-fade .swiper-pagination {

  position: absolute;

  top: 50%;

  right: 0;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}



.work-fade .swiper-pagination-bullet {

  position: relative;

  margin: 30px 0 !important;

}



.work-fade .swiper-pagination-bullet:after {

  content: '';

  width: 7px;

  height: 7px;

  background: #fff;

  border-radius: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  position: absolute;

  top: 50%;

  left: 50%;

}



.work-fade .swiper-pagination-bullet svg {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

}







.work-fade .marq-head {

  position: absolute;

  bottom: 0;

  width: 100%;

}



.work-fade .marq-head .main-marq:after {

  background: -webkit-linear-gradient(

    right,

    #121212,

    rgba(255, 255, 255, 0) 280px,

    rgba(255, 255, 255, 0) calc(100% - 280px),

    #121212

  );

  background: -o-linear-gradient(

    right,

    #121212,

    rgba(255, 255, 255, 0) 280px,

    rgba(255, 255, 255, 0) calc(100% - 280px),

    #121212

  );

  background: linear-gradient(

    to left,

    #121212,

    rgba(255, 255, 255, 0) 280px,

    rgba(255, 255, 255, 0) calc(100% - 280px),

    #121212

  );

}



.work-fade .marq-head .main-marq .box {

  -webkit-animation: slide-har 200s linear infinite;

  animation: slide-har 200s linear infinite;

}



.work-fade .marq-head .main-marq .box .item {

  padding: 0 60px;

}



.work-fade .marq-head .main-marq .box .item h4 {

  font-size: 12vw;

  font-weight: 800;

}



.work-fade .marq-head .main-marq .box .item:nth-of-type(2n) h4 {

  -webkit-text-stroke: 1px white;

}



.work-crev .swiper-slide {

  width: 70vw !important;

}



.work-crev .item .cont h2 {

  white-space: nowrap;

  font-weight: 800;

  color: transparent;

  -webkit-text-stroke: 1px #fff;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.work-crev .item .img {

  padding-left: 80px;

}



.work-crev .swiper-slide-active .item .cont h2 {

  color: #fff;

  -webkit-text-stroke: 1px transparent;

}



.work-crev .out-right {

  -webkit-clip-path: inset(-100vw -100vw -100vw 0);

  clip-path: inset(-100vw -100vw -100vw 0);

}



.work-crev .swiper-container {

  overflow: visible;

}



.work-crev .swiper-pagination {

  top: auto;

  bottom: 0;

  background: rgba(255, 255, 255, 0.1);

}



.work-crev .swiper-pagination .swiper-pagination-progressbar-fill {

  background: #fff;

}



.portfolio-tab.crev .cluom {

  position: relative;

}



.portfolio-tab.crev .cluom .img {

  position: absolute;

  top: -25px;

  right: 200px;

  width: 200px;

  height: 300px;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.portfolio-tab.crev .cluom h4 {

  white-space: nowrap;

}



.portfolio-tab.crev .cluom h4 a {

  font-weight: 800;

  color: transparent;

  -webkit-text-stroke: 0.5px #fff;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.portfolio-tab.crev .cluom h6 {

  white-space: nowrap;

}



.portfolio-tab.crev .cluom.current h4 a {

  color: #fff;

  -webkit-text-stroke: 0.5px transparent;

}



.portfolio-tab.crev .glry-img {

  position: relative;

  z-index: 2;

}



.portfolio-tab.crev .glry-img .circle-blur {

  width: 400px;

  position: absolute;

  right: -100px;

  bottom: -80px;

  -webkit-filter: blur(80px);

  filter: blur(80px);

  z-index: -1;

}



.portfolio-tab.crev .glry-img .tab-img {

  position: absolute;

  top: 0;

  left: 0;

  -webkit-transition: -webkit-clip-path 0.8s;

  transition: -webkit-clip-path 0.8s;

  -o-transition: clip-path 0.8s;

  transition: clip-path 0.8s;

  transition: clip-path 0.8s, -webkit-clip-path 0.8s;

  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);

  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);

}



.portfolio-tab.crev .glry-img .tab-img.current {

  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

  z-index: 3;

}



.portfolio-tab.crev .glry-img .tab-img:first-of-type {

  position: relative;

}



.work-card .card-item {

  margin-bottom: 30px;

  border: 1px solid rgba(255, 255, 255, 0.05);

  border-radius: 10px;

}



.work-card .card-item .cont {

  height: 100%;

  padding: 40px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

}



.work-card .card-item .cont .tag {

  font-size: 12px;

  letter-spacing: 1px;

  text-transform: uppercase;

  padding: 5px 15px;

  margin: 2px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 30px;

}



.work-card .card-item .img {

  padding: 20px;

}



.work-card .card-item .img img {

  border-radius: 10px;

}



.swiper-pagination-bullet {

  display: block;

  background: transparent;

}



.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;

}



.path {

  display: none;

}



@keyframes dash {

  from {

    stroke-dashoffset: 1000;

  }

  to {

    stroke-dashoffset: 0;

  }

}



.portfolio-crev {

  min-height: 100vh;

}



.portfolio-crev .work-boxs {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.portfolio-crev .item {

  width: 350px;

  height: 80vh;

  min-height: 450px;

  margin: 0 4px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.portfolio-crev .item .bg-img {

  width: 100%;

  height: 100%;

  background-size: cover;

  position: relative;

}



.portfolio-crev .item .bg-img .cont {

  position: absolute;

  left: 0;

  bottom: 0;

  padding: 20px 20px 20px 30px;

  opacity: 0;

  width: -webkit-max-content;

  width: -moz-max-content;

  width: max-content;

  visibility: hidden;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.portfolio-crev .item .bg-img .cont .arrow img {

  width: 60px;

  -webkit-transform: rotate(225deg);

  -ms-transform: rotate(225deg);

  transform: rotate(225deg);

  margin-left: 50px;

}



.portfolio-crev .item .bg-img .cont h5,

.portfolio-crev .item .bg-img .cont span {

  -webkit-transform: translateY(15px);

  -ms-transform: translateY(15px);

  transform: translateY(15px);

  opacity: 0;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  -webkit-transition-delay: 0;

  -o-transition-delay: 0;

  transition-delay: 0;

}



.portfolio-crev .item .bg-img .cont .arrow {

  -webkit-transform: translateX(30px);

  -ms-transform: translateX(30px);

  transform: translateX(30px);

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.portfolio-crev .item.active {

  width: calc(100vw - 140px * 3);

}



.portfolio-crev .item.active .bg-img .cont {

  opacity: 1;

  visibility: visible;

}



.portfolio-crev .item.active .bg-img .cont h5,

.portfolio-crev .item.active .bg-img .cont span {

  -webkit-transform: none;

  -ms-transform: none;

  transform: none;

  opacity: 1;

}



.portfolio-crev .item.active .bg-img .cont h5 {

  -webkit-transition-delay: 0.3s;

  -o-transition-delay: 0.3s;

  transition-delay: 0.3s;

}



.portfolio-crev .item.active .bg-img .cont span {

  -webkit-transition-delay: 0.6s;

  -o-transition-delay: 0.6s;

  transition-delay: 0.6s;

}



.portfolio-crev .item.active .bg-img .cont .arrow {

  -webkit-transform: none;

  -ms-transform: none;

  transform: none;

  -webkit-transition-delay: 0.4s;

  -o-transition-delay: 0.4s;

  transition-delay: 0.4s;

}



.work-minimal .item:hover .img .cont {

  opacity: 1;

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  transform: translateY(0);

}



.work-minimal .item .img {

  position: relative;

}



.work-minimal .item .img .cont {

  position: absolute;

  bottom: 15px;

  left: 15px;

  right: 15px;

  padding: 15px 30px;

  background: #0f0f0f;

  border-radius: 5px;

  -webkit-transform: translateY(20px);

  -ms-transform: translateY(20px);

  transform: translateY(20px);

  opacity: 0;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.work-minimal .item .img .cont h5 {

  font-size: 20px;

}



.work-minimal .item .img .cont p {

  font-size: 13px;

  text-transform: uppercase;

  letter-spacing: 1px;

}



.work-minimal .item .img .cont img {

  width: 20px;

}



.work-minimal .item .img .cont.inline {

  padding: 25px 30px;

}



.filtering .filter {

  padding: 11px 15px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 30px;

  display: inline-block;

}



.filtering span {

  font-weight: 500;

  font-size: 13px;

  text-transform: uppercase;

  letter-spacing: 1px;

  margin: 0 30px;

  cursor: pointer;

  position: relative;

  opacity: 0.7;

}



.filtering span.active {

  opacity: 1;

  color: #00ffb6;

}



.filtering span.text {

  pointer-events: none;

}



.filtering span:after {

  content: attr(data-count);

  font-size: 12px;

  position: absolute;

  top: -10px;

  right: -20px;

  opacity: 0.7;

}



.img-column .img {

  height: 100vh;

  min-height: 500px;

}



.img-column .img img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -o-object-position: center center;

  object-position: center center;

}



.next-project {

  position: relative;

}



.next-project .box {

  padding: 200px 80px;

  position: relative;

}



.next-project .box:after {

  content: '';

  position: absolute;

  top: -1px;

  left: -1px;

  right: -1px;

  bottom: -1px;

  background: #121212;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.next-project .box .cont {

  position: relative;

  z-index: 3;

}



.next-project .box:hover:after {

  opacity: 0.3;

}



.next-project .all-works-butn {

  position: absolute;

  top: 0;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  padding: 25px;

  background: #0f0f0f;

  z-index: 4;

}



/* Pricing

-----------------------------------------------------------------*/

.price-hr .item {

  padding: 50px 30px;

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 20px;

}



.price-hr .item .butn {

  padding: 7px 25px;

}



.price-hr .item.text-dark .butn {

  border-color: #121212;

}



.price-hr .item.text-dark .butn:hover {

  border-color: #fff;

}



.pricing .item {

  padding: 50px 30px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 5px;

}



.pricing .item li {

  margin-bottom: 10px;

  padding-left: 20px;

  position: relative;

}



.pricing .item li:after {

  content: '';

  width: 5px;

  height: 5px;

  background: #fff;

  border-radius: 50%;

  position: absolute;

  left: 0;

  top: calc(50% - 5px);

}



/* 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 .item-box {

  padding: 60px 40px;

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 15px;

}



.services .item-box .icon {

  width: 80px;

}



.services .swiper-container {

  overflow: visible;

}



.services-crev .item-box {

  padding: 60px 40px;

  border: 1px solid rgba(255, 255, 255, 0.1);

}



.services-crev .item-box h5 span {

  position: relative;

  top: -5px;

}



.services-crev .item-box .icon {

  width: 60px;

}



.services-inline {

  position: relative;

}



.services-inline .circle-blur {

  position: absolute;

  bottom: 50px;

  left: -20%;

  width: 30%;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  -webkit-filter: blur(50px);

  filter: blur(50px);

  z-index: -1;

}



.services-inline .item {

  padding: 30px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}



.services-inline .item:first-of-type {

  padding-top: 0;

}



.services-inline .item .num {

  width: 45px;

  height: 45px;

  line-height: 45px;

  text-align: center;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 50%;

  margin-right: 30px;

  font-size: 13px;

}



.services-modern .serv-boxs {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.services-modern .item {

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 15px;

  padding: 40px 30px;

  width: 350px;

  height: 450px;

  margin: 0 4px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.services-modern .item.active {

  width: calc(100vw - 350px * 3);

}



.services-modern .item.active p {

  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

  -webkit-transition-delay: 0.4s;

  -o-transition-delay: 0.4s;

  transition-delay: 0.4s;

  opacity: 1;

  -webkit-transform: translate(0);

  -ms-transform: translate(0);

  transform: translate(0);

}



.services-modern .item h6 {

  font-size: 14px !important;

  font-weight: 400;

  padding: 10px 20px;

  border: 1px solid rgba(255, 255, 255, 0.15);

  border-radius: 30px;

}



.services-modern .item p {

  font-size: 20px;

  text-indent: 15%;

  opacity: 0;

  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out,

    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);

  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out,

    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);

  -o-transition: opacity 0.1s ease-out, transform 0.4s ease-out,

    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);

  transition: opacity 0.1s ease-out, transform 0.4s ease-out,

    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);

  transition: opacity 0.1s ease-out, transform 0.4s ease-out,

    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),

    -webkit-transform 0.4s ease-out,

    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);

  -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: translateX(50px);

  -ms-transform: translateX(50px);

  transform: translateX(50px);

}



.services-clas .item {

  padding: 40px 30px;

  border-radius: 15px;

}



.services-clas .item .tag {

  font-size: 12px;

  letter-spacing: 1px;

  text-transform: uppercase;

  padding: 5px 15px;

  margin: 2px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 30px;

}



.services-clas .item a {

  width: 60px;

  height: 60px;

  line-height: 60px;

  text-align: center;

  background: #0f0f0f;

  border-radius: 50%;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.services-clas .item a:hover {

  background: #00ffb6;

}



.services-inline2 .item {

  padding: 50px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

}



.services-inline2 .item:hover .img a {

  opacity: 1;

  visibility: visible;

}



.services-inline2 .item:hover .img:after {

  -webkit-transform: rotate(5deg);

  -ms-transform: rotate(5deg);

  transform: rotate(5deg);

}



.services-inline2 .item .num {

  width: 45px;

  height: 45px;

  line-height: 45px;

  text-align: center;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 50%;

  margin-bottom: 15px;

  font-size: 13px;

}



.services-inline2 .item h2 {

  font-size: 47px;

}



.services-inline2 .item .img {

  position: relative;

  height: 140px;

  border-radius: 100px;

  overflow: visible;

}



.services-inline2 .item .img img {

  border-radius: 100px;

}



.services-inline2 .item .img a {

  height: 100px;

  width: 100px;

  line-height: 100px;

  text-align: center;

  border-radius: 50%;

  background: #00ffb6;

  position: absolute;

  top: 20px;

  right: 20px;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.services-inline2 .item .img:after {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: 100px;

  border: 2px dashed rgba(255, 255, 255, 0.1);

  -webkit-transform-origin: 100% 50%;

  -ms-transform-origin: 100% 50%;

  transform-origin: 100% 50%;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  z-index: -1;

}



.feat {

  position: relative;

}



.feat .item {

  border: 1px solid rgba(255, 255, 255, 0.2);

}



.feat .item .info {

  padding: 30px;

}



.feat .circle-blur {

  position: absolute;

  bottom: 0;

  left: -25vw;

  width: 60vw;

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  transform: rotate(180deg);

  opacity: 0.15;

}



/* 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 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.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;

}



@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 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.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: 0.5s;

  -o-transition-delay: 0.5s;

  transition-delay: 0.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 0.6s linear;

  -o-transition: all 0.6s linear;

  transition: all 0.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 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.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 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.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: 0.5s;

  -o-transition-delay: 0.5s;

  transition-delay: 0.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 .item {

  position: relative;

  padding-right: 60px;

}



.team .item:hover .img .info {

  bottom: 15px;

  opacity: 1;

}



.team .item:hover .social {

  right: 5px;

  -webkit-transform: rotate(8deg);

  -ms-transform: rotate(8deg);

  transform: rotate(8deg);

}



.team .item .img {

  border-radius: 10px;

  overflow: hidden;

  position: relative;

  z-index: 2;

}



.team .item .img .info {

  position: absolute;

  left: 15px;

  right: 15px;

  bottom: -15px;

  padding: 15px;

  text-align: center;

  background: rgba(0, 0, 0, 0.1);

  -webkit-backdrop-filter: blur(15px);

  backdrop-filter: blur(15px);

  border-radius: 10px;

  opacity: 0;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.team .item .social {

  position: absolute;

  top: 50px;

  left: 50px;

  right: 60px;

  bottom: 40px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  background: #121212;

  border-radius: 10px;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.team .item .social .links {

  position: absolute;

  top: 15px;

  right: 15px;

}



.team .item .social .links a {

  display: block;

  width: 40px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  border: 1px solid rgba(255, 255, 255, 0.3);

  border-radius: 50%;

  margin-bottom: 5px;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.team .item .social .links a:hover {

  background: #00ffb6;

  border-color: #00ffb6;

  color: #111;

}



.team-crev .item {

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 15px;

  position: relative;

  overflow: hidden;

}



.team-crev .item .social a {

  width: 45px;

  height: 45px;

  line-height: 45px;

  font-size: 13px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 50%;

  margin: 0 2px;

}



.team-crev .item .img {

  position: relative;

  height: 300px;

  z-index: 2;

  -webkit-backdrop-filter: blur(50px);

  backdrop-filter: blur(50px);

}



.team-crev .item .img img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -o-object-position: top center;

  object-position: top center;

}



.team-crev .item .circle-blur {

  position: absolute;

  bottom: -50px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  width: 100%;

}



.team-crev2 {

  position: relative;

  overflow: hidden;

}



.team-crev2 .circle-blur {

  position: absolute;

  bottom: -100px;

  right: -20%;

  width: 30%;

  -webkit-filter: blur(50px);

  filter: blur(50px);

  z-index: -1;

}



.team-crev2 .item .bg-blur {

  position: relative;

  overflow: hidden;

}



.team-crev2 .item .bg-blur .circle-blur {

  position: absolute;

  bottom: -50px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  width: 80%;

}



.team-crev2 .item .img {

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 15px;

  position: relative;

  overflow: hidden;

  padding-top: 30px;

  height: 300px;

  -webkit-backdrop-filter: blur(50px);

  backdrop-filter: blur(50px);

  z-index: 2;

}



.team-crev2 .item .img img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -o-object-position: top center;

  object-position: top center;

}



.team-crev2 .item .img .social {

  position: absolute;

  bottom: -30px;

  left: 0;

  width: 100%;

  text-align: center;

  opacity: 0;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.team-crev2 .item .img .social a {

  width: 45px;

  height: 45px;

  line-height: 45px;

  font-size: 13px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 50%;

  -webkit-backdrop-filter: blur(10px);

  backdrop-filter: blur(10px);

  margin: 0 2px;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}



.team-crev2 .item .img .social a:hover {

  background: #00ffb6;

}



.team-crev2 .item:hover .img .social {

  bottom: 30px;

  opacity: 1;

}



.team-crev2 .item-bord {

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 15px;

  padding: 30px;

  height: 300px;

}



.team-single .bord {

  position: relative;

  padding: 0 60px;

}



.team-single .bord:before {

  content: '';

  position: absolute;

  top: 30px;

  left: 30px;

  right: 30px;

  bottom: 30px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  z-index: -1;

}



.team-single .bord:after {

  content: '';

  position: absolute;

  top: 40px;

  left: 40px;

  right: 40px;

  bottom: 40px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  z-index: -1;

}



/* Testimonials

-----------------------------------------------------------------*/

.testimonials {

  position: relative;

}



.testimonials .img-full {

  position: relative;

  height: 100%;

}



.testimonials .img-full .fit-img {

  height: 100%;

  border-radius: 10px;

  overflow: hidden;

}



.testimonials .img-full .fix-img {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  max-width: 200px;

}



.testimonials .img-full .text {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  padding: 40px;

  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;

  background: rgba(0, 0, 0, 0.3);

  z-index: 3;

}



.testimonials .img-full .text h3 {

  line-height: 1.5;

}



.testimonials .cont-full {

  position: relative;

}



.testimonials .cont-full .qout-svg {

  position: absolute;

  left: 80px;

  top: -70px;

  width: 140px;

}



.testimonials .cont-full .control-abslout {

  position: absolute;

  bottom: 90px;

  right: 80px;

}



.testimonials .cont-full .testim-swiper {

  padding: 80px;

  border: 10px;

  background: rgba(255, 255, 255, 0.01);

  -webkit-backdrop-filter: blur(50px);

  backdrop-filter: blur(50px);

  overflow: hidden;

}



.testimonials .cont-full .circle-blur {

  position: absolute;

  top: -50px;

  left: 50px;

  width: 180px;

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  transform: rotate(180deg);

  z-index: -1;

}



.testimonials .small-line {

  position: absolute;

  bottom: -100px;

  left: 0;

  width: 400px;

  height: 400px;

  z-index: 1;

  pointer-events: none;

}



.testimonials .small-line .line-overlay svg path {

  stroke: #6c6969;

}



.testimonials .swiper-slide {

  padding-top: 50px;

}



.testimonials .item .circle {

  width: 80px;

  height: 80px;

}



.testimonials .control-abslout {

  position: absolute;

  bottom: 15px;

  right: 15px;

}



.testimonials-minim {

  position: relative;

}



.testimonials-minim .swiper-slide {

  padding-top: 50px;

  padding-left: 50px;

}



.testimonials-minim .item .text {

  position: relative;

}



.testimonials-minim .item .text .qout-svg {

  position: absolute;

  left: -40px;

  top: -70px;

  width: 160px;

}



.testimonials-minim .item .circle {

  width: 80px;

  height: 80px;

}



.testimonials-minim .item.style2 .text {

  position: relative;

}



.testimonials-minim .item.style2 .text .qout-svg {

  position: absolute;

  left: -20px;

  top: -80px;

  width: 100px;

}



.testimonials-minim .control-abslout {

  position: absolute;

  bottom: 15px;

  right: 15px;

}



.testimonials-modern {

  position: relative;

  overflow: hidden;

}



.testimonials-modern .bg-pattern {

  position: absolute;

  top: 25%;

  left: 0;

  width: 100%;

  background-size: cover;

  background-position: bottom;

  opacity: 0.08;

}



.testimonials-modern .gallery-thumbs {

  width: 500px;

  margin: auto;

}



.testimonials-modern .gallery-thumbs .swiper-slide {

  width: 100px;

}



.testimonials-modern .gallery-thumbs .item {

  opacity: 0.3;

  position: relative;

  -webkit-transform: scale(0.8);

  -ms-transform: scale(0.8);

  transform: scale(0.8);

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  cursor: pointer;

}



.testimonials-modern .gallery-thumbs .item .img {

  width: 70px;

  height: 70px;

  border-radius: 50%;

  position: relative;

}



.testimonials-modern .gallery-thumbs .item .img img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -o-object-position: center;

  object-position: center;

  border-radius: 50%;

}



.testimonials-modern .gallery-thumbs .swiper-slide-active .item {

  opacity: 1;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

}



.testimonials-modern .swiper-arrow-control .swiper-button-prev {

  position: absolute;

  left: 10px;

  bottom: 50%;

}



.testimonials-modern .swiper-arrow-control .swiper-button-next {

  position: absolute;

  right: 10px;

  bottom: 50%;

}



.testim-modern .out-right {

  -webkit-clip-path: inset(-100vw -100vw -100vw 0);

  clip-path: inset(-100vw -100vw -100vw 0);

}



.testim-modern .swiper-container {

  overflow: visible;

}



.testim-modern .swiper-slide {

  width: 500px;

}



.testim-modern .item {

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 15px;

}



.testim-modern .item .cont {

  padding: 40px;

}



.testim-modern .item .cont p {

  font-size: 20px;

}



.testim-modern .item .info {

  padding: 20px 40px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 15px;

}



.testim-modern .item .info .img {

  width: 70px;

  height: 70px;

  border-radius: 50%;

}



/* 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;

  }

  .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;

  }

  .sec-head .d-flex {

    display: block !important;

  }

  .sec-head .ml-auto {

    margin-left: 0 !important;

    margin-top: 15px;

  }

  .sec-head .sub-title span:first-of-type {

    display: none;

  }

  .sec-head .sub-title span.thin {

    margin: 0;

  }

  .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 .logo {

    max-width: 160px !important;

    margin-left: 30px;

  }

  .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;

    color: #fff;

    -webkit-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.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 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.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;

  }

  .main-header {

    min-height: auto;

  }

  .main-header .caption h1 {

    font-size: 80px;

  }

  .main-header .caption .text {

    display: none;

  }

  .main-header .justify-content-end {

    display: block !important;

    margin-bottom: 50px;

  }

  .modern-slider .container {

    max-width: 100%;

  }

  .modern-slider .swiper-controls {

    right: 15px;

  }

  .crev-header .caption h1 {

    font-size: 70px;

  }

  .crev-header .full-img {

    width: 100vw;

    left: 50%;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

  }

  .header-digital .caption h1 {

    font-size: 60px;

  }

  .header-digital .cont .numb {

    position: static;

    margin-top: 15px;

  }

  .header-personal {

    background-position: 60%;

  }

  .header-personal .info {

    display: none !important;

  }

  .intro-crev .sec-head {

    margin-bottom: 80px;

  }

  .intro-skill .container {

    padding-top: 0 !important;

    padding-bottom: 0 !important;

  }

  .intro-skill .imgs {

    display: none;

  }

  .about-author .profile-img {

    width: 600px;

    margin: 0 auto 50px;

  }

  .my-skills .item .box-bord {

    border-radius: 200px;

  }

  .numbers-crev .item h3 {

    font-size: 80px;

  }

  .services-modern .serv-boxs {

    display: block;

  }

  .services-modern .item {

    width: 100%;

    padding: 60px 40px;

    margin: 5px 0;

  }

  .services-modern .item p {

    opacity: 1;

    -webkit-clip-path: none !important;

    clip-path: none !important;

    text-indent: 0;

    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

  }

  .services-modern .item.active {

    width: 100% !important;

  }

  .work-fade .text.pb-100 {

    padding-bottom: 50px !important;

  }

  .work-fade .swiper-pagination {

    top: 80%;

    right: -20px;

  }

  .work-crev .swiper-slide {

    width: 100% !important;

  }

  footer.clean-footer.crev:after,

  footer.clean-footer.crev .circle-blur {

    display: none;

  }

  .team-single .bord {

    padding: 0 40px 80px;

  }

  .team-single .bord:after {

    top: 30px;

    left: 10px;

    right: 10px;

    bottom: 30px;

  }

  .team-single .bord:before {

    top: 20px;

    left: 0;

    right: 0;

    bottom: 20px;

  }

  .services-inline2 .d-flex {

    display: block !important;

  }

  .page-faqs .img1,

  .page-faqs .img2,

  .page-faqs .img3 {

    display: none;

  }

  .work-grid {

    padding-top: 100px !important;

    padding-bottom: 0 !important;

  }

  .work-grid .item {

    margin: 40px 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);

  }

  .work-grid .filtering,

  .work-minimal .filtering {

    display: block !important;

    margin-top: 30px;

  }

  .next-project .box .cont .fz-40 {

    font-size: 30px !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: 70px;

    right: 15px;

  }

  .in-box {

    width: 100%;

  }

  .in-box.mb-15 {

    margin-bottom: 0 !important;

  }

  .section-padding {

    padding-top: 100px;

    padding-bottom: 100px;

  }

  .sec-head h3.fz-50 {

    font-size: 30px !important;

  }

  .sec-head h2.fz-70 {

    font-size: 35px !important;

  }

  .call-marq .main-marq.bord-item .item h4 {

    font-size: 20px !important;

  }

  .call-marq .main-marq .icon-img-50 {

    width: 30px !important;

  }

  .main-header .caption h1,

  .crev-header .caption h1 {

    font-size: 40px;

  }

  .main-header .icon-img {

    width: 100px;

  }

  .modern-slider .gallery-text {

    width: 100%;

  }

  .header-digital .caption h1 {

    font-size: 50px;

  }

  .header-digital .img:after,

  .header-digital .img:before {

    display: none;

  }

  .header-digital .img .vid {

    left: 0;

  }

  .about-author .profile-img {

    width: 420px;

  }

  .about-author .profile-img .img {

    height: 500px;

  }

  .about-author h4 span {

    display: inline;

  }

  .services-inline .item .ml-auto,

  .services-inline .item .num {

    display: none !important;

  }

  .work-fade .item .cont {

    position: static;

    margin-top: 15px;

    opacity: 0;

  }

  .work-fade .item .cont .text {

    display: inline-block;

    background: transparent;

    font-size: 22px;

    padding: 0 1px;

    margin: 0;

    border-radius: 0;

  }

  .work-fade .item .cont .shap-left-top,

  .work-fade .item .cont .shap-left-bottom {

    display: none;

  }

  .work-fade .swiper-slide-active .item .cont {

    opacity: 1;

  }

  .work-crev .item {

    display: block !important;

  }

  .work-crev .item .img {

    padding: 0;

    margin-top: 40px;

  }

  .testimonials .img-full .fix-img {

    max-width: 80px;

  }

  .testimonials .cont-full .testim-swiper {

    padding: 60px 20px;

  }

  .testimonials .cont-full .testim-swiper p.fz-30 {

    font-size: 18px !important;

  }

  .testimonials .cont-full .control-abslout {

    bottom: 15px;

    right: 15px;

  }

  .testimonials-minim .item .text .qout-svg {

    width: 90px;

  }

  .testimonials-minim .item .text .fz-30 {

    font-size: 18px !important;

  }

  .testimonials-minim .control-abslout {

    bottom: -50px;

  }

  .page-header .fz-80 {

    font-size: 35px !important;

  }

  .services-inline2 .item h2 {

    font-size: 35px;

    margin-bottom: 15px;

  }

  .team-single .bord {

    padding: 0 20px 80px;

  }

  .portfolio-crev .work-boxs .item {

    height: 350px;

    min-height: auto;

    background-position: center center;

  }

  .portfolio-crev .work-boxs .item.active {

    height: 350px;

  }

  .work-grid .filtering span,

  .work-minimal .filtering span {

    margin: 14px 25px;

  }

  .work-minimal .item .img .cont.inline {

    padding: 20px 15px;

  }

  .blog-header .fz-55 {

    font-size: 30px !important;

  }

  .blog-header .info {

    display: block !important;

  }

  .blog-header .date {

    margin-left: 30px !important;

  }

  .blog-header .right-info {

    margin: 30px 0 0;

  }

  .main-post .fz-60 {

    display: none;

  }

  .main-post .post-qoute {

    padding: 30px 15px;

  }

  .main-post .post-qoute h6:before {

    position: relative;

    left: 0;

  }

  .main-post .info-area {

    display: block;

  }

  .main-post .info-area .tags {

    margin-bottom: 30px;

  }

  .main-post .author-area .flex {

    display: block;

  }

  .main-post .author-area .author-img {

    margin: 0 0 30px 0;

  }

  .main-post .author-area .author-img .img {

    width: 80px;

    height: 80px;

  }

  .main-post .next-prv-post {

    display: block;

  }

  .main-post .next-prv-post .thumb-post {

    margin: 0 !important;

  }

  .main-post .next-prv-post .text-right {

    text-align: left;

    margin-top: 30px !important;

  }

  .comments-post .item-box .flex {

    display: block;

  }

  .comments-post .item-box .user-img {

    margin: 0 0 15px 0;

  }

  .comments-post .item-box .replay-post {

    margin: 15px 0 0 0;

  }

  .comments-post .item-box.replayed {

    margin-left: 0;

  }

  .main-post .post-qoute h6:before {

    top: 70px;

  }

}



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

.carddx {

  break-inside: avoid;

  margin-bottom: 2.3em;

}

.container3x {

  column-count: 3;

  column-gap: 2.3em;

}



.carddx {

  break-inside: avoid;

  margin-bottom: 2.3em;

}

@media (max-width: 600px) {

  .container3x {

    column-count: 1;

  }

}

.container2x {

  column-count: 2;

  column-gap: 2.3em;

}



.carddx {

  break-inside: avoid;

  margin-bottom: 2.3em;

}

@media (max-width: 600px) {

  .container2x {

    column-count: 1;

  }

}

