@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Webfolio
    Theme URI: http://
    Description: Creative Agency & Portfolio
    Author: UiCamp
    Author URI: http://themeforest.net_6af87cea42b4e2c7/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_f0089e681a948249 h1,
body.crev-agency_f0089e681a948249 h2,
body.crev-agency_f0089e681a948249 h3,
body.crev-agency_f0089e681a948249 h4,
body.crev-agency_f0089e681a948249 h5,
body.crev-agency_f0089e681a948249 h6 {
  font-weight: 500;
}

body.home-personal_85ef3a6c1e66f64e .container {
  max-width: 1280px;
}

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

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

.row_f3e44f098a5f06c4.sm-marg_cfd4b8477a4e11f0 {
  margin-left: -5px;
  margin-right: -5px;
}

.row_f3e44f098a5f06c4.sm-marg_cfd4b8477a4e11f0 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.row_f3e44f098a5f06c4.stand-marg_25ca9f2dfa2856af {
  margin-left: -20px;
  margin-right: -20px;
}

.row_f3e44f098a5f06c4.stand-marg_25ca9f2dfa2856af > * {
  padding-left: 20px;
  padding-right: 20px;
}

.row_f3e44f098a5f06c4.md-marg_97570db7b3d3e4fa {
  margin-left: -25px;
  margin-right: -25px;
}

.row_f3e44f098a5f06c4.md-marg_97570db7b3d3e4fa > * {
  padding-left: 25px;
  padding-right: 25px;
}

.row_f3e44f098a5f06c4.lg-marg_4505c03bf637badb {
  margin-left: -40px;
  margin-right: -40px;
}

.row_f3e44f098a5f06c4.lg-marg_4505c03bf637badb > * {
  padding-left: 40px;
  padding-right: 40px;
}

.row_f3e44f098a5f06c4.xlg-marg_307f329ff944649d {
  margin-left: -50px;
  margin-right: -50px;
}

.row_f3e44f098a5f06c4.xlg-marg_307f329ff944649d > * {
  padding-left: 50px;
  padding-right: 50px;
}

.row_f3e44f098a5f06c4.xxlg-marg_099dc67c0abe2a68 {
  margin-left: -80px;
  margin-right: -80px;
}

.row_f3e44f098a5f06c4.xxlg-marg_099dc67c0abe2a68 > * {
  padding-left: 80px;
  padding-right: 80px;
}

.container-xxl_eaa0e435aa3d9398 {
  max-width: 1500px;
}

