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

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

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

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

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

.row_f903ebce3659fa0a.sm-marg_06f8a1eb87e2adb7 {
  margin-left: -5px;
  margin-right: -5px;
}

.row_f903ebce3659fa0a.sm-marg_06f8a1eb87e2adb7 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.row_f903ebce3659fa0a.stand-marg_a707582d13cf3cf9 {
  margin-left: -20px;
  margin-right: -20px;
}

.row_f903ebce3659fa0a.stand-marg_a707582d13cf3cf9 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.row_f903ebce3659fa0a.md-marg_309e10e1a6ffc13f {
  margin-left: -25px;
  margin-right: -25px;
}

.row_f903ebce3659fa0a.md-marg_309e10e1a6ffc13f > * {
  padding-left: 25px;
  padding-right: 25px;
}

.row_f903ebce3659fa0a.lg-marg_5055e57ff13d5c30 {
  margin-left: -40px;
  margin-right: -40px;
}

.row_f903ebce3659fa0a.lg-marg_5055e57ff13d5c30 > * {
  padding-left: 40px;
  padding-right: 40px;
}

.row_f903ebce3659fa0a.xlg-marg_bde3c67e450b6e76 {
  margin-left: -50px;
  margin-right: -50px;
}

.row_f903ebce3659fa0a.xlg-marg_bde3c67e450b6e76 > * {
  padding-left: 50px;
  padding-right: 50px;
}

.row_f903ebce3659fa0a.xxlg-marg_403a720b4ac4f597 {
  margin-left: -80px;
  margin-right: -80px;
}

.row_f903ebce3659fa0a.xxlg-marg_403a720b4ac4f597 > * {
  padding-left: 80px;
  padding-right: 80px;
}

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

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

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

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

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

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

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

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

.p-color_edf212fd3f665d7b {
  color: #c6c8c9;
}

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

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