.container-xl_e94426007d4bc9c8 {
  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_d175d44faf10d11a {
  color: #fd5b38 !important;
}

.main-colorbg_53da3346527c3fc6 {
  background: #fd5b38 !important;
}

.main-color2_0ba74cf13a9df9bf {
  color: #caff33 !important;
}

.main-colorbg2_744424087e014baa {
  background: #caff33 !important;
}

.main-bg_2e03d9a9611d1fb2 {
  background: #0f0f0f !important;
}

.sub-bg_f1db19e4025aa4cd {
  background: #121212 !important;
}

.sub-bg2_2765965bcda20fd1 {
  background: #000 !important;
}

.p-color_6c9214b4d32da3f4 {
  color: #c6c8c9;
}

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

.lines_177ecdfd184f108e {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.lines_177ecdfd184f108e.two_0712dd1d5865113a: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_177ecdfd184f108e.four_afff5051a989fa25 {
  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_177ecdfd184f108e.four_afff5051a989fa25: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_177ecdfd184f108e.two-out_bddc781f2e616bc4 {
  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_cc4b88eda93d3573 {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.line-overlay_cc4b88eda93d3573.revers_a9e38b25ef14f33a {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.line-overlay_cc4b88eda93d3573.up_ad5fc473e663533e {
  top: -25%;
}

.line-overlay_cc4b88eda93d3573 svg path {
  stroke: #353535;
}

.overlay-center_7e806bc55c9629c6 {
  position: relative;
}

.overlay-center_7e806bc55c9629c6: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_37e185be129dd8b3 {
  width: calc(100% - 30px);
  margin: auto;
}

.blur-left-top_a890f636017b78fb {
  position: absolute;
  top: -120px;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.blur-right-top_7684c6fbe5d76dba {
  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_629a51424ae5fe64 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.bg-pattern_629a51424ae5fe64.bg-repeat_70844f90184dbc71 {
  background-repeat: repeat;
}

.social-icon_fd3d535b8bc67f87 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_d779495492ed0f0a {
  position: relative;
}

.bord-top-grd_d779495492ed0f0a: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_364621e84591d53f {
  position: relative;
}

.bord-bottom-grd_364621e84591d53f: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_0a22cf0e28e5ecff {
  -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_3bf6012030cd8136 {
  border: 1px solid transparent;
}

.butn_3bf6012030cd8136.butn-md_18cf5cdf823de9f7 {
  padding: 14px 35px;
}

.butn_3bf6012030cd8136.butn-sm_e58e46e7664bae42 {
  padding: 8px 18px;
}

.butn_3bf6012030cd8136.butn-full_f83d56bffe31c25d {
  width: 100%;
  padding: 15px 25px;
  text-align: center;
}

.butn_3bf6012030cd8136.butn-bord_457f25162f05f261 {
  border-color: #fff;
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.butn_3bf6012030cd8136.butn-bord_457f25162f05f261:hover {
  background: #fff;
  color: #000;
}

.butn_3bf6012030cd8136.butn-bord_457f25162f05f261:hover span {
  color: #000;
}

.butn_3bf6012030cd8136.butn-bord-thin_bca19b6794ab5c7c {
  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_3bf6012030cd8136.butn-bord-thin_bca19b6794ab5c7c:hover {
  background: #fff;
  color: #000;
}

.butn_3bf6012030cd8136.butn-bord-thin_bca19b6794ab5c7c:hover span {
  color: #000;
}

.butn_3bf6012030cd8136.butn-bg_32074ca59cda8c20 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.butn_3bf6012030cd8136.butn-bg_32074ca59cda8c20:hover {
  background: transparent !important;
  border-color: #fff;
  color: #fff !important;
}

.butn_3bf6012030cd8136 .rolling-text_efc3ada39f77aac4 {
  margin-bottom: -5px;
}

.butn-crev_aa588a6b612b365f .circle_06452a439da8006c {
  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_d2209cf0794d8561 {
  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_d2209cf0794d8561:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fd5b38;
  -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_d2209cf0794d8561:hover {
  border-color: #fd5b38;
}

.btn-circle_d2209cf0794d8561:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btn-circle_d2209cf0794d8561:hover span {
  color: #1c1c1c;
}

.btn-circle_d2209cf0794d8561 span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-circle_d2209cf0794d8561 span:last-of-type {
  display: block;
  padding-left: 10px;
}

.btn-circle_d2209cf0794d8561.btn-md_29c5c7c0f7b79193 {
  width: 120px;
  height: 120px;
}

.btn-circle_d2209cf0794d8561.btn-lg_592e8f58bd0c24d0 {
  width: 140px;
  height: 140px;
}

.butn-circle-text_f8293509e6d68dc9 .text_0c2d3e207613af64 {
  margin-right: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.butn-circle-text_f8293509e6d68dc9 .circle_06452a439da8006c {
  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_f8293509e6d68dc9 .circle_06452a439da8006c svg {
  width: 22px;
  height: 22px;
}

.circle-button_6a08fe3a2bfef9f8 {
  position: relative;
  display: inline-block;
}

.circle-button_6a08fe3a2bfef9f8.in-bord_9407f57cc0522d6f: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_6a08fe3a2bfef9f8.in-bord_9407f57cc0522d6f: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_6a08fe3a2bfef9f8 a {
  position: relative;
}

.circle-button_6a08fe3a2bfef9f8 .rotate-circle_3b7a01a4815640d5 svg {
  width: 210px;
  fill: #fff;
}

.circle-button_6a08fe3a2bfef9f8 .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_6a08fe3a2bfef9f8 .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button_6a08fe3a2bfef9f8 .icon_35a685e2ba377a58 {
  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_6a08fe3a2bfef9f8 .in-circle_099fdcc1723551fd {
  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_6a08fe3a2bfef9f8.no-animate_de03ab5a0c6f0a95 .rotate-circle_3b7a01a4815640d5 {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle_3b7a01a4815640d5 {
  -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_a13c410b8dd93bcd.to-in_08a23a24d5e94e53 {
  margin-left: -100px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.rmore_a13c410b8dd93bcd.to-in_08a23a24d5e94e53:hover {
  margin-left: 0;
}

.go-more_20a207db1661485e {
  position: relative;
  padding: 0 20px;
}

.go-more_20a207db1661485e: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_20a207db1661485e .icon_35a685e2ba377a58 {
  margin-left: 15px;
  bottom: -2px;
  position: relative;
}

.go-more_20a207db1661485e:hover:after {
  width: 100%;
  right: 0;
}

.vew-all_07c0456030336ed1 {
  position: relative;
  padding: 50px 0 50px 50px;
  z-index: 3;
}

.vew-all_07c0456030336ed1: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_07c0456030336ed1:hover:after {
  -webkit-transform: translateY(-50%) rotate(360deg);
  -ms-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
}

.vi-more_808cc4f70a5d2248 .butn_3bf6012030cd8136 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vi-more_808cc4f70a5d2248 .icon_35a685e2ba377a58 {
  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_808cc4f70a5d2248:hover .icon_35a685e2ba377a58 {
  background: #fd5b38;
}

/* Cursor
-----------------------------------------------------------------*/
.hover-this_d86527f87cb8580d .hover-anim_4996ed364142bf01 {
  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_e991e7239cb288ad {
  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_7e71ac93cd155c38 {
  -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_efc3ada39f77aac4 {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
}

.rolling-text_efc3ada39f77aac4.butn_3bf6012030cd8136 {
  padding: 0 35px;
}

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

.rolling-text_efc3ada39f77aac4:hover .letter_3286ecd05b6e8f96,
.rolling-text_efc3ada39f77aac4.play_1e6db4f532c58663 .letter_3286ecd05b6e8f96 {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rolling-text_efc3ada39f77aac4 .letter_3286ecd05b6e8f96 {
  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_3286ecd05b6e8f96:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-wrap_6ad57d0b28b07608 {
  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_6ad57d0b28b07608.active-progress_86dab8a021760809 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap_6ad57d0b28b07608::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_6ad57d0b28b07608 svg path {
  fill: none;
}

.progress-wrap_6ad57d0b28b07608 svg.progress-circle_891b2b913e64e7c9 path {
  stroke: #ccc;
  strokewidth: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* Extra
-----------------------------------------------------------------*/
.d-rotate_04233e7c6f92f87c {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.d-rotate_04233e7c6f92f87c .rotate-text_06ef418b53e52bc5 {
  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_04233e7c6f92f87c.animated .rotate-text_06ef418b53e52bc5 {
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  opacity: 1;
}

.d-slideup_3475242ee01acd73 .sideup-text_9d9842d34294bd9b {
  overflow: hidden;
  display: block;
}

.d-slideup_3475242ee01acd73 .sideup-text_9d9842d34294bd9b:first-of-type .up-text_e446693a08bc7c4b {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.d-slideup_3475242ee01acd73 .sideup-text_9d9842d34294bd9b:nth-of-type(2) .up-text_e446693a08bc7c4b {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.d-slideup_3475242ee01acd73 .sideup-text_9d9842d34294bd9b:nth-of-type(3) .up-text_e446693a08bc7c4b {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.d-slideup_3475242ee01acd73 .sideup-text_9d9842d34294bd9b:nth-of-type(4) .up-text_e446693a08bc7c4b {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.d-slideup_3475242ee01acd73 .sideup-text_9d9842d34294bd9b:nth-of-type(5) .up-text_e446693a08bc7c4b {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.d-slideup_3475242ee01acd73 .sideup-text_9d9842d34294bd9b .up-text_e446693a08bc7c4b {
  -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_3475242ee01acd73.animated .up-text_e446693a08bc7c4b {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.main-marq_81fdf86d71ced876 {
  position: relative;
  padding: 0;
}

.main-marq_81fdf86d71ced876: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_81fdf86d71ced876.shadow-off_3121519f8f839e50:after {
  display: none;
}

.main-marq_81fdf86d71ced876.md-text_f38dc00d8c4787e9 .box_7c562840c562afe3 .item_1d79474066ebeba7 h4 {
  font-size: 40px;
}

.main-marq_81fdf86d71ced876.lrg_2573ace7fc876d1a .box_7c562840c562afe3 .item_1d79474066ebeba7 h4 {
  font-size: 5vw;
}

.main-marq_81fdf86d71ced876.xlrg_88d35be08a61e4eb .box_7c562840c562afe3 .item_1d79474066ebeba7 {
  padding: 0 30px;
}

.main-marq_81fdf86d71ced876.xlrg_88d35be08a61e4eb .box_7c562840c562afe3 .item_1d79474066ebeba7 h4 {
  font-size: 8vw;
}

.main-marq_81fdf86d71ced876 .slide-har_bacf3a698233456e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.main-marq_81fdf86d71ced876 .slide-har_bacf3a698233456e .overlay-link_353db896f6265850 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-marq_81fdf86d71ced876 .strok_4a46109000a7f507 .item_1d79474066ebeba7 h4 {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq_81fdf86d71ced876 .strok_4a46109000a7f507 .item_1d79474066ebeba7 h4 a {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq_81fdf86d71ced876 .non-strok_7f43c24a7d20cef4 .item_1d79474066ebeba7 h4 {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}

.main-marq_81fdf86d71ced876 .non-strok_7f43c24a7d20cef4 .item_1d79474066ebeba7 h4 a {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}

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

.main-marq_81fdf86d71ced876 .box_7c562840c562afe3 .item_1d79474066ebeba7 {
  padding: 0 30px;
}

.main-marq_81fdf86d71ced876 .box_7c562840c562afe3 .item_1d79474066ebeba7 h4 {
  white-space: nowrap;
  margin: 0;
}

.main-marq_81fdf86d71ced876 .box_7c562840c562afe3 .item_1d79474066ebeba7 h4 .icon_35a685e2ba377a58 {
  margin-bottom: -15px;
}

.main-marq_81fdf86d71ced876 .box_7c562840c562afe3 .item_1d79474066ebeba7 h2 {
  margin: 0;
}

.main-marq_81fdf86d71ced876 .box_7c562840c562afe3 .item_1d79474066ebeba7:nth-of-type(even) h4 {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq_81fdf86d71ced876 .box_7c562840c562afe3 .item_1d79474066ebeba7:nth-of-type(even) h4 a {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq_81fdf86d71ced876 .box_7c562840c562afe3:last-of-type .item_1d79474066ebeba7:nth-of-type(even) h4 {
  color: #fff;
  -webkit-text-stroke: 0;
}

.main-marq_81fdf86d71ced876 .box_7c562840c562afe3:last-of-type .item_1d79474066ebeba7:nth-of-type(even) h4 a {
  color: #fff;
  -webkit-text-stroke: 0;
}

.main-marq_81fdf86d71ced876 .box_7c562840c562afe3:last-of-type .item_1d79474066ebeba7:nth-of-type(odd) h4 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.main-marq_81fdf86d71ced876 .box_7c562840c562afe3:last-of-type .item_1d79474066ebeba7:nth-of-type(odd) h4 a {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.dark-text_acdf918d6dd9eefa {
  color: #000 !important;
}

.dark-text_acdf918d6dd9eefa .box_7c562840c562afe3 .item_1d79474066ebeba7 h4,
.dark-text_acdf918d6dd9eefa .box_7c562840c562afe3:last-of-type .item_1d79474066ebeba7:nth-of-type(even) h4 {
  color: #000 !important;
}

.dark-text_acdf918d6dd9eefa .strok_4a46109000a7f507 .box_7c562840c562afe3 .item_1d79474066ebeba7 h4,
.dark-text_acdf918d6dd9eefa .box_7c562840c562afe3 .item_1d79474066ebeba7:nth-of-type(even) h4,
.dark-text_acdf918d6dd9eefa .box_7c562840c562afe3:last-of-type .item_1d79474066ebeba7:nth-of-type(odd) h4 {
  -webkit-text-stroke: 1px #000;
}

.light-text_8dcd2cfce6395f4e {
  color: #fff;
}

.light-text_8dcd2cfce6395f4e .box_7c562840c562afe3 .item_1d79474066ebeba7 h4,
.light-text_8dcd2cfce6395f4e .box_7c562840c562afe3:last-of-type .item_1d79474066ebeba7:nth-of-type(even) h4 {
  color: #fff;
}

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

.slide-har_bacf3a698233456e {
  position: relative;
}

.slide-har_bacf3a698233456e.st1_655b7685244c5081 .box_7c562840c562afe3 {
  position: relative;
  -webkit-animation: slide-har 80s linear infinite;
  animation: slide-har 80s linear infinite;
}

.slide-har_bacf3a698233456e.st2_005681e3fcb7e4c3 .box_7c562840c562afe3 {
  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_44fd50e9e5d94dec {
  position: relative;
  padding: 0;
}

.main-marqv_44fd50e9e5d94dec: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_44fd50e9e5d94dec .slide-vertical_d30a4d347da81714 {
  overflow: hidden;
  height: 600px;
  margin: 0 auto;
  position: relative;
}

.main-marqv_44fd50e9e5d94dec .slide-vertical_d30a4d347da81714:hover .box_7c562840c562afe3 {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

.main-marqv_44fd50e9e5d94dec .slide-vertical_d30a4d347da81714 .box_7c562840c562afe3 {
  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_9bafb29f8fdd5417 {
  -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_9bafb29f8fdd5417.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_9bafb29f8fdd5417.simpl_6f50ec2fffa3f4da {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

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

.position-re_dabcc1baf36ab6c5 {
  position: relative;
}

.position-abs_7ab2d2c5814eb691 {
  position: absolute;
}

.cursor-pointer_a862bf6a93adf802 {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.bord-thin-top_813feb4aed806357 {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.bord-thin-bottom_7d7442a0eb12e927 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.bord-thin-right_4827fd422d80e072 {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.bord-thin-left_003dcc3e9a1c21e1 {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

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

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

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

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

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

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

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

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

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

.bg-img_db9d7f68472e87f2 {
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fit-img_3a96172e7886a365 {
  overflow: hidden;
}

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

.rounded_6a6527866b1ea0e6 {
  border-radius: 5px;
}

.circle_06452a439da8006c {
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

.nowrap_c51b9714d55d540e {
  white-space: nowrap;
}

.unlist_a8ea455e0d92215e {
  list-style: none;
}

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

.underline_62320ad862a3d0ac span {
  text-decoration: underline;
}

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

.inline_6e7908ac94239366 {
  display: inline-block;
}

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

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

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

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

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

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

.primery-shadow_abad8a89b07e51f4 {
  -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_1f8b7ae918cfad1c {
  width: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------------------------------------------------
           text color
-------------------------------------------------------*/
.text-white_debe82b664d25b50 {
  color: #fff;
}

.text-black_8fcbccb35249bff6 {
  color: #000;
}

.text-dark_43c3c87d791d70dc {
  color: #444;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-rl-50_08c56730601a4571 {
  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_3c98a0b0f13ee0de .load-text_f610d362f9db4626 {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
}

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

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

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

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

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

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

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

.load-text_f610d362f9db4626 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_eaa0e435aa3d9398,
[data-overlay-light] .container-xxl_eaa0e435aa3d9398,
[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_6b5b821267841112 h1,
.bg-dark_6b5b821267841112 h2,
.bg-dark_6b5b821267841112 h3,
.bg-dark_6b5b821267841112 h4,
.bg-dark_6b5b821267841112 h5,
.bg-dark_6b5b821267841112 h6,
.bg-dark_6b5b821267841112 span,
.bg-color_bf68c6bb15befa6e h1,
.bg-color_bf68c6bb15befa6e h2,
.bg-color_bf68c6bb15befa6e h3,
.bg-color_bf68c6bb15befa6e h4,
.bg-color_bf68c6bb15befa6e h5,
.bg-color_bf68c6bb15befa6e h6,
.bg-color_bf68c6bb15befa6e 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_5f4d1ed02bf87fbe {
  position: relative;
}

.navbar.main-bg_2e03d9a9611d1fb2 {
  background: #0f0f0f;
  border-color: rgba(255, 255, 255, 0.05);
}

.navbar.sub-bg_f1db19e4025aa4cd {
  background: #121212;
  border-color: rgba(255, 255, 255, 0.05);
}

.navbar.bord_2f703f2aadd57888 {
  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_7b714e7e905d6507 {
  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_efc3ada39f77aac4 {
  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_87bbd3bdeeaa3fc2 .dropdown-item .dropdown-side_e16b9d2e393e73eb {
  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_e16b9d2e393e73eb {
  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_e16b9d2e393e73eb.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item .icon-arrow_df61456016ecbcb6 {
  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_818e51b323a72010 {
  position: static;
}

.navbar .dropdown {
  position: static;
}

.navbar .mega-menu_a57d974e1950ff61 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 75px;
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  background: transparent;
}

.navbar .mega-menu_a57d974e1950ff61 .container {
  padding: 40px !important;
  border: 1px solid #393939;
  background: #121212;
  border-radius: 5px;
}

.navbar .mega-menu_a57d974e1950ff61 .title {
  margin-bottom: 20px;
}

.navbar .mega-menu_a57d974e1950ff61 .title .sub-title_1247c485d9e56cd0 {
  font-weight: 600;
}

.navbar .mega-menu_a57d974e1950ff61 .item-img_40af94370485c866 .img_2f218af2f119a861 {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar .logo_9736c591b6581eaa {
  position: relative;
}

.navbar .logo_9736c591b6581eaa:after {
  content: '';
  position: absolute;
  top: -30px;
  bottom: -30px;
  right: -30px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .contact-button_037bc29e2fe31805 {
  position: relative;
}

.navbar .contact-button_037bc29e2fe31805:after {
  content: '';
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: -30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .menu-icon_7cc75e0cbe33202d {
  padding: 25px 30px;
}

.navbar .dropdown-toggle:after {
  margin-left: 5px;
  vertical-align: 12px;
}

/* Titles
-----------------------------------------------------------------*/
.sec-head_b5214ab6f1b97b8a h2 span {
  background: -webkit-linear-gradient(#fff, #222);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-head_b5214ab6f1b97b8a .sub-title_1247c485d9e56cd0 span {
  white-space: nowrap;
  font-weight: 600;
}

.sec-head_b5214ab6f1b97b8a .thin_f275f92c92203cc5 {
  margin-left: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sub-title_1247c485d9e56cd0 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.title-bord_205eec7ccb9c04c5 {
  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_205eec7ccb9c04c5:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fd5b38;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-bottom_f5d0e1a175519468 {
  position: relative;
}

.sec-bottom_f5d0e1a175519468:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sec-bottom_f5d0e1a175519468 .d-flex_cd51c5fa934b4652 {
  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_92fb8b4947741d48 .img-full_476e16425e938aac {
  height: 100%;
}

.intro-crev_ff44bfe005a17dd7 .sec-head_b5214ab6f1b97b8a {
  margin-bottom: -50px;
}

.intro-crev_ff44bfe005a17dd7 .sec-head_b5214ab6f1b97b8a h2 {
  font-size: 8vw;
}

.intro-crev_ff44bfe005a17dd7 .img_2f218af2f119a861 {
  position: relative;
}

.intro-crev_ff44bfe005a17dd7 .img_2f218af2f119a861 img {
  width: 120%;
  margin-left: -20%;
}

.intro-crev_ff44bfe005a17dd7 .img_2f218af2f119a861 .exp_6b0f0060c24a165c {
  position: absolute;
  top: -80px;
  left: 0;
}

.intro-crev_ff44bfe005a17dd7 .img_2f218af2f119a861 .exp_6b0f0060c24a165c h3 {
  font-size: 100px;
}

.intro-skill_246b6f38df883f58 .imgs_15ca426eded8a9f1 {
  position: relative;
  height: 100%;
  width: 100%;
}

.intro-skill_246b6f38df883f58 .imgs_15ca426eded8a9f1 .img1_4ec012cfe92c7780,
.intro-skill_246b6f38df883f58 .imgs_15ca426eded8a9f1 .img2_14a342a4a4f2ed34,
.intro-skill_246b6f38df883f58 .imgs_15ca426eded8a9f1 .img3_387bef80a61af318 {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
}

.intro-skill_246b6f38df883f58 .imgs_15ca426eded8a9f1 .img1_4ec012cfe92c7780 img,
.intro-skill_246b6f38df883f58 .imgs_15ca426eded8a9f1 .img2_14a342a4a4f2ed34 img,
.intro-skill_246b6f38df883f58 .imgs_15ca426eded8a9f1 .img3_387bef80a61af318 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.intro-skill_246b6f38df883f58 .imgs_15ca426eded8a9f1 .img1_4ec012cfe92c7780 {
  width: 260px;
  height: 180px;
  top: -80px;
  left: 30px;
}

.intro-skill_246b6f38df883f58 .imgs_15ca426eded8a9f1 .img2_14a342a4a4f2ed34 {
  width: 200px;
  height: 240px;
  bottom: -80px;
  left: 30px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.intro-skill_246b6f38df883f58 .imgs_15ca426eded8a9f1 .img3_387bef80a61af318 {
  width: 250px;
  height: 280px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.intro-accord_5024513ba2e632c1 {
  position: relative;
}

.intro-accord_5024513ba2e632c1 .circle-blur_5af1d6bd7b876a33 {
  position: absolute;
  bottom: -80px;
  left: -25vw;
  width: 60vw;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.15;
}

.intro-personal_f3e8aa5f782ca951 .img_2f218af2f119a861 {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.intro-personal_f3e8aa5f782ca951 .exp_6b0f0060c24a165c {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.intro-personal_f3e8aa5f782ca951 .exp_6b0f0060c24a165c 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_f3e8aa5f782ca951 .exp_6b0f0060c24a165c h6 .shap-right-top_0543d8d657df5ef9 svg {
  position: absolute;
  top: 0;
  right: -1.1rem;
  width: 1.2rem;
  height: 1.2rem;
}

.intro-personal_f3e8aa5f782ca951 .exp_6b0f0060c24a165c h6:first-of-type {
  border-radius: 10px 10px 10px 0;
}

.intro-personal_f3e8aa5f782ca951 .exp_6b0f0060c24a165c h6:nth-of-type(2) {
  border-radius: 0 0 10px 10px;
}

.about-author_4088c0cd274aaa9f .profile-img_2be1d16465975094 {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 500px;
}

.about-author_4088c0cd274aaa9f .profile-img_2be1d16465975094 .icon_35a685e2ba377a58 {
  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_4088c0cd274aaa9f .profile-img_2be1d16465975094 .icon_35a685e2ba377a58:nth-of-type(1) {
  top: 30px;
  left: 20px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.about-author_4088c0cd274aaa9f .profile-img_2be1d16465975094 .icon_35a685e2ba377a58: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_4088c0cd274aaa9f .profile-img_2be1d16465975094 .icon_35a685e2ba377a58:nth-of-type(3) {
  bottom: 30px;
  left: -25px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.about-author_4088c0cd274aaa9f .profile-img_2be1d16465975094 .icon_35a685e2ba377a58:nth-of-type(4) {
  bottom: 50px;
  right: 40px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.about-author_4088c0cd274aaa9f .img_2f218af2f119a861 {
  border-radius: 500px;
  height: 680px;
  overflow: hidden;
}

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

.about-author_4088c0cd274aaa9f .info_82db929734b2846b {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 40px;
  border-radius: 10px;
}

.about-author_4088c0cd274aaa9f .info_82db929734b2846b .item_1d79474066ebeba7 .icon_35a685e2ba377a58 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fd5b38;
  color: #0c0c0c;
  font-size: 20px;
}

.page-intro_e4382e7cffcfe1cb .img_2f218af2f119a861 {
  position: relative;
}

.page-intro_e4382e7cffcfe1cb .img_2f218af2f119a861 .img-icon_c0815b607247a3b9 {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 200px;
}

/* Awards
-----------------------------------------------------------------*/
.awards_e6831b6494e227c7 .item-line_43b0993146c1febc {
  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_e6831b6494e227c7 .item-line_43b0993146c1febc > div {
  padding: 0;
}

.awards_e6831b6494e227c7 .item-line_43b0993146c1febc > div:last-of-type {
  text-align: right;
}

.awards_e6831b6494e227c7 .item-line_43b0993146c1febc:hover {
  color: #0c0c0c;
}

.awards_e6831b6494e227c7 .item-line_43b0993146c1febc:hover:after {
  height: 100%;
}

.awards_e6831b6494e227c7 .item-line_43b0993146c1febc: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_e6831b6494e227c7 .item-line_43b0993146c1febc .project-date_02183316bd6ee9a8 span {
  font-size: 14px;
  opacity: 0.7;
  margin-left: 15px;
}

.awards_e6831b6494e227c7 .item-title_06198cd12f46a9f4 {
  padding: 0 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.awards_e6831b6494e227c7 .item-title_06198cd12f46a9f4 > div {
  padding: 0;
}

/* Blog
-----------------------------------------------------------------*/
.blog_298830cf3ed84bf2 .item_1d79474066ebeba7 .fit-img_3a96172e7886a365 {
  height: 400px;
}

.blog_298830cf3ed84bf2.style2_91def629eaadf69c .item_1d79474066ebeba7 {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.blog_298830cf3ed84bf2.style2_91def629eaadf69c .item_1d79474066ebeba7 .fit-img_3a96172e7886a365 {
  height: 280px;
}

.sidebar_f26e6fca379a8bd4 .search-box_925cb7bc1f132b87 {
  position: relative;
}

.sidebar_f26e6fca379a8bd4 .search-box_925cb7bc1f132b87 input {
  color: #fff;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  width: 100%;
  background: transparent;
}

.sidebar_f26e6fca379a8bd4 .search-box_925cb7bc1f132b87 input:focus {
  border-color: #fff;
}

.sidebar_f26e6fca379a8bd4 .search-box_925cb7bc1f132b87 .icon_35a685e2ba377a58 {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85 {
  margin-top: 50px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85 .title-widget_e570ec7d6e1df87a {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85.catogry_7dfa2f5c0583e510 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85.catogry_7dfa2f5c0583e510 li:last-of-type {
  margin-bottom: 0;
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85.catogry_7dfa2f5c0583e510 li:hover {
  background: rgba(255, 255, 255, 0.02);
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85.last-post-thum_c598c07f782acba3 .item_1d79474066ebeba7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85.last-post-thum_c598c07f782acba3 .item_1d79474066ebeba7:last-of-type {
  margin-bottom: 0;
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85.last-post-thum_c598c07f782acba3 .item_1d79474066ebeba7:hover .img_2f218af2f119a861 a .date_b2237f8c08f8725f {
  opacity: 1;
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85.last-post-thum_c598c07f782acba3 .item_1d79474066ebeba7 .img_2f218af2f119a861 {
  width: 90px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85.last-post-thum_c598c07f782acba3 .item_1d79474066ebeba7 .img_2f218af2f119a861 a {
  width: 100%;
  height: 100%;
  position: relative;
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85.last-post-thum_c598c07f782acba3 .item_1d79474066ebeba7 .img_2f218af2f119a861 a .date_b2237f8c08f8725f {
  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_f26e6fca379a8bd4 .widget_7aad075f36a94f85.last-post-thum_c598c07f782acba3 .item_1d79474066ebeba7 .img_2f218af2f119a861 a .date_b2237f8c08f8725f 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_f26e6fca379a8bd4 .widget_7aad075f36a94f85.last-post-thum_c598c07f782acba3 .item_1d79474066ebeba7 .img_2f218af2f119a861 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85.last-post-thum_c598c07f782acba3 .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 {
  padding-left: 25px;
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85.last-post-thum_c598c07f782acba3 .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 h6 {
  font-size: 17px;
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85.last-post-thum_c598c07f782acba3 .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 .tag_f7631dd3e337b9ac {
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 10px;
}

.sidebar_f26e6fca379a8bd4 .widget_7aad075f36a94f85.tags_c662334483601524 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_f26e6fca379a8bd4 .widget_7aad075f36a94f85.tags_c662334483601524 a:hover {
  background: #fd5b38;
}

.blog-main_966ea6a57feb69b3 .item_1d79474066ebeba7 .content {
  margin-top: 40px;
}

.blog-main_966ea6a57feb69b3 .item_1d79474066ebeba7 .content .post-date_403a7198575bb239 {
  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_eeb8b77d6457d0c2 .background_95ca24cb7623f42f {
  height: 75vh;
  min-height: 480px;
}

.main-post_5b83853782b2164a .spec-letter_2207bfcfdcbbd419 {
  font-size: 60px;
  line-height: 50px;
  padding-right: 10px;
  float: left;
}

.main-post_5b83853782b2164a .post-qoute_95bbb606c0a22cc8 {
  position: relative;
  padding: 40px;
  padding-left: 120px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.main-post_5b83853782b2164a .post-qoute_95bbb606c0a22cc8 h6 {
  position: relative;
}

.main-post_5b83853782b2164a .post-qoute_95bbb606c0a22cc8 h6:before {
  content: '“';
  position: absolute;
  top: 80px;
  left: -100px;
  font-size: 180px;
  font-family: Poppins;
  line-height: 0;
}

.main-post_5b83853782b2164a .iner-img_36cafd840ea4acf8 {
  height: 400px;
}

.main-post_5b83853782b2164a .iner-img_36cafd840ea4acf8 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-post_5b83853782b2164a .unorder-list_475e0c0a33e55c10 li,
.main-post_5b83853782b2164a .order-list_d3c205d05ecf7d9a li {
  margin-top: 10px;
  opacity: 0.7;
  padding-left: 15px;
  position: relative;
}

.main-post_5b83853782b2164a .unorder-list_475e0c0a33e55c10 li:before,
.main-post_5b83853782b2164a .order-list_d3c205d05ecf7d9a li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 10px;
}

.main-post_5b83853782b2164a .order-list_d3c205d05ecf7d9a li {
  padding-left: 0;
}

.main-post_5b83853782b2164a .order-list_d3c205d05ecf7d9a li:before {
  display: none;
}

.main-post_5b83853782b2164a .order-list_d3c205d05ecf7d9a li span {
  font-size: 13px;
}

.main-post_5b83853782b2164a .info-area_6eae1c950b713249 .tags_c662334483601524 span,
.main-post_5b83853782b2164a .info-area_6eae1c950b713249 .share-icon_0940cbb47d4877aa span {
  font-size: 14px;
  margin-right: 5px;
  opacity: 0.7;
}

.main-post_5b83853782b2164a .info-area_6eae1c950b713249 .tags_c662334483601524 a,
.main-post_5b83853782b2164a .info-area_6eae1c950b713249 .share-icon_0940cbb47d4877aa 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_5b83853782b2164a .info-area_6eae1c950b713249 .tags_c662334483601524 a:hover,
.main-post_5b83853782b2164a .info-area_6eae1c950b713249 .share-icon_0940cbb47d4877aa a:hover {
  background: #fd5b38;
  color: #1d1d1d;
}

.main-post_5b83853782b2164a .info-area_6eae1c950b713249 .share-icon_0940cbb47d4877aa a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  text-align: center;
  padding: 0;
}

.main-post_5b83853782b2164a .author-area_a631c48e700a9b50 {
  padding: 40px;
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.main-post_5b83853782b2164a .author-area_a631c48e700a9b50 .author-img_49e0e24742cb4283 .img_2f218af2f119a861 {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.main-post_5b83853782b2164a .next-prv-post_0aa749b1326da0b1 .thumb-post_312572be11ac6e68 {
  width: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.main-post_5b83853782b2164a .next-prv-post_0aa749b1326da0b1 .thumb-post_312572be11ac6e68: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_5b83853782b2164a .next-prv-post_0aa749b1326da0b1 .thumb-post_312572be11ac6e68:first-of-type {
  margin-right: 15px;
}

.main-post_5b83853782b2164a .next-prv-post_0aa749b1326da0b1 .thumb-post_312572be11ac6e68:last-of-type {
  margin-left: 15px;
}

.comments-post_fd05cc79a6ed0cbd .item-box_27d5f75d9a81d577 {
  position: relative;
}

.comments-post_fd05cc79a6ed0cbd .item-box_27d5f75d9a81d577 p {
  font-size: 14px;
  width: 80%;
}

.comments-post_fd05cc79a6ed0cbd .item-box_27d5f75d9a81d577.replayed_9654fd01685b7777 {
  margin-left: 30px;
}

.comments-post_fd05cc79a6ed0cbd .item-box_27d5f75d9a81d577 .replay-butn_d026576dc5ef3ade {
  position: absolute;
  top: 15px;
  right: 15px;
}

.comments-post_fd05cc79a6ed0cbd .item-box_27d5f75d9a81d577 .replay-butn_d026576dc5ef3ade 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_fd05cc79a6ed0cbd .item-box_27d5f75d9a81d577 .replay-butn_d026576dc5ef3ade a:hover {
  background: var(--maincolor);
  color: #1d1d1d;
}

.comments-from_bf3cd5ff523949c1 input,
.comments-from_bf3cd5ff523949c1 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_bf3cd5ff523949c1 input:focus,
.comments-from_bf3cd5ff523949c1 textarea:focus {
  border-color: #fff;
}

.comments-from_bf3cd5ff523949c1 textarea {
  min-height: 180px;
}

.comments-from_bf3cd5ff523949c1 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_bf3cd5ff523949c1 button .text_0c2d3e207613af64 {
  position: relative;
  z-index: 4;
}

.comments-from_bf3cd5ff523949c1 button:hover {
  color: #1d1d1d;
  background: #fff;
}

/* Brands & Clients
-----------------------------------------------------------------*/
.clients-carso_405b6cca9888bdab .img_2f218af2f119a861 {
  margin: auto;
}

.clients-carso_405b6cca9888bdab.in-circle_099fdcc1723551fd .item_1d79474066ebeba7 {
  width: 220px;
  height: 220px;
  line-height: 220px;
  border: 1px solid rgba(225, 255, 255, 0.1);
  border-radius: 50%;
}

/* Contact
-----------------------------------------------------------------*/
.call-marq_0134bec1c15dc2bf .main-marq_81fdf86d71ced876:after {
  display: none;
}

.call-marq_0134bec1c15dc2bf .main-marq_81fdf86d71ced876.sub-bg_f1db19e4025aa4cd {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  position: relative;
  z-index: 2;
}

.call-marq_0134bec1c15dc2bf .main-marq_81fdf86d71ced876.bord-item_95a96513a5d89e7b {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.call-marq_0134bec1c15dc2bf .main-marq_81fdf86d71ced876.bord-item_95a96513a5d89e7b .item_1d79474066ebeba7 {
  padding: 15px 50px !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  margin: 0 10px;
}

.call-marq_0134bec1c15dc2bf .main-marq_81fdf86d71ced876.bord-item_95a96513a5d89e7b .item_1d79474066ebeba7 h4 {
  font-size: 50px !important;
}

.contact_e9459d7c773e8f5f input,
.contact_e9459d7c773e8f5f 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_e9459d7c773e8f5f input:focus,
.contact_e9459d7c773e8f5f textarea:focus {
  border-color: #fff;
}

.contact_e9459d7c773e8f5f textarea {
  min-height: 180px;
}

.contact_e9459d7c773e8f5f .info-box_4648af3ff602e294 {
  padding: 80px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.contact_e9459d7c773e8f5f .info-box_4648af3ff602e294: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_e9459d7c773e8f5f .form2_a552535b457bbd2e input,
.contact_e9459d7c773e8f5f .form2_a552535b457bbd2e textarea {
  padding: 15px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
}

.google-map_791e996cf9598a7a {
  height: 450px;
  width: 100%;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.google-map_791e996cf9598a7a iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.accordion_d6ef251b7b718834 .title {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  position: relative;
}

.accordion_d6ef251b7b718834 .title .ico_a88e47cd01863d48 {
  position: absolute;
  bottom: 30px;
  right: 15px;
}

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

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

.accordion_d6ef251b7b718834 .active .accordion-info_1a02d66935af800c {
  display: block;
}

.list-arrow_ade1bbe2f6b378b9 li .icon_35a685e2ba377a58 {
  width: 15px;
  margin-right: 10px;
}

.dot-list_3ca3868bf7e2b5fa li {
  position: relative;
  padding-left: 15px;
}

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

.text-dark_43c3c87d791d70dc .dot-list_3ca3868bf7e2b5fa li:before {
  background: #0f0f0f;
}

.page-faqs_a06e476a6418751c .img1_4ec012cfe92c7780 {
  position: absolute;
  top: 250px;
  left: 0;
  width: 220px;
}

.page-faqs_a06e476a6418751c .img2_14a342a4a4f2ed34 {
  position: absolute;
  top: 450px;
  left: 180px;
  width: 150px;
}

.page-faqs_a06e476a6418751c .img3_387bef80a61af318 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 250px;
}

.page-error_802f913255f42029 {
  min-height: 100vh;
  position: relative;
}

.page-error_802f913255f42029 h1 {
  font-size: 15vw;
  font-weight: 700;
}

.page-error_802f913255f42029 .marq_644601bf1866a0cd {
  position: absolute;
  width: 104%;
  left: -2%;
  background: #0f0f0f;
}

.page-error_802f913255f42029 .marq_644601bf1866a0cd .non-strok_7f43c24a7d20cef4 i {
  color: transparent;
  -webkit-text-stroke: 0.5px white;
}

.page-error_802f913255f42029 .marq_644601bf1866a0cd .strok_4a46109000a7f507 i {
  color: rgba(255, 255, 255, 0.8);
  -webkit-text-stroke: 0;
}

.page-error_802f913255f42029 .marq_644601bf1866a0cd h4 {
  font-size: 50px;
  text-transform: uppercase;
}

.page-error_802f913255f42029 .marq_644601bf1866a0cd:nth-of-type(2) {
  top: 50px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.page-error_802f913255f42029 .marq_644601bf1866a0cd:nth-of-type(3) {
  bottom: 30px;
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
}

.page-error_802f913255f42029 .marq_644601bf1866a0cd:nth-of-type(4) {
  left: -10%;
  bottom: -10%;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.page-error_802f913255f42029 .marq_644601bf1866a0cd:nth-of-type(4) .main-marq_81fdf86d71ced876:after {
  left: -10%;
}

.page-error_802f913255f42029 .marq_644601bf1866a0cd: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_c9d1f5b86c49957f .form-group_299c881a5fb21736 {
  position: relative;
}

footer .subscribe-minimal_c9d1f5b86c49957f 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_c9d1f5b86c49957f input:focus {
  border-color: rgba(255, 255, 255, 0.5);
}

footer .subscribe-minimal_c9d1f5b86c49957f button {
  color: #fff;
  padding: 15px 0;
  position: absolute;
  top: 5px;
  right: 0px;
  background: transparent;
  border: 0;
}

footer .subscribe-minimal_c9d1f5b86c49957f .social-icon_fd3d535b8bc67f87 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_9184cf0d065ea057.crev_905eedfafec1184e {
  position: relative;
}

footer.clean-footer_9184cf0d065ea057.crev_905eedfafec1184e: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_9184cf0d065ea057.crev_905eedfafec1184e .circle-blur_5af1d6bd7b876a33 {
  position: absolute;
  bottom: -50px;
  right: 50px;
  width: 400px;
  z-index: -1;
}

/* Headers
-----------------------------------------------------------------*/
.main-header_be17519119d7a4c8 {
  padding: 180px 0 100px;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

.main-header_be17519119d7a4c8 .caption_32b45d5ea4d3094b h1 {
  font-size: 105px;
}

.main-header_be17519119d7a4c8 .icon-img_afdde441b11c92be {
  width: 160px;
}

.crev-header_453f3555dd17f77f {
  padding: 180px 0 0;
  position: relative;
}

.crev-header_453f3555dd17f77f .full-img_db43335b3e0184d6 {
  position: relative;
  width: calc(100% + 30vw);
  height: 550px;
  background-position: center center;
}

.crev-header_453f3555dd17f77f .full-img_db43335b3e0184d6:after {
  content: '';
  position: absolute;
  top: -30vw;
  left: -30vw;
  width: 80vw;
  height: 80vw;
  background: -webkit-radial-gradient(circle, #ff3700 0%, transparent 66%);
  background: -o-radial-gradient(circle, #ff3700 0%, transparent 66%);
  background: radial-gradient(circle, #ff3700 0%, transparent 66%);
  opacity: 0.5;
  z-index: -1;
}

.crev-header_453f3555dd17f77f .caption_32b45d5ea4d3094b {
  position: relative;
  z-index: 2;
}

.crev-header_453f3555dd17f77f .caption_32b45d5ea4d3094b h1 {
  font-size: 90px;
}

.modern-slider_a8cea193f585c281 {
  position: relative;
  overflow: hidden;
}

.modern-slider_a8cea193f585c281:after {
  content: '';
  position: absolute;
  top: -20vw;
  right: -20vw;
  width: 50vw;
  height: 50vw;
  background: -webkit-radial-gradient(circle, #ff3700 0%, transparent 66%);
  background: -o-radial-gradient(circle, #ff3700 0%, transparent 66%);
  background: radial-gradient(circle, #ff3700 0%, transparent 66%);
  opacity: 0.35;
  z-index: -1;
}

.modern-slider_a8cea193f585c281 .gallery-img_f1906555e5093c78 .bg-img_db9d7f68472e87f2 {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-position: center;
}

.modern-slider_a8cea193f585c281 .gallery-img_f1906555e5093c78 .bg-img_db9d7f68472e87f2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modern-slider_a8cea193f585c281 .gallery-text_7a39e4761aaee4ef {
  position: absolute;
  width: 40vw;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

.modern-slider_a8cea193f585c281 .gallery-text_7a39e4761aaee4ef .swiper-container_307f49ed3f01275a,
.modern-slider_a8cea193f585c281 .gallery-text_7a39e4761aaee4ef .swiper-slide_90970284fa531e2e {
  height: 450px !important;
}

.modern-slider_a8cea193f585c281 .gallery-text_7a39e4761aaee4ef .swiper-slide_90970284fa531e2e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modern-slider_a8cea193f585c281 .gallery-text_7a39e4761aaee4ef .text_0c2d3e207613af64 {
  width: 100%;
}

.modern-slider_a8cea193f585c281 .gallery-text_7a39e4761aaee4ef .text_0c2d3e207613af64 h4 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.modern-slider_a8cea193f585c281 .gallery-text_7a39e4761aaee4ef .text_0c2d3e207613af64 h6 {
  margin-top: 15px;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}

.modern-slider_a8cea193f585c281 .gallery-text_7a39e4761aaee4ef .text_0c2d3e207613af64 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_a8cea193f585c281 .gallery-text_7a39e4761aaee4ef .swiper-slide-active_d677fc89e3a960be .text_0c2d3e207613af64 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_a8cea193f585c281 .swiper-controls_a19c814ddfc247c0 {
  position: absolute;
  bottom: 0;
  right: calc(18% - 10px);
  z-index: 9;
}

.modern-slider_a8cea193f585c281 .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497,
.modern-slider_a8cea193f585c281 .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 {
  position: static;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #0f0f0f;
  margin: 0;
  z-index: 9;
}

.modern-slider_a8cea193f585c281 .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497:after,
.modern-slider_a8cea193f585c281 .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68:after {
  display: none;
}

.modern-slider_a8cea193f585c281 .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497 span,
.modern-slider_a8cea193f585c281 .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 span {
  white-space: nowrap;
}

.modern-slider_a8cea193f585c281 .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.modern-slider_a8cea193f585c281 .swiper-pagination_497372f41c393ab2 {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.modern-slider_a8cea193f585c281 .swiper-pagination-bullet_95def01eede265c3 {
  background: transparent;
  margin: 0 10px !important;
}

.modern-slider_a8cea193f585c281 .swiper-pagination-bullet-active_e4a5943b7240a625 .path_ec286e525e220af9 {
  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_a8cea193f585c281 .path_ec286e525e220af9 {
  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_7d82b7b0c0a390e0 {
  padding-top: 180px;
  position: relative;
}

.header-digital_7d82b7b0c0a390e0 .caption_32b45d5ea4d3094b h1 {
  font-size: 100px;
}

.header-digital_7d82b7b0c0a390e0 .img_2f218af2f119a861 {
  position: relative;
}

.header-digital_7d82b7b0c0a390e0 .img_2f218af2f119a861 .vid_0c310fcdb8db67f6 {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background: #fd5b38;
  position: absolute;
  top: 0;
  left: 100px;
}

.header-digital_7d82b7b0c0a390e0 .img_2f218af2f119a861:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  top: 85px;
  background: #0f0f0f;
  width: 100px;
}

.header-digital_7d82b7b0c0a390e0 .img_2f218af2f119a861:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 90px;
  height: 22%;
  background: #0f0f0f;
  width: 100px;
}

.header-digital_7d82b7b0c0a390e0 .cont_b5a66547d6b5df51 {
  position: relative;
  height: 100%;
  padding-top: 30px;
}

.header-digital_7d82b7b0c0a390e0 .cont_b5a66547d6b5df51 .thum_3da547e1e9926b50 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.header-digital_7d82b7b0c0a390e0 .cont_b5a66547d6b5df51 a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fd5b38;
  margin-left: -20px;
}

.header-digital_7d82b7b0c0a390e0 .cont_b5a66547d6b5df51 .numb_b49e1919e503de55 {
  position: absolute;
  bottom: 30px;
  left: 0;
}

.header-digital_7d82b7b0c0a390e0 .cont_b5a66547d6b5df51 .numb_b49e1919e503de55 h2 {
  margin-bottom: -20px;
}

.header-personal_65eb19e23a5f0a70 {
  padding: 200px 0 60px;
  position: relative;
  overflow: hidden;
}

.header-personal_65eb19e23a5f0a70:after {
  content: '';
  position: absolute;
  top: -30vw;
  left: -30vw;
  width: 80vw;
  height: 80vw;
  background: -webkit-radial-gradient(circle, #ff3700 0%, transparent 66%);
  background: -o-radial-gradient(circle, #ff3700 0%, transparent 66%);
  background: radial-gradient(circle, #ff3700 0%, transparent 66%);
  opacity: 0.5;
  z-index: 2;
}

.header-personal_65eb19e23a5f0a70 .caption_32b45d5ea4d3094b h1 {
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.header-personal_65eb19e23a5f0a70 .info_82db929734b2846b .item_1d79474066ebeba7 {
  padding-right: 60px;
  position: relative;
}

.header-personal_65eb19e23a5f0a70 .info_82db929734b2846b .item_1d79474066ebeba7: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_65eb19e23a5f0a70 .info_82db929734b2846b .item_1d79474066ebeba7:last-of-type {
  padding: 0;
}

.header-personal_65eb19e23a5f0a70 .info_82db929734b2846b .item_1d79474066ebeba7:last-of-type:after {
  display: none;
}

.page-header_c40a0b76f6d70dcc {
  background-position: center;
}

.page-header_c40a0b76f6d70dcc: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_3691782c48fc27c3 {
  min-height: 70vh;
  padding: 220px 0 120px;
}

.header-project_3691782c48fc27c3: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_092ea03ca0c83d8c h6 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.skills-box_092ea03ca0c83d8c .skill-progress_3ff99c5f680ec26a {
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.skills-box_092ea03ca0c83d8c .skill-progress_3ff99c5f680ec26a .progres_49d53ae7a552ca94 {
  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_af6a0a6307263561 {
  position: relative;
  padding-bottom: 110px;
}

.my-skills_af6a0a6307263561:after {
  content: '';
  position: absolute;
  bottom: -50vw;
  left: 5vw;
  width: 80vw;
  height: 80vw;
  background: -webkit-radial-gradient(circle, #ff3700 0%, transparent 66%);
  background: -o-radial-gradient(circle, #ff3700 0%, transparent 66%);
  background: radial-gradient(circle, #ff3700 0%, transparent 66%);
  opacity: 0.3;
  z-index: -1;
}

.my-skills_af6a0a6307263561 .item_1d79474066ebeba7 {
  text-align: center;
}

.my-skills_af6a0a6307263561 .item_1d79474066ebeba7 .box-bord_2a58535d3dc0d1db {
  padding: 40px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}

.my-skills_af6a0a6307263561 .item_1d79474066ebeba7 .img_2f218af2f119a861 {
  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_af6a0a6307263561 .item_1d79474066ebeba7 .img_2f218af2f119a861 img {
  width: 55px;
}

.my-skills_af6a0a6307263561 .item_1d79474066ebeba7 .value_4b76c60584f62bf2 {
  font-size: 30px;
}

.my-skills_af6a0a6307263561 .item_1d79474066ebeba7 h6 {
  margin-top: 25px;
}

.numbers-crev_d61559d3a32f79e0 {
  position: relative;
}

.numbers-crev_d61559d3a32f79e0:after {
  content: '';
  position: absolute;
  bottom: -50vw;
  left: 10vw;
  width: 80vw;
  height: 80vw;
  background: -webkit-radial-gradient(circle, #ff3700 0%, transparent 66%);
  background: -o-radial-gradient(circle, #ff3700 0%, transparent 66%);
  background: radial-gradient(circle, #ff3700 0%, transparent 66%);
  opacity: 0.3;
  z-index: -1;
}

.numbers-crev_d61559d3a32f79e0 .item_1d79474066ebeba7 h3 {
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.numbers-crev_d61559d3a32f79e0 .item_1d79474066ebeba7 h6 {
  padding-top: 30px;
}

/* Interactive
-----------------------------------------------------------------*/
.interactive-inline_09f80b0d1f684aae {
  min-height: 100vh;
  padding: 380px 0 60px;
}

.interactive-inline_09f80b0d1f684aae .item_1d79474066ebeba7 {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  padding-bottom: 60px;
}

.interactive-inline_09f80b0d1f684aae .item_1d79474066ebeba7 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.interactive-inline_09f80b0d1f684aae .item_1d79474066ebeba7 span {
  font-size: 13px;
  opacity: 0.8;
  margin-right: 5px;
}

.interactive-inline_09f80b0d1f684aae .item_1d79474066ebeba7 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_09f80b0d1f684aae .item_1d79474066ebeba7 p {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}

.interactive-inline_09f80b0d1f684aae .item_1d79474066ebeba7:hover h4 {
  color: #fff;
  -webkit-text-stroke-color: transparent;
}

.interactive-inline_09f80b0d1f684aae .item_1d79474066ebeba7 .hover-reveal_eaef2b0bc8e019c9 {
  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_614c2ade30d00f2a {
  min-height: 100vh;
  padding: 120px 0 80px;
}

.interactive-center_614c2ade30d00f2a .item_1d79474066ebeba7 a {
  padding: 50px 0;
}

.interactive-center_614c2ade30d00f2a .item_1d79474066ebeba7 a:hover h4 {
  color: #fff;
  -webkit-text-stroke-color: transparent;
}

.interactive-center_614c2ade30d00f2a .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 {
  position: relative;
  z-index: 3;
}

.interactive-center_614c2ade30d00f2a .item_1d79474066ebeba7 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_614c2ade30d00f2a .item_1d79474066ebeba7 p {
  font-weight: 400;
  margin-top: 15px;
}

.interactive-center_614c2ade30d00f2a .item_1d79474066ebeba7 .hover-reveal_eaef2b0bc8e019c9 {
  z-index: -1;
  top: 15vh !important;
  left: 20vw !important;
  width: 60vw;
  height: 70vh;
  min-width: 600px;
  min-height: 450px;
}

.inter-links-center_55b198121c6b9d96 {
  position: relative;
  height: 100vh;
  overflow: auto;
}

.inter-links-center_55b198121c6b9d96::-webkit-scrollbar {
  width: 0;
}

.inter-links-center_55b198121c6b9d96.horizontal_cb33507cbe0dcc6a .links-text_b16c64443fa3cc8b ul {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.inter-links-center_55b198121c6b9d96.horizontal_cb33507cbe0dcc6a .links-text_b16c64443fa3cc8b li {
  display: inline-block;
  padding: 40px;
}

.inter-links-center_55b198121c6b9d96.horizontal_cb33507cbe0dcc6a .links-text_b16c64443fa3cc8b li .sub-title_1247c485d9e56cd0 {
  margin-bottom: 10px;
}

.inter-links-center_55b198121c6b9d96.horizontal_cb33507cbe0dcc6a .links-text_b16c64443fa3cc8b li h2 {
  font-weight: 700;
  font-size: 30px;
}

.inter-links-center_55b198121c6b9d96.horizontal_cb33507cbe0dcc6a .links-text_b16c64443fa3cc8b li h2 a .tag_f7631dd3e337b9ac {
  display: block;
  font-weight: 400;
}

.inter-links-center_55b198121c6b9d96.horizontal_cb33507cbe0dcc6a .links-text_b16c64443fa3cc8b li h2 .num_2c9f02e146c3689f {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  margin-right: 15px;
}

.inter-links-center_55b198121c6b9d96.vertical_0d4c79d71d58cac8 .links-text_b16c64443fa3cc8b {
  -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_55b198121c6b9d96.vertical_0d4c79d71d58cac8 .links-text_b16c64443fa3cc8b li {
  padding: 0 20px;
}

.inter-links-center_55b198121c6b9d96 .links-text_b16c64443fa3cc8b li {
  padding: 40px 0;
  position: relative;
  z-index: 9;
}

.inter-links-center_55b198121c6b9d96 .links-text_b16c64443fa3cc8b li:hover .text_0c2d3e207613af64 {
  color: #fff;
  -webkit-text-stroke-color: transparent;
}

.inter-links-center_55b198121c6b9d96 .links-text_b16c64443fa3cc8b li .text_0c2d3e207613af64 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.inter-links-center_55b198121c6b9d96 .links-text_b16c64443fa3cc8b li h2 {
  font-weight: 700;
}

.inter-links-center_55b198121c6b9d96 .links-text_b16c64443fa3cc8b li h2 a .tag_f7631dd3e337b9ac {
  font-weight: 400;
  opacity: 0.5;
}

.inter-links-center_55b198121c6b9d96 .links-text_b16c64443fa3cc8b li h2 .num_2c9f02e146c3689f {
  display: block;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  margin-right: 15px;
}

.inter-links-center_55b198121c6b9d96 .links-img_fbd33788d7515372 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
}

.inter-links-center_55b198121c6b9d96 .links-img_fbd33788d7515372 .img_2f218af2f119a861 {
  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_55b198121c6b9d96 .links-img_fbd33788d7515372 .img_2f218af2f119a861.current_abc1949a14aa3da8 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.inter-links-center_55b198121c6b9d96 .links-img_fbd33788d7515372 .img_2f218af2f119a861 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Portfolio
-----------------------------------------------------------------*/
.work-fade_53956c0fb047030b {
  position: relative;
}

.work-fade_53956c0fb047030b .item_1d79474066ebeba7 {
  position: relative;
}

.work-fade_53956c0fb047030b .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 {
  position: absolute;
  top: 80px;
  left: 0;
}

.work-fade_53956c0fb047030b .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 .text_0c2d3e207613af64 {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 30px;
  margin: -1px 0;
}

.work-fade_53956c0fb047030b .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 .text_0c2d3e207613af64:first-of-type {
  border-radius: 0 20px 0 0;
}

.work-fade_53956c0fb047030b .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 .text_0c2d3e207613af64:first-of-type .shap-left-top_bd510e73b7bbf01a 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_53956c0fb047030b .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 .text_0c2d3e207613af64:first-of-type .shap-right-bottom_1373191f338d71ca 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_53956c0fb047030b .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 .text_0c2d3e207613af64:nth-of-type(2) {
  border-radius: 0 20px 20px 0;
}

.work-fade_53956c0fb047030b .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 .text_0c2d3e207613af64:nth-of-type(2) .shap-left-bottom_6fd8c7ec6c86b140 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_53956c0fb047030b .swiper-pagination_497372f41c393ab2 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work-fade_53956c0fb047030b .swiper-pagination-bullet_95def01eede265c3 {
  position: relative;
  margin: 30px 0 !important;
}

.work-fade_53956c0fb047030b .swiper-pagination-bullet_95def01eede265c3: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_53956c0fb047030b .swiper-pagination-bullet_95def01eede265c3 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_53956c0fb047030b .swiper-pagination-bullet_95def01eede265c3 svg .path_ec286e525e220af9 {
  strokewidth: 0.5px;
}

.work-fade_53956c0fb047030b .marq-head_b2e64c07fbbcaf71 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.work-fade_53956c0fb047030b .marq-head_b2e64c07fbbcaf71 .main-marq_81fdf86d71ced876: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_53956c0fb047030b .marq-head_b2e64c07fbbcaf71 .main-marq_81fdf86d71ced876 .box_7c562840c562afe3 {
  -webkit-animation: slide-har 200s linear infinite;
  animation: slide-har 200s linear infinite;
}

.work-fade_53956c0fb047030b .marq-head_b2e64c07fbbcaf71 .main-marq_81fdf86d71ced876 .box_7c562840c562afe3 .item_1d79474066ebeba7 {
  padding: 0 60px;
}

.work-fade_53956c0fb047030b .marq-head_b2e64c07fbbcaf71 .main-marq_81fdf86d71ced876 .box_7c562840c562afe3 .item_1d79474066ebeba7 h4 {
  font-size: 12vw;
  font-weight: 800;
}

.work-fade_53956c0fb047030b .marq-head_b2e64c07fbbcaf71 .main-marq_81fdf86d71ced876 .box_7c562840c562afe3 .item_1d79474066ebeba7:nth-of-type(2n) h4 {
  -webkit-text-stroke: 1px white;
}

.work-crev_5b256547a4ae6050 .swiper-slide_90970284fa531e2e {
  width: 70vw !important;
}

.work-crev_5b256547a4ae6050 .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 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_5b256547a4ae6050 .item_1d79474066ebeba7 .img_2f218af2f119a861 {
  padding-left: 80px;
}

.work-crev_5b256547a4ae6050 .swiper-slide-active_d677fc89e3a960be .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 h2 {
  color: #fff;
  -webkit-text-stroke: 1px transparent;
}

.work-crev_5b256547a4ae6050 .out-right_e9e9cbadaa30d7f9 {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}

.work-crev_5b256547a4ae6050 .swiper-container_307f49ed3f01275a {
  overflow: visible;
}

.work-crev_5b256547a4ae6050 .swiper-pagination_497372f41c393ab2 {
  top: auto;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
}

.work-crev_5b256547a4ae6050 .swiper-pagination_497372f41c393ab2 .swiper-pagination-progressbar-fill_eb4c21f4764e9b4a {
  background: #fff;
}

.portfolio-tab_268fe0e39acbbf0f.crev_905eedfafec1184e .cluom_d37bc8664909e384 {
  position: relative;
}

.portfolio-tab_268fe0e39acbbf0f.crev_905eedfafec1184e .cluom_d37bc8664909e384 .img_2f218af2f119a861 {
  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_268fe0e39acbbf0f.crev_905eedfafec1184e .cluom_d37bc8664909e384 h4 {
  white-space: nowrap;
}

.portfolio-tab_268fe0e39acbbf0f.crev_905eedfafec1184e .cluom_d37bc8664909e384 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_268fe0e39acbbf0f.crev_905eedfafec1184e .cluom_d37bc8664909e384 h6 {
  white-space: nowrap;
}

.portfolio-tab_268fe0e39acbbf0f.crev_905eedfafec1184e .cluom_d37bc8664909e384.current_abc1949a14aa3da8 h4 a {
  color: #fff;
  -webkit-text-stroke: 0.5px transparent;
}

.portfolio-tab_268fe0e39acbbf0f.crev_905eedfafec1184e .glry-img_d75a31440430ebdc {
  position: relative;
  z-index: 2;
}

.portfolio-tab_268fe0e39acbbf0f.crev_905eedfafec1184e .glry-img_d75a31440430ebdc .circle-blur_5af1d6bd7b876a33 {
  width: 400px;
  position: absolute;
  right: -100px;
  bottom: -80px;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  z-index: -1;
}

.portfolio-tab_268fe0e39acbbf0f.crev_905eedfafec1184e .glry-img_d75a31440430ebdc .tab-img_82bf02a1f38b066e {
  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_268fe0e39acbbf0f.crev_905eedfafec1184e .glry-img_d75a31440430ebdc .tab-img_82bf02a1f38b066e.current_abc1949a14aa3da8 {
  -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_268fe0e39acbbf0f.crev_905eedfafec1184e .glry-img_d75a31440430ebdc .tab-img_82bf02a1f38b066e:first-of-type {
  position: relative;
}

.work-card_6f706ff0f6b884dc .card-item_7a1f7f03cdabb173 {
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.work-card_6f706ff0f6b884dc .card-item_7a1f7f03cdabb173 .cont_b5a66547d6b5df51 {
  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_6f706ff0f6b884dc .card-item_7a1f7f03cdabb173 .cont_b5a66547d6b5df51 .tag_f7631dd3e337b9ac {
  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_6f706ff0f6b884dc .card-item_7a1f7f03cdabb173 .img_2f218af2f119a861 {
  padding: 20px;
}

.work-card_6f706ff0f6b884dc .card-item_7a1f7f03cdabb173 .img_2f218af2f119a861 img {
  border-radius: 10px;
}

.swiper-pagination-bullet_95def01eede265c3 {
  display: block;
  background: transparent;
}

.swiper-pagination-bullet-active_e4a5943b7240a625 .path_ec286e525e220af9 {
  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_ec286e525e220af9 {
  display: none;
}

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

.portfolio-crev_28c637e2a285ef5b {
  min-height: 100vh;
}

.portfolio-crev_28c637e2a285ef5b .work-boxs_261789daa4efb259 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio-crev_28c637e2a285ef5b .item_1d79474066ebeba7 {
  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_28c637e2a285ef5b .item_1d79474066ebeba7 .bg-img_db9d7f68472e87f2 {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
}

.portfolio-crev_28c637e2a285ef5b .item_1d79474066ebeba7 .bg-img_db9d7f68472e87f2 .cont_b5a66547d6b5df51 {
  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_28c637e2a285ef5b .item_1d79474066ebeba7 .bg-img_db9d7f68472e87f2 .cont_b5a66547d6b5df51 .arrow img {
  width: 60px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-left: 50px;
}

.portfolio-crev_28c637e2a285ef5b .item_1d79474066ebeba7 .bg-img_db9d7f68472e87f2 .cont_b5a66547d6b5df51 h5,
.portfolio-crev_28c637e2a285ef5b .item_1d79474066ebeba7 .bg-img_db9d7f68472e87f2 .cont_b5a66547d6b5df51 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_28c637e2a285ef5b .item_1d79474066ebeba7 .bg-img_db9d7f68472e87f2 .cont_b5a66547d6b5df51 .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_28c637e2a285ef5b .item_1d79474066ebeba7.active {
  width: calc(100vw - 140px * 3);
}

.portfolio-crev_28c637e2a285ef5b .item_1d79474066ebeba7.active .bg-img_db9d7f68472e87f2 .cont_b5a66547d6b5df51 {
  opacity: 1;
  visibility: visible;
}

.portfolio-crev_28c637e2a285ef5b .item_1d79474066ebeba7.active .bg-img_db9d7f68472e87f2 .cont_b5a66547d6b5df51 h5,
.portfolio-crev_28c637e2a285ef5b .item_1d79474066ebeba7.active .bg-img_db9d7f68472e87f2 .cont_b5a66547d6b5df51 span {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.portfolio-crev_28c637e2a285ef5b .item_1d79474066ebeba7.active .bg-img_db9d7f68472e87f2 .cont_b5a66547d6b5df51 h5 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio-crev_28c637e2a285ef5b .item_1d79474066ebeba7.active .bg-img_db9d7f68472e87f2 .cont_b5a66547d6b5df51 span {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.portfolio-crev_28c637e2a285ef5b .item_1d79474066ebeba7.active .bg-img_db9d7f68472e87f2 .cont_b5a66547d6b5df51 .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_e1284dc950d45879 .item_1d79474066ebeba7:hover .img_2f218af2f119a861 .cont_b5a66547d6b5df51 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.work-minimal_e1284dc950d45879 .item_1d79474066ebeba7 .img_2f218af2f119a861 {
  position: relative;
}

.work-minimal_e1284dc950d45879 .item_1d79474066ebeba7 .img_2f218af2f119a861 .cont_b5a66547d6b5df51 {
  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_e1284dc950d45879 .item_1d79474066ebeba7 .img_2f218af2f119a861 .cont_b5a66547d6b5df51 h5 {
  font-size: 20px;
}

.work-minimal_e1284dc950d45879 .item_1d79474066ebeba7 .img_2f218af2f119a861 .cont_b5a66547d6b5df51 p {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.work-minimal_e1284dc950d45879 .item_1d79474066ebeba7 .img_2f218af2f119a861 .cont_b5a66547d6b5df51 img {
  width: 20px;
}

.work-minimal_e1284dc950d45879 .item_1d79474066ebeba7 .img_2f218af2f119a861 .cont_b5a66547d6b5df51.inline_6e7908ac94239366 {
  padding: 25px 30px;
}

.filtering_016cc18632d090a7 .filter {
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  display: inline-block;
}

.filtering_016cc18632d090a7 span {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 30px;
  cursor: pointer;
  position: relative;
  opacity: 0.7;
}

.filtering_016cc18632d090a7 span.active {
  opacity: 1;
  color: #fd5b38;
}

.filtering_016cc18632d090a7 span.text_0c2d3e207613af64 {
  pointer-events: none;
}

.filtering_016cc18632d090a7 span:after {
  content: attr(data-count);
  font-size: 12px;
  position: absolute;
  top: -10px;
  right: -20px;
  opacity: 0.7;
}

.img-column_65079e38d1353672 .img_2f218af2f119a861 {
  height: 100vh;
  min-height: 500px;
}

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

.next-project_d1b44ec3882db25b {
  position: relative;
}

.next-project_d1b44ec3882db25b .box_7c562840c562afe3 {
  padding: 200px 80px;
  position: relative;
}

.next-project_d1b44ec3882db25b .box_7c562840c562afe3: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_d1b44ec3882db25b .box_7c562840c562afe3 .cont_b5a66547d6b5df51 {
  position: relative;
  z-index: 3;
}

.next-project_d1b44ec3882db25b .box_7c562840c562afe3:hover:after {
  opacity: 0.3;
}

.next-project_d1b44ec3882db25b .all-works-butn_6d82cab92e7caec7 {
  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_b1de943f85ef508d .item_1d79474066ebeba7 {
  padding: 50px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}

.price-hr_b1de943f85ef508d .item_1d79474066ebeba7 .butn_3bf6012030cd8136 {
  padding: 7px 25px;
}

.price-hr_b1de943f85ef508d .item_1d79474066ebeba7.text-dark_43c3c87d791d70dc .butn_3bf6012030cd8136 {
  border-color: #121212;
}

.price-hr_b1de943f85ef508d .item_1d79474066ebeba7.text-dark_43c3c87d791d70dc .butn_3bf6012030cd8136:hover {
  border-color: #fff;
}

.pricing_528cbe9b10515c21 .item_1d79474066ebeba7 {
  padding: 50px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.pricing_528cbe9b10515c21 .item_1d79474066ebeba7 li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.pricing_528cbe9b10515c21 .item_1d79474066ebeba7 li:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}

/* Process
-----------------------------------------------------------------*/
.process_3c04adb466d34f93 .item_1d79474066ebeba7 {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.process_3c04adb466d34f93 .item_1d79474066ebeba7:last-of-type {
  border: 0;
}

.process_3c04adb466d34f93 .item_1d79474066ebeba7:hover .to-in_08a23a24d5e94e53 {
  margin-left: 0;
}

/* Services
-----------------------------------------------------------------*/
.services_96054996957ce936 .item-box_27d5f75d9a81d577 {
  padding: 60px 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
}

.services_96054996957ce936 .item-box_27d5f75d9a81d577 .icon_35a685e2ba377a58 {
  width: 80px;
}

.services_96054996957ce936 .swiper-container_307f49ed3f01275a {
  overflow: visible;
}

.services-crev_d1195e0e0fa4eac1 .item-box_27d5f75d9a81d577 {
  padding: 60px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.services-crev_d1195e0e0fa4eac1 .item-box_27d5f75d9a81d577 h5 span {
  position: relative;
  top: -5px;
}

.services-crev_d1195e0e0fa4eac1 .item-box_27d5f75d9a81d577 .icon_35a685e2ba377a58 {
  width: 60px;
}

.services-inline_566466a4abf0a309 {
  position: relative;
}

.services-inline_566466a4abf0a309 .circle-blur_5af1d6bd7b876a33 {
  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_566466a4abf0a309 .item_1d79474066ebeba7 {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-inline_566466a4abf0a309 .item_1d79474066ebeba7:first-of-type {
  padding-top: 0;
}

.services-inline_566466a4abf0a309 .item_1d79474066ebeba7 .num_2c9f02e146c3689f {
  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_653a396f57598a23 .serv-boxs_8d40f82e3b2612ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-modern_653a396f57598a23 .item_1d79474066ebeba7 {
  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_653a396f57598a23 .item_1d79474066ebeba7.active {
  width: calc(100vw - 350px * 3);
}

.services-modern_653a396f57598a23 .item_1d79474066ebeba7.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_653a396f57598a23 .item_1d79474066ebeba7 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_653a396f57598a23 .item_1d79474066ebeba7 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_09f53b6ca1855cbb .item_1d79474066ebeba7 {
  padding: 40px 30px;
  border-radius: 15px;
}

.services-clas_09f53b6ca1855cbb .item_1d79474066ebeba7 .tag_f7631dd3e337b9ac {
  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_09f53b6ca1855cbb .item_1d79474066ebeba7 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_09f53b6ca1855cbb .item_1d79474066ebeba7 a:hover {
  background: #fd5b38;
}

.services-inline2_f3c90ac859dbe178 .item_1d79474066ebeba7 {
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.services-inline2_f3c90ac859dbe178 .item_1d79474066ebeba7:hover .img_2f218af2f119a861 a {
  opacity: 1;
  visibility: visible;
}

.services-inline2_f3c90ac859dbe178 .item_1d79474066ebeba7:hover .img_2f218af2f119a861:after {
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.services-inline2_f3c90ac859dbe178 .item_1d79474066ebeba7 .num_2c9f02e146c3689f {
  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_f3c90ac859dbe178 .item_1d79474066ebeba7 h2 {
  font-size: 47px;
}

.services-inline2_f3c90ac859dbe178 .item_1d79474066ebeba7 .img_2f218af2f119a861 {
  position: relative;
  height: 140px;
  border-radius: 100px;
  overflow: visible;
}

.services-inline2_f3c90ac859dbe178 .item_1d79474066ebeba7 .img_2f218af2f119a861 img {
  border-radius: 100px;
}

.services-inline2_f3c90ac859dbe178 .item_1d79474066ebeba7 .img_2f218af2f119a861 a {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #fd5b38;
  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_f3c90ac859dbe178 .item_1d79474066ebeba7 .img_2f218af2f119a861: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_812ffaa731b4e67d {
  position: relative;
}

.feat_812ffaa731b4e67d .item_1d79474066ebeba7 {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.feat_812ffaa731b4e67d .item_1d79474066ebeba7 .info_82db929734b2846b {
  padding: 30px;
}

.feat_812ffaa731b4e67d .circle-blur_5af1d6bd7b876a33 {
  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_cc99b89eda635602 .parallax-slider_5d9436c440a7aade {
  position: relative;
}

.full-showcase_cc99b89eda635602 .parallax-slider_5d9436c440a7aade .swiper-slide_90970284fa531e2e {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
}

.full-showcase_cc99b89eda635602 .parallax-slider_5d9436c440a7aade .swiper-slide_90970284fa531e2e .bg-img_db9d7f68472e87f2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.full-showcase_cc99b89eda635602 .parallax-slider_5d9436c440a7aade .swiper-slide_90970284fa531e2e .video-container_abde10e97cb5f4f1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.full-showcase_cc99b89eda635602 .parallax-slider_5d9436c440a7aade .swiper-slide_90970284fa531e2e .video-container_abde10e97cb5f4f1 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.full-showcase_cc99b89eda635602 .parallax-slider_5d9436c440a7aade .swiper-slide-active_d677fc89e3a960be {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  z-index: 99;
}

.full-showcase_cc99b89eda635602 .parallax-slider_5d9436c440a7aade .swiper-slide-active_d677fc89e3a960be .caption_32b45d5ea4d3094b .thin_f275f92c92203cc5,
.full-showcase_cc99b89eda635602 .parallax-slider_5d9436c440a7aade .swiper-slide-active_d677fc89e3a960be .caption_32b45d5ea4d3094b .btn-curve_e0038c7b680afaa9,
.full-showcase_cc99b89eda635602 .parallax-slider_5d9436c440a7aade .swiper-slide-active_d677fc89e3a960be .caption_32b45d5ea4d3094b p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.full-showcase_cc99b89eda635602 .parallax-slider_5d9436c440a7aade .caption_32b45d5ea4d3094b h1 {
  font-size: 100px;
}

.full-showcase_cc99b89eda635602 .parallax-slider_5d9436c440a7aade .caption_32b45d5ea4d3094b .cal-act_bc41c92dbba457f1 {
  position: relative;
}

.full-showcase_cc99b89eda635602 .parallax-slider_5d9436c440a7aade .caption_32b45d5ea4d3094b 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_cc99b89eda635602 .swiper-controls_a19c814ddfc247c0 {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.full-showcase_cc99b89eda635602 .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497,
.full-showcase_cc99b89eda635602 .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 {
  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_cc99b89eda635602 .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497:after,
.full-showcase_cc99b89eda635602 .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68:after {
  display: none;
}

.full-showcase_cc99b89eda635602 .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497 span,
.full-showcase_cc99b89eda635602 .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 span {
  white-space: nowrap;
}

.full-showcase_cc99b89eda635602 .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497 {
  left: 120px;
}

.full-showcase_cc99b89eda635602 .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497 i {
  margin-right: 25px;
}

.full-showcase_cc99b89eda635602 .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 {
  right: 120px;
}

.full-showcase_cc99b89eda635602 .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 i {
  margin-left: 25px;
}

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

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

.full-showcase_cc99b89eda635602 .swiper-pagination-bullet-active_e4a5943b7240a625 .path_ec286e525e220af9 {
  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_cc99b89eda635602 .path_ec286e525e220af9 {
  display: none;
}

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

.carousel-slider_639b8e9e50bd6bdc {
  min-height: 100vh;
  position: relative;
}

.carousel-slider_639b8e9e50bd6bdc .gallery-img_f1906555e5093c78 .bg-img_db9d7f68472e87f2 {
  height: 60vh;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background-position: center;
}

.carousel-slider_639b8e9e50bd6bdc .gallery-img_f1906555e5093c78 .bg-img_db9d7f68472e87f2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-slider_639b8e9e50bd6bdc .gallery-text_7a39e4761aaee4ef {
  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_639b8e9e50bd6bdc .gallery-text_7a39e4761aaee4ef .swiper-container_307f49ed3f01275a,
.carousel-slider_639b8e9e50bd6bdc .gallery-text_7a39e4761aaee4ef .swiper-slide_90970284fa531e2e {
  height: 100px !important;
}

.carousel-slider_639b8e9e50bd6bdc .gallery-text_7a39e4761aaee4ef .swiper-slide_90970284fa531e2e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.carousel-slider_639b8e9e50bd6bdc .gallery-text_7a39e4761aaee4ef .text_0c2d3e207613af64 {
  width: 100%;
  text-align: center;
}

.carousel-slider_639b8e9e50bd6bdc .gallery-text_7a39e4761aaee4ef .text_0c2d3e207613af64 h4 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.carousel-slider_639b8e9e50bd6bdc .gallery-text_7a39e4761aaee4ef .text_0c2d3e207613af64 h6 {
  margin-top: 15px;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}

.carousel-slider_639b8e9e50bd6bdc .gallery-text_7a39e4761aaee4ef .text_0c2d3e207613af64 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_639b8e9e50bd6bdc .gallery-text_7a39e4761aaee4ef .swiper-slide-active_d677fc89e3a960be .text_0c2d3e207613af64 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_639b8e9e50bd6bdc .swiper-controls_a19c814ddfc247c0 {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.carousel-slider_639b8e9e50bd6bdc .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497,
.carousel-slider_639b8e9e50bd6bdc .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 {
  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_639b8e9e50bd6bdc .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497:after,
.carousel-slider_639b8e9e50bd6bdc .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68:after {
  display: none;
}

.carousel-slider_639b8e9e50bd6bdc .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497 span,
.carousel-slider_639b8e9e50bd6bdc .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 span {
  white-space: nowrap;
}

.carousel-slider_639b8e9e50bd6bdc .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497 {
  left: 120px;
}

.carousel-slider_639b8e9e50bd6bdc .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497 i {
  margin-right: 25px;
}

.carousel-slider_639b8e9e50bd6bdc .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 {
  right: 120px;
}

.carousel-slider_639b8e9e50bd6bdc .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 i {
  margin-left: 25px;
}

.carousel-slider_639b8e9e50bd6bdc .swiper-pagination_497372f41c393ab2 {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.carousel-slider_639b8e9e50bd6bdc .swiper-pagination-bullet_95def01eede265c3 {
  background: transparent;
  margin: 0 10px !important;
}

.carousel-slider_639b8e9e50bd6bdc .swiper-pagination-bullet-active_e4a5943b7240a625 .path_ec286e525e220af9 {
  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_639b8e9e50bd6bdc .path_ec286e525e220af9 {
  display: none;
}

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

.half-slider_45321a477aed4405 {
  min-height: 100vh;
  position: relative;
}

.half-slider_45321a477aed4405 .gallery-img_f1906555e5093c78 {
  width: 75vw;
  margin-left: 25vw;
}

.half-slider_45321a477aed4405 .gallery-img_f1906555e5093c78 .swiper-slide_90970284fa531e2e {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.half-slider_45321a477aed4405 .gallery-img_f1906555e5093c78 .swiper-slide-active_d677fc89e3a960be .bg-img_db9d7f68472e87f2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.half-slider_45321a477aed4405 .gallery-img_f1906555e5093c78 .bg-img_db9d7f68472e87f2 {
  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_45321a477aed4405 .gallery-img_f1906555e5093c78 .bg-img_db9d7f68472e87f2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.half-slider_45321a477aed4405 .gallery-text_7a39e4761aaee4ef {
  position: absolute;
  width: auto;
  top: 50%;
  left: -15vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

.half-slider_45321a477aed4405 .gallery-text_7a39e4761aaee4ef .text_0c2d3e207613af64 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_45321a477aed4405 .gallery-text_7a39e4761aaee4ef .text_0c2d3e207613af64 h6 {
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}

.half-slider_45321a477aed4405 .gallery-text_7a39e4761aaee4ef .text_0c2d3e207613af64 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_45321a477aed4405 .gallery-text_7a39e4761aaee4ef .swiper-slide-active_d677fc89e3a960be .text_0c2d3e207613af64 h4 {
  color: #fff;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0);
}

.half-slider_45321a477aed4405 .gallery-text_7a39e4761aaee4ef .swiper-slide-active_d677fc89e3a960be .text_0c2d3e207613af64 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_45321a477aed4405 .swiper-controls_a19c814ddfc247c0 {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.half-slider_45321a477aed4405 .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497,
.half-slider_45321a477aed4405 .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 {
  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_45321a477aed4405 .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497:after,
.half-slider_45321a477aed4405 .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68:after {
  display: none;
}

.half-slider_45321a477aed4405 .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497 span,
.half-slider_45321a477aed4405 .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 span {
  white-space: nowrap;
}

.half-slider_45321a477aed4405 .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497 {
  left: 120px;
}

.half-slider_45321a477aed4405 .swiper-controls_a19c814ddfc247c0 .swiper-button-prev_f760ded433187497 i {
  margin-right: 25px;
}

.half-slider_45321a477aed4405 .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 {
  right: 120px;
}

.half-slider_45321a477aed4405 .swiper-controls_a19c814ddfc247c0 .swiper-button-next_50aea637fdf5df68 i {
  margin-left: 25px;
}

.half-slider_45321a477aed4405 .swiper-pagination_497372f41c393ab2 {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.half-slider_45321a477aed4405 .swiper-pagination-bullet_95def01eede265c3 {
  background: transparent;
  margin: 0 10px !important;
}

.half-slider_45321a477aed4405 .swiper-pagination-bullet-active_e4a5943b7240a625 .path_ec286e525e220af9 {
  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_45321a477aed4405 .path_ec286e525e220af9 {
  display: none;
}

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

.slider_779fdf81756febd1 {
  position: relative;
}

.slider_779fdf81756febd1 .parallax-slider_5d9436c440a7aade {
  position: relative;
}

.slider_779fdf81756febd1 .parallax-slider_5d9436c440a7aade .swiper-slide_90970284fa531e2e {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  border-radius: 0 0 0 30px;
}

.slider_779fdf81756febd1 .parallax-slider_5d9436c440a7aade .swiper-slide_90970284fa531e2e .bg-img_db9d7f68472e87f2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.slider_779fdf81756febd1 .parallax-slider_5d9436c440a7aade .caption_32b45d5ea4d3094b h2 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.slider_779fdf81756febd1 .parallax-slider_5d9436c440a7aade .caption_32b45d5ea4d3094b h1 {
  font-size: 110px;
}

.slider_779fdf81756febd1 .slider-contro_1d22a99448799007 {
  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_779fdf81756febd1 .slider-contro_1d22a99448799007 .swiper-nav-ctrl_3506319464d9b737 {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  color: inherit;
  text-transform: uppercase;
}

.slider_779fdf81756febd1 .slider-contro_1d22a99448799007 .swiper-nav-ctrl_3506319464d9b737:after {
  display: none;
}

.slider_779fdf81756febd1 .slider-contro_1d22a99448799007 .shap-left-bottom_6fd8c7ec6c86b140 {
  position: absolute;
  bottom: 0;
  left: -2rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider_779fdf81756febd1 .slider-contro_1d22a99448799007 .shap-left-bottom_6fd8c7ec6c86b140 svg {
  width: 2.1rem;
  height: 2.1rem;
}

.slider_779fdf81756febd1 .slider-contro_1d22a99448799007 .shap-right-top_0543d8d657df5ef9 {
  position: absolute;
  top: -2.05rem;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider_779fdf81756febd1 .slider-contro_1d22a99448799007 .shap-right-top_0543d8d657df5ef9 svg {
  width: 2.1rem;
  height: 2.1rem;
}

.slider_779fdf81756febd1 .swiper-pagination_497372f41c393ab2 {
  position: absolute;
  left: 30px;
  bottom: 20px;
  width: auto;
  font-size: 40px;
}

.slider_779fdf81756febd1 .swiper-pagination_497372f41c393ab2 .swiper-pagination-total_2dfa980150f622b6 {
  position: relative;
  padding-left: 25px;
  margin-left: 15px;
}

.slider_779fdf81756febd1 .swiper-pagination_497372f41c393ab2 .swiper-pagination-total_2dfa980150f622b6: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_9a2d6eef17f02a44 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}

.swiper-arrow-control_9a2d6eef17f02a44 .swiper-button-next_50aea637fdf5df68,
.swiper-arrow-control_9a2d6eef17f02a44 .swiper-button-prev_f760ded433187497 {
  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_9a2d6eef17f02a44 .swiper-button-next_50aea637fdf5df68:after,
.swiper-arrow-control_9a2d6eef17f02a44 .swiper-button-prev_f760ded433187497:after {
  display: none;
}

.swiper-arrow-control_9a2d6eef17f02a44 .swiper-button-next_50aea637fdf5df68 {
  margin-left: 15px;
}

/* Team
-----------------------------------------------------------------*/
.team_f85f1cdacdef1058 .item_1d79474066ebeba7 {
  position: relative;
  padding-right: 60px;
}

.team_f85f1cdacdef1058 .item_1d79474066ebeba7:hover .img_2f218af2f119a861 .info_82db929734b2846b {
  bottom: 15px;
  opacity: 1;
}

.team_f85f1cdacdef1058 .item_1d79474066ebeba7:hover .social_b65a8674b6a0145d {
  right: 5px;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.team_f85f1cdacdef1058 .item_1d79474066ebeba7 .img_2f218af2f119a861 {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.team_f85f1cdacdef1058 .item_1d79474066ebeba7 .img_2f218af2f119a861 .info_82db929734b2846b {
  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_f85f1cdacdef1058 .item_1d79474066ebeba7 .social_b65a8674b6a0145d {
  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_f85f1cdacdef1058 .item_1d79474066ebeba7 .social_b65a8674b6a0145d .links_617c0a5bde8ecef5 {
  position: absolute;
  top: 15px;
  right: 15px;
}

.team_f85f1cdacdef1058 .item_1d79474066ebeba7 .social_b65a8674b6a0145d .links_617c0a5bde8ecef5 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_f85f1cdacdef1058 .item_1d79474066ebeba7 .social_b65a8674b6a0145d .links_617c0a5bde8ecef5 a:hover {
  background: #fd5b38;
  border-color: #fd5b38;
  color: #111;
}

.team-crev_f4c5167e7b76ae84 .item_1d79474066ebeba7 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.team-crev_f4c5167e7b76ae84 .item_1d79474066ebeba7 .social_b65a8674b6a0145d 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_f4c5167e7b76ae84 .item_1d79474066ebeba7 .img_2f218af2f119a861 {
  position: relative;
  height: 300px;
  z-index: 2;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.team-crev_f4c5167e7b76ae84 .item_1d79474066ebeba7 .img_2f218af2f119a861 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.team-crev_f4c5167e7b76ae84 .item_1d79474066ebeba7 .circle-blur_5af1d6bd7b876a33 {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.team-crev2_df65815035188d59 {
  position: relative;
  overflow: hidden;
}

.team-crev2_df65815035188d59 .circle-blur_5af1d6bd7b876a33 {
  position: absolute;
  bottom: -100px;
  right: -20%;
  width: 30%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: -1;
}

.team-crev2_df65815035188d59 .item_1d79474066ebeba7 .bg-blur_b9482423d909f573 {
  position: relative;
  overflow: hidden;
}

.team-crev2_df65815035188d59 .item_1d79474066ebeba7 .bg-blur_b9482423d909f573 .circle-blur_5af1d6bd7b876a33 {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
}

.team-crev2_df65815035188d59 .item_1d79474066ebeba7 .img_2f218af2f119a861 {
  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_df65815035188d59 .item_1d79474066ebeba7 .img_2f218af2f119a861 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.team-crev2_df65815035188d59 .item_1d79474066ebeba7 .img_2f218af2f119a861 .social_b65a8674b6a0145d {
  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_df65815035188d59 .item_1d79474066ebeba7 .img_2f218af2f119a861 .social_b65a8674b6a0145d 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_df65815035188d59 .item_1d79474066ebeba7 .img_2f218af2f119a861 .social_b65a8674b6a0145d a:hover {
  background: #fd5b38;
}

.team-crev2_df65815035188d59 .item_1d79474066ebeba7:hover .img_2f218af2f119a861 .social_b65a8674b6a0145d {
  bottom: 30px;
  opacity: 1;
}

.team-crev2_df65815035188d59 .item-bord_1b3627cb6764844b {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  height: 300px;
}

.team-single_1a90f457d30ae6b8 .bord_2f703f2aadd57888 {
  position: relative;
  padding: 0 60px;
}

.team-single_1a90f457d30ae6b8 .bord_2f703f2aadd57888: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_1a90f457d30ae6b8 .bord_2f703f2aadd57888: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_c7fc9d6f18c8dcea {
  position: relative;
}

.testimonials_c7fc9d6f18c8dcea .img-full_476e16425e938aac {
  position: relative;
  height: 100%;
}

.testimonials_c7fc9d6f18c8dcea .img-full_476e16425e938aac .fit-img_3a96172e7886a365 {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.testimonials_c7fc9d6f18c8dcea .img-full_476e16425e938aac .fix-img_6f750cb4cb769829 {
  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_c7fc9d6f18c8dcea .img-full_476e16425e938aac .text_0c2d3e207613af64 {
  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_c7fc9d6f18c8dcea .img-full_476e16425e938aac .text_0c2d3e207613af64 h3 {
  line-height: 1.5;
}

.testimonials_c7fc9d6f18c8dcea .cont-full_a2ebbd47c041bf6e {
  position: relative;
}

.testimonials_c7fc9d6f18c8dcea .cont-full_a2ebbd47c041bf6e .qout-svg_6dd8e3f2f60d4680 {
  position: absolute;
  left: 80px;
  top: -70px;
  width: 140px;
}

.testimonials_c7fc9d6f18c8dcea .cont-full_a2ebbd47c041bf6e .control-abslout_2fee2e82c807c8bb {
  position: absolute;
  bottom: 90px;
  right: 80px;
}

.testimonials_c7fc9d6f18c8dcea .cont-full_a2ebbd47c041bf6e .testim-swiper_b13a1afbfd7c56a4 {
  padding: 80px;
  border: 10px;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  overflow: hidden;
}

.testimonials_c7fc9d6f18c8dcea .cont-full_a2ebbd47c041bf6e .circle-blur_5af1d6bd7b876a33 {
  position: absolute;
  top: -50px;
  left: 50px;
  width: 180px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1;
}

.testimonials_c7fc9d6f18c8dcea .small-line_c95584b6a27bec19 {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 400px;
  height: 400px;
  z-index: 1;
  pointer-events: none;
}

.testimonials_c7fc9d6f18c8dcea .small-line_c95584b6a27bec19 .line-overlay_cc4b88eda93d3573 svg path {
  stroke: #6c6969;
}

.testimonials_c7fc9d6f18c8dcea .swiper-slide_90970284fa531e2e {
  padding-top: 50px;
}

.testimonials_c7fc9d6f18c8dcea .item_1d79474066ebeba7 .circle_06452a439da8006c {
  width: 80px;
  height: 80px;
}

.testimonials_c7fc9d6f18c8dcea .control-abslout_2fee2e82c807c8bb {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.testimonials-minim_01f208a1ab7a10a5 {
  position: relative;
}

.testimonials-minim_01f208a1ab7a10a5 .swiper-slide_90970284fa531e2e {
  padding-top: 50px;
  padding-left: 50px;
}

.testimonials-minim_01f208a1ab7a10a5 .item_1d79474066ebeba7 .text_0c2d3e207613af64 {
  position: relative;
}

.testimonials-minim_01f208a1ab7a10a5 .item_1d79474066ebeba7 .text_0c2d3e207613af64 .qout-svg_6dd8e3f2f60d4680 {
  position: absolute;
  left: -40px;
  top: -70px;
  width: 160px;
}

.testimonials-minim_01f208a1ab7a10a5 .item_1d79474066ebeba7 .circle_06452a439da8006c {
  width: 80px;
  height: 80px;
}

.testimonials-minim_01f208a1ab7a10a5 .item_1d79474066ebeba7.style2_91def629eaadf69c .text_0c2d3e207613af64 {
  position: relative;
}

.testimonials-minim_01f208a1ab7a10a5 .item_1d79474066ebeba7.style2_91def629eaadf69c .text_0c2d3e207613af64 .qout-svg_6dd8e3f2f60d4680 {
  position: absolute;
  left: -20px;
  top: -80px;
  width: 100px;
}

.testimonials-minim_01f208a1ab7a10a5 .control-abslout_2fee2e82c807c8bb {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.testimonials-modern_2c39e5a3b204df10 {
  position: relative;
  overflow: hidden;
}

.testimonials-modern_2c39e5a3b204df10 .bg-pattern_629a51424ae5fe64 {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: bottom;
  opacity: 0.08;
}

.testimonials-modern_2c39e5a3b204df10 .gallery-thumbs_7d72bcbcabc6de0e {
  width: 500px;
  margin: auto;
}

.testimonials-modern_2c39e5a3b204df10 .gallery-thumbs_7d72bcbcabc6de0e .swiper-slide_90970284fa531e2e {
  width: 100px;
}

.testimonials-modern_2c39e5a3b204df10 .gallery-thumbs_7d72bcbcabc6de0e .item_1d79474066ebeba7 {
  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_2c39e5a3b204df10 .gallery-thumbs_7d72bcbcabc6de0e .item_1d79474066ebeba7 .img_2f218af2f119a861 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
}

.testimonials-modern_2c39e5a3b204df10 .gallery-thumbs_7d72bcbcabc6de0e .item_1d79474066ebeba7 .img_2f218af2f119a861 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}

.testimonials-modern_2c39e5a3b204df10 .gallery-thumbs_7d72bcbcabc6de0e .swiper-slide-active_d677fc89e3a960be .item_1d79474066ebeba7 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.testimonials-modern_2c39e5a3b204df10 .swiper-arrow-control_9a2d6eef17f02a44 .swiper-button-prev_f760ded433187497 {
  position: absolute;
  left: 10px;
  bottom: 50%;
}

.testimonials-modern_2c39e5a3b204df10 .swiper-arrow-control_9a2d6eef17f02a44 .swiper-button-next_50aea637fdf5df68 {
  position: absolute;
  right: 10px;
  bottom: 50%;
}

.testim-modern_94932cc39142b6cd .out-right_e9e9cbadaa30d7f9 {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}

.testim-modern_94932cc39142b6cd .swiper-container_307f49ed3f01275a {
  overflow: visible;
}

.testim-modern_94932cc39142b6cd .swiper-slide_90970284fa531e2e {
  width: 500px;
}

.testim-modern_94932cc39142b6cd .item_1d79474066ebeba7 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
}

.testim-modern_94932cc39142b6cd .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 {
  padding: 40px;
}

.testim-modern_94932cc39142b6cd .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 p {
  font-size: 20px;
}

.testim-modern_94932cc39142b6cd .item_1d79474066ebeba7 .info_82db929734b2846b {
  padding: 20px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
}

.testim-modern_94932cc39142b6cd .item_1d79474066ebeba7 .info_82db929734b2846b .img_2f218af2f119a861 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

/* Videos
-----------------------------------------------------------------*/
/* Shop
-----------------------------------------------------------------*/
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .md-mb10_3f331a0222cc7bb0 {
    margin-bottom: 10px;
  }
  .md-mb15_aecd63222d98bca9 {
    margin-bottom: 15px;
  }
  .md-mb20_270083e0015a8733 {
    margin-bottom: 20px;
  }
  .md-mb30_d8107d830956e6e2 {
    margin-bottom: 30px;
  }
  .md-mb40_871d262e64e07fc2 {
    margin-bottom: 40px;
  }
  .md-mb50_ad8e4f2354a13431 {
    margin-bottom: 50px !important;
  }
  .md-mb80_54df69131b382620 {
    margin-bottom: 80px;
  }
  .md-no-mrg_0c3e45ec85a51157 {
    margin: 0 !important;
  }
  .md-pb10_41f05817ebb4bfb8 {
    padding-bottom: 10px;
  }
  .md-pb20_2bc362a6c369e863 {
    padding-bottom: 20px;
  }
  .md-pb30_794de721fb88f33c {
    padding-bottom: 30px;
  }
  .md-pb40_e65d969e6362a4c4 {
    padding-bottom: 40px;
  }
  .md-pb50_2b06f9e302231229 {
    padding-bottom: 50px;
  }
  .md-pb60_627b0416c80cdf66 {
    padding-bottom: 60px;
  }
  .md-pb70_d18935cc5bf64364 {
    padding-bottom: 70px;
  }
  .md-pb80_9c89847b100e760c {
    padding-bottom: 80px;
  }
  .md-pt80_21890fa226f723fe {
    padding-top: 80px !important;
  }
  .md-no-pad_bc305b59b5067dce {
    padding: 0 !important;
  }
  .md-center_eb78ccda3a315332 {
    text-align: center !important;
  }
  .order-md-1_7e4ecd68e96db18e {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2_c4dc35c324780ab2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3_a30bf593340a682c {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4_9111aab4875559ae {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .md-hide_914507f9fa88e3fe {
    display: none;
  }
  .justify-end_c9e138818514fe9d {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-end_c9e138818514fe9d .vew-all_07c0456030336ed1 {
    margin-left: 25px;
    margin-top: 25px;
  }
  .justify-end_c9e138818514fe9d .swiper-controls_a19c814ddfc247c0 {
    margin-top: 30px;
  }
  .justify-end_c9e138818514fe9d .ml-auto_a8168875a122c84b {
    margin-left: 0;
    margin-top: 30px;
  }
  .row_f3e44f098a5f06c4.sm-marg_cfd4b8477a4e11f0 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_f3e44f098a5f06c4.sm-marg_cfd4b8477a4e11f0 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_f3e44f098a5f06c4.stand-marg_25ca9f2dfa2856af {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_f3e44f098a5f06c4.stand-marg_25ca9f2dfa2856af > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_f3e44f098a5f06c4.md-marg_97570db7b3d3e4fa {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_f3e44f098a5f06c4.md-marg_97570db7b3d3e4fa > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_f3e44f098a5f06c4.lg-marg_4505c03bf637badb {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_f3e44f098a5f06c4.lg-marg_4505c03bf637badb > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_f3e44f098a5f06c4.xlg-marg_307f329ff944649d {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_f3e44f098a5f06c4.xlg-marg_307f329ff944649d > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_f3e44f098a5f06c4.xxlg-marg_099dc67c0abe2a68 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_f3e44f098a5f06c4.xxlg-marg_099dc67c0abe2a68 > * {
    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_f2b37bcb6bfb1e18 {
    font-size: 90px !important;
  }
  .fz-80_2b7f0eb5826b2e96 {
    font-size: 60px !important;
  }
  .fz-70_b9ada5fce1ca74c2 {
    font-size: 50px !important;
  }
  .sec-head_b5214ab6f1b97b8a .d-flex_cd51c5fa934b4652 {
    display: block !important;
  }
  .sec-head_b5214ab6f1b97b8a .ml-auto_a8168875a122c84b {
    margin-left: 0 !important;
    margin-top: 15px;
  }
  .sec-head_b5214ab6f1b97b8a .sub-title_1247c485d9e56cd0 span:first-of-type {
    display: none;
  }
  .sec-head_b5214ab6f1b97b8a .sub-title_1247c485d9e56cd0 span.thin_f275f92c92203cc5 {
    margin: 0;
  }
  .navbar .logo_9736c591b6581eaa:after {
    display: none;
  }
  .navbar .contact-button_037bc29e2fe31805 {
    display: none;
  }
  .navbar .mega-menu_a57d974e1950ff61 .item-img_40af94370485c866 .img_2f218af2f119a861 {
    display: none;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar .navbar-collapse_142d827516fe3f98 {
    max-height: 440px;
    overflow: auto;
  }
  .navbar .navbar-collapse_142d827516fe3f98::-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_a57d974e1950ff61 .container {
    padding: 20px 10px !important;
  }
  .navbar .logo_9736c591b6581eaa {
    max-width: 80px !important;
    margin-left: 30px;
  }
  .navbar .navbar-collapse_142d827516fe3f98 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
  }
  .navbar .navbar-toggler_98e18e04a86f41c7 {
    font-size: 20px;
    border-radius: 0;
    padding: 0;
    margin-right: 30px;
  }
  .navbar .navbar-toggler_98e18e04a86f41c7: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_e16b9d2e393e73eb {
    display: none;
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  .navbar .dropdown-menu .dropdown-item .dropdown-side_e16b9d2e393e73eb.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_a57d974e1950ff61 {
    width: auto;
    position: static;
    padding: 0;
  }
  .navbar .navbar-nav .mega-menu_a57d974e1950ff61 .item-img_40af94370485c866 {
    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_a57d974e1950ff61 .item-img_40af94370485c866 .mt-15_5dc99cde89d202a7 {
    margin-top: 0 !important;
  }
  .navbar .navbar-nav .mega-menu_a57d974e1950ff61 .item-img_40af94370485c866: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_a57d974e1950ff61 .item-img_40af94370485c866:hover {
    padding-left: 30px;
    background: transparent;
  }
  .navbar .navbar-nav .mega-menu_a57d974e1950ff61 .item-img_40af94370485c866:hover:after {
    width: 10px;
  }
  .main-header_be17519119d7a4c8 {
    min-height: auto;
  }
  .main-header_be17519119d7a4c8 .caption_32b45d5ea4d3094b h1 {
    font-size: 80px;
  }
  .main-header_be17519119d7a4c8 .caption_32b45d5ea4d3094b .text_0c2d3e207613af64 {
    display: none;
  }
  .main-header_be17519119d7a4c8 .justify-content-end_a98397099f488a4a {
    display: block !important;
    margin-bottom: 50px;
  }
  .modern-slider_a8cea193f585c281 .container {
    max-width: 100%;
  }
  .modern-slider_a8cea193f585c281 .swiper-controls_a19c814ddfc247c0 {
    right: 15px;
  }
  .crev-header_453f3555dd17f77f .caption_32b45d5ea4d3094b h1 {
    font-size: 70px;
  }
  .crev-header_453f3555dd17f77f .full-img_db43335b3e0184d6 {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header-digital_7d82b7b0c0a390e0 .caption_32b45d5ea4d3094b h1 {
    font-size: 60px;
  }
  .header-digital_7d82b7b0c0a390e0 .cont_b5a66547d6b5df51 .numb_b49e1919e503de55 {
    position: static;
    margin-top: 15px;
  }
  .header-personal_65eb19e23a5f0a70 {
    background-position: 60%;
  }
  .header-personal_65eb19e23a5f0a70 .info_82db929734b2846b {
    display: none !important;
  }
  .intro-crev_ff44bfe005a17dd7 .sec-head_b5214ab6f1b97b8a {
    margin-bottom: 80px;
  }
  .intro-skill_246b6f38df883f58 .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .intro-skill_246b6f38df883f58 .imgs_15ca426eded8a9f1 {
    display: none;
  }
  .about-author_4088c0cd274aaa9f .profile-img_2be1d16465975094 {
    width: 600px;
    margin: 0 auto 50px;
  }
  .my-skills_af6a0a6307263561 .item_1d79474066ebeba7 .box-bord_2a58535d3dc0d1db {
    border-radius: 200px;
  }
  .numbers-crev_d61559d3a32f79e0 .item_1d79474066ebeba7 h3 {
    font-size: 80px;
  }
  .services-modern_653a396f57598a23 .serv-boxs_8d40f82e3b2612ba {
    display: block;
  }
  .services-modern_653a396f57598a23 .item_1d79474066ebeba7 {
    width: 100%;
    padding: 60px 40px;
    margin: 5px 0;
  }
  .services-modern_653a396f57598a23 .item_1d79474066ebeba7 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_653a396f57598a23 .item_1d79474066ebeba7.active {
    width: 100% !important;
  }
  .work-fade_53956c0fb047030b .text_0c2d3e207613af64.pb-100_01b6a279046d248f {
    padding-bottom: 50px !important;
  }
  .work-fade_53956c0fb047030b .swiper-pagination_497372f41c393ab2 {
    top: 80%;
    right: -20px;
  }
  .work-crev_5b256547a4ae6050 .swiper-slide_90970284fa531e2e {
    width: 100% !important;
  }
  footer.clean-footer_9184cf0d065ea057.crev_905eedfafec1184e:after,
  footer.clean-footer_9184cf0d065ea057.crev_905eedfafec1184e .circle-blur_5af1d6bd7b876a33 {
    display: none;
  }
  .team-single_1a90f457d30ae6b8 .bord_2f703f2aadd57888 {
    padding: 0 40px 80px;
  }
  .team-single_1a90f457d30ae6b8 .bord_2f703f2aadd57888:after {
    top: 30px;
    left: 10px;
    right: 10px;
    bottom: 30px;
  }
  .team-single_1a90f457d30ae6b8 .bord_2f703f2aadd57888:before {
    top: 20px;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .services-inline2_f3c90ac859dbe178 .d-flex_cd51c5fa934b4652 {
    display: block !important;
  }
  .page-faqs_a06e476a6418751c .img1_4ec012cfe92c7780,
  .page-faqs_a06e476a6418751c .img2_14a342a4a4f2ed34,
  .page-faqs_a06e476a6418751c .img3_387bef80a61af318 {
    display: none;
  }
  .work-grid_e26e211de8836a28 {
    padding-top: 100px !important;
    padding-bottom: 0 !important;
  }
  .work-grid_e26e211de8836a28 .item_1d79474066ebeba7 {
    margin: 40px 0 !important;
  }
  .portfolio-crev_28c637e2a285ef5b .work-boxs_261789daa4efb259 {
    display: block;
  }
  .portfolio-crev_28c637e2a285ef5b .work-boxs_261789daa4efb259 .item_1d79474066ebeba7 {
    width: 100% !important;
    height: 250px;
    min-height: auto;
  }
  .portfolio-crev_28c637e2a285ef5b .work-boxs_261789daa4efb259 .item_1d79474066ebeba7.active {
    height: calc(100vh - 250px * 3);
  }
  .work-grid_e26e211de8836a28 .filtering_016cc18632d090a7,
  .work-minimal_e1284dc950d45879 .filtering_016cc18632d090a7 {
    display: block !important;
    margin-top: 30px;
  }
  .next-project_d1b44ec3882db25b .box_7c562840c562afe3 .cont_b5a66547d6b5df51 .fz-40_75c5b750c30532e9 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-mb10_5d6dd68bac01f611 {
    margin-bottom: 10px;
  }
  .sm-mb20_10bfa5e3d9c8f9fe {
    margin-bottom: 20px;
  }
  .sm-mb30_c02c3e444b6fc97c {
    margin-bottom: 30px;
  }
  .sm-mb40_5bd454369e6efc53 {
    margin-bottom: 40px;
  }
  .sm-mb50_3e9f037dfac7acb6 {
    margin-bottom: 50px;
  }
  .sm-mb80_7c896d94dbcd89f3 {
    margin-bottom: 80px;
  }
  .sm-pb10_afe9618392c04964 {
    padding-bottom: 10px;
  }
  .sm-pb20_b51595f4e1ddab13 {
    padding-bottom: 20px;
  }
  .sm-pb30_4e4c2a6d37e10853 {
    padding-bottom: 30px;
  }
  .sm-pb40_27e3f72a3d9fd35e {
    padding-bottom: 40px;
  }
  .sm-pb50_f627656b3662347d {
    padding-bottom: 50px;
  }
  .sm-pb60_609e6ab42055a177 {
    padding-bottom: 60px;
  }
  .sm-pb70_06da042a7b43cbfd {
    padding-bottom: 70px;
  }
  .sm-pb80_1af150ddcb0e879d {
    padding-bottom: 80px;
  }
  .sm-hide_5a0966d23755f331 {
    display: none;
  }
  .fz-70_b9ada5fce1ca74c2 {
    font-size: 40px !important;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h4.fz-30_b1c59779e2164482 {
    font-size: 24px !important;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
  .loader-wrap .loader-wrap-heading_3c98a0b0f13ee0de .load-text_f610d362f9db4626 {
    letter-spacing: 5px;
  }
  .progress-wrap_6ad57d0b28b07608 {
    bottom: 15px;
    right: 15px;
  }
  .in-box_37e185be129dd8b3 {
    width: 100%;
  }
  .in-box_37e185be129dd8b3.mb-15_e8a3c83fc45e28d0 {
    margin-bottom: 0 !important;
  }
  .section-padding_ab9569cdef018b92 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sec-head_b5214ab6f1b97b8a h3.fz-50_a38ff77a34d218f3 {
    font-size: 30px !important;
  }
  .sec-head_b5214ab6f1b97b8a h2.fz-70_b9ada5fce1ca74c2 {
    font-size: 35px !important;
  }
  .call-marq_0134bec1c15dc2bf .main-marq_81fdf86d71ced876.bord-item_95a96513a5d89e7b .item_1d79474066ebeba7 h4 {
    font-size: 20px !important;
  }
  .call-marq_0134bec1c15dc2bf .main-marq_81fdf86d71ced876 .icon-img-50_c7ac5502a0266e73 {
    width: 30px !important;
  }
  .main-header_be17519119d7a4c8 .caption_32b45d5ea4d3094b h1,
  .crev-header_453f3555dd17f77f .caption_32b45d5ea4d3094b h1 {
    font-size: 40px;
  }
  .main-header_be17519119d7a4c8 .icon-img_afdde441b11c92be {
    width: 100px;
  }
  .modern-slider_a8cea193f585c281 .gallery-text_7a39e4761aaee4ef {
    width: 100%;
  }
  .header-digital_7d82b7b0c0a390e0 .caption_32b45d5ea4d3094b h1 {
    font-size: 50px;
  }
  .header-digital_7d82b7b0c0a390e0 .img_2f218af2f119a861:after,
  .header-digital_7d82b7b0c0a390e0 .img_2f218af2f119a861:before {
    display: none;
  }
  .header-digital_7d82b7b0c0a390e0 .img_2f218af2f119a861 .vid_0c310fcdb8db67f6 {
    left: 0;
  }
  .about-author_4088c0cd274aaa9f .profile-img_2be1d16465975094 {
    width: 420px;
  }
  .about-author_4088c0cd274aaa9f .profile-img_2be1d16465975094 .img_2f218af2f119a861 {
    height: 500px;
  }
  .about-author_4088c0cd274aaa9f h4 span {
    display: inline;
  }
  .services-inline_566466a4abf0a309 .item_1d79474066ebeba7 .ml-auto_a8168875a122c84b,
  .services-inline_566466a4abf0a309 .item_1d79474066ebeba7 .num_2c9f02e146c3689f {
    display: none !important;
  }
  .work-fade_53956c0fb047030b .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 {
    position: static;
    margin-top: 15px;
    opacity: 0;
  }
  .work-fade_53956c0fb047030b .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 .text_0c2d3e207613af64 {
    display: inline-block;
    background: transparent;
    font-size: 22px;
    padding: 0 1px;
    margin: 0;
    border-radius: 0;
  }
  .work-fade_53956c0fb047030b .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 .shap-left-top_bd510e73b7bbf01a,
  .work-fade_53956c0fb047030b .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 .shap-left-bottom_6fd8c7ec6c86b140 {
    display: none;
  }
  .work-fade_53956c0fb047030b .swiper-slide-active_d677fc89e3a960be .item_1d79474066ebeba7 .cont_b5a66547d6b5df51 {
    opacity: 1;
  }
  .work-crev_5b256547a4ae6050 .item_1d79474066ebeba7 {
    display: block !important;
  }
  .work-crev_5b256547a4ae6050 .item_1d79474066ebeba7 .img_2f218af2f119a861 {
    padding: 0;
    margin-top: 40px;
  }
  .testimonials_c7fc9d6f18c8dcea .img-full_476e16425e938aac .fix-img_6f750cb4cb769829 {
    max-width: 80px;
  }
  .testimonials_c7fc9d6f18c8dcea .cont-full_a2ebbd47c041bf6e .testim-swiper_b13a1afbfd7c56a4 {
    padding: 60px 20px;
  }
  .testimonials_c7fc9d6f18c8dcea .cont-full_a2ebbd47c041bf6e .testim-swiper_b13a1afbfd7c56a4 p.fz-30_b1c59779e2164482 {
    font-size: 18px !important;
  }
  .testimonials_c7fc9d6f18c8dcea .cont-full_a2ebbd47c041bf6e .control-abslout_2fee2e82c807c8bb {
    bottom: 15px;
    right: 15px;
  }
  .testimonials-minim_01f208a1ab7a10a5 .item_1d79474066ebeba7 .text_0c2d3e207613af64 .qout-svg_6dd8e3f2f60d4680 {
    width: 90px;
  }
  .testimonials-minim_01f208a1ab7a10a5 .item_1d79474066ebeba7 .text_0c2d3e207613af64 .fz-30_b1c59779e2164482 {
    font-size: 18px !important;
  }
  .testimonials-minim_01f208a1ab7a10a5 .control-abslout_2fee2e82c807c8bb {
    bottom: -50px;
  }
  .page-header_c40a0b76f6d70dcc .fz-80_2b7f0eb5826b2e96 {
    font-size: 35px !important;
  }
  .services-inline2_f3c90ac859dbe178 .item_1d79474066ebeba7 h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .team-single_1a90f457d30ae6b8 .bord_2f703f2aadd57888 {
    padding: 0 20px 80px;
  }
  .portfolio-crev_28c637e2a285ef5b .work-boxs_261789daa4efb259 .item_1d79474066ebeba7 {
    height: 350px;
    min-height: auto;
    background-position: center center;
  }
  .portfolio-crev_28c637e2a285ef5b .work-boxs_261789daa4efb259 .item_1d79474066ebeba7.active {
    height: 350px;
  }
  .work-grid_e26e211de8836a28 .filtering_016cc18632d090a7 span,
  .work-minimal_e1284dc950d45879 .filtering_016cc18632d090a7 span {
    margin: 14px 25px;
  }
  .work-minimal_e1284dc950d45879 .item_1d79474066ebeba7 .img_2f218af2f119a861 .cont_b5a66547d6b5df51.inline_6e7908ac94239366 {
    padding: 20px 15px;
  }
  .blog-header_eeb8b77d6457d0c2 .fz-55_ba7bbb0c5f7ae867 {
    font-size: 30px !important;
  }
  .blog-header_eeb8b77d6457d0c2 .info_82db929734b2846b {
    display: block !important;
  }
  .blog-header_eeb8b77d6457d0c2 .date_b2237f8c08f8725f {
    margin-left: 30px !important;
  }
  .blog-header_eeb8b77d6457d0c2 .right-info_b377d783459b62a8 {
    margin: 30px 0 0;
  }
  .main-post_5b83853782b2164a .fz-60_58dac22c70423692 {
    display: none;
  }
  .main-post_5b83853782b2164a .post-qoute_95bbb606c0a22cc8 {
    padding: 30px 15px;
  }
  .main-post_5b83853782b2164a .post-qoute_95bbb606c0a22cc8 h6:before {
    position: relative;
    left: 0;
  }
  .main-post_5b83853782b2164a .info-area_6eae1c950b713249 {
    display: block;
  }
  .main-post_5b83853782b2164a .info-area_6eae1c950b713249 .tags_c662334483601524 {
    margin-bottom: 30px;
  }
  .main-post_5b83853782b2164a .author-area_a631c48e700a9b50 .flex_19a616aa6eea8292 {
    display: block;
  }
  .main-post_5b83853782b2164a .author-area_a631c48e700a9b50 .author-img_49e0e24742cb4283 {
    margin: 0 0 30px 0;
  }
  .main-post_5b83853782b2164a .author-area_a631c48e700a9b50 .author-img_49e0e24742cb4283 .img_2f218af2f119a861 {
    width: 80px;
    height: 80px;
  }
  .main-post_5b83853782b2164a .next-prv-post_0aa749b1326da0b1 {
    display: block;
  }
  .main-post_5b83853782b2164a .next-prv-post_0aa749b1326da0b1 .thumb-post_312572be11ac6e68 {
    margin: 0 !important;
  }
  .main-post_5b83853782b2164a .next-prv-post_0aa749b1326da0b1 .text-right_e7ab457ee87df184 {
    text-align: left;
    margin-top: 30px !important;
  }
  .comments-post_fd05cc79a6ed0cbd .item-box_27d5f75d9a81d577 .flex_19a616aa6eea8292 {
    display: block;
  }
  .comments-post_fd05cc79a6ed0cbd .item-box_27d5f75d9a81d577 .user-img_70fc6474cc36f413 {
    margin: 0 0 15px 0;
  }
  .comments-post_fd05cc79a6ed0cbd .item-box_27d5f75d9a81d577 .replay-post_590c4d236ef4a1be {
    margin: 15px 0 0 0;
  }
  .comments-post_fd05cc79a6ed0cbd .item-box_27d5f75d9a81d577.replayed_9654fd01685b7777 {
    margin-left: 0;
  }
  .main-post_5b83853782b2164a .post-qoute_95bbb606c0a22cc8 h6:before {
    top: 70px;
  }
}

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