.lines_d473aa966fa3935d.two_b30a9c456e2fd1a2: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_d473aa966fa3935d.four_4062aa8c20df9275 {
  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_d473aa966fa3935d.four_4062aa8c20df9275: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_d473aa966fa3935d.two-out_fd11d05e88232a81 {
  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_61aae5f17945e0a7 {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.line-overlay_61aae5f17945e0a7.revers_838cfc9cbd7456d0 {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.line-overlay_61aae5f17945e0a7.up_2925078d4bd6a59f {
  top: -25%;
}

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

.overlay-center_f080a71298e97e26 {
  position: relative;
}

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

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

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

.bg-pattern_1c3a7e803d0f87ad.bg-repeat_7101f23dec42e94e {
  background-repeat: repeat;
}

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

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

.bord-bottom-grd_7a54c8cf6a4bb27c: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_a20e02ae6d12d850 {
  -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_725b7ef010ce53b1 {
  border: 1px solid transparent;
}

.butn_725b7ef010ce53b1.butn-md_333b44dfc9ad2cb1 {
  padding: 14px 35px;
}

.butn_725b7ef010ce53b1.butn-sm_560d6c9b6d584cbc {
  padding: 8px 18px;
}

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

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

.butn_725b7ef010ce53b1.butn-bord_ecd5a01e25e4d000:hover {
  background: #fff;
  color: #000;
}

.butn_725b7ef010ce53b1.butn-bord_ecd5a01e25e4d000:hover span {
  color: #000;
}

.butn_725b7ef010ce53b1.butn-bord-thin_8df3ed49c155d963 {
  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_725b7ef010ce53b1.butn-bord-thin_8df3ed49c155d963:hover {
  background: #fff;
  color: #000;
}

.butn_725b7ef010ce53b1.butn-bord-thin_8df3ed49c155d963:hover span {
  color: #000;
}

.butn_725b7ef010ce53b1.butn-bg_094f8ddd33a2e494 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

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

.butn_725b7ef010ce53b1 .rolling-text_fdf6cdbcc6a35f00 {
  margin-bottom: -5px;
}

.butn-crev_1cdf63a3f489f4a4 .circle_cafbdb82fb1da875 {
  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_536fe6a62a785083 {
  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_536fe6a62a785083: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_536fe6a62a785083:hover {
  border-color: #fd5b38;
}

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

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

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

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

.btn-circle_536fe6a62a785083.btn-md_7640f9aceeefd3a5 {
  width: 120px;
  height: 120px;
}

.btn-circle_536fe6a62a785083.btn-lg_e452933275c4c1f1 {
  width: 140px;
  height: 140px;
}

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

.butn-circle-text_afc8a446ae38680b .circle_cafbdb82fb1da875 {
  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_afc8a446ae38680b .circle_cafbdb82fb1da875 svg {
  width: 22px;
  height: 22px;
}

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

.circle-button_c6f5b87c3ffc9254.in-bord_cb2d7621fadf5018: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_c6f5b87c3ffc9254.in-bord_cb2d7621fadf5018: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_c6f5b87c3ffc9254 a {
  position: relative;
}

.circle-button_c6f5b87c3ffc9254 .rotate-circle_0514bd0f7617ce56 svg {
  width: 210px;
  fill: #fff;
}

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

.circle-button_c6f5b87c3ffc9254 .icon_3b4751584b0d0ed6 {
  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_c6f5b87c3ffc9254 .in-circle_b8e69a6c9fd05bf5 {
  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_c6f5b87c3ffc9254.no-animate_24499802794863d7 .rotate-circle_0514bd0f7617ce56 {
  -webkit-animation: none;
  animation: none;
}

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

.rmore_5633f624c77a83a9.to-in_a7c15f71b9a3dd26:hover {
  margin-left: 0;
}

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

.go-more_32b3ea81c3a4fe69: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_32b3ea81c3a4fe69 .icon_3b4751584b0d0ed6 {
  margin-left: 15px;
  bottom: -2px;
  position: relative;
}

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

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

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

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

.vi-more_ed4704c41b02a768 .icon_3b4751584b0d0ed6 {
  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_ed4704c41b02a768:hover .icon_3b4751584b0d0ed6 {
  background: #fd5b38;
}

/* Cursor
-----------------------------------------------------------------*/
.hover-this_d5933b12e5b8ccc9 .hover-anim_0c5931f7060cb395 {
  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_ff8756aa6a3b3740 {
  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_1101db0e012ee6a9 {
  -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_fdf6cdbcc6a35f00 {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
}

.rolling-text_fdf6cdbcc6a35f00.butn_725b7ef010ce53b1 {
  padding: 0 35px;
}

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

.rolling-text_fdf6cdbcc6a35f00:hover .letter_df5a82d64f8897f4,
.rolling-text_fdf6cdbcc6a35f00.play_1a3951fdf138d078 .letter_df5a82d64f8897f4 {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-wrap_fb0ca268fd2277dc svg.progress-circle_a572264977ed8bc4 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_190bc35b9b14d174 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

.d-slideup_cabd596af9ba6382 .sideup-text_53fc03570cff517a {
  overflow: hidden;
  display: block;
}

.d-slideup_cabd596af9ba6382 .sideup-text_53fc03570cff517a:first-of-type .up-text_2d01f5d2e5d93cad {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.d-slideup_cabd596af9ba6382 .sideup-text_53fc03570cff517a:nth-of-type(2) .up-text_2d01f5d2e5d93cad {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.d-slideup_cabd596af9ba6382 .sideup-text_53fc03570cff517a:nth-of-type(3) .up-text_2d01f5d2e5d93cad {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.d-slideup_cabd596af9ba6382 .sideup-text_53fc03570cff517a:nth-of-type(4) .up-text_2d01f5d2e5d93cad {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.d-slideup_cabd596af9ba6382 .sideup-text_53fc03570cff517a:nth-of-type(5) .up-text_2d01f5d2e5d93cad {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.d-slideup_cabd596af9ba6382 .sideup-text_53fc03570cff517a .up-text_2d01f5d2e5d93cad {
  -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_cabd596af9ba6382.animated .up-text_2d01f5d2e5d93cad {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

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

.main-marq_fdf91b02f2f3646b: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_fdf91b02f2f3646b.shadow-off_b4c096f156531848:after {
  display: none;
}

.main-marq_fdf91b02f2f3646b.md-text_312ee814bb301ebe .box_5120d8a1a35ada38 .item_98e062e6f1312200 h4 {
  font-size: 40px;
}

.main-marq_fdf91b02f2f3646b.lrg_b10b016e68466e09 .box_5120d8a1a35ada38 .item_98e062e6f1312200 h4 {
  font-size: 5vw;
}

.main-marq_fdf91b02f2f3646b.xlrg_08349c4b0b7d9323 .box_5120d8a1a35ada38 .item_98e062e6f1312200 {
  padding: 0 30px;
}

.main-marq_fdf91b02f2f3646b.xlrg_08349c4b0b7d9323 .box_5120d8a1a35ada38 .item_98e062e6f1312200 h4 {
  font-size: 8vw;
}

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

.main-marq_fdf91b02f2f3646b .slide-har_703ec85de3edfc55 .overlay-link_ca2c885525bc702c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-marq_fdf91b02f2f3646b .strok_4b9503714f84c1ca .item_98e062e6f1312200 h4 {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq_fdf91b02f2f3646b .strok_4b9503714f84c1ca .item_98e062e6f1312200 h4 a {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq_fdf91b02f2f3646b .non-strok_6b0ab726798c1e5f .item_98e062e6f1312200 h4 {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}

.main-marq_fdf91b02f2f3646b .non-strok_6b0ab726798c1e5f .item_98e062e6f1312200 h4 a {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}

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

.main-marq_fdf91b02f2f3646b .box_5120d8a1a35ada38 .item_98e062e6f1312200 {
  padding: 0 30px;
}

.main-marq_fdf91b02f2f3646b .box_5120d8a1a35ada38 .item_98e062e6f1312200 h4 {
  white-space: nowrap;
  margin: 0;
}

.main-marq_fdf91b02f2f3646b .box_5120d8a1a35ada38 .item_98e062e6f1312200 h4 .icon_3b4751584b0d0ed6 {
  margin-bottom: -15px;
}

.main-marq_fdf91b02f2f3646b .box_5120d8a1a35ada38 .item_98e062e6f1312200 h2 {
  margin: 0;
}

.main-marq_fdf91b02f2f3646b .box_5120d8a1a35ada38 .item_98e062e6f1312200:nth-of-type(even) h4 {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

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

.main-marq_fdf91b02f2f3646b .box_5120d8a1a35ada38:last-of-type .item_98e062e6f1312200:nth-of-type(even) h4 {
  color: #fff;
  -webkit-text-stroke: 0;
}

.main-marq_fdf91b02f2f3646b .box_5120d8a1a35ada38:last-of-type .item_98e062e6f1312200:nth-of-type(even) h4 a {
  color: #fff;
  -webkit-text-stroke: 0;
}

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

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

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

.dark-text_5d15c88c5411b572 .box_5120d8a1a35ada38 .item_98e062e6f1312200 h4,
.dark-text_5d15c88c5411b572 .box_5120d8a1a35ada38:last-of-type .item_98e062e6f1312200:nth-of-type(even) h4 {
  color: #000 !important;
}

.dark-text_5d15c88c5411b572 .strok_4b9503714f84c1ca .box_5120d8a1a35ada38 .item_98e062e6f1312200 h4,
.dark-text_5d15c88c5411b572 .box_5120d8a1a35ada38 .item_98e062e6f1312200:nth-of-type(even) h4,
.dark-text_5d15c88c5411b572 .box_5120d8a1a35ada38:last-of-type .item_98e062e6f1312200:nth-of-type(odd) h4 {
  -webkit-text-stroke: 1px #000;
}

.light-text_1d5c563d6f225342 {
  color: #fff;
}

.light-text_1d5c563d6f225342 .box_5120d8a1a35ada38 .item_98e062e6f1312200 h4,
.light-text_1d5c563d6f225342 .box_5120d8a1a35ada38:last-of-type .item_98e062e6f1312200:nth-of-type(even) h4 {
  color: #fff;
}

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

.slide-har_703ec85de3edfc55 {
  position: relative;
}

.slide-har_703ec85de3edfc55.st1_8927f9160e55a7ec .box_5120d8a1a35ada38 {
  position: relative;
  -webkit-animation: slide-har 80s linear infinite;
  animation: slide-har 80s linear infinite;
}

.slide-har_703ec85de3edfc55.st2_9f1581a7ca27d3e3 .box_5120d8a1a35ada38 {
  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_a1086e479ca00470 {
  position: relative;
  padding: 0;
}

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

.main-marqv_a1086e479ca00470 .slide-vertical_baf42b3a8266c8e8:hover .box_5120d8a1a35ada38 {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

.main-marqv_a1086e479ca00470 .slide-vertical_baf42b3a8266c8e8 .box_5120d8a1a35ada38 {
  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_1ac5dd9794641f0d {
  -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_1ac5dd9794641f0d.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_1ac5dd9794641f0d.simpl_a70516c7015bf4f0 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

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

.position-re_dae377d3cac51bc3 {
  position: relative;
}

.position-abs_0a56cedc2e007d32 {
  position: absolute;
}

.cursor-pointer_3dab81534c2b0b05 {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fit-img_4eb531b43f7c36a7 {
  overflow: hidden;
}

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

.rounded_01592350919fb499 {
  border-radius: 5px;
}

.circle_cafbdb82fb1da875 {
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

.nowrap_7f74e72f67d65e56 {
  white-space: nowrap;
}

.unlist_3ab786dd4f09c97e {
  list-style: none;
}

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

.underline_f1c5a270a069db3f span {
  text-decoration: underline;
}

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

.inline_faacf63f28148e15 {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-black_6f4613cf72238aba {
  color: #000;
}

.text-dark_a98d1e41de2ffef2 {
  color: #444;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.load-text_b1ae715a86413870 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_16107d74a25de4d6,
[data-overlay-light] .container-xxl_16107d74a25de4d6,
[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_f5956a2833512005 h1,
.bg-dark_f5956a2833512005 h2,
.bg-dark_f5956a2833512005 h3,
.bg-dark_f5956a2833512005 h4,
.bg-dark_f5956a2833512005 h5,
.bg-dark_f5956a2833512005 h6,
.bg-dark_f5956a2833512005 span,
.bg-color_b04fc0c2185db7a8 h1,
.bg-color_b04fc0c2185db7a8 h2,
.bg-color_b04fc0c2185db7a8 h3,
.bg-color_b04fc0c2185db7a8 h4,
.bg-color_b04fc0c2185db7a8 h5,
.bg-color_b04fc0c2185db7a8 h6,
.bg-color_b04fc0c2185db7a8 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_db75fcf9b0e2fdb9 {
  position: relative;
}

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

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

.navbar.bord_9f8880a84615c1fc {
  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_28f70749bb898ca7 {
  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_fdf6cdbcc6a35f00 {
  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_a1d89bac606b00f4 .dropdown-item .dropdown-side_3d03b5b471f15be1 {
  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_3d03b5b471f15be1 {
  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_3d03b5b471f15be1.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

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

.navbar .dropdown {
  position: static;
}

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

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

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

.navbar .mega-menu_df4a4c81096b8e49 .title .sub-title_5d521e1f73fa34d8 {
  font-weight: 600;
}

.navbar .mega-menu_df4a4c81096b8e49 .item-img_bdbb432fb92d5d2a .img_f0fca52fa67345c6 {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar .logo_b5b3b256a0ebd2cb {
  position: relative;
}

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

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

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

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

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

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

.sec-head_a3486fb81e50988a .sub-title_5d521e1f73fa34d8 span {
  white-space: nowrap;
  font-weight: 600;
}

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

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

.title-bord_5e759bac4af87118 {
  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_5e759bac4af87118: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_2324f6b8f583b60b {
  position: relative;
}

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

.sec-bottom_2324f6b8f583b60b .d-flex_957db3945f7b82bd {
  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_8d94f018bda8c0cc .img-full_35c952258123d5fa {
  height: 100%;
}

.intro-crev_c6de45555c9818b4 .sec-head_a3486fb81e50988a {
  margin-bottom: -50px;
}

.intro-crev_c6de45555c9818b4 .sec-head_a3486fb81e50988a h2 {
  font-size: 8vw;
}

.intro-crev_c6de45555c9818b4 .img_f0fca52fa67345c6 {
  position: relative;
}

.intro-crev_c6de45555c9818b4 .img_f0fca52fa67345c6 img {
  width: 120%;
  margin-left: -20%;
}

.intro-crev_c6de45555c9818b4 .img_f0fca52fa67345c6 .exp_0ac6ca992f3129ee {
  position: absolute;
  top: -80px;
  left: 0;
}

.intro-crev_c6de45555c9818b4 .img_f0fca52fa67345c6 .exp_0ac6ca992f3129ee h3 {
  font-size: 100px;
}

.intro-skill_778cab2c06af9f39 .imgs_c62ceb3f34f55b3d {
  position: relative;
  height: 100%;
  width: 100%;
}

.intro-skill_778cab2c06af9f39 .imgs_c62ceb3f34f55b3d .img1_7e0d9e2ee12c58f2,
.intro-skill_778cab2c06af9f39 .imgs_c62ceb3f34f55b3d .img2_17b95105aa6ceb43,
.intro-skill_778cab2c06af9f39 .imgs_c62ceb3f34f55b3d .img3_81d83036bd56fb01 {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
}

.intro-skill_778cab2c06af9f39 .imgs_c62ceb3f34f55b3d .img1_7e0d9e2ee12c58f2 img,
.intro-skill_778cab2c06af9f39 .imgs_c62ceb3f34f55b3d .img2_17b95105aa6ceb43 img,
.intro-skill_778cab2c06af9f39 .imgs_c62ceb3f34f55b3d .img3_81d83036bd56fb01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.intro-skill_778cab2c06af9f39 .imgs_c62ceb3f34f55b3d .img1_7e0d9e2ee12c58f2 {
  width: 260px;
  height: 180px;
  top: -80px;
  left: 30px;
}

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

.intro-skill_778cab2c06af9f39 .imgs_c62ceb3f34f55b3d .img3_81d83036bd56fb01 {
  width: 250px;
  height: 280px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.intro-accord_28620193ed0753db {
  position: relative;
}

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

.intro-personal_5fa53a2fb11eb8c5 .img_f0fca52fa67345c6 {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.intro-personal_5fa53a2fb11eb8c5 .exp_0ac6ca992f3129ee {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.intro-personal_5fa53a2fb11eb8c5 .exp_0ac6ca992f3129ee 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_5fa53a2fb11eb8c5 .exp_0ac6ca992f3129ee h6 .shap-right-top_f23a718cdbb99cd2 svg {
  position: absolute;
  top: 0;
  right: -1.1rem;
  width: 1.2rem;
  height: 1.2rem;
}

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

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

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

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

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

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

.about-author_19857d1976591b38 .img_f0fca52fa67345c6 {
  border-radius: 500px;
  height: 680px;
  overflow: hidden;
}

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

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

.about-author_19857d1976591b38 .info_586186afbe84c536 .item_98e062e6f1312200 .icon_3b4751584b0d0ed6 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fd5b38;
  color: #0c0c0c;
  font-size: 20px;
}

.page-intro_2a99deb70e48dfbd .img_f0fca52fa67345c6 {
  position: relative;
}

.page-intro_2a99deb70e48dfbd .img_f0fca52fa67345c6 .img-icon_f148e5565421060a {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 200px;
}

/* Awards
-----------------------------------------------------------------*/
.awards_a18f8b164ea09cad .item-line_aef8c807ab8363a8 {
  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_a18f8b164ea09cad .item-line_aef8c807ab8363a8 > div {
  padding: 0;
}

.awards_a18f8b164ea09cad .item-line_aef8c807ab8363a8 > div:last-of-type {
  text-align: right;
}

.awards_a18f8b164ea09cad .item-line_aef8c807ab8363a8:hover {
  color: #0c0c0c;
}

.awards_a18f8b164ea09cad .item-line_aef8c807ab8363a8:hover:after {
  height: 100%;
}

.awards_a18f8b164ea09cad .item-line_aef8c807ab8363a8: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_a18f8b164ea09cad .item-line_aef8c807ab8363a8 .project-date_2292b7c46f56c30e span {
  font-size: 14px;
  opacity: 0.7;
  margin-left: 15px;
}

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

.awards_a18f8b164ea09cad .item-title_63dd88a9c097fffd > div {
  padding: 0;
}

/* Blog
-----------------------------------------------------------------*/
.blog_54a1ffa7d3410d40 .item_98e062e6f1312200 .fit-img_4eb531b43f7c36a7 {
  height: 400px;
}

.blog_54a1ffa7d3410d40.style2_1b0fd61a187b96ff .item_98e062e6f1312200 {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.blog_54a1ffa7d3410d40.style2_1b0fd61a187b96ff .item_98e062e6f1312200 .fit-img_4eb531b43f7c36a7 {
  height: 280px;
}

.sidebar_7930a6cf89523896 .search-box_3b9a54edb5a15f66 {
  position: relative;
}

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

.sidebar_7930a6cf89523896 .search-box_3b9a54edb5a15f66 input:focus {
  border-color: #fff;
}

.sidebar_7930a6cf89523896 .search-box_3b9a54edb5a15f66 .icon_3b4751584b0d0ed6 {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.sidebar_7930a6cf89523896 .widget_75bd93e98cc84a9e .title-widget_cb3a77b0d6db3b36 {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}

.sidebar_7930a6cf89523896 .widget_75bd93e98cc84a9e.catogry_8144ff056e999ee5 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
}

.sidebar_7930a6cf89523896 .widget_75bd93e98cc84a9e.catogry_8144ff056e999ee5 li:last-of-type {
  margin-bottom: 0;
}

.sidebar_7930a6cf89523896 .widget_75bd93e98cc84a9e.catogry_8144ff056e999ee5 li:hover {
  background: rgba(255, 255, 255, 0.02);
}

.sidebar_7930a6cf89523896 .widget_75bd93e98cc84a9e.last-post-thum_62bc241ba1a1f503 .item_98e062e6f1312200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.sidebar_7930a6cf89523896 .widget_75bd93e98cc84a9e.last-post-thum_62bc241ba1a1f503 .item_98e062e6f1312200:last-of-type {
  margin-bottom: 0;
}

.sidebar_7930a6cf89523896 .widget_75bd93e98cc84a9e.last-post-thum_62bc241ba1a1f503 .item_98e062e6f1312200:hover .img_f0fca52fa67345c6 a .date_cbe7e9d1d897eecb {
  opacity: 1;
}

.sidebar_7930a6cf89523896 .widget_75bd93e98cc84a9e.last-post-thum_62bc241ba1a1f503 .item_98e062e6f1312200 .img_f0fca52fa67345c6 {
  width: 90px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}

.sidebar_7930a6cf89523896 .widget_75bd93e98cc84a9e.last-post-thum_62bc241ba1a1f503 .item_98e062e6f1312200 .img_f0fca52fa67345c6 a {
  width: 100%;
  height: 100%;
  position: relative;
}

.sidebar_7930a6cf89523896 .widget_75bd93e98cc84a9e.last-post-thum_62bc241ba1a1f503 .item_98e062e6f1312200 .img_f0fca52fa67345c6 a .date_cbe7e9d1d897eecb {
  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_7930a6cf89523896 .widget_75bd93e98cc84a9e.last-post-thum_62bc241ba1a1f503 .item_98e062e6f1312200 .img_f0fca52fa67345c6 a .date_cbe7e9d1d897eecb 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_7930a6cf89523896 .widget_75bd93e98cc84a9e.last-post-thum_62bc241ba1a1f503 .item_98e062e6f1312200 .img_f0fca52fa67345c6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar_7930a6cf89523896 .widget_75bd93e98cc84a9e.last-post-thum_62bc241ba1a1f503 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 {
  padding-left: 25px;
}

.sidebar_7930a6cf89523896 .widget_75bd93e98cc84a9e.last-post-thum_62bc241ba1a1f503 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 h6 {
  font-size: 17px;
}

.sidebar_7930a6cf89523896 .widget_75bd93e98cc84a9e.last-post-thum_62bc241ba1a1f503 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 .tag_4fb059f30af7df13 {
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 10px;
}

.sidebar_7930a6cf89523896 .widget_75bd93e98cc84a9e.tags_938972c10bef5e09 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_7930a6cf89523896 .widget_75bd93e98cc84a9e.tags_938972c10bef5e09 a:hover {
  background: #fd5b38;
}

.blog-main_6c910179fd90cbe1 .item_98e062e6f1312200 .content {
  margin-top: 40px;
}

.blog-main_6c910179fd90cbe1 .item_98e062e6f1312200 .content .post-date_6e921762ed49e89e {
  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_d54bfe09c13c3a9c .background_55740aad86d684e1 {
  height: 75vh;
  min-height: 480px;
}

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

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

.main-post_d5f90f44fb78b2a9 .post-qoute_afe5c30fdb6270b3 h6 {
  position: relative;
}

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

.main-post_d5f90f44fb78b2a9 .iner-img_278c640ef7a540d8 {
  height: 400px;
}

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

.main-post_d5f90f44fb78b2a9 .unorder-list_228f0e3acbab71ce li,
.main-post_d5f90f44fb78b2a9 .order-list_bccec0fef1c56162 li {
  margin-top: 10px;
  opacity: 0.7;
  padding-left: 15px;
  position: relative;
}

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

.main-post_d5f90f44fb78b2a9 .order-list_bccec0fef1c56162 li {
  padding-left: 0;
}

.main-post_d5f90f44fb78b2a9 .order-list_bccec0fef1c56162 li:before {
  display: none;
}

.main-post_d5f90f44fb78b2a9 .order-list_bccec0fef1c56162 li span {
  font-size: 13px;
}

.main-post_d5f90f44fb78b2a9 .info-area_1d82c4a6be9c8746 .tags_938972c10bef5e09 span,
.main-post_d5f90f44fb78b2a9 .info-area_1d82c4a6be9c8746 .share-icon_25aa94994b82842c span {
  font-size: 14px;
  margin-right: 5px;
  opacity: 0.7;
}

.main-post_d5f90f44fb78b2a9 .info-area_1d82c4a6be9c8746 .tags_938972c10bef5e09 a,
.main-post_d5f90f44fb78b2a9 .info-area_1d82c4a6be9c8746 .share-icon_25aa94994b82842c 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_d5f90f44fb78b2a9 .info-area_1d82c4a6be9c8746 .tags_938972c10bef5e09 a:hover,
.main-post_d5f90f44fb78b2a9 .info-area_1d82c4a6be9c8746 .share-icon_25aa94994b82842c a:hover {
  background: #fd5b38;
  color: #1d1d1d;
}

.main-post_d5f90f44fb78b2a9 .info-area_1d82c4a6be9c8746 .share-icon_25aa94994b82842c a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  text-align: center;
  padding: 0;
}

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

.main-post_d5f90f44fb78b2a9 .author-area_06da3aa6ba906e8c .author-img_544ef007603d76a5 .img_f0fca52fa67345c6 {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.main-post_d5f90f44fb78b2a9 .next-prv-post_9fab015850f638bd .thumb-post_b1f2724539eb8fcc {
  width: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.main-post_d5f90f44fb78b2a9 .next-prv-post_9fab015850f638bd .thumb-post_b1f2724539eb8fcc: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_d5f90f44fb78b2a9 .next-prv-post_9fab015850f638bd .thumb-post_b1f2724539eb8fcc:first-of-type {
  margin-right: 15px;
}

.main-post_d5f90f44fb78b2a9 .next-prv-post_9fab015850f638bd .thumb-post_b1f2724539eb8fcc:last-of-type {
  margin-left: 15px;
}

.comments-post_3ce2ac8d1af6a684 .item-box_b337edd6a567853e {
  position: relative;
}

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

.comments-post_3ce2ac8d1af6a684 .item-box_b337edd6a567853e.replayed_4518263fed581f24 {
  margin-left: 30px;
}

.comments-post_3ce2ac8d1af6a684 .item-box_b337edd6a567853e .replay-butn_f3bcf8167c521ee4 {
  position: absolute;
  top: 15px;
  right: 15px;
}

.comments-post_3ce2ac8d1af6a684 .item-box_b337edd6a567853e .replay-butn_f3bcf8167c521ee4 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_3ce2ac8d1af6a684 .item-box_b337edd6a567853e .replay-butn_f3bcf8167c521ee4 a:hover {
  background: var(--maincolor);
  color: #1d1d1d;
}

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

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

.comments-from_b9a3c5633a4bd8ad 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_b9a3c5633a4bd8ad button .text_077461fb23cebe1e {
  position: relative;
  z-index: 4;
}

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

/* Brands & Clients
-----------------------------------------------------------------*/
.clients-carso_0a886bd1bfaeb8d5 .img_f0fca52fa67345c6 {
  margin: auto;
}

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

/* Contact
-----------------------------------------------------------------*/
.call-marq_44f1e16d07c955c1 .main-marq_fdf91b02f2f3646b:after {
  display: none;
}

.call-marq_44f1e16d07c955c1 .main-marq_fdf91b02f2f3646b.sub-bg_6986e0743187b286 {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  position: relative;
  z-index: 2;
}

.call-marq_44f1e16d07c955c1 .main-marq_fdf91b02f2f3646b.bord-item_6bb0c4534b92753f {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.call-marq_44f1e16d07c955c1 .main-marq_fdf91b02f2f3646b.bord-item_6bb0c4534b92753f .item_98e062e6f1312200 {
  padding: 15px 50px !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  margin: 0 10px;
}

.call-marq_44f1e16d07c955c1 .main-marq_fdf91b02f2f3646b.bord-item_6bb0c4534b92753f .item_98e062e6f1312200 h4 {
  font-size: 50px !important;
}

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

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

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

.contact_48e444be01d89300 .info-box_eac7e6d8385975af: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_48e444be01d89300 .form2_a8449de3f01163c5 input,
.contact_48e444be01d89300 .form2_a8449de3f01163c5 textarea {
  padding: 15px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
}

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

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

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

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

.accordion_44ed5dc5c84fa57e .title .ico_449e6bb897f0844a {
  position: absolute;
  bottom: 30px;
  right: 15px;
}

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

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

.accordion_44ed5dc5c84fa57e .active .accordion-info_5ecf038aa50000b2 {
  display: block;
}

.list-arrow_795c0474f51d0d38 li .icon_3b4751584b0d0ed6 {
  width: 15px;
  margin-right: 10px;
}

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

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

.text-dark_a98d1e41de2ffef2 .dot-list_00bc09b44687ad35 li:before {
  background: #0f0f0f;
}

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

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

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

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

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

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

.page-error_aec97c3dacf9aa34 .marq_1398f334635a033d .non-strok_6b0ab726798c1e5f i {
  color: transparent;
  -webkit-text-stroke: 0.5px white;
}

.page-error_aec97c3dacf9aa34 .marq_1398f334635a033d .strok_4b9503714f84c1ca i {
  color: rgba(255, 255, 255, 0.8);
  -webkit-text-stroke: 0;
}

.page-error_aec97c3dacf9aa34 .marq_1398f334635a033d h4 {
  font-size: 50px;
  text-transform: uppercase;
}

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

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

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

.page-error_aec97c3dacf9aa34 .marq_1398f334635a033d:nth-of-type(4) .main-marq_fdf91b02f2f3646b:after {
  left: -10%;
}

.page-error_aec97c3dacf9aa34 .marq_1398f334635a033d: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_5b35d8c0f4ff393e .form-group_63d63d3fc7ea02d8 {
  position: relative;
}

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

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

footer .subscribe-minimal_5b35d8c0f4ff393e .social-icon_bd0cff988baba5fc 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_360285a6b3a2ecd5.crev_f326a8321d27e2b2 {
  position: relative;
}

footer.clean-footer_360285a6b3a2ecd5.crev_f326a8321d27e2b2: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_360285a6b3a2ecd5.crev_f326a8321d27e2b2 .circle-blur_178e085ad27a3818 {
  position: absolute;
  bottom: -50px;
  right: 50px;
  width: 400px;
  z-index: -1;
}

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

.main-header_0db4af2f5cd073a4 .caption_41413a506607fe9e h1 {
  font-size: 105px;
}

.main-header_0db4af2f5cd073a4 .icon-img_2dc2923d9eac8a31 {
  width: 160px;
}

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

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

.crev-header_1a554455d32961e7 .full-img_4efc9afb47bd2dab: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_1a554455d32961e7 .caption_41413a506607fe9e {
  position: relative;
  z-index: 2;
}

.crev-header_1a554455d32961e7 .caption_41413a506607fe9e h1 {
  font-size: 90px;
}

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

.modern-slider_5394350459a61cdb: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_5394350459a61cdb .gallery-img_747c53e3e8023cba .bg-img_7173d5f70bd840f3 {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-position: center;
}

.modern-slider_5394350459a61cdb .gallery-img_747c53e3e8023cba .bg-img_7173d5f70bd840f3 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.modern-slider_5394350459a61cdb .gallery-text_01d1b6461b303b1c .swiper-container_15f5724f22fa152c,
.modern-slider_5394350459a61cdb .gallery-text_01d1b6461b303b1c .swiper-slide_d81d2b434071c19e {
  height: 450px !important;
}

.modern-slider_5394350459a61cdb .gallery-text_01d1b6461b303b1c .swiper-slide_d81d2b434071c19e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modern-slider_5394350459a61cdb .gallery-text_01d1b6461b303b1c .text_077461fb23cebe1e {
  width: 100%;
}

.modern-slider_5394350459a61cdb .gallery-text_01d1b6461b303b1c .text_077461fb23cebe1e h4 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

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

.modern-slider_5394350459a61cdb .gallery-text_01d1b6461b303b1c .text_077461fb23cebe1e 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_5394350459a61cdb .gallery-text_01d1b6461b303b1c .swiper-slide-active_54f94705d908bc01 .text_077461fb23cebe1e 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_5394350459a61cdb .swiper-controls_658d2de11e024d7e {
  position: absolute;
  bottom: 0;
  right: calc(18% - 10px);
  z-index: 9;
}

.modern-slider_5394350459a61cdb .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f,
.modern-slider_5394350459a61cdb .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b {
  position: static;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #0f0f0f;
  margin: 0;
  z-index: 9;
}

.modern-slider_5394350459a61cdb .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f:after,
.modern-slider_5394350459a61cdb .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b:after {
  display: none;
}

.modern-slider_5394350459a61cdb .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f span,
.modern-slider_5394350459a61cdb .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b span {
  white-space: nowrap;
}

.modern-slider_5394350459a61cdb .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

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

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

.modern-slider_5394350459a61cdb .swiper-pagination-bullet-active_489857958c987a3f .path_2e0049db809025e4 {
  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_5394350459a61cdb .path_2e0049db809025e4 {
  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_d6be5ba471610d58 {
  padding-top: 180px;
  position: relative;
}

.header-digital_d6be5ba471610d58 .caption_41413a506607fe9e h1 {
  font-size: 100px;
}

.header-digital_d6be5ba471610d58 .img_f0fca52fa67345c6 {
  position: relative;
}

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

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

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

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

.header-digital_d6be5ba471610d58 .cont_61aa1f78e55490e1 .thum_26f83ff3701eea4a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

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

.header-digital_d6be5ba471610d58 .cont_61aa1f78e55490e1 .numb_7ca11fc6474578c6 {
  position: absolute;
  bottom: 30px;
  left: 0;
}

.header-digital_d6be5ba471610d58 .cont_61aa1f78e55490e1 .numb_7ca11fc6474578c6 h2 {
  margin-bottom: -20px;
}

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

.header-personal_de3de32e30c20fda: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_de3de32e30c20fda .caption_41413a506607fe9e h1 {
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.header-personal_de3de32e30c20fda .info_586186afbe84c536 .item_98e062e6f1312200 {
  padding-right: 60px;
  position: relative;
}

.header-personal_de3de32e30c20fda .info_586186afbe84c536 .item_98e062e6f1312200: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_de3de32e30c20fda .info_586186afbe84c536 .item_98e062e6f1312200:last-of-type {
  padding: 0;
}

.header-personal_de3de32e30c20fda .info_586186afbe84c536 .item_98e062e6f1312200:last-of-type:after {
  display: none;
}

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

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

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

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

.skills-box_7c4305951580bb3a .skill-progress_9d6acb2e9dde4112 .progres_419bf2ea614fe909 {
  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_b833c6296ace3c71 {
  position: relative;
  padding-bottom: 110px;
}

.my-skills_b833c6296ace3c71: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_b833c6296ace3c71 .item_98e062e6f1312200 {
  text-align: center;
}

.my-skills_b833c6296ace3c71 .item_98e062e6f1312200 .box-bord_2328e17fd78775e1 {
  padding: 40px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}

.my-skills_b833c6296ace3c71 .item_98e062e6f1312200 .img_f0fca52fa67345c6 {
  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_b833c6296ace3c71 .item_98e062e6f1312200 .img_f0fca52fa67345c6 img {
  width: 55px;
}

.my-skills_b833c6296ace3c71 .item_98e062e6f1312200 .value_fa8c72a821c279a3 {
  font-size: 30px;
}

.my-skills_b833c6296ace3c71 .item_98e062e6f1312200 h6 {
  margin-top: 25px;
}

.numbers-crev_46fef765bda038b5 {
  position: relative;
}

.numbers-crev_46fef765bda038b5: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_46fef765bda038b5 .item_98e062e6f1312200 h3 {
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.numbers-crev_46fef765bda038b5 .item_98e062e6f1312200 h6 {
  padding-top: 30px;
}

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

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

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

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

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

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

.interactive-inline_f1ef8dc1b0ca8671 .item_98e062e6f1312200 .hover-reveal_bdeb264417259674 {
  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_0c89eef71121b5a3 {
  min-height: 100vh;
  padding: 120px 0 80px;
}

.interactive-center_0c89eef71121b5a3 .item_98e062e6f1312200 a {
  padding: 50px 0;
}

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

.interactive-center_0c89eef71121b5a3 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 {
  position: relative;
  z-index: 3;
}

.interactive-center_0c89eef71121b5a3 .item_98e062e6f1312200 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_0c89eef71121b5a3 .item_98e062e6f1312200 p {
  font-weight: 400;
  margin-top: 15px;
}

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

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

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

.inter-links-center_26e1f6ee3ddb9fe2.horizontal_2a14744bc06c4db3 .links-text_d7dcc79d1121d0b3 ul {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.inter-links-center_26e1f6ee3ddb9fe2.horizontal_2a14744bc06c4db3 .links-text_d7dcc79d1121d0b3 li {
  display: inline-block;
  padding: 40px;
}

.inter-links-center_26e1f6ee3ddb9fe2.horizontal_2a14744bc06c4db3 .links-text_d7dcc79d1121d0b3 li .sub-title_5d521e1f73fa34d8 {
  margin-bottom: 10px;
}

.inter-links-center_26e1f6ee3ddb9fe2.horizontal_2a14744bc06c4db3 .links-text_d7dcc79d1121d0b3 li h2 {
  font-weight: 700;
  font-size: 30px;
}

.inter-links-center_26e1f6ee3ddb9fe2.horizontal_2a14744bc06c4db3 .links-text_d7dcc79d1121d0b3 li h2 a .tag_4fb059f30af7df13 {
  display: block;
  font-weight: 400;
}

.inter-links-center_26e1f6ee3ddb9fe2.horizontal_2a14744bc06c4db3 .links-text_d7dcc79d1121d0b3 li h2 .num_61f04630d3aa3d71 {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  margin-right: 15px;
}

.inter-links-center_26e1f6ee3ddb9fe2.vertical_c76bb4ff2cc5d14c .links-text_d7dcc79d1121d0b3 {
  -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_26e1f6ee3ddb9fe2.vertical_c76bb4ff2cc5d14c .links-text_d7dcc79d1121d0b3 li {
  padding: 0 20px;
}

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

.inter-links-center_26e1f6ee3ddb9fe2 .links-text_d7dcc79d1121d0b3 li:hover .text_077461fb23cebe1e {
  color: #fff;
  -webkit-text-stroke-color: transparent;
}

.inter-links-center_26e1f6ee3ddb9fe2 .links-text_d7dcc79d1121d0b3 li .text_077461fb23cebe1e {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.inter-links-center_26e1f6ee3ddb9fe2 .links-text_d7dcc79d1121d0b3 li h2 {
  font-weight: 700;
}

.inter-links-center_26e1f6ee3ddb9fe2 .links-text_d7dcc79d1121d0b3 li h2 a .tag_4fb059f30af7df13 {
  font-weight: 400;
  opacity: 0.5;
}

.inter-links-center_26e1f6ee3ddb9fe2 .links-text_d7dcc79d1121d0b3 li h2 .num_61f04630d3aa3d71 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  margin-right: 15px;
}

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

.inter-links-center_26e1f6ee3ddb9fe2 .links-img_34bc52f6c970c973 .img_f0fca52fa67345c6 {
  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_26e1f6ee3ddb9fe2 .links-img_34bc52f6c970c973 .img_f0fca52fa67345c6.current_6052fbca4652da6e {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.inter-links-center_26e1f6ee3ddb9fe2 .links-img_34bc52f6c970c973 .img_f0fca52fa67345c6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.work-fade_d5974f166fd3a3f6 .item_98e062e6f1312200 {
  position: relative;
}

.work-fade_d5974f166fd3a3f6 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 {
  position: absolute;
  top: 80px;
  left: 0;
}

.work-fade_d5974f166fd3a3f6 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 .text_077461fb23cebe1e {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 30px;
  margin: -1px 0;
}

.work-fade_d5974f166fd3a3f6 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 .text_077461fb23cebe1e:first-of-type {
  border-radius: 0 20px 0 0;
}

.work-fade_d5974f166fd3a3f6 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 .text_077461fb23cebe1e:first-of-type .shap-left-top_c9c0d7bf3477d14b 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_d5974f166fd3a3f6 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 .text_077461fb23cebe1e:first-of-type .shap-right-bottom_2f623c98194c917f 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_d5974f166fd3a3f6 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 .text_077461fb23cebe1e:nth-of-type(2) {
  border-radius: 0 20px 20px 0;
}

.work-fade_d5974f166fd3a3f6 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 .text_077461fb23cebe1e:nth-of-type(2) .shap-left-bottom_9c045b220dbf836d 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_d5974f166fd3a3f6 .swiper-pagination_8ff591846c203352 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.work-fade_d5974f166fd3a3f6 .swiper-pagination-bullet_f23b98625a64189c: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_d5974f166fd3a3f6 .swiper-pagination-bullet_f23b98625a64189c 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_d5974f166fd3a3f6 .swiper-pagination-bullet_f23b98625a64189c svg .path_2e0049db809025e4 {
  strokewidth: 0.5px;
}

.work-fade_d5974f166fd3a3f6 .marq-head_6a66b44d026cb9df {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.work-fade_d5974f166fd3a3f6 .marq-head_6a66b44d026cb9df .main-marq_fdf91b02f2f3646b: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_d5974f166fd3a3f6 .marq-head_6a66b44d026cb9df .main-marq_fdf91b02f2f3646b .box_5120d8a1a35ada38 {
  -webkit-animation: slide-har 200s linear infinite;
  animation: slide-har 200s linear infinite;
}

.work-fade_d5974f166fd3a3f6 .marq-head_6a66b44d026cb9df .main-marq_fdf91b02f2f3646b .box_5120d8a1a35ada38 .item_98e062e6f1312200 {
  padding: 0 60px;
}

.work-fade_d5974f166fd3a3f6 .marq-head_6a66b44d026cb9df .main-marq_fdf91b02f2f3646b .box_5120d8a1a35ada38 .item_98e062e6f1312200 h4 {
  font-size: 12vw;
  font-weight: 800;
}

.work-fade_d5974f166fd3a3f6 .marq-head_6a66b44d026cb9df .main-marq_fdf91b02f2f3646b .box_5120d8a1a35ada38 .item_98e062e6f1312200:nth-of-type(2n) h4 {
  -webkit-text-stroke: 1px white;
}

.work-crev_405007bf2195d480 .swiper-slide_d81d2b434071c19e {
  width: 70vw !important;
}

.work-crev_405007bf2195d480 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 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_405007bf2195d480 .item_98e062e6f1312200 .img_f0fca52fa67345c6 {
  padding-left: 80px;
}

.work-crev_405007bf2195d480 .swiper-slide-active_54f94705d908bc01 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 h2 {
  color: #fff;
  -webkit-text-stroke: 1px transparent;
}

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

.work-crev_405007bf2195d480 .swiper-container_15f5724f22fa152c {
  overflow: visible;
}

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

.work-crev_405007bf2195d480 .swiper-pagination_8ff591846c203352 .swiper-pagination-progressbar-fill_52518e3f21e74f30 {
  background: #fff;
}

.portfolio-tab_e5abd1fb6464f55b.crev_f326a8321d27e2b2 .cluom_2014ea3abc8a911a {
  position: relative;
}

.portfolio-tab_e5abd1fb6464f55b.crev_f326a8321d27e2b2 .cluom_2014ea3abc8a911a .img_f0fca52fa67345c6 {
  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_e5abd1fb6464f55b.crev_f326a8321d27e2b2 .cluom_2014ea3abc8a911a h4 {
  white-space: nowrap;
}

.portfolio-tab_e5abd1fb6464f55b.crev_f326a8321d27e2b2 .cluom_2014ea3abc8a911a 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_e5abd1fb6464f55b.crev_f326a8321d27e2b2 .cluom_2014ea3abc8a911a h6 {
  white-space: nowrap;
}

.portfolio-tab_e5abd1fb6464f55b.crev_f326a8321d27e2b2 .cluom_2014ea3abc8a911a.current_6052fbca4652da6e h4 a {
  color: #fff;
  -webkit-text-stroke: 0.5px transparent;
}

.portfolio-tab_e5abd1fb6464f55b.crev_f326a8321d27e2b2 .glry-img_e21a9b49b4465a42 {
  position: relative;
  z-index: 2;
}

.portfolio-tab_e5abd1fb6464f55b.crev_f326a8321d27e2b2 .glry-img_e21a9b49b4465a42 .circle-blur_178e085ad27a3818 {
  width: 400px;
  position: absolute;
  right: -100px;
  bottom: -80px;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  z-index: -1;
}

.portfolio-tab_e5abd1fb6464f55b.crev_f326a8321d27e2b2 .glry-img_e21a9b49b4465a42 .tab-img_d9381c3cb5cd9b23 {
  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_e5abd1fb6464f55b.crev_f326a8321d27e2b2 .glry-img_e21a9b49b4465a42 .tab-img_d9381c3cb5cd9b23.current_6052fbca4652da6e {
  -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_e5abd1fb6464f55b.crev_f326a8321d27e2b2 .glry-img_e21a9b49b4465a42 .tab-img_d9381c3cb5cd9b23:first-of-type {
  position: relative;
}

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

.work-card_1f8ffcf9766556bc .card-item_9c17af3aee585145 .cont_61aa1f78e55490e1 {
  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_1f8ffcf9766556bc .card-item_9c17af3aee585145 .cont_61aa1f78e55490e1 .tag_4fb059f30af7df13 {
  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_1f8ffcf9766556bc .card-item_9c17af3aee585145 .img_f0fca52fa67345c6 {
  padding: 20px;
}

.work-card_1f8ffcf9766556bc .card-item_9c17af3aee585145 .img_f0fca52fa67345c6 img {
  border-radius: 10px;
}

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

.swiper-pagination-bullet-active_489857958c987a3f .path_2e0049db809025e4 {
  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_2e0049db809025e4 {
  display: none;
}

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

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

.portfolio-crev_333f1d9739dcd273 .work-boxs_d45e1761e5a06b6c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio-crev_333f1d9739dcd273 .item_98e062e6f1312200 {
  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_333f1d9739dcd273 .item_98e062e6f1312200 .bg-img_7173d5f70bd840f3 {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
}

.portfolio-crev_333f1d9739dcd273 .item_98e062e6f1312200 .bg-img_7173d5f70bd840f3 .cont_61aa1f78e55490e1 {
  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_333f1d9739dcd273 .item_98e062e6f1312200 .bg-img_7173d5f70bd840f3 .cont_61aa1f78e55490e1 .arrow img {
  width: 60px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-left: 50px;
}

.portfolio-crev_333f1d9739dcd273 .item_98e062e6f1312200 .bg-img_7173d5f70bd840f3 .cont_61aa1f78e55490e1 h5,
.portfolio-crev_333f1d9739dcd273 .item_98e062e6f1312200 .bg-img_7173d5f70bd840f3 .cont_61aa1f78e55490e1 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_333f1d9739dcd273 .item_98e062e6f1312200 .bg-img_7173d5f70bd840f3 .cont_61aa1f78e55490e1 .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_333f1d9739dcd273 .item_98e062e6f1312200.active {
  width: calc(100vw - 140px * 3);
}

.portfolio-crev_333f1d9739dcd273 .item_98e062e6f1312200.active .bg-img_7173d5f70bd840f3 .cont_61aa1f78e55490e1 {
  opacity: 1;
  visibility: visible;
}

.portfolio-crev_333f1d9739dcd273 .item_98e062e6f1312200.active .bg-img_7173d5f70bd840f3 .cont_61aa1f78e55490e1 h5,
.portfolio-crev_333f1d9739dcd273 .item_98e062e6f1312200.active .bg-img_7173d5f70bd840f3 .cont_61aa1f78e55490e1 span {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.portfolio-crev_333f1d9739dcd273 .item_98e062e6f1312200.active .bg-img_7173d5f70bd840f3 .cont_61aa1f78e55490e1 h5 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio-crev_333f1d9739dcd273 .item_98e062e6f1312200.active .bg-img_7173d5f70bd840f3 .cont_61aa1f78e55490e1 span {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.portfolio-crev_333f1d9739dcd273 .item_98e062e6f1312200.active .bg-img_7173d5f70bd840f3 .cont_61aa1f78e55490e1 .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_e29226e57637c071 .item_98e062e6f1312200:hover .img_f0fca52fa67345c6 .cont_61aa1f78e55490e1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.work-minimal_e29226e57637c071 .item_98e062e6f1312200 .img_f0fca52fa67345c6 {
  position: relative;
}

.work-minimal_e29226e57637c071 .item_98e062e6f1312200 .img_f0fca52fa67345c6 .cont_61aa1f78e55490e1 {
  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_e29226e57637c071 .item_98e062e6f1312200 .img_f0fca52fa67345c6 .cont_61aa1f78e55490e1 h5 {
  font-size: 20px;
}

.work-minimal_e29226e57637c071 .item_98e062e6f1312200 .img_f0fca52fa67345c6 .cont_61aa1f78e55490e1 p {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.work-minimal_e29226e57637c071 .item_98e062e6f1312200 .img_f0fca52fa67345c6 .cont_61aa1f78e55490e1 img {
  width: 20px;
}

.work-minimal_e29226e57637c071 .item_98e062e6f1312200 .img_f0fca52fa67345c6 .cont_61aa1f78e55490e1.inline_faacf63f28148e15 {
  padding: 25px 30px;
}

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

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

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

.filtering_f7a0006c0a5439ad span.text_077461fb23cebe1e {
  pointer-events: none;
}

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

.img-column_0558a7097e4bcf84 .img_f0fca52fa67345c6 {
  height: 100vh;
  min-height: 500px;
}

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

.next-project_375daa2d923cc222 {
  position: relative;
}

.next-project_375daa2d923cc222 .box_5120d8a1a35ada38 {
  padding: 200px 80px;
  position: relative;
}

.next-project_375daa2d923cc222 .box_5120d8a1a35ada38: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_375daa2d923cc222 .box_5120d8a1a35ada38 .cont_61aa1f78e55490e1 {
  position: relative;
  z-index: 3;
}

.next-project_375daa2d923cc222 .box_5120d8a1a35ada38:hover:after {
  opacity: 0.3;
}

.next-project_375daa2d923cc222 .all-works-butn_89483fa8ed2e64a1 {
  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_b26572eda9952bfe .item_98e062e6f1312200 {
  padding: 50px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}

.price-hr_b26572eda9952bfe .item_98e062e6f1312200 .butn_725b7ef010ce53b1 {
  padding: 7px 25px;
}

.price-hr_b26572eda9952bfe .item_98e062e6f1312200.text-dark_a98d1e41de2ffef2 .butn_725b7ef010ce53b1 {
  border-color: #121212;
}

.price-hr_b26572eda9952bfe .item_98e062e6f1312200.text-dark_a98d1e41de2ffef2 .butn_725b7ef010ce53b1:hover {
  border-color: #fff;
}

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

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

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

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

.process_31660583f4fb5b44 .item_98e062e6f1312200:last-of-type {
  border: 0;
}

.process_31660583f4fb5b44 .item_98e062e6f1312200:hover .to-in_a7c15f71b9a3dd26 {
  margin-left: 0;
}

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

.services_0e7a0ee9af7eff45 .item-box_b337edd6a567853e .icon_3b4751584b0d0ed6 {
  width: 80px;
}

.services_0e7a0ee9af7eff45 .swiper-container_15f5724f22fa152c {
  overflow: visible;
}

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

.services-crev_53594690c1c2148d .item-box_b337edd6a567853e h5 span {
  position: relative;
  top: -5px;
}

.services-crev_53594690c1c2148d .item-box_b337edd6a567853e .icon_3b4751584b0d0ed6 {
  width: 60px;
}

.services-inline_6e160a204cf88a71 {
  position: relative;
}

.services-inline_6e160a204cf88a71 .circle-blur_178e085ad27a3818 {
  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_6e160a204cf88a71 .item_98e062e6f1312200 {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-inline_6e160a204cf88a71 .item_98e062e6f1312200:first-of-type {
  padding-top: 0;
}

.services-inline_6e160a204cf88a71 .item_98e062e6f1312200 .num_61f04630d3aa3d71 {
  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_a0a4ec32b2a03967 .serv-boxs_2caab4be1f8f3dac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-modern_a0a4ec32b2a03967 .item_98e062e6f1312200 {
  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_a0a4ec32b2a03967 .item_98e062e6f1312200.active {
  width: calc(100vw - 350px * 3);
}

.services-modern_a0a4ec32b2a03967 .item_98e062e6f1312200.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_a0a4ec32b2a03967 .item_98e062e6f1312200 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_a0a4ec32b2a03967 .item_98e062e6f1312200 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_cdac1a62c52db55b .item_98e062e6f1312200 {
  padding: 40px 30px;
  border-radius: 15px;
}

.services-clas_cdac1a62c52db55b .item_98e062e6f1312200 .tag_4fb059f30af7df13 {
  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_cdac1a62c52db55b .item_98e062e6f1312200 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_cdac1a62c52db55b .item_98e062e6f1312200 a:hover {
  background: #fd5b38;
}

.services-inline2_d1bc6ca739b435a8 .item_98e062e6f1312200 {
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.services-inline2_d1bc6ca739b435a8 .item_98e062e6f1312200:hover .img_f0fca52fa67345c6 a {
  opacity: 1;
  visibility: visible;
}

.services-inline2_d1bc6ca739b435a8 .item_98e062e6f1312200:hover .img_f0fca52fa67345c6:after {
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.services-inline2_d1bc6ca739b435a8 .item_98e062e6f1312200 .num_61f04630d3aa3d71 {
  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_d1bc6ca739b435a8 .item_98e062e6f1312200 h2 {
  font-size: 47px;
}

.services-inline2_d1bc6ca739b435a8 .item_98e062e6f1312200 .img_f0fca52fa67345c6 {
  position: relative;
  height: 140px;
  border-radius: 100px;
  overflow: visible;
}

.services-inline2_d1bc6ca739b435a8 .item_98e062e6f1312200 .img_f0fca52fa67345c6 img {
  border-radius: 100px;
}

.services-inline2_d1bc6ca739b435a8 .item_98e062e6f1312200 .img_f0fca52fa67345c6 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_d1bc6ca739b435a8 .item_98e062e6f1312200 .img_f0fca52fa67345c6: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_4f7360ed315ca951 {
  position: relative;
}

.feat_4f7360ed315ca951 .item_98e062e6f1312200 {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.feat_4f7360ed315ca951 .item_98e062e6f1312200 .info_586186afbe84c536 {
  padding: 30px;
}

.feat_4f7360ed315ca951 .circle-blur_178e085ad27a3818 {
  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_620c9fe4de9ba2c4 .parallax-slider_594647ffdd7af821 {
  position: relative;
}

.full-showcase_620c9fe4de9ba2c4 .parallax-slider_594647ffdd7af821 .swiper-slide_d81d2b434071c19e {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
}

.full-showcase_620c9fe4de9ba2c4 .parallax-slider_594647ffdd7af821 .swiper-slide_d81d2b434071c19e .bg-img_7173d5f70bd840f3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.full-showcase_620c9fe4de9ba2c4 .parallax-slider_594647ffdd7af821 .swiper-slide_d81d2b434071c19e .video-container_949ce6d20ff44030 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.full-showcase_620c9fe4de9ba2c4 .parallax-slider_594647ffdd7af821 .swiper-slide_d81d2b434071c19e .video-container_949ce6d20ff44030 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.full-showcase_620c9fe4de9ba2c4 .parallax-slider_594647ffdd7af821 .swiper-slide-active_54f94705d908bc01 {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  z-index: 99;
}

.full-showcase_620c9fe4de9ba2c4 .parallax-slider_594647ffdd7af821 .swiper-slide-active_54f94705d908bc01 .caption_41413a506607fe9e .thin_7bc274da30b916a8,
.full-showcase_620c9fe4de9ba2c4 .parallax-slider_594647ffdd7af821 .swiper-slide-active_54f94705d908bc01 .caption_41413a506607fe9e .btn-curve_955af5c42860b6a2,
.full-showcase_620c9fe4de9ba2c4 .parallax-slider_594647ffdd7af821 .swiper-slide-active_54f94705d908bc01 .caption_41413a506607fe9e p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.full-showcase_620c9fe4de9ba2c4 .parallax-slider_594647ffdd7af821 .caption_41413a506607fe9e h1 {
  font-size: 100px;
}

.full-showcase_620c9fe4de9ba2c4 .parallax-slider_594647ffdd7af821 .caption_41413a506607fe9e .cal-act_b7baca41bda8c560 {
  position: relative;
}

.full-showcase_620c9fe4de9ba2c4 .parallax-slider_594647ffdd7af821 .caption_41413a506607fe9e 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_620c9fe4de9ba2c4 .swiper-controls_658d2de11e024d7e {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.full-showcase_620c9fe4de9ba2c4 .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f,
.full-showcase_620c9fe4de9ba2c4 .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b {
  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_620c9fe4de9ba2c4 .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f:after,
.full-showcase_620c9fe4de9ba2c4 .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b:after {
  display: none;
}

.full-showcase_620c9fe4de9ba2c4 .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f span,
.full-showcase_620c9fe4de9ba2c4 .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b span {
  white-space: nowrap;
}

.full-showcase_620c9fe4de9ba2c4 .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f {
  left: 120px;
}

.full-showcase_620c9fe4de9ba2c4 .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f i {
  margin-right: 25px;
}

.full-showcase_620c9fe4de9ba2c4 .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b {
  right: 120px;
}

.full-showcase_620c9fe4de9ba2c4 .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b i {
  margin-left: 25px;
}

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

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

.full-showcase_620c9fe4de9ba2c4 .swiper-pagination-bullet-active_489857958c987a3f .path_2e0049db809025e4 {
  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_620c9fe4de9ba2c4 .path_2e0049db809025e4 {
  display: none;
}

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

.carousel-slider_2868a44e76be76d9 {
  min-height: 100vh;
  position: relative;
}

.carousel-slider_2868a44e76be76d9 .gallery-img_747c53e3e8023cba .bg-img_7173d5f70bd840f3 {
  height: 60vh;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background-position: center;
}

.carousel-slider_2868a44e76be76d9 .gallery-img_747c53e3e8023cba .bg-img_7173d5f70bd840f3 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-slider_2868a44e76be76d9 .gallery-text_01d1b6461b303b1c {
  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_2868a44e76be76d9 .gallery-text_01d1b6461b303b1c .swiper-container_15f5724f22fa152c,
.carousel-slider_2868a44e76be76d9 .gallery-text_01d1b6461b303b1c .swiper-slide_d81d2b434071c19e {
  height: 100px !important;
}

.carousel-slider_2868a44e76be76d9 .gallery-text_01d1b6461b303b1c .swiper-slide_d81d2b434071c19e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.carousel-slider_2868a44e76be76d9 .gallery-text_01d1b6461b303b1c .text_077461fb23cebe1e {
  width: 100%;
  text-align: center;
}

.carousel-slider_2868a44e76be76d9 .gallery-text_01d1b6461b303b1c .text_077461fb23cebe1e h4 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.carousel-slider_2868a44e76be76d9 .gallery-text_01d1b6461b303b1c .text_077461fb23cebe1e h6 {
  margin-top: 15px;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}

.carousel-slider_2868a44e76be76d9 .gallery-text_01d1b6461b303b1c .text_077461fb23cebe1e 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_2868a44e76be76d9 .gallery-text_01d1b6461b303b1c .swiper-slide-active_54f94705d908bc01 .text_077461fb23cebe1e 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_2868a44e76be76d9 .swiper-controls_658d2de11e024d7e {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.carousel-slider_2868a44e76be76d9 .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f,
.carousel-slider_2868a44e76be76d9 .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b {
  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_2868a44e76be76d9 .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f:after,
.carousel-slider_2868a44e76be76d9 .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b:after {
  display: none;
}

.carousel-slider_2868a44e76be76d9 .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f span,
.carousel-slider_2868a44e76be76d9 .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b span {
  white-space: nowrap;
}

.carousel-slider_2868a44e76be76d9 .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f {
  left: 120px;
}

.carousel-slider_2868a44e76be76d9 .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f i {
  margin-right: 25px;
}

.carousel-slider_2868a44e76be76d9 .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b {
  right: 120px;
}

.carousel-slider_2868a44e76be76d9 .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b i {
  margin-left: 25px;
}

.carousel-slider_2868a44e76be76d9 .swiper-pagination_8ff591846c203352 {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.carousel-slider_2868a44e76be76d9 .swiper-pagination-bullet_f23b98625a64189c {
  background: transparent;
  margin: 0 10px !important;
}

.carousel-slider_2868a44e76be76d9 .swiper-pagination-bullet-active_489857958c987a3f .path_2e0049db809025e4 {
  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_2868a44e76be76d9 .path_2e0049db809025e4 {
  display: none;
}

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

.half-slider_94fea72bb683f23f {
  min-height: 100vh;
  position: relative;
}

.half-slider_94fea72bb683f23f .gallery-img_747c53e3e8023cba {
  width: 75vw;
  margin-left: 25vw;
}

.half-slider_94fea72bb683f23f .gallery-img_747c53e3e8023cba .swiper-slide_d81d2b434071c19e {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.half-slider_94fea72bb683f23f .gallery-img_747c53e3e8023cba .swiper-slide-active_54f94705d908bc01 .bg-img_7173d5f70bd840f3 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.half-slider_94fea72bb683f23f .gallery-img_747c53e3e8023cba .bg-img_7173d5f70bd840f3 {
  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_94fea72bb683f23f .gallery-img_747c53e3e8023cba .bg-img_7173d5f70bd840f3 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.half-slider_94fea72bb683f23f .gallery-text_01d1b6461b303b1c {
  position: absolute;
  width: auto;
  top: 50%;
  left: -15vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

.half-slider_94fea72bb683f23f .gallery-text_01d1b6461b303b1c .text_077461fb23cebe1e 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_94fea72bb683f23f .gallery-text_01d1b6461b303b1c .text_077461fb23cebe1e h6 {
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}

.half-slider_94fea72bb683f23f .gallery-text_01d1b6461b303b1c .text_077461fb23cebe1e 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_94fea72bb683f23f .gallery-text_01d1b6461b303b1c .swiper-slide-active_54f94705d908bc01 .text_077461fb23cebe1e h4 {
  color: #fff;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0);
}

.half-slider_94fea72bb683f23f .gallery-text_01d1b6461b303b1c .swiper-slide-active_54f94705d908bc01 .text_077461fb23cebe1e 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_94fea72bb683f23f .swiper-controls_658d2de11e024d7e {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.half-slider_94fea72bb683f23f .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f,
.half-slider_94fea72bb683f23f .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b {
  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_94fea72bb683f23f .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f:after,
.half-slider_94fea72bb683f23f .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b:after {
  display: none;
}

.half-slider_94fea72bb683f23f .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f span,
.half-slider_94fea72bb683f23f .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b span {
  white-space: nowrap;
}

.half-slider_94fea72bb683f23f .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f {
  left: 120px;
}

.half-slider_94fea72bb683f23f .swiper-controls_658d2de11e024d7e .swiper-button-prev_c3f398bed10a708f i {
  margin-right: 25px;
}

.half-slider_94fea72bb683f23f .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b {
  right: 120px;
}

.half-slider_94fea72bb683f23f .swiper-controls_658d2de11e024d7e .swiper-button-next_e489f242675ead9b i {
  margin-left: 25px;
}

.half-slider_94fea72bb683f23f .swiper-pagination_8ff591846c203352 {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.half-slider_94fea72bb683f23f .swiper-pagination-bullet_f23b98625a64189c {
  background: transparent;
  margin: 0 10px !important;
}

.half-slider_94fea72bb683f23f .swiper-pagination-bullet-active_489857958c987a3f .path_2e0049db809025e4 {
  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_94fea72bb683f23f .path_2e0049db809025e4 {
  display: none;
}

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

.slider_a3d5e02e86c81cae {
  position: relative;
}

.slider_a3d5e02e86c81cae .parallax-slider_594647ffdd7af821 {
  position: relative;
}

.slider_a3d5e02e86c81cae .parallax-slider_594647ffdd7af821 .swiper-slide_d81d2b434071c19e {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  border-radius: 0 0 0 30px;
}

.slider_a3d5e02e86c81cae .parallax-slider_594647ffdd7af821 .swiper-slide_d81d2b434071c19e .bg-img_7173d5f70bd840f3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.slider_a3d5e02e86c81cae .parallax-slider_594647ffdd7af821 .caption_41413a506607fe9e h2 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.slider_a3d5e02e86c81cae .parallax-slider_594647ffdd7af821 .caption_41413a506607fe9e h1 {
  font-size: 110px;
}

.slider_a3d5e02e86c81cae .slider-contro_48f87a1daa7f9262 {
  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_a3d5e02e86c81cae .slider-contro_48f87a1daa7f9262 .swiper-nav-ctrl_d4c2a8b22ed65937 {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  color: inherit;
  text-transform: uppercase;
}

.slider_a3d5e02e86c81cae .slider-contro_48f87a1daa7f9262 .swiper-nav-ctrl_d4c2a8b22ed65937:after {
  display: none;
}

.slider_a3d5e02e86c81cae .slider-contro_48f87a1daa7f9262 .shap-left-bottom_9c045b220dbf836d {
  position: absolute;
  bottom: 0;
  left: -2rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider_a3d5e02e86c81cae .slider-contro_48f87a1daa7f9262 .shap-left-bottom_9c045b220dbf836d svg {
  width: 2.1rem;
  height: 2.1rem;
}

.slider_a3d5e02e86c81cae .slider-contro_48f87a1daa7f9262 .shap-right-top_f23a718cdbb99cd2 {
  position: absolute;
  top: -2.05rem;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider_a3d5e02e86c81cae .slider-contro_48f87a1daa7f9262 .shap-right-top_f23a718cdbb99cd2 svg {
  width: 2.1rem;
  height: 2.1rem;
}

.slider_a3d5e02e86c81cae .swiper-pagination_8ff591846c203352 {
  position: absolute;
  left: 30px;
  bottom: 20px;
  width: auto;
  font-size: 40px;
}

.slider_a3d5e02e86c81cae .swiper-pagination_8ff591846c203352 .swiper-pagination-total_14d023d8497dbe9f {
  position: relative;
  padding-left: 25px;
  margin-left: 15px;
}

.slider_a3d5e02e86c81cae .swiper-pagination_8ff591846c203352 .swiper-pagination-total_14d023d8497dbe9f: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_65428b9136f7331d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}

.swiper-arrow-control_65428b9136f7331d .swiper-button-next_e489f242675ead9b,
.swiper-arrow-control_65428b9136f7331d .swiper-button-prev_c3f398bed10a708f {
  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_65428b9136f7331d .swiper-button-next_e489f242675ead9b:after,
.swiper-arrow-control_65428b9136f7331d .swiper-button-prev_c3f398bed10a708f:after {
  display: none;
}

.swiper-arrow-control_65428b9136f7331d .swiper-button-next_e489f242675ead9b {
  margin-left: 15px;
}

/* Team
-----------------------------------------------------------------*/
.team_db8da865ff09256c .item_98e062e6f1312200 {
  position: relative;
  padding-right: 60px;
}

.team_db8da865ff09256c .item_98e062e6f1312200:hover .img_f0fca52fa67345c6 .info_586186afbe84c536 {
  bottom: 15px;
  opacity: 1;
}

.team_db8da865ff09256c .item_98e062e6f1312200:hover .social_1584cc946cfdf120 {
  right: 5px;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.team_db8da865ff09256c .item_98e062e6f1312200 .img_f0fca52fa67345c6 {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.team_db8da865ff09256c .item_98e062e6f1312200 .img_f0fca52fa67345c6 .info_586186afbe84c536 {
  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_db8da865ff09256c .item_98e062e6f1312200 .social_1584cc946cfdf120 {
  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_db8da865ff09256c .item_98e062e6f1312200 .social_1584cc946cfdf120 .links_f53e72fd46dd4119 {
  position: absolute;
  top: 15px;
  right: 15px;
}

.team_db8da865ff09256c .item_98e062e6f1312200 .social_1584cc946cfdf120 .links_f53e72fd46dd4119 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_db8da865ff09256c .item_98e062e6f1312200 .social_1584cc946cfdf120 .links_f53e72fd46dd4119 a:hover {
  background: #fd5b38;
  border-color: #fd5b38;
  color: #111;
}

.team-crev_e8a3391715cb51b3 .item_98e062e6f1312200 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.team-crev_e8a3391715cb51b3 .item_98e062e6f1312200 .social_1584cc946cfdf120 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_e8a3391715cb51b3 .item_98e062e6f1312200 .img_f0fca52fa67345c6 {
  position: relative;
  height: 300px;
  z-index: 2;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.team-crev_e8a3391715cb51b3 .item_98e062e6f1312200 .img_f0fca52fa67345c6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.team-crev_e8a3391715cb51b3 .item_98e062e6f1312200 .circle-blur_178e085ad27a3818 {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.team-crev2_bd1f791071845a5e {
  position: relative;
  overflow: hidden;
}

.team-crev2_bd1f791071845a5e .circle-blur_178e085ad27a3818 {
  position: absolute;
  bottom: -100px;
  right: -20%;
  width: 30%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: -1;
}

.team-crev2_bd1f791071845a5e .item_98e062e6f1312200 .bg-blur_40aaad2d588cc3bf {
  position: relative;
  overflow: hidden;
}

.team-crev2_bd1f791071845a5e .item_98e062e6f1312200 .bg-blur_40aaad2d588cc3bf .circle-blur_178e085ad27a3818 {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
}

.team-crev2_bd1f791071845a5e .item_98e062e6f1312200 .img_f0fca52fa67345c6 {
  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_bd1f791071845a5e .item_98e062e6f1312200 .img_f0fca52fa67345c6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.team-crev2_bd1f791071845a5e .item_98e062e6f1312200 .img_f0fca52fa67345c6 .social_1584cc946cfdf120 {
  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_bd1f791071845a5e .item_98e062e6f1312200 .img_f0fca52fa67345c6 .social_1584cc946cfdf120 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_bd1f791071845a5e .item_98e062e6f1312200 .img_f0fca52fa67345c6 .social_1584cc946cfdf120 a:hover {
  background: #fd5b38;
}

.team-crev2_bd1f791071845a5e .item_98e062e6f1312200:hover .img_f0fca52fa67345c6 .social_1584cc946cfdf120 {
  bottom: 30px;
  opacity: 1;
}

.team-crev2_bd1f791071845a5e .item-bord_4dee5bdc1df0fea9 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  height: 300px;
}

.team-single_fa0e2b6421c25285 .bord_9f8880a84615c1fc {
  position: relative;
  padding: 0 60px;
}

.team-single_fa0e2b6421c25285 .bord_9f8880a84615c1fc: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_fa0e2b6421c25285 .bord_9f8880a84615c1fc: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_8b8b9019581ba844 {
  position: relative;
}

.testimonials_8b8b9019581ba844 .img-full_35c952258123d5fa {
  position: relative;
  height: 100%;
}

.testimonials_8b8b9019581ba844 .img-full_35c952258123d5fa .fit-img_4eb531b43f7c36a7 {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.testimonials_8b8b9019581ba844 .img-full_35c952258123d5fa .fix-img_ff1b37e7c2867cab {
  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_8b8b9019581ba844 .img-full_35c952258123d5fa .text_077461fb23cebe1e {
  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_8b8b9019581ba844 .img-full_35c952258123d5fa .text_077461fb23cebe1e h3 {
  line-height: 1.5;
}

.testimonials_8b8b9019581ba844 .cont-full_d792108b3ba11f60 {
  position: relative;
}

.testimonials_8b8b9019581ba844 .cont-full_d792108b3ba11f60 .qout-svg_47b3696829558b17 {
  position: absolute;
  left: 80px;
  top: -70px;
  width: 140px;
}

.testimonials_8b8b9019581ba844 .cont-full_d792108b3ba11f60 .control-abslout_7d8621885074ea64 {
  position: absolute;
  bottom: 90px;
  right: 80px;
}

.testimonials_8b8b9019581ba844 .cont-full_d792108b3ba11f60 .testim-swiper_8d894008cc84adc1 {
  padding: 80px;
  border: 10px;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  overflow: hidden;
}

.testimonials_8b8b9019581ba844 .cont-full_d792108b3ba11f60 .circle-blur_178e085ad27a3818 {
  position: absolute;
  top: -50px;
  left: 50px;
  width: 180px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1;
}

.testimonials_8b8b9019581ba844 .small-line_43aabdcb0f6c3054 {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 400px;
  height: 400px;
  z-index: 1;
  pointer-events: none;
}

.testimonials_8b8b9019581ba844 .small-line_43aabdcb0f6c3054 .line-overlay_61aae5f17945e0a7 svg path {
  stroke: #6c6969;
}

.testimonials_8b8b9019581ba844 .swiper-slide_d81d2b434071c19e {
  padding-top: 50px;
}

.testimonials_8b8b9019581ba844 .item_98e062e6f1312200 .circle_cafbdb82fb1da875 {
  width: 80px;
  height: 80px;
}

.testimonials_8b8b9019581ba844 .control-abslout_7d8621885074ea64 {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.testimonials-minim_985aff23b14a2691 {
  position: relative;
}

.testimonials-minim_985aff23b14a2691 .swiper-slide_d81d2b434071c19e {
  padding-top: 50px;
  padding-left: 50px;
}

.testimonials-minim_985aff23b14a2691 .item_98e062e6f1312200 .text_077461fb23cebe1e {
  position: relative;
}

.testimonials-minim_985aff23b14a2691 .item_98e062e6f1312200 .text_077461fb23cebe1e .qout-svg_47b3696829558b17 {
  position: absolute;
  left: -40px;
  top: -70px;
  width: 160px;
}

.testimonials-minim_985aff23b14a2691 .item_98e062e6f1312200 .circle_cafbdb82fb1da875 {
  width: 80px;
  height: 80px;
}

.testimonials-minim_985aff23b14a2691 .item_98e062e6f1312200.style2_1b0fd61a187b96ff .text_077461fb23cebe1e {
  position: relative;
}

.testimonials-minim_985aff23b14a2691 .item_98e062e6f1312200.style2_1b0fd61a187b96ff .text_077461fb23cebe1e .qout-svg_47b3696829558b17 {
  position: absolute;
  left: -20px;
  top: -80px;
  width: 100px;
}

.testimonials-minim_985aff23b14a2691 .control-abslout_7d8621885074ea64 {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.testimonials-modern_02d1e471170c40ec {
  position: relative;
  overflow: hidden;
}

.testimonials-modern_02d1e471170c40ec .bg-pattern_1c3a7e803d0f87ad {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: bottom;
  opacity: 0.08;
}

.testimonials-modern_02d1e471170c40ec .gallery-thumbs_6c61a79b55f1206d {
  width: 500px;
  margin: auto;
}

.testimonials-modern_02d1e471170c40ec .gallery-thumbs_6c61a79b55f1206d .swiper-slide_d81d2b434071c19e {
  width: 100px;
}

.testimonials-modern_02d1e471170c40ec .gallery-thumbs_6c61a79b55f1206d .item_98e062e6f1312200 {
  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_02d1e471170c40ec .gallery-thumbs_6c61a79b55f1206d .item_98e062e6f1312200 .img_f0fca52fa67345c6 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
}

.testimonials-modern_02d1e471170c40ec .gallery-thumbs_6c61a79b55f1206d .item_98e062e6f1312200 .img_f0fca52fa67345c6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}

.testimonials-modern_02d1e471170c40ec .gallery-thumbs_6c61a79b55f1206d .swiper-slide-active_54f94705d908bc01 .item_98e062e6f1312200 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.testimonials-modern_02d1e471170c40ec .swiper-arrow-control_65428b9136f7331d .swiper-button-prev_c3f398bed10a708f {
  position: absolute;
  left: 10px;
  bottom: 50%;
}

.testimonials-modern_02d1e471170c40ec .swiper-arrow-control_65428b9136f7331d .swiper-button-next_e489f242675ead9b {
  position: absolute;
  right: 10px;
  bottom: 50%;
}

.testim-modern_52cbbf907223ac12 .out-right_83581599a6659ee2 {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}

.testim-modern_52cbbf907223ac12 .swiper-container_15f5724f22fa152c {
  overflow: visible;
}

.testim-modern_52cbbf907223ac12 .swiper-slide_d81d2b434071c19e {
  width: 500px;
}

.testim-modern_52cbbf907223ac12 .item_98e062e6f1312200 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
}

.testim-modern_52cbbf907223ac12 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 {
  padding: 40px;
}

.testim-modern_52cbbf907223ac12 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 p {
  font-size: 20px;
}

.testim-modern_52cbbf907223ac12 .item_98e062e6f1312200 .info_586186afbe84c536 {
  padding: 20px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
}

.testim-modern_52cbbf907223ac12 .item_98e062e6f1312200 .info_586186afbe84c536 .img_f0fca52fa67345c6 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

/* Videos
-----------------------------------------------------------------*/
/* Shop
-----------------------------------------------------------------*/
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .md-mb10_bd53923d73f20c55 {
    margin-bottom: 10px;
  }
  .md-mb15_8fbde10a6d5e4b8e {
    margin-bottom: 15px;
  }
  .md-mb20_fe780306b5f45d55 {
    margin-bottom: 20px;
  }
  .md-mb30_5e26aec79c22b0bd {
    margin-bottom: 30px;
  }
  .md-mb40_2460a2a4e08c1fe5 {
    margin-bottom: 40px;
  }
  .md-mb50_1859926bde9adc00 {
    margin-bottom: 50px !important;
  }
  .md-mb80_65f0c8e5f4cdb517 {
    margin-bottom: 80px;
  }
  .md-no-mrg_c992f3a3bcb183e3 {
    margin: 0 !important;
  }
  .md-pb10_62beffe6bf7ad494 {
    padding-bottom: 10px;
  }
  .md-pb20_e2a65ee15df16bcc {
    padding-bottom: 20px;
  }
  .md-pb30_1f14f8d55438dfa9 {
    padding-bottom: 30px;
  }
  .md-pb40_93e4deface3ea28a {
    padding-bottom: 40px;
  }
  .md-pb50_f75cb1e3d9ad4ba4 {
    padding-bottom: 50px;
  }
  .md-pb60_ca828e7b502d5efa {
    padding-bottom: 60px;
  }
  .md-pb70_fd39c6dc64bade7e {
    padding-bottom: 70px;
  }
  .md-pb80_6f018515af3acd93 {
    padding-bottom: 80px;
  }
  .md-pt80_ddb991277e123a86 {
    padding-top: 80px !important;
  }
  .md-no-pad_d4c1f09c63cfd61a {
    padding: 0 !important;
  }
  .md-center_1860d4f92a690dc6 {
    text-align: center !important;
  }
  .order-md-1_6eaab2705226c542 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2_df1439f77b6e8cfc {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3_9314ff6b77e61953 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4_3a66ef93684cde73 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .md-hide_b4575a1bf4db6f50 {
    display: none;
  }
  .justify-end_a1df60b43309283c {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-end_a1df60b43309283c .vew-all_97e1a94636c1e1e8 {
    margin-left: 25px;
    margin-top: 25px;
  }
  .justify-end_a1df60b43309283c .swiper-controls_658d2de11e024d7e {
    margin-top: 30px;
  }
  .justify-end_a1df60b43309283c .ml-auto_d1d1795b78c106a3 {
    margin-left: 0;
    margin-top: 30px;
  }
  .row_f903ebce3659fa0a.sm-marg_06f8a1eb87e2adb7 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_f903ebce3659fa0a.sm-marg_06f8a1eb87e2adb7 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_f903ebce3659fa0a.stand-marg_a707582d13cf3cf9 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_f903ebce3659fa0a.stand-marg_a707582d13cf3cf9 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_f903ebce3659fa0a.md-marg_309e10e1a6ffc13f {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_f903ebce3659fa0a.md-marg_309e10e1a6ffc13f > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_f903ebce3659fa0a.lg-marg_5055e57ff13d5c30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_f903ebce3659fa0a.lg-marg_5055e57ff13d5c30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_f903ebce3659fa0a.xlg-marg_bde3c67e450b6e76 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_f903ebce3659fa0a.xlg-marg_bde3c67e450b6e76 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_f903ebce3659fa0a.xxlg-marg_403a720b4ac4f597 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_f903ebce3659fa0a.xxlg-marg_403a720b4ac4f597 > * {
    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_673205e84a4efdd1 {
    font-size: 90px !important;
  }
  .fz-80_4fb4ff68aec7342a {
    font-size: 60px !important;
  }
  .fz-70_b198883d31a68181 {
    font-size: 50px !important;
  }
  .sec-head_a3486fb81e50988a .d-flex_957db3945f7b82bd {
    display: block !important;
  }
  .sec-head_a3486fb81e50988a .ml-auto_d1d1795b78c106a3 {
    margin-left: 0 !important;
    margin-top: 15px;
  }
  .sec-head_a3486fb81e50988a .sub-title_5d521e1f73fa34d8 span:first-of-type {
    display: none;
  }
  .sec-head_a3486fb81e50988a .sub-title_5d521e1f73fa34d8 span.thin_7bc274da30b916a8 {
    margin: 0;
  }
  .navbar .logo_b5b3b256a0ebd2cb:after {
    display: none;
  }
  .navbar .contact-button_232471cd6b85c748 {
    display: none;
  }
  .navbar .mega-menu_df4a4c81096b8e49 .item-img_bdbb432fb92d5d2a .img_f0fca52fa67345c6 {
    display: none;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar .navbar-collapse_ca7175b582478261 {
    max-height: 440px;
    overflow: auto;
  }
  .navbar .navbar-collapse_ca7175b582478261::-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_df4a4c81096b8e49 .container {
    padding: 20px 10px !important;
  }
  .navbar .logo_b5b3b256a0ebd2cb {
    max-width: 80px !important;
    margin-left: 30px;
  }
  .navbar .navbar-collapse_ca7175b582478261 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
  }
  .navbar .navbar-toggler_4656262d37e426e2 {
    font-size: 20px;
    border-radius: 0;
    padding: 0;
    margin-right: 30px;
  }
  .navbar .navbar-toggler_4656262d37e426e2: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_3d03b5b471f15be1 {
    display: none;
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  .navbar .dropdown-menu .dropdown-item .dropdown-side_3d03b5b471f15be1.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_df4a4c81096b8e49 {
    width: auto;
    position: static;
    padding: 0;
  }
  .navbar .navbar-nav .mega-menu_df4a4c81096b8e49 .item-img_bdbb432fb92d5d2a {
    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_df4a4c81096b8e49 .item-img_bdbb432fb92d5d2a .mt-15_07496b9590d8b5ff {
    margin-top: 0 !important;
  }
  .navbar .navbar-nav .mega-menu_df4a4c81096b8e49 .item-img_bdbb432fb92d5d2a: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_df4a4c81096b8e49 .item-img_bdbb432fb92d5d2a:hover {
    padding-left: 30px;
    background: transparent;
  }
  .navbar .navbar-nav .mega-menu_df4a4c81096b8e49 .item-img_bdbb432fb92d5d2a:hover:after {
    width: 10px;
  }
  .main-header_0db4af2f5cd073a4 {
    min-height: auto;
  }
  .main-header_0db4af2f5cd073a4 .caption_41413a506607fe9e h1 {
    font-size: 80px;
  }
  .main-header_0db4af2f5cd073a4 .caption_41413a506607fe9e .text_077461fb23cebe1e {
    display: none;
  }
  .main-header_0db4af2f5cd073a4 .justify-content-end_6970f4cc297a3a59 {
    display: block !important;
    margin-bottom: 50px;
  }
  .modern-slider_5394350459a61cdb .container {
    max-width: 100%;
  }
  .modern-slider_5394350459a61cdb .swiper-controls_658d2de11e024d7e {
    right: 15px;
  }
  .crev-header_1a554455d32961e7 .caption_41413a506607fe9e h1 {
    font-size: 70px;
  }
  .crev-header_1a554455d32961e7 .full-img_4efc9afb47bd2dab {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header-digital_d6be5ba471610d58 .caption_41413a506607fe9e h1 {
    font-size: 60px;
  }
  .header-digital_d6be5ba471610d58 .cont_61aa1f78e55490e1 .numb_7ca11fc6474578c6 {
    position: static;
    margin-top: 15px;
  }
  .header-personal_de3de32e30c20fda {
    background-position: 60%;
  }
  .header-personal_de3de32e30c20fda .info_586186afbe84c536 {
    display: none !important;
  }
  .intro-crev_c6de45555c9818b4 .sec-head_a3486fb81e50988a {
    margin-bottom: 80px;
  }
  .intro-skill_778cab2c06af9f39 .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .intro-skill_778cab2c06af9f39 .imgs_c62ceb3f34f55b3d {
    display: none;
  }
  .about-author_19857d1976591b38 .profile-img_e8fec0936f6937ab {
    width: 600px;
    margin: 0 auto 50px;
  }
  .my-skills_b833c6296ace3c71 .item_98e062e6f1312200 .box-bord_2328e17fd78775e1 {
    border-radius: 200px;
  }
  .numbers-crev_46fef765bda038b5 .item_98e062e6f1312200 h3 {
    font-size: 80px;
  }
  .services-modern_a0a4ec32b2a03967 .serv-boxs_2caab4be1f8f3dac {
    display: block;
  }
  .services-modern_a0a4ec32b2a03967 .item_98e062e6f1312200 {
    width: 100%;
    padding: 60px 40px;
    margin: 5px 0;
  }
  .services-modern_a0a4ec32b2a03967 .item_98e062e6f1312200 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_a0a4ec32b2a03967 .item_98e062e6f1312200.active {
    width: 100% !important;
  }
  .work-fade_d5974f166fd3a3f6 .text_077461fb23cebe1e.pb-100_4d63b45b8827e33d {
    padding-bottom: 50px !important;
  }
  .work-fade_d5974f166fd3a3f6 .swiper-pagination_8ff591846c203352 {
    top: 80%;
    right: -20px;
  }
  .work-crev_405007bf2195d480 .swiper-slide_d81d2b434071c19e {
    width: 100% !important;
  }
  footer.clean-footer_360285a6b3a2ecd5.crev_f326a8321d27e2b2:after,
  footer.clean-footer_360285a6b3a2ecd5.crev_f326a8321d27e2b2 .circle-blur_178e085ad27a3818 {
    display: none;
  }
  .team-single_fa0e2b6421c25285 .bord_9f8880a84615c1fc {
    padding: 0 40px 80px;
  }
  .team-single_fa0e2b6421c25285 .bord_9f8880a84615c1fc:after {
    top: 30px;
    left: 10px;
    right: 10px;
    bottom: 30px;
  }
  .team-single_fa0e2b6421c25285 .bord_9f8880a84615c1fc:before {
    top: 20px;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .services-inline2_d1bc6ca739b435a8 .d-flex_957db3945f7b82bd {
    display: block !important;
  }
  .page-faqs_f19210912d90d8f3 .img1_7e0d9e2ee12c58f2,
  .page-faqs_f19210912d90d8f3 .img2_17b95105aa6ceb43,
  .page-faqs_f19210912d90d8f3 .img3_81d83036bd56fb01 {
    display: none;
  }
  .work-grid_bfcf8462ca11e984 {
    padding-top: 100px !important;
    padding-bottom: 0 !important;
  }
  .work-grid_bfcf8462ca11e984 .item_98e062e6f1312200 {
    margin: 40px 0 !important;
  }
  .portfolio-crev_333f1d9739dcd273 .work-boxs_d45e1761e5a06b6c {
    display: block;
  }
  .portfolio-crev_333f1d9739dcd273 .work-boxs_d45e1761e5a06b6c .item_98e062e6f1312200 {
    width: 100% !important;
    height: 250px;
    min-height: auto;
  }
  .portfolio-crev_333f1d9739dcd273 .work-boxs_d45e1761e5a06b6c .item_98e062e6f1312200.active {
    height: calc(100vh - 250px * 3);
  }
  .work-grid_bfcf8462ca11e984 .filtering_f7a0006c0a5439ad,
  .work-minimal_e29226e57637c071 .filtering_f7a0006c0a5439ad {
    display: block !important;
    margin-top: 30px;
  }
  .next-project_375daa2d923cc222 .box_5120d8a1a35ada38 .cont_61aa1f78e55490e1 .fz-40_6a52946e3f91c70b {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-mb10_9c59b006c702db1e {
    margin-bottom: 10px;
  }
  .sm-mb20_c824d83de5e7db54 {
    margin-bottom: 20px;
  }
  .sm-mb30_d24677d0bcdc81eb {
    margin-bottom: 30px;
  }
  .sm-mb40_2654666a50d927ab {
    margin-bottom: 40px;
  }
  .sm-mb50_871b1c9bed7d17b7 {
    margin-bottom: 50px;
  }
  .sm-mb80_c0b4a4626a3d055f {
    margin-bottom: 80px;
  }
  .sm-pb10_011c99d2ed46ee74 {
    padding-bottom: 10px;
  }
  .sm-pb20_500d1e6a98bc8598 {
    padding-bottom: 20px;
  }
  .sm-pb30_681fe1451323028e {
    padding-bottom: 30px;
  }
  .sm-pb40_3c77cca77fb91204 {
    padding-bottom: 40px;
  }
  .sm-pb50_d3a1535c1f54d685 {
    padding-bottom: 50px;
  }
  .sm-pb60_7ca70a9e87368b8c {
    padding-bottom: 60px;
  }
  .sm-pb70_b9d433503679223e {
    padding-bottom: 70px;
  }
  .sm-pb80_780fa4089508fc07 {
    padding-bottom: 80px;
  }
  .sm-hide_f78b1f2c3b756504 {
    display: none;
  }
  .fz-70_b198883d31a68181 {
    font-size: 40px !important;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h4.fz-30_63a2b60b64b30770 {
    font-size: 24px !important;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
  .loader-wrap .loader-wrap-heading_a43c24c447302a9b .load-text_b1ae715a86413870 {
    letter-spacing: 5px;
  }
  .progress-wrap_fb0ca268fd2277dc {
    bottom: 15px;
    right: 15px;
  }
  .in-box_80539f7d59a679e0 {
    width: 100%;
  }
  .in-box_80539f7d59a679e0.mb-15_7a5d26943b4329b3 {
    margin-bottom: 0 !important;
  }
  .section-padding_08fd3f3d8e6a540b {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sec-head_a3486fb81e50988a h3.fz-50_20d5d863d699339e {
    font-size: 30px !important;
  }
  .sec-head_a3486fb81e50988a h2.fz-70_b198883d31a68181 {
    font-size: 35px !important;
  }
  .call-marq_44f1e16d07c955c1 .main-marq_fdf91b02f2f3646b.bord-item_6bb0c4534b92753f .item_98e062e6f1312200 h4 {
    font-size: 20px !important;
  }
  .call-marq_44f1e16d07c955c1 .main-marq_fdf91b02f2f3646b .icon-img-50_674ee2acb7b01b0f {
    width: 30px !important;
  }
  .main-header_0db4af2f5cd073a4 .caption_41413a506607fe9e h1,
  .crev-header_1a554455d32961e7 .caption_41413a506607fe9e h1 {
    font-size: 40px;
  }
  .main-header_0db4af2f5cd073a4 .icon-img_2dc2923d9eac8a31 {
    width: 100px;
  }
  .modern-slider_5394350459a61cdb .gallery-text_01d1b6461b303b1c {
    width: 100%;
  }
  .header-digital_d6be5ba471610d58 .caption_41413a506607fe9e h1 {
    font-size: 50px;
  }
  .header-digital_d6be5ba471610d58 .img_f0fca52fa67345c6:after,
  .header-digital_d6be5ba471610d58 .img_f0fca52fa67345c6:before {
    display: none;
  }
  .header-digital_d6be5ba471610d58 .img_f0fca52fa67345c6 .vid_de5838686da5720f {
    left: 0;
  }
  .about-author_19857d1976591b38 .profile-img_e8fec0936f6937ab {
    width: 420px;
  }
  .about-author_19857d1976591b38 .profile-img_e8fec0936f6937ab .img_f0fca52fa67345c6 {
    height: 500px;
  }
  .about-author_19857d1976591b38 h4 span {
    display: inline;
  }
  .services-inline_6e160a204cf88a71 .item_98e062e6f1312200 .ml-auto_d1d1795b78c106a3,
  .services-inline_6e160a204cf88a71 .item_98e062e6f1312200 .num_61f04630d3aa3d71 {
    display: none !important;
  }
  .work-fade_d5974f166fd3a3f6 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 {
    position: static;
    margin-top: 15px;
    opacity: 0;
  }
  .work-fade_d5974f166fd3a3f6 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 .text_077461fb23cebe1e {
    display: inline-block;
    background: transparent;
    font-size: 22px;
    padding: 0 1px;
    margin: 0;
    border-radius: 0;
  }
  .work-fade_d5974f166fd3a3f6 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 .shap-left-top_c9c0d7bf3477d14b,
  .work-fade_d5974f166fd3a3f6 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 .shap-left-bottom_9c045b220dbf836d {
    display: none;
  }
  .work-fade_d5974f166fd3a3f6 .swiper-slide-active_54f94705d908bc01 .item_98e062e6f1312200 .cont_61aa1f78e55490e1 {
    opacity: 1;
  }
  .work-crev_405007bf2195d480 .item_98e062e6f1312200 {
    display: block !important;
  }
  .work-crev_405007bf2195d480 .item_98e062e6f1312200 .img_f0fca52fa67345c6 {
    padding: 0;
    margin-top: 40px;
  }
  .testimonials_8b8b9019581ba844 .img-full_35c952258123d5fa .fix-img_ff1b37e7c2867cab {
    max-width: 80px;
  }
  .testimonials_8b8b9019581ba844 .cont-full_d792108b3ba11f60 .testim-swiper_8d894008cc84adc1 {
    padding: 60px 20px;
  }
  .testimonials_8b8b9019581ba844 .cont-full_d792108b3ba11f60 .testim-swiper_8d894008cc84adc1 p.fz-30_63a2b60b64b30770 {
    font-size: 18px !important;
  }
  .testimonials_8b8b9019581ba844 .cont-full_d792108b3ba11f60 .control-abslout_7d8621885074ea64 {
    bottom: 15px;
    right: 15px;
  }
  .testimonials-minim_985aff23b14a2691 .item_98e062e6f1312200 .text_077461fb23cebe1e .qout-svg_47b3696829558b17 {
    width: 90px;
  }
  .testimonials-minim_985aff23b14a2691 .item_98e062e6f1312200 .text_077461fb23cebe1e .fz-30_63a2b60b64b30770 {
    font-size: 18px !important;
  }
  .testimonials-minim_985aff23b14a2691 .control-abslout_7d8621885074ea64 {
    bottom: -50px;
  }
  .page-header_aba8e6445753fb50 .fz-80_4fb4ff68aec7342a {
    font-size: 35px !important;
  }
  .services-inline2_d1bc6ca739b435a8 .item_98e062e6f1312200 h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .team-single_fa0e2b6421c25285 .bord_9f8880a84615c1fc {
    padding: 0 20px 80px;
  }
  .portfolio-crev_333f1d9739dcd273 .work-boxs_d45e1761e5a06b6c .item_98e062e6f1312200 {
    height: 350px;
    min-height: auto;
    background-position: center center;
  }
  .portfolio-crev_333f1d9739dcd273 .work-boxs_d45e1761e5a06b6c .item_98e062e6f1312200.active {
    height: 350px;
  }
  .work-grid_bfcf8462ca11e984 .filtering_f7a0006c0a5439ad span,
  .work-minimal_e29226e57637c071 .filtering_f7a0006c0a5439ad span {
    margin: 14px 25px;
  }
  .work-minimal_e29226e57637c071 .item_98e062e6f1312200 .img_f0fca52fa67345c6 .cont_61aa1f78e55490e1.inline_faacf63f28148e15 {
    padding: 20px 15px;
  }
  .blog-header_d54bfe09c13c3a9c .fz-55_29cccd9aec515d03 {
    font-size: 30px !important;
  }
  .blog-header_d54bfe09c13c3a9c .info_586186afbe84c536 {
    display: block !important;
  }
  .blog-header_d54bfe09c13c3a9c .date_cbe7e9d1d897eecb {
    margin-left: 30px !important;
  }
  .blog-header_d54bfe09c13c3a9c .right-info_cde0eb1d2610196c {
    margin: 30px 0 0;
  }
  .main-post_d5f90f44fb78b2a9 .fz-60_1eb9d57b050a8491 {
    display: none;
  }
  .main-post_d5f90f44fb78b2a9 .post-qoute_afe5c30fdb6270b3 {
    padding: 30px 15px;
  }
  .main-post_d5f90f44fb78b2a9 .post-qoute_afe5c30fdb6270b3 h6:before {
    position: relative;
    left: 0;
  }
  .main-post_d5f90f44fb78b2a9 .info-area_1d82c4a6be9c8746 {
    display: block;
  }
  .main-post_d5f90f44fb78b2a9 .info-area_1d82c4a6be9c8746 .tags_938972c10bef5e09 {
    margin-bottom: 30px;
  }
  .main-post_d5f90f44fb78b2a9 .author-area_06da3aa6ba906e8c .flex_462d27072294a5f1 {
    display: block;
  }
  .main-post_d5f90f44fb78b2a9 .author-area_06da3aa6ba906e8c .author-img_544ef007603d76a5 {
    margin: 0 0 30px 0;
  }
  .main-post_d5f90f44fb78b2a9 .author-area_06da3aa6ba906e8c .author-img_544ef007603d76a5 .img_f0fca52fa67345c6 {
    width: 80px;
    height: 80px;
  }
  .main-post_d5f90f44fb78b2a9 .next-prv-post_9fab015850f638bd {
    display: block;
  }
  .main-post_d5f90f44fb78b2a9 .next-prv-post_9fab015850f638bd .thumb-post_b1f2724539eb8fcc {
    margin: 0 !important;
  }
  .main-post_d5f90f44fb78b2a9 .next-prv-post_9fab015850f638bd .text-right_b01d615b3ea24e2e {
    text-align: left;
    margin-top: 30px !important;
  }
  .comments-post_3ce2ac8d1af6a684 .item-box_b337edd6a567853e .flex_462d27072294a5f1 {
    display: block;
  }
  .comments-post_3ce2ac8d1af6a684 .item-box_b337edd6a567853e .user-img_1389cf598c9e36b8 {
    margin: 0 0 15px 0;
  }
  .comments-post_3ce2ac8d1af6a684 .item-box_b337edd6a567853e .replay-post_2da6781d824721f1 {
    margin: 15px 0 0 0;
  }
  .comments-post_3ce2ac8d1af6a684 .item-box_b337edd6a567853e.replayed_4518263fed581f24 {
    margin-left: 0;
  }
  .main-post_d5f90f44fb78b2a9 .post-qoute_afe5c30fdb6270b3 h6:before {
    top: 70px;
  }
}

